@volcengine/seccenter20240508 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +1055 -0
- package/dist/esm/api.d.ts +1123 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +721 -0
- package/dist/esm/types/add-baseline-check-config-request.d.ts +76 -0
- package/dist/esm/types/add-baseline-check-config-request.d.ts.map +1 -0
- package/dist/esm/types/add-baseline-check-config-response.d.ts +25 -0
- package/dist/esm/types/add-baseline-check-config-response.d.ts.map +1 -0
- package/dist/esm/types/add-monitor-policy-request.d.ts +86 -0
- package/dist/esm/types/add-monitor-policy-request.d.ts.map +1 -0
- package/dist/esm/types/add-monitor-policy-response.d.ts +20 -0
- package/dist/esm/types/add-monitor-policy-response.d.ts.map +1 -0
- package/dist/esm/types/agent-resource-limit-for-batch-install-varmor-apps-input.d.ts +40 -0
- package/dist/esm/types/agent-resource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
- package/dist/esm/types/agent-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts +40 -0
- package/dist/esm/types/agent-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/agent-resource-limit-for-update-varmor-app-config-input.d.ts +40 -0
- package/dist/esm/types/agent-resource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
- package/dist/esm/types/app-sec-for-get-multi-level-auth-detail-output.d.ts +35 -0
- package/dist/esm/types/app-sec-for-get-multi-level-auth-detail-output.d.ts.map +1 -0
- package/dist/esm/types/armor-profile-info-for-get-varmor-policy-output.d.ts +45 -0
- package/dist/esm/types/armor-profile-info-for-get-varmor-policy-output.d.ts.map +1 -0
- package/dist/esm/types/armor-profile-info-for-list-varmor-policies-output.d.ts +45 -0
- package/dist/esm/types/armor-profile-info-for-list-varmor-policies-output.d.ts.map +1 -0
- package/dist/esm/types/attribution-list-for-list-file-monitor-alarms-output.d.ts +30 -0
- package/dist/esm/types/attribution-list-for-list-file-monitor-alarms-output.d.ts.map +1 -0
- package/dist/esm/types/attribution-list-for-list-hids-alarms-output.d.ts +30 -0
- package/dist/esm/types/attribution-list-for-list-hids-alarms-output.d.ts.map +1 -0
- package/dist/esm/types/ban-alarm-iprequest.d.ts +35 -0
- package/dist/esm/types/ban-alarm-iprequest.d.ts.map +1 -0
- package/dist/esm/types/ban-alarm-ipresponse.d.ts +25 -0
- package/dist/esm/types/ban-alarm-ipresponse.d.ts.map +1 -0
- package/dist/esm/types/baseline-info-for-list-baseline-check-items-output.d.ts +95 -0
- package/dist/esm/types/baseline-info-for-list-baseline-check-items-output.d.ts.map +1 -0
- package/dist/esm/types/baseline-info-for-list-baseline-host-item-hosts-output.d.ts +106 -0
- package/dist/esm/types/baseline-info-for-list-baseline-host-item-hosts-output.d.ts.map +1 -0
- package/dist/esm/types/baseline-list-for-add-baseline-check-config-input.d.ts +30 -0
- package/dist/esm/types/baseline-list-for-add-baseline-check-config-input.d.ts.map +1 -0
- package/dist/esm/types/baseline-list-for-edit-baseline-check-config-input.d.ts +30 -0
- package/dist/esm/types/baseline-list-for-edit-baseline-check-config-input.d.ts.map +1 -0
- package/dist/esm/types/baseline-list-for-list-baseline-basic-info-output.d.ts +40 -0
- package/dist/esm/types/baseline-list-for-list-baseline-basic-info-output.d.ts.map +1 -0
- package/dist/esm/types/baseline-list-for-list-baseline-check-config-output.d.ts +30 -0
- package/dist/esm/types/baseline-list-for-list-baseline-check-config-output.d.ts.map +1 -0
- package/dist/esm/types/batch-delete-varmor-policies-request.d.ts +25 -0
- package/dist/esm/types/batch-delete-varmor-policies-request.d.ts.map +1 -0
- package/dist/esm/types/batch-delete-varmor-policies-response.d.ts +36 -0
- package/dist/esm/types/batch-delete-varmor-policies-response.d.ts.map +1 -0
- package/dist/esm/types/batch-install-varmor-apps-request.d.ts +51 -0
- package/dist/esm/types/batch-install-varmor-apps-request.d.ts.map +1 -0
- package/dist/esm/types/batch-install-varmor-apps-response.d.ts +36 -0
- package/dist/esm/types/batch-install-varmor-apps-response.d.ts.map +1 -0
- package/dist/esm/types/batch-uninstall-varmor-apps-request.d.ts +25 -0
- package/dist/esm/types/batch-uninstall-varmor-apps-request.d.ts.map +1 -0
- package/dist/esm/types/batch-uninstall-varmor-apps-response.d.ts +36 -0
- package/dist/esm/types/batch-uninstall-varmor-apps-response.d.ts.map +1 -0
- package/dist/esm/types/batch-upgrade-varmor-apps-request.d.ts +30 -0
- package/dist/esm/types/batch-upgrade-varmor-apps-request.d.ts.map +1 -0
- package/dist/esm/types/batch-upgrade-varmor-apps-response.d.ts +36 -0
- package/dist/esm/types/batch-upgrade-varmor-apps-response.d.ts.map +1 -0
- package/dist/esm/types/behavior-resource-limit-for-batch-install-varmor-apps-input.d.ts +40 -0
- package/dist/esm/types/behavior-resource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
- package/dist/esm/types/behavior-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts +40 -0
- package/dist/esm/types/behavior-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/behavior-resource-limit-for-update-varmor-app-config-input.d.ts +40 -0
- package/dist/esm/types/behavior-resource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
- package/dist/esm/types/bind-mlpauth-request.d.ts +25 -0
- package/dist/esm/types/bind-mlpauth-request.d.ts.map +1 -0
- package/dist/esm/types/bind-mlpauth-response.d.ts +25 -0
- package/dist/esm/types/bind-mlpauth-response.d.ts.map +1 -0
- package/dist/esm/types/bpfresource-limit-for-batch-install-varmor-apps-input.d.ts +40 -0
- package/dist/esm/types/bpfresource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
- package/dist/esm/types/bpfresource-limit-for-list-clusters-and-varmor-apps-output.d.ts +40 -0
- package/dist/esm/types/bpfresource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/bpfresource-limit-for-update-varmor-app-config-input.d.ts +40 -0
- package/dist/esm/types/bpfresource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
- package/dist/esm/types/check-alarm-support-ban-iprequest.d.ts +35 -0
- package/dist/esm/types/check-alarm-support-ban-iprequest.d.ts.map +1 -0
- package/dist/esm/types/check-alarm-support-ban-ipresponse.d.ts +45 -0
- package/dist/esm/types/check-alarm-support-ban-ipresponse.d.ts.map +1 -0
- package/dist/esm/types/check-monitor-policy-request.d.ts +55 -0
- package/dist/esm/types/check-monitor-policy-request.d.ts.map +1 -0
- package/dist/esm/types/check-monitor-policy-response.d.ts +25 -0
- package/dist/esm/types/check-monitor-policy-response.d.ts.map +1 -0
- package/dist/esm/types/cluster-for-list-file-monitor-alarms-output.d.ts +50 -0
- package/dist/esm/types/cluster-for-list-file-monitor-alarms-output.d.ts.map +1 -0
- package/dist/esm/types/cluster-for-list-hids-alarms-output.d.ts +50 -0
- package/dist/esm/types/cluster-for-list-hids-alarms-output.d.ts.map +1 -0
- package/dist/esm/types/cluster-hardening-stats-for-get-policy-statistics-output.d.ts +30 -0
- package/dist/esm/types/cluster-hardening-stats-for-get-policy-statistics-output.d.ts.map +1 -0
- package/dist/esm/types/cluster-sec-for-get-multi-level-auth-detail-output.d.ts +35 -0
- package/dist/esm/types/cluster-sec-for-get-multi-level-auth-detail-output.d.ts.map +1 -0
- package/dist/esm/types/conditions-for-export-file-monitor-alarm-list-data-input.d.ts +240 -0
- package/dist/esm/types/conditions-for-export-file-monitor-alarm-list-data-input.d.ts.map +1 -0
- package/dist/esm/types/conditions-for-list-asset-center-hosts-input.d.ts +126 -0
- package/dist/esm/types/conditions-for-list-asset-center-hosts-input.d.ts.map +1 -0
- package/dist/esm/types/conditions-for-list-hosts-basic-infos-input.d.ts +126 -0
- package/dist/esm/types/conditions-for-list-hosts-basic-infos-input.d.ts.map +1 -0
- package/dist/esm/types/conditions-for-list-ordered-hosts-basic-infos-input.d.ts +85 -0
- package/dist/esm/types/conditions-for-list-ordered-hosts-basic-infos-input.d.ts.map +1 -0
- package/dist/esm/types/conditions-for-list-vul-detail-input.d.ts +65 -0
- package/dist/esm/types/conditions-for-list-vul-detail-input.d.ts.map +1 -0
- package/dist/esm/types/control-monitor-policy-request.d.ts +30 -0
- package/dist/esm/types/control-monitor-policy-request.d.ts.map +1 -0
- package/dist/esm/types/control-monitor-policy-response.d.ts +25 -0
- package/dist/esm/types/control-monitor-policy-response.d.ts.map +1 -0
- package/dist/esm/types/convert-data-for-get-alarm-trace-raw-data-output.d.ts +26 -0
- package/dist/esm/types/convert-data-for-get-alarm-trace-raw-data-output.d.ts.map +1 -0
- package/dist/esm/types/create-mlpasset-sync-task-request.d.ts +25 -0
- package/dist/esm/types/create-mlpasset-sync-task-request.d.ts.map +1 -0
- package/dist/esm/types/create-mlpasset-sync-task-response.d.ts +25 -0
- package/dist/esm/types/create-mlpasset-sync-task-response.d.ts.map +1 -0
- package/dist/esm/types/create-varmor-policy-request.d.ts +30 -0
- package/dist/esm/types/create-varmor-policy-request.d.ts.map +1 -0
- package/dist/esm/types/create-varmor-policy-response.d.ts +36 -0
- package/dist/esm/types/create-varmor-policy-response.d.ts.map +1 -0
- package/dist/esm/types/data-for-describe-file-change-trend-top5-output.d.ts +30 -0
- package/dist/esm/types/data-for-describe-file-change-trend-top5-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-alarm-rule-list-output.d.ts +65 -0
- package/dist/esm/types/data-for-get-alarm-rule-list-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-alarm-trace-raw-data-output.d.ts +20 -0
- package/dist/esm/types/data-for-get-alarm-trace-raw-data-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-auto-isolate-agent-list-output.d.ts +71 -0
- package/dist/esm/types/data-for-get-auto-isolate-agent-list-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-fingerprint-env-output.d.ts +80 -0
- package/dist/esm/types/data-for-get-fingerprint-env-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-host-volume-output.d.ts +55 -0
- package/dist/esm/types/data-for-get-host-volume-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-mlpasset-sync-task-detail-output.d.ts +60 -0
- package/dist/esm/types/data-for-get-mlpasset-sync-task-detail-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-offline-notification-list-output.d.ts +182 -0
- package/dist/esm/types/data-for-get-offline-notification-list-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-socasset-instance-protect-status-output.d.ts +40 -0
- package/dist/esm/types/data-for-get-socasset-instance-protect-status-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-agent-proxies-output.d.ts +45 -0
- package/dist/esm/types/data-for-list-agent-proxies-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-agent-proxy-servers-output.d.ts +50 -0
- package/dist/esm/types/data-for-list-agent-proxy-servers-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-asset-center-hosts-output.d.ts +177 -0
- package/dist/esm/types/data-for-list-asset-center-hosts-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-asset-namespaces-output.d.ts +50 -0
- package/dist/esm/types/data-for-list-asset-namespaces-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-auto-defense-rules-output.d.ts +81 -0
- package/dist/esm/types/data-for-list-auto-defense-rules-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-ban-iplist-output.d.ts +97 -0
- package/dist/esm/types/data-for-list-ban-iplist-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-baseline-basic-info-output.d.ts +41 -0
- package/dist/esm/types/data-for-list-baseline-basic-info-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-baseline-check-config-output.d.ts +121 -0
- package/dist/esm/types/data-for-list-baseline-check-config-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-baseline-check-items-output.d.ts +31 -0
- package/dist/esm/types/data-for-list-baseline-check-items-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-baseline-for-group-policy-output.d.ts +40 -0
- package/dist/esm/types/data-for-list-baseline-for-group-policy-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-baseline-host-item-hosts-output.d.ts +31 -0
- package/dist/esm/types/data-for-list-baseline-host-item-hosts-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-check-config-related-baseline-output.d.ts +40 -0
- package/dist/esm/types/data-for-list-check-config-related-baseline-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-clean-history-output.d.ts +80 -0
- package/dist/esm/types/data-for-list-clean-history-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-cloud-envs-output.d.ts +65 -0
- package/dist/esm/types/data-for-list-cloud-envs-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-clusters-and-varmor-apps-output.d.ts +112 -0
- package/dist/esm/types/data-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-file-monitor-alarms-output.d.ts +253 -0
- package/dist/esm/types/data-for-list-file-monitor-alarms-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-fingerprint-collect-config-output.d.ts +65 -0
- package/dist/esm/types/data-for-list-fingerprint-collect-config-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-hids-alarms-output.d.ts +253 -0
- package/dist/esm/types/data-for-list-hids-alarms-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-hosts-basic-infos-output.d.ts +156 -0
- package/dist/esm/types/data-for-list-hosts-basic-infos-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-isolation-files-output.d.ts +111 -0
- package/dist/esm/types/data-for-list-isolation-files-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-mlpasset-tasks-output.d.ts +60 -0
- package/dist/esm/types/data-for-list-mlpasset-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-monitor-policies-output.d.ts +121 -0
- package/dist/esm/types/data-for-list-monitor-policies-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-ordered-hosts-basic-infos-output.d.ts +106 -0
- package/dist/esm/types/data-for-list-ordered-hosts-basic-infos-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-scan-sub-tasks-output.d.ts +50 -0
- package/dist/esm/types/data-for-list-scan-sub-tasks-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-varmor-policies-output.d.ts +105 -0
- package/dist/esm/types/data-for-list-varmor-policies-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-vul-by-pod-output.d.ts +101 -0
- package/dist/esm/types/data-for-list-vul-by-pod-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-vul-detail-output.d.ts +156 -0
- package/dist/esm/types/data-for-list-vul-detail-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-vul-host-by-pod-output.d.ts +75 -0
- package/dist/esm/types/data-for-list-vul-host-by-pod-output.d.ts.map +1 -0
- package/dist/esm/types/delete-baseline-check-config-request.d.ts +25 -0
- package/dist/esm/types/delete-baseline-check-config-request.d.ts.map +1 -0
- package/dist/esm/types/delete-baseline-check-config-response.d.ts +25 -0
- package/dist/esm/types/delete-baseline-check-config-response.d.ts.map +1 -0
- package/dist/esm/types/delete-monitor-policy-request.d.ts +25 -0
- package/dist/esm/types/delete-monitor-policy-request.d.ts.map +1 -0
- package/dist/esm/types/delete-monitor-policy-response.d.ts +20 -0
- package/dist/esm/types/delete-monitor-policy-response.d.ts.map +1 -0
- package/dist/esm/types/describe-file-change-trend-top5-request.d.ts +20 -0
- package/dist/esm/types/describe-file-change-trend-top5-request.d.ts.map +1 -0
- package/dist/esm/types/describe-file-change-trend-top5-response.d.ts +26 -0
- package/dist/esm/types/describe-file-change-trend-top5-response.d.ts.map +1 -0
- package/dist/esm/types/describe-file-monitor-overview-request.d.ts +20 -0
- package/dist/esm/types/describe-file-monitor-overview-request.d.ts.map +1 -0
- package/dist/esm/types/describe-file-monitor-overview-response.d.ts +30 -0
- package/dist/esm/types/describe-file-monitor-overview-response.d.ts.map +1 -0
- package/dist/esm/types/describe-last-week-file-change-trends-request.d.ts +20 -0
- package/dist/esm/types/describe-last-week-file-change-trends-request.d.ts.map +1 -0
- package/dist/esm/types/describe-last-week-file-change-trends-response.d.ts +36 -0
- package/dist/esm/types/describe-last-week-file-change-trends-response.d.ts.map +1 -0
- package/dist/esm/types/detect-baseline-by-check-config-request.d.ts +25 -0
- package/dist/esm/types/detect-baseline-by-check-config-request.d.ts.map +1 -0
- package/dist/esm/types/detect-baseline-by-check-config-response.d.ts +25 -0
- package/dist/esm/types/detect-baseline-by-check-config-response.d.ts.map +1 -0
- package/dist/esm/types/directory-list-for-add-monitor-policy-input.d.ts +45 -0
- package/dist/esm/types/directory-list-for-add-monitor-policy-input.d.ts.map +1 -0
- package/dist/esm/types/directory-list-for-edit-monitor-policy-input.d.ts +45 -0
- package/dist/esm/types/directory-list-for-edit-monitor-policy-input.d.ts.map +1 -0
- package/dist/esm/types/directory-list-for-get-monitor-policy-directory-output.d.ts +45 -0
- package/dist/esm/types/directory-list-for-get-monitor-policy-directory-output.d.ts.map +1 -0
- package/dist/esm/types/directory-list-for-list-monitor-policies-output.d.ts +45 -0
- package/dist/esm/types/directory-list-for-list-monitor-policies-output.d.ts.map +1 -0
- package/dist/esm/types/ecs-instance-for-get-auto-isolate-agent-list-output.d.ts +130 -0
- package/dist/esm/types/ecs-instance-for-get-auto-isolate-agent-list-output.d.ts.map +1 -0
- package/dist/esm/types/ecs-instance-for-get-offline-notification-list-output.d.ts +130 -0
- package/dist/esm/types/ecs-instance-for-get-offline-notification-list-output.d.ts.map +1 -0
- package/dist/esm/types/ecs-instance-for-list-asset-center-hosts-output.d.ts +130 -0
- package/dist/esm/types/ecs-instance-for-list-asset-center-hosts-output.d.ts.map +1 -0
- package/dist/esm/types/ecs-instance-for-list-ban-iplist-output.d.ts +130 -0
- package/dist/esm/types/ecs-instance-for-list-ban-iplist-output.d.ts.map +1 -0
- package/dist/esm/types/ecs-instance-for-list-hosts-basic-infos-output.d.ts +130 -0
- package/dist/esm/types/ecs-instance-for-list-hosts-basic-infos-output.d.ts.map +1 -0
- package/dist/esm/types/ecs-instance-for-list-ordered-hosts-basic-infos-output.d.ts +130 -0
- package/dist/esm/types/ecs-instance-for-list-ordered-hosts-basic-infos-output.d.ts.map +1 -0
- package/dist/esm/types/edit-baseline-check-config-request.d.ts +81 -0
- package/dist/esm/types/edit-baseline-check-config-request.d.ts.map +1 -0
- package/dist/esm/types/edit-baseline-check-config-response.d.ts +25 -0
- package/dist/esm/types/edit-baseline-check-config-response.d.ts.map +1 -0
- package/dist/esm/types/edit-fingerprint-collect-config-request.d.ts +50 -0
- package/dist/esm/types/edit-fingerprint-collect-config-request.d.ts.map +1 -0
- package/dist/esm/types/edit-fingerprint-collect-config-response.d.ts +25 -0
- package/dist/esm/types/edit-fingerprint-collect-config-response.d.ts.map +1 -0
- package/dist/esm/types/edit-monitor-policy-request.d.ts +91 -0
- package/dist/esm/types/edit-monitor-policy-request.d.ts.map +1 -0
- package/dist/esm/types/edit-monitor-policy-response.d.ts +20 -0
- package/dist/esm/types/edit-monitor-policy-response.d.ts.map +1 -0
- package/dist/esm/types/export-file-monitor-alarm-list-data-request.d.ts +31 -0
- package/dist/esm/types/export-file-monitor-alarm-list-data-request.d.ts.map +1 -0
- package/dist/esm/types/export-file-monitor-alarm-list-data-response.d.ts +25 -0
- package/dist/esm/types/export-file-monitor-alarm-list-data-response.d.ts.map +1 -0
- package/dist/esm/types/failed-list-for-batch-delete-varmor-policies-output.d.ts +30 -0
- package/dist/esm/types/failed-list-for-batch-delete-varmor-policies-output.d.ts.map +1 -0
- package/dist/esm/types/failed-list-for-batch-install-varmor-apps-output.d.ts +30 -0
- package/dist/esm/types/failed-list-for-batch-install-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/failed-list-for-batch-uninstall-varmor-apps-output.d.ts +30 -0
- package/dist/esm/types/failed-list-for-batch-uninstall-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/failed-list-for-batch-upgrade-varmor-apps-output.d.ts +30 -0
- package/dist/esm/types/failed-list-for-batch-upgrade-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/failed-list-for-create-varmor-policy-output.d.ts +30 -0
- package/dist/esm/types/failed-list-for-create-varmor-policy-output.d.ts.map +1 -0
- package/dist/esm/types/file-for-handle-endpoint-alarms-input.d.ts +30 -0
- package/dist/esm/types/file-for-handle-endpoint-alarms-input.d.ts.map +1 -0
- package/dist/esm/types/filter-for-list-asset-namespaces-input.d.ts +35 -0
- package/dist/esm/types/filter-for-list-asset-namespaces-input.d.ts.map +1 -0
- package/dist/esm/types/get-aialarm-judge-config-request.d.ts +20 -0
- package/dist/esm/types/get-aialarm-judge-config-request.d.ts.map +1 -0
- package/dist/esm/types/get-aialarm-judge-config-response.d.ts +40 -0
- package/dist/esm/types/get-aialarm-judge-config-response.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-rule-list-request.d.ts +65 -0
- package/dist/esm/types/get-alarm-rule-list-request.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-rule-list-response.d.ts +41 -0
- package/dist/esm/types/get-alarm-rule-list-response.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-trace-raw-data-request.d.ts +70 -0
- package/dist/esm/types/get-alarm-trace-raw-data-request.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-trace-raw-data-response.d.ts +41 -0
- package/dist/esm/types/get-alarm-trace-raw-data-response.d.ts.map +1 -0
- package/dist/esm/types/get-all-monitor-suffix-list-request.d.ts +20 -0
- package/dist/esm/types/get-all-monitor-suffix-list-request.d.ts.map +1 -0
- package/dist/esm/types/get-all-monitor-suffix-list-response.d.ts +25 -0
- package/dist/esm/types/get-all-monitor-suffix-list-response.d.ts.map +1 -0
- package/dist/esm/types/get-armor-profile-request.d.ts +35 -0
- package/dist/esm/types/get-armor-profile-request.d.ts.map +1 -0
- package/dist/esm/types/get-armor-profile-response.d.ts +45 -0
- package/dist/esm/types/get-armor-profile-response.d.ts.map +1 -0
- package/dist/esm/types/get-auto-isolate-agent-list-request.d.ts +75 -0
- package/dist/esm/types/get-auto-isolate-agent-list-request.d.ts.map +1 -0
- package/dist/esm/types/get-auto-isolate-agent-list-response.d.ts +41 -0
- package/dist/esm/types/get-auto-isolate-agent-list-response.d.ts.map +1 -0
- package/dist/esm/types/get-auto-protect-config-request.d.ts +20 -0
- package/dist/esm/types/get-auto-protect-config-request.d.ts.map +1 -0
- package/dist/esm/types/get-auto-protect-config-response.d.ts +30 -0
- package/dist/esm/types/get-auto-protect-config-response.d.ts.map +1 -0
- package/dist/esm/types/get-brute-force-ban-cap-params-request.d.ts +20 -0
- package/dist/esm/types/get-brute-force-ban-cap-params-request.d.ts.map +1 -0
- package/dist/esm/types/get-brute-force-ban-cap-params-response.d.ts +25 -0
- package/dist/esm/types/get-brute-force-ban-cap-params-response.d.ts.map +1 -0
- package/dist/esm/types/get-brute-force-ban-config-request.d.ts +25 -0
- package/dist/esm/types/get-brute-force-ban-config-request.d.ts.map +1 -0
- package/dist/esm/types/get-brute-force-ban-config-response.d.ts +76 -0
- package/dist/esm/types/get-brute-force-ban-config-response.d.ts.map +1 -0
- package/dist/esm/types/get-brute-force-ban-statistics-request.d.ts +25 -0
- package/dist/esm/types/get-brute-force-ban-statistics-request.d.ts.map +1 -0
- package/dist/esm/types/get-brute-force-ban-statistics-response.d.ts +30 -0
- package/dist/esm/types/get-brute-force-ban-statistics-response.d.ts.map +1 -0
- package/dist/esm/types/get-cluster-statistics-request.d.ts +20 -0
- package/dist/esm/types/get-cluster-statistics-request.d.ts.map +1 -0
- package/dist/esm/types/get-cluster-statistics-response.d.ts +46 -0
- package/dist/esm/types/get-cluster-statistics-response.d.ts.map +1 -0
- package/dist/esm/types/get-custom-weak-passwords-request.d.ts +20 -0
- package/dist/esm/types/get-custom-weak-passwords-request.d.ts.map +1 -0
- package/dist/esm/types/get-custom-weak-passwords-response.d.ts +40 -0
- package/dist/esm/types/get-custom-weak-passwords-response.d.ts.map +1 -0
- package/dist/esm/types/get-fingerprint-env-request.d.ts +95 -0
- package/dist/esm/types/get-fingerprint-env-request.d.ts.map +1 -0
- package/dist/esm/types/get-fingerprint-env-response.d.ts +41 -0
- package/dist/esm/types/get-fingerprint-env-response.d.ts.map +1 -0
- package/dist/esm/types/get-geo-location-request.d.ts +25 -0
- package/dist/esm/types/get-geo-location-request.d.ts.map +1 -0
- package/dist/esm/types/get-geo-location-response.d.ts +26 -0
- package/dist/esm/types/get-geo-location-response.d.ts.map +1 -0
- package/dist/esm/types/get-host-volume-request.d.ts +45 -0
- package/dist/esm/types/get-host-volume-request.d.ts.map +1 -0
- package/dist/esm/types/get-host-volume-response.d.ts +41 -0
- package/dist/esm/types/get-host-volume-response.d.ts.map +1 -0
- package/dist/esm/types/get-mlpasset-sync-task-detail-request.d.ts +25 -0
- package/dist/esm/types/get-mlpasset-sync-task-detail-request.d.ts.map +1 -0
- package/dist/esm/types/get-mlpasset-sync-task-detail-response.d.ts +26 -0
- package/dist/esm/types/get-mlpasset-sync-task-detail-response.d.ts.map +1 -0
- package/dist/esm/types/get-mlpasset-sync-task-status-request.d.ts +25 -0
- package/dist/esm/types/get-mlpasset-sync-task-status-request.d.ts.map +1 -0
- package/dist/esm/types/get-mlpasset-sync-task-status-response.d.ts +40 -0
- package/dist/esm/types/get-mlpasset-sync-task-status-response.d.ts.map +1 -0
- package/dist/esm/types/get-monitor-policy-directory-request.d.ts +25 -0
- package/dist/esm/types/get-monitor-policy-directory-request.d.ts.map +1 -0
- package/dist/esm/types/get-monitor-policy-directory-response.d.ts +26 -0
- package/dist/esm/types/get-monitor-policy-directory-response.d.ts.map +1 -0
- package/dist/esm/types/get-multi-level-auth-detail-request.d.ts +20 -0
- package/dist/esm/types/get-multi-level-auth-detail-request.d.ts.map +1 -0
- package/dist/esm/types/get-multi-level-auth-detail-response.d.ts +43 -0
- package/dist/esm/types/get-multi-level-auth-detail-response.d.ts.map +1 -0
- package/dist/esm/types/get-offline-notification-config-request.d.ts +20 -0
- package/dist/esm/types/get-offline-notification-config-request.d.ts.map +1 -0
- package/dist/esm/types/get-offline-notification-config-response.d.ts +30 -0
- package/dist/esm/types/get-offline-notification-config-response.d.ts.map +1 -0
- package/dist/esm/types/get-offline-notification-list-request.d.ts +80 -0
- package/dist/esm/types/get-offline-notification-list-request.d.ts.map +1 -0
- package/dist/esm/types/get-offline-notification-list-response.d.ts +41 -0
- package/dist/esm/types/get-offline-notification-list-response.d.ts.map +1 -0
- package/dist/esm/types/get-policy-statistics-request.d.ts +20 -0
- package/dist/esm/types/get-policy-statistics-request.d.ts.map +1 -0
- package/dist/esm/types/get-policy-statistics-response.d.ts +42 -0
- package/dist/esm/types/get-policy-statistics-response.d.ts.map +1 -0
- package/dist/esm/types/get-security-overview-score-stats-request.d.ts +25 -0
- package/dist/esm/types/get-security-overview-score-stats-request.d.ts.map +1 -0
- package/dist/esm/types/get-security-overview-score-stats-response.d.ts +31 -0
- package/dist/esm/types/get-security-overview-score-stats-response.d.ts.map +1 -0
- package/dist/esm/types/get-socasset-alarm-stats-request.d.ts +25 -0
- package/dist/esm/types/get-socasset-alarm-stats-request.d.ts.map +1 -0
- package/dist/esm/types/get-socasset-alarm-stats-response.d.ts +41 -0
- package/dist/esm/types/get-socasset-alarm-stats-response.d.ts.map +1 -0
- package/dist/esm/types/get-socasset-instance-protect-status-request.d.ts +25 -0
- package/dist/esm/types/get-socasset-instance-protect-status-request.d.ts.map +1 -0
- package/dist/esm/types/get-socasset-instance-protect-status-response.d.ts +26 -0
- package/dist/esm/types/get-socasset-instance-protect-status-response.d.ts.map +1 -0
- package/dist/esm/types/get-socasset-security-score-request.d.ts +25 -0
- package/dist/esm/types/get-socasset-security-score-request.d.ts.map +1 -0
- package/dist/esm/types/get-socasset-security-score-response.d.ts +31 -0
- package/dist/esm/types/get-socasset-security-score-response.d.ts.map +1 -0
- package/dist/esm/types/get-socasset-vuln-stats-request.d.ts +25 -0
- package/dist/esm/types/get-socasset-vuln-stats-request.d.ts.map +1 -0
- package/dist/esm/types/get-socasset-vuln-stats-response.d.ts +41 -0
- package/dist/esm/types/get-socasset-vuln-stats-response.d.ts.map +1 -0
- package/dist/esm/types/get-socprecaution-baseline-stats-request.d.ts +25 -0
- package/dist/esm/types/get-socprecaution-baseline-stats-request.d.ts.map +1 -0
- package/dist/esm/types/get-socprecaution-baseline-stats-response.d.ts +36 -0
- package/dist/esm/types/get-socprecaution-baseline-stats-response.d.ts.map +1 -0
- package/dist/esm/types/get-varmor-config-yamlrequest.d.ts +25 -0
- package/dist/esm/types/get-varmor-config-yamlrequest.d.ts.map +1 -0
- package/dist/esm/types/get-varmor-config-yamlresponse.d.ts +25 -0
- package/dist/esm/types/get-varmor-config-yamlresponse.d.ts.map +1 -0
- package/dist/esm/types/get-varmor-policy-request.d.ts +30 -0
- package/dist/esm/types/get-varmor-policy-request.d.ts.map +1 -0
- package/dist/esm/types/get-varmor-policy-response.d.ts +91 -0
- package/dist/esm/types/get-varmor-policy-response.d.ts.map +1 -0
- package/dist/esm/types/get-varmor-tlsinfo-request.d.ts +20 -0
- package/dist/esm/types/get-varmor-tlsinfo-request.d.ts.map +1 -0
- package/dist/esm/types/get-varmor-tlsinfo-response.d.ts +40 -0
- package/dist/esm/types/get-varmor-tlsinfo-response.d.ts.map +1 -0
- package/dist/esm/types/handle-endpoint-alarms-request.d.ts +31 -0
- package/dist/esm/types/handle-endpoint-alarms-request.d.ts.map +1 -0
- package/dist/esm/types/handle-endpoint-alarms-response.d.ts +20 -0
- package/dist/esm/types/handle-endpoint-alarms-response.d.ts.map +1 -0
- package/dist/esm/types/handle-list-for-handle-endpoint-alarms-input.d.ts +42 -0
- package/dist/esm/types/handle-list-for-handle-endpoint-alarms-input.d.ts.map +1 -0
- package/dist/esm/types/host-for-list-file-monitor-alarms-output.d.ts +45 -0
- package/dist/esm/types/host-for-list-file-monitor-alarms-output.d.ts.map +1 -0
- package/dist/esm/types/host-for-list-hids-alarms-output.d.ts +45 -0
- package/dist/esm/types/host-for-list-hids-alarms-output.d.ts.map +1 -0
- package/dist/esm/types/host-for-list-isolation-files-output.d.ts +45 -0
- package/dist/esm/types/host-for-list-isolation-files-output.d.ts.map +1 -0
- package/dist/esm/types/host-info-for-list-ban-iplist-output.d.ts +56 -0
- package/dist/esm/types/host-info-for-list-ban-iplist-output.d.ts.map +1 -0
- package/dist/esm/types/host-list-for-list-auto-defense-rules-output.d.ts +45 -0
- package/dist/esm/types/host-list-for-list-auto-defense-rules-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +325 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/infect-status-for-list-vul-by-pod-output.d.ts +35 -0
- package/dist/esm/types/infect-status-for-list-vul-by-pod-output.d.ts.map +1 -0
- package/dist/esm/types/list-agent-proxies-request.d.ts +55 -0
- package/dist/esm/types/list-agent-proxies-request.d.ts.map +1 -0
- package/dist/esm/types/list-agent-proxies-response.d.ts +41 -0
- package/dist/esm/types/list-agent-proxies-response.d.ts.map +1 -0
- package/dist/esm/types/list-agent-proxy-servers-request.d.ts +45 -0
- package/dist/esm/types/list-agent-proxy-servers-request.d.ts.map +1 -0
- package/dist/esm/types/list-agent-proxy-servers-response.d.ts +41 -0
- package/dist/esm/types/list-agent-proxy-servers-response.d.ts.map +1 -0
- package/dist/esm/types/list-asset-center-hosts-request.d.ts +51 -0
- package/dist/esm/types/list-asset-center-hosts-request.d.ts.map +1 -0
- package/dist/esm/types/list-asset-center-hosts-response.d.ts +41 -0
- package/dist/esm/types/list-asset-center-hosts-response.d.ts.map +1 -0
- package/dist/esm/types/list-asset-namespaces-request.d.ts +46 -0
- package/dist/esm/types/list-asset-namespaces-request.d.ts.map +1 -0
- package/dist/esm/types/list-asset-namespaces-response.d.ts +41 -0
- package/dist/esm/types/list-asset-namespaces-response.d.ts.map +1 -0
- package/dist/esm/types/list-auto-defense-rules-request.d.ts +45 -0
- package/dist/esm/types/list-auto-defense-rules-request.d.ts.map +1 -0
- package/dist/esm/types/list-auto-defense-rules-response.d.ts +41 -0
- package/dist/esm/types/list-auto-defense-rules-response.d.ts.map +1 -0
- package/dist/esm/types/list-ban-iplist-request.d.ts +110 -0
- package/dist/esm/types/list-ban-iplist-request.d.ts.map +1 -0
- package/dist/esm/types/list-ban-iplist-response.d.ts +41 -0
- package/dist/esm/types/list-ban-iplist-response.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-basic-info-request.d.ts +40 -0
- package/dist/esm/types/list-baseline-basic-info-request.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-basic-info-response.d.ts +41 -0
- package/dist/esm/types/list-baseline-basic-info-response.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-check-config-request.d.ts +40 -0
- package/dist/esm/types/list-baseline-check-config-request.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-check-config-response.d.ts +41 -0
- package/dist/esm/types/list-baseline-check-config-response.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-check-items-request.d.ts +55 -0
- package/dist/esm/types/list-baseline-check-items-request.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-check-items-response.d.ts +41 -0
- package/dist/esm/types/list-baseline-check-items-response.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-for-group-policy-request.d.ts +25 -0
- package/dist/esm/types/list-baseline-for-group-policy-request.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-for-group-policy-response.d.ts +26 -0
- package/dist/esm/types/list-baseline-for-group-policy-response.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-host-item-hosts-request.d.ts +128 -0
- package/dist/esm/types/list-baseline-host-item-hosts-request.d.ts.map +1 -0
- package/dist/esm/types/list-baseline-host-item-hosts-response.d.ts +41 -0
- package/dist/esm/types/list-baseline-host-item-hosts-response.d.ts.map +1 -0
- package/dist/esm/types/list-batch-endpoint-handle-methods-request.d.ts +30 -0
- package/dist/esm/types/list-batch-endpoint-handle-methods-request.d.ts.map +1 -0
- package/dist/esm/types/list-batch-endpoint-handle-methods-response.d.ts +31 -0
- package/dist/esm/types/list-batch-endpoint-handle-methods-response.d.ts.map +1 -0
- package/dist/esm/types/list-check-config-related-baseline-request.d.ts +50 -0
- package/dist/esm/types/list-check-config-related-baseline-request.d.ts.map +1 -0
- package/dist/esm/types/list-check-config-related-baseline-response.d.ts +41 -0
- package/dist/esm/types/list-check-config-related-baseline-response.d.ts.map +1 -0
- package/dist/esm/types/list-clean-history-request.d.ts +80 -0
- package/dist/esm/types/list-clean-history-request.d.ts.map +1 -0
- package/dist/esm/types/list-clean-history-response.d.ts +41 -0
- package/dist/esm/types/list-clean-history-response.d.ts.map +1 -0
- package/dist/esm/types/list-cloud-envs-request.d.ts +65 -0
- package/dist/esm/types/list-cloud-envs-request.d.ts.map +1 -0
- package/dist/esm/types/list-cloud-envs-response.d.ts +41 -0
- package/dist/esm/types/list-cloud-envs-response.d.ts.map +1 -0
- package/dist/esm/types/list-cluster-varmor-version-history-request.d.ts +45 -0
- package/dist/esm/types/list-cluster-varmor-version-history-request.d.ts.map +1 -0
- package/dist/esm/types/list-cluster-varmor-version-history-response.d.ts +20 -0
- package/dist/esm/types/list-cluster-varmor-version-history-response.d.ts.map +1 -0
- package/dist/esm/types/list-clusters-and-varmor-apps-request.d.ts +70 -0
- package/dist/esm/types/list-clusters-and-varmor-apps-request.d.ts.map +1 -0
- package/dist/esm/types/list-clusters-and-varmor-apps-response.d.ts +41 -0
- package/dist/esm/types/list-clusters-and-varmor-apps-response.d.ts.map +1 -0
- package/dist/esm/types/list-file-monitor-alarms-request.d.ts +255 -0
- package/dist/esm/types/list-file-monitor-alarms-request.d.ts.map +1 -0
- package/dist/esm/types/list-file-monitor-alarms-response.d.ts +41 -0
- package/dist/esm/types/list-file-monitor-alarms-response.d.ts.map +1 -0
- package/dist/esm/types/list-fingerprint-collect-config-request.d.ts +30 -0
- package/dist/esm/types/list-fingerprint-collect-config-request.d.ts.map +1 -0
- package/dist/esm/types/list-fingerprint-collect-config-response.d.ts +41 -0
- package/dist/esm/types/list-fingerprint-collect-config-response.d.ts.map +1 -0
- package/dist/esm/types/list-hids-alarms-request.d.ts +240 -0
- package/dist/esm/types/list-hids-alarms-request.d.ts.map +1 -0
- package/dist/esm/types/list-hids-alarms-response.d.ts +41 -0
- package/dist/esm/types/list-hids-alarms-response.d.ts.map +1 -0
- package/dist/esm/types/list-hosts-basic-infos-request.d.ts +51 -0
- package/dist/esm/types/list-hosts-basic-infos-request.d.ts.map +1 -0
- package/dist/esm/types/list-hosts-basic-infos-response.d.ts +41 -0
- package/dist/esm/types/list-hosts-basic-infos-response.d.ts.map +1 -0
- package/dist/esm/types/list-isolation-files-request.d.ts +100 -0
- package/dist/esm/types/list-isolation-files-request.d.ts.map +1 -0
- package/dist/esm/types/list-isolation-files-response.d.ts +41 -0
- package/dist/esm/types/list-isolation-files-response.d.ts.map +1 -0
- package/dist/esm/types/list-mlpasset-tasks-request.d.ts +50 -0
- package/dist/esm/types/list-mlpasset-tasks-request.d.ts.map +1 -0
- package/dist/esm/types/list-mlpasset-tasks-response.d.ts +41 -0
- package/dist/esm/types/list-mlpasset-tasks-response.d.ts.map +1 -0
- package/dist/esm/types/list-monitor-policies-request.d.ts +95 -0
- package/dist/esm/types/list-monitor-policies-request.d.ts.map +1 -0
- package/dist/esm/types/list-monitor-policies-response.d.ts +41 -0
- package/dist/esm/types/list-monitor-policies-response.d.ts.map +1 -0
- package/dist/esm/types/list-ordered-hosts-basic-infos-request.d.ts +51 -0
- package/dist/esm/types/list-ordered-hosts-basic-infos-request.d.ts.map +1 -0
- package/dist/esm/types/list-ordered-hosts-basic-infos-response.d.ts +41 -0
- package/dist/esm/types/list-ordered-hosts-basic-infos-response.d.ts.map +1 -0
- package/dist/esm/types/list-scan-sub-tasks-request.d.ts +55 -0
- package/dist/esm/types/list-scan-sub-tasks-request.d.ts.map +1 -0
- package/dist/esm/types/list-scan-sub-tasks-response.d.ts +41 -0
- package/dist/esm/types/list-scan-sub-tasks-response.d.ts.map +1 -0
- package/dist/esm/types/list-varmor-policies-request.d.ts +90 -0
- package/dist/esm/types/list-varmor-policies-request.d.ts.map +1 -0
- package/dist/esm/types/list-varmor-policies-response.d.ts +41 -0
- package/dist/esm/types/list-varmor-policies-response.d.ts.map +1 -0
- package/dist/esm/types/list-vul-by-pod-request.d.ts +125 -0
- package/dist/esm/types/list-vul-by-pod-request.d.ts.map +1 -0
- package/dist/esm/types/list-vul-by-pod-response.d.ts +41 -0
- package/dist/esm/types/list-vul-by-pod-response.d.ts.map +1 -0
- package/dist/esm/types/list-vul-detail-request.d.ts +56 -0
- package/dist/esm/types/list-vul-detail-request.d.ts.map +1 -0
- package/dist/esm/types/list-vul-detail-response.d.ts +41 -0
- package/dist/esm/types/list-vul-detail-response.d.ts.map +1 -0
- package/dist/esm/types/list-vul-host-by-pod-request.d.ts +85 -0
- package/dist/esm/types/list-vul-host-by-pod-request.d.ts.map +1 -0
- package/dist/esm/types/list-vul-host-by-pod-response.d.ts +41 -0
- package/dist/esm/types/list-vul-host-by-pod-response.d.ts.map +1 -0
- package/dist/esm/types/location-for-get-geo-location-output.d.ts +30 -0
- package/dist/esm/types/location-for-get-geo-location-output.d.ts.map +1 -0
- package/dist/esm/types/manager-resource-limit-for-batch-install-varmor-apps-input.d.ts +40 -0
- package/dist/esm/types/manager-resource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
- package/dist/esm/types/manager-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts +40 -0
- package/dist/esm/types/manager-resource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/manager-resource-limit-for-update-varmor-app-config-input.d.ts +40 -0
- package/dist/esm/types/manager-resource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
- package/dist/esm/types/operation-list-for-list-batch-endpoint-handle-methods-output.d.ts +41 -0
- package/dist/esm/types/operation-list-for-list-batch-endpoint-handle-methods-output.d.ts.map +1 -0
- package/dist/esm/types/point-info-for-describe-last-week-file-change-trends-output.d.ts +30 -0
- package/dist/esm/types/point-info-for-describe-last-week-file-change-trends-output.d.ts.map +1 -0
- package/dist/esm/types/policy-status-stat-for-get-policy-statistics-output.d.ts +30 -0
- package/dist/esm/types/policy-status-stat-for-get-policy-statistics-output.d.ts.map +1 -0
- package/dist/esm/types/proc-list-for-list-batch-endpoint-handle-methods-output.d.ts +35 -0
- package/dist/esm/types/proc-list-for-list-batch-endpoint-handle-methods-output.d.ts.map +1 -0
- package/dist/esm/types/process-for-handle-endpoint-alarms-input.d.ts +35 -0
- package/dist/esm/types/process-for-handle-endpoint-alarms-input.d.ts.map +1 -0
- package/dist/esm/types/protect-host-for-get-multi-level-auth-detail-output.d.ts +35 -0
- package/dist/esm/types/protect-host-for-get-multi-level-auth-detail-output.d.ts.map +1 -0
- package/dist/esm/types/range-for-list-auto-defense-rules-output.d.ts +46 -0
- package/dist/esm/types/range-for-list-auto-defense-rules-output.d.ts.map +1 -0
- package/dist/esm/types/refresh-varmor-info-request.d.ts +20 -0
- package/dist/esm/types/refresh-varmor-info-request.d.ts.map +1 -0
- package/dist/esm/types/refresh-varmor-info-response.d.ts +25 -0
- package/dist/esm/types/refresh-varmor-info-response.d.ts.map +1 -0
- package/dist/esm/types/relate-alarm-info-for-list-ban-iplist-output.d.ts +30 -0
- package/dist/esm/types/relate-alarm-info-for-list-ban-iplist-output.d.ts.map +1 -0
- package/dist/esm/types/resource-limit-for-batch-install-varmor-apps-input.d.ts +44 -0
- package/dist/esm/types/resource-limit-for-batch-install-varmor-apps-input.d.ts.map +1 -0
- package/dist/esm/types/resource-limit-for-list-clusters-and-varmor-apps-output.d.ts +44 -0
- package/dist/esm/types/resource-limit-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/resource-limit-for-update-varmor-app-config-input.d.ts +44 -0
- package/dist/esm/types/resource-limit-for-update-varmor-app-config-input.d.ts.map +1 -0
- package/dist/esm/types/retry-ipoperation-request.d.ts +30 -0
- package/dist/esm/types/retry-ipoperation-request.d.ts.map +1 -0
- package/dist/esm/types/retry-ipoperation-response.d.ts +25 -0
- package/dist/esm/types/retry-ipoperation-response.d.ts.map +1 -0
- package/dist/esm/types/risk-for-get-offline-notification-list-output.d.ts +40 -0
- package/dist/esm/types/risk-for-get-offline-notification-list-output.d.ts.map +1 -0
- package/dist/esm/types/risk-for-list-asset-center-hosts-input.d.ts +40 -0
- package/dist/esm/types/risk-for-list-asset-center-hosts-input.d.ts.map +1 -0
- package/dist/esm/types/risk-for-list-asset-center-hosts-output.d.ts +40 -0
- package/dist/esm/types/risk-for-list-asset-center-hosts-output.d.ts.map +1 -0
- package/dist/esm/types/risk-for-list-hosts-basic-infos-input.d.ts +40 -0
- package/dist/esm/types/risk-for-list-hosts-basic-infos-input.d.ts.map +1 -0
- package/dist/esm/types/risk-num-for-list-baseline-host-item-hosts-output.d.ts +35 -0
- package/dist/esm/types/risk-num-for-list-baseline-host-item-hosts-output.d.ts.map +1 -0
- package/dist/esm/types/risky-for-get-socprecaution-baseline-stats-output.d.ts +45 -0
- package/dist/esm/types/risky-for-get-socprecaution-baseline-stats-output.d.ts.map +1 -0
- package/dist/esm/types/rule-list-for-get-brute-force-ban-config-output.d.ts +45 -0
- package/dist/esm/types/rule-list-for-get-brute-force-ban-config-output.d.ts.map +1 -0
- package/dist/esm/types/rule-list-for-set-brute-force-ban-config-input.d.ts +45 -0
- package/dist/esm/types/rule-list-for-set-brute-force-ban-config-input.d.ts.map +1 -0
- package/dist/esm/types/score-for-get-security-overview-score-stats-output.d.ts +30 -0
- package/dist/esm/types/score-for-get-security-overview-score-stats-output.d.ts.map +1 -0
- package/dist/esm/types/score-for-get-socasset-security-score-output.d.ts +30 -0
- package/dist/esm/types/score-for-get-socasset-security-score-output.d.ts.map +1 -0
- package/dist/esm/types/set-aialarm-judge-config-request.d.ts +40 -0
- package/dist/esm/types/set-aialarm-judge-config-request.d.ts.map +1 -0
- package/dist/esm/types/set-aialarm-judge-config-response.d.ts +20 -0
- package/dist/esm/types/set-aialarm-judge-config-response.d.ts.map +1 -0
- package/dist/esm/types/set-brute-force-ban-config-request.d.ts +91 -0
- package/dist/esm/types/set-brute-force-ban-config-request.d.ts.map +1 -0
- package/dist/esm/types/set-brute-force-ban-config-response.d.ts +20 -0
- package/dist/esm/types/set-brute-force-ban-config-response.d.ts.map +1 -0
- package/dist/esm/types/set-custom-weak-passwords-request.d.ts +25 -0
- package/dist/esm/types/set-custom-weak-passwords-request.d.ts.map +1 -0
- package/dist/esm/types/set-custom-weak-passwords-response.d.ts +25 -0
- package/dist/esm/types/set-custom-weak-passwords-response.d.ts.map +1 -0
- package/dist/esm/types/software-list-for-list-vul-detail-output.d.ts +35 -0
- package/dist/esm/types/software-list-for-list-vul-detail-output.d.ts.map +1 -0
- package/dist/esm/types/stop-mlpasset-sync-task-request.d.ts +25 -0
- package/dist/esm/types/stop-mlpasset-sync-task-request.d.ts.map +1 -0
- package/dist/esm/types/stop-mlpasset-sync-task-response.d.ts +25 -0
- package/dist/esm/types/stop-mlpasset-sync-task-response.d.ts.map +1 -0
- package/dist/esm/types/un-ban-ipitem-request.d.ts +25 -0
- package/dist/esm/types/un-ban-ipitem-request.d.ts.map +1 -0
- package/dist/esm/types/un-ban-ipitem-response.d.ts +30 -0
- package/dist/esm/types/un-ban-ipitem-response.d.ts.map +1 -0
- package/dist/esm/types/unbind-mlpauth-request.d.ts +25 -0
- package/dist/esm/types/unbind-mlpauth-request.d.ts.map +1 -0
- package/dist/esm/types/unbind-mlpauth-response.d.ts +25 -0
- package/dist/esm/types/unbind-mlpauth-response.d.ts.map +1 -0
- package/dist/esm/types/unhandled-for-get-socasset-alarm-stats-output.d.ts +45 -0
- package/dist/esm/types/unhandled-for-get-socasset-alarm-stats-output.d.ts.map +1 -0
- package/dist/esm/types/unhandled-for-get-socasset-vuln-stats-output.d.ts +45 -0
- package/dist/esm/types/unhandled-for-get-socasset-vuln-stats-output.d.ts.map +1 -0
- package/dist/esm/types/update-auto-protect-config-request.d.ts +25 -0
- package/dist/esm/types/update-auto-protect-config-request.d.ts.map +1 -0
- package/dist/esm/types/update-auto-protect-config-response.d.ts +30 -0
- package/dist/esm/types/update-auto-protect-config-response.d.ts.map +1 -0
- package/dist/esm/types/update-baseline-check-config-switch-request.d.ts +30 -0
- package/dist/esm/types/update-baseline-check-config-switch-request.d.ts.map +1 -0
- package/dist/esm/types/update-baseline-check-config-switch-response.d.ts +25 -0
- package/dist/esm/types/update-baseline-check-config-switch-response.d.ts.map +1 -0
- package/dist/esm/types/update-cloud-provider-request.d.ts +30 -0
- package/dist/esm/types/update-cloud-provider-request.d.ts.map +1 -0
- package/dist/esm/types/update-cloud-provider-response.d.ts +40 -0
- package/dist/esm/types/update-cloud-provider-response.d.ts.map +1 -0
- package/dist/esm/types/update-offline-notification-config-request.d.ts +30 -0
- package/dist/esm/types/update-offline-notification-config-request.d.ts.map +1 -0
- package/dist/esm/types/update-offline-notification-config-response.d.ts +25 -0
- package/dist/esm/types/update-offline-notification-config-response.d.ts.map +1 -0
- package/dist/esm/types/update-varmor-app-config-request.d.ts +41 -0
- package/dist/esm/types/update-varmor-app-config-request.d.ts.map +1 -0
- package/dist/esm/types/update-varmor-app-config-response.d.ts +25 -0
- package/dist/esm/types/update-varmor-app-config-response.d.ts.map +1 -0
- package/dist/esm/types/update-varmor-policy-request.d.ts +40 -0
- package/dist/esm/types/update-varmor-policy-request.d.ts.map +1 -0
- package/dist/esm/types/update-varmor-policy-response.d.ts +25 -0
- package/dist/esm/types/update-varmor-policy-response.d.ts.map +1 -0
- package/dist/esm/types/update-varmor-tlsinfo-request.d.ts +25 -0
- package/dist/esm/types/update-varmor-tlsinfo-request.d.ts.map +1 -0
- package/dist/esm/types/update-varmor-tlsinfo-response.d.ts +25 -0
- package/dist/esm/types/update-varmor-tlsinfo-response.d.ts.map +1 -0
- package/dist/esm/types/varmor-config-for-list-clusters-and-varmor-apps-output.d.ts +36 -0
- package/dist/esm/types/varmor-config-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/varmor-simple-config-for-batch-install-varmor-apps-input.d.ts +56 -0
- package/dist/esm/types/varmor-simple-config-for-batch-install-varmor-apps-input.d.ts.map +1 -0
- package/dist/esm/types/varmor-simple-config-for-list-clusters-and-varmor-apps-output.d.ts +56 -0
- package/dist/esm/types/varmor-simple-config-for-list-clusters-and-varmor-apps-output.d.ts.map +1 -0
- package/dist/esm/types/varmor-simple-config-for-update-varmor-app-config-input.d.ts +56 -0
- package/dist/esm/types/varmor-simple-config-for-update-varmor-app-config-input.d.ts.map +1 -0
- package/dist/esm/types/varmor-status-stat-for-get-cluster-statistics-output.d.ts +30 -0
- package/dist/esm/types/varmor-status-stat-for-get-cluster-statistics-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +1939 -0
- package/src/index.ts +14 -0
- package/src/types/add-baseline-check-config-request.ts +89 -0
- package/src/types/add-baseline-check-config-response.ts +28 -0
- package/src/types/add-monitor-policy-request.ts +101 -0
- package/src/types/add-monitor-policy-response.ts +22 -0
- package/src/types/agent-resource-limit-for-batch-install-varmor-apps-input.ts +46 -0
- package/src/types/agent-resource-limit-for-list-clusters-and-varmor-apps-output.ts +46 -0
- package/src/types/agent-resource-limit-for-update-varmor-app-config-input.ts +46 -0
- package/src/types/app-sec-for-get-multi-level-auth-detail-output.ts +40 -0
- package/src/types/armor-profile-info-for-get-varmor-policy-output.ts +52 -0
- package/src/types/armor-profile-info-for-list-varmor-policies-output.ts +52 -0
- package/src/types/attribution-list-for-list-file-monitor-alarms-output.ts +34 -0
- package/src/types/attribution-list-for-list-hids-alarms-output.ts +34 -0
- package/src/types/ban-alarm-iprequest.ts +40 -0
- package/src/types/ban-alarm-ipresponse.ts +28 -0
- package/src/types/baseline-info-for-list-baseline-check-items-output.ts +112 -0
- package/src/types/baseline-info-for-list-baseline-host-item-hosts-output.ts +125 -0
- package/src/types/baseline-list-for-add-baseline-check-config-input.ts +34 -0
- package/src/types/baseline-list-for-edit-baseline-check-config-input.ts +34 -0
- package/src/types/baseline-list-for-list-baseline-basic-info-output.ts +46 -0
- package/src/types/baseline-list-for-list-baseline-check-config-output.ts +34 -0
- package/src/types/batch-delete-varmor-policies-request.ts +28 -0
- package/src/types/batch-delete-varmor-policies-response.ts +41 -0
- package/src/types/batch-install-varmor-apps-request.ts +59 -0
- package/src/types/batch-install-varmor-apps-response.ts +41 -0
- package/src/types/batch-uninstall-varmor-apps-request.ts +28 -0
- package/src/types/batch-uninstall-varmor-apps-response.ts +41 -0
- package/src/types/batch-upgrade-varmor-apps-request.ts +34 -0
- package/src/types/batch-upgrade-varmor-apps-response.ts +41 -0
- package/src/types/behavior-resource-limit-for-batch-install-varmor-apps-input.ts +46 -0
- package/src/types/behavior-resource-limit-for-list-clusters-and-varmor-apps-output.ts +46 -0
- package/src/types/behavior-resource-limit-for-update-varmor-app-config-input.ts +46 -0
- package/src/types/bind-mlpauth-request.ts +28 -0
- package/src/types/bind-mlpauth-response.ts +28 -0
- package/src/types/bpfresource-limit-for-batch-install-varmor-apps-input.ts +46 -0
- package/src/types/bpfresource-limit-for-list-clusters-and-varmor-apps-output.ts +46 -0
- package/src/types/bpfresource-limit-for-update-varmor-app-config-input.ts +46 -0
- package/src/types/check-alarm-support-ban-iprequest.ts +40 -0
- package/src/types/check-alarm-support-ban-ipresponse.ts +52 -0
- package/src/types/check-monitor-policy-request.ts +64 -0
- package/src/types/check-monitor-policy-response.ts +28 -0
- package/src/types/cluster-for-list-file-monitor-alarms-output.ts +58 -0
- package/src/types/cluster-for-list-hids-alarms-output.ts +58 -0
- package/src/types/cluster-hardening-stats-for-get-policy-statistics-output.ts +34 -0
- package/src/types/cluster-sec-for-get-multi-level-auth-detail-output.ts +40 -0
- package/src/types/conditions-for-export-file-monitor-alarm-list-data-input.ts +286 -0
- package/src/types/conditions-for-list-asset-center-hosts-input.ts +149 -0
- package/src/types/conditions-for-list-hosts-basic-infos-input.ts +149 -0
- package/src/types/conditions-for-list-ordered-hosts-basic-infos-input.ts +100 -0
- package/src/types/conditions-for-list-vul-detail-input.ts +76 -0
- package/src/types/control-monitor-policy-request.ts +34 -0
- package/src/types/control-monitor-policy-response.ts +28 -0
- package/src/types/convert-data-for-get-alarm-trace-raw-data-output.ts +29 -0
- package/src/types/create-mlpasset-sync-task-request.ts +28 -0
- package/src/types/create-mlpasset-sync-task-response.ts +28 -0
- package/src/types/create-varmor-policy-request.ts +34 -0
- package/src/types/create-varmor-policy-response.ts +41 -0
- package/src/types/data-for-describe-file-change-trend-top5-output.ts +34 -0
- package/src/types/data-for-get-alarm-rule-list-output.ts +76 -0
- package/src/types/data-for-get-alarm-trace-raw-data-output.ts +22 -0
- package/src/types/data-for-get-auto-isolate-agent-list-output.ts +83 -0
- package/src/types/data-for-get-fingerprint-env-output.ts +94 -0
- package/src/types/data-for-get-host-volume-output.ts +64 -0
- package/src/types/data-for-get-mlpasset-sync-task-detail-output.ts +70 -0
- package/src/types/data-for-get-offline-notification-list-output.ts +216 -0
- package/src/types/data-for-get-socasset-instance-protect-status-output.ts +46 -0
- package/src/types/data-for-list-agent-proxies-output.ts +52 -0
- package/src/types/data-for-list-agent-proxy-servers-output.ts +58 -0
- package/src/types/data-for-list-asset-center-hosts-output.ts +210 -0
- package/src/types/data-for-list-asset-namespaces-output.ts +58 -0
- package/src/types/data-for-list-auto-defense-rules-output.ts +95 -0
- package/src/types/data-for-list-ban-iplist-output.ts +114 -0
- package/src/types/data-for-list-baseline-basic-info-output.ts +47 -0
- package/src/types/data-for-list-baseline-check-config-output.ts +143 -0
- package/src/types/data-for-list-baseline-check-items-output.ts +35 -0
- package/src/types/data-for-list-baseline-for-group-policy-output.ts +46 -0
- package/src/types/data-for-list-baseline-host-item-hosts-output.ts +35 -0
- package/src/types/data-for-list-check-config-related-baseline-output.ts +46 -0
- package/src/types/data-for-list-clean-history-output.ts +94 -0
- package/src/types/data-for-list-cloud-envs-output.ts +76 -0
- package/src/types/data-for-list-clusters-and-varmor-apps-output.ts +130 -0
- package/src/types/data-for-list-file-monitor-alarms-output.ts +301 -0
- package/src/types/data-for-list-fingerprint-collect-config-output.ts +76 -0
- package/src/types/data-for-list-hids-alarms-output.ts +301 -0
- package/src/types/data-for-list-hosts-basic-infos-output.ts +185 -0
- package/src/types/data-for-list-isolation-files-output.ts +131 -0
- package/src/types/data-for-list-mlpasset-tasks-output.ts +70 -0
- package/src/types/data-for-list-monitor-policies-output.ts +143 -0
- package/src/types/data-for-list-ordered-hosts-basic-infos-output.ts +125 -0
- package/src/types/data-for-list-scan-sub-tasks-output.ts +58 -0
- package/src/types/data-for-list-varmor-policies-output.ts +123 -0
- package/src/types/data-for-list-vul-by-pod-output.ts +119 -0
- package/src/types/data-for-list-vul-detail-output.ts +185 -0
- package/src/types/data-for-list-vul-host-by-pod-output.ts +88 -0
- package/src/types/delete-baseline-check-config-request.ts +28 -0
- package/src/types/delete-baseline-check-config-response.ts +28 -0
- package/src/types/delete-monitor-policy-request.ts +28 -0
- package/src/types/delete-monitor-policy-response.ts +22 -0
- package/src/types/describe-file-change-trend-top5-request.ts +22 -0
- package/src/types/describe-file-change-trend-top5-response.ts +29 -0
- package/src/types/describe-file-monitor-overview-request.ts +22 -0
- package/src/types/describe-file-monitor-overview-response.ts +34 -0
- package/src/types/describe-last-week-file-change-trends-request.ts +22 -0
- package/src/types/describe-last-week-file-change-trends-response.ts +41 -0
- package/src/types/detect-baseline-by-check-config-request.ts +28 -0
- package/src/types/detect-baseline-by-check-config-response.ts +28 -0
- package/src/types/directory-list-for-add-monitor-policy-input.ts +52 -0
- package/src/types/directory-list-for-edit-monitor-policy-input.ts +52 -0
- package/src/types/directory-list-for-get-monitor-policy-directory-output.ts +52 -0
- package/src/types/directory-list-for-list-monitor-policies-output.ts +52 -0
- package/src/types/ecs-instance-for-get-auto-isolate-agent-list-output.ts +154 -0
- package/src/types/ecs-instance-for-get-offline-notification-list-output.ts +154 -0
- package/src/types/ecs-instance-for-list-asset-center-hosts-output.ts +154 -0
- package/src/types/ecs-instance-for-list-ban-iplist-output.ts +154 -0
- package/src/types/ecs-instance-for-list-hosts-basic-infos-output.ts +154 -0
- package/src/types/ecs-instance-for-list-ordered-hosts-basic-infos-output.ts +154 -0
- package/src/types/edit-baseline-check-config-request.ts +95 -0
- package/src/types/edit-baseline-check-config-response.ts +28 -0
- package/src/types/edit-fingerprint-collect-config-request.ts +58 -0
- package/src/types/edit-fingerprint-collect-config-response.ts +28 -0
- package/src/types/edit-monitor-policy-request.ts +107 -0
- package/src/types/edit-monitor-policy-response.ts +22 -0
- package/src/types/export-file-monitor-alarm-list-data-request.ts +35 -0
- package/src/types/export-file-monitor-alarm-list-data-response.ts +28 -0
- package/src/types/failed-list-for-batch-delete-varmor-policies-output.ts +34 -0
- package/src/types/failed-list-for-batch-install-varmor-apps-output.ts +34 -0
- package/src/types/failed-list-for-batch-uninstall-varmor-apps-output.ts +34 -0
- package/src/types/failed-list-for-batch-upgrade-varmor-apps-output.ts +34 -0
- package/src/types/failed-list-for-create-varmor-policy-output.ts +34 -0
- package/src/types/file-for-handle-endpoint-alarms-input.ts +34 -0
- package/src/types/filter-for-list-asset-namespaces-input.ts +40 -0
- package/src/types/get-aialarm-judge-config-request.ts +22 -0
- package/src/types/get-aialarm-judge-config-response.ts +46 -0
- package/src/types/get-alarm-rule-list-request.ts +76 -0
- package/src/types/get-alarm-rule-list-response.ts +47 -0
- package/src/types/get-alarm-trace-raw-data-request.ts +82 -0
- package/src/types/get-alarm-trace-raw-data-response.ts +47 -0
- package/src/types/get-all-monitor-suffix-list-request.ts +22 -0
- package/src/types/get-all-monitor-suffix-list-response.ts +28 -0
- package/src/types/get-armor-profile-request.ts +40 -0
- package/src/types/get-armor-profile-response.ts +52 -0
- package/src/types/get-auto-isolate-agent-list-request.ts +88 -0
- package/src/types/get-auto-isolate-agent-list-response.ts +47 -0
- package/src/types/get-auto-protect-config-request.ts +22 -0
- package/src/types/get-auto-protect-config-response.ts +34 -0
- package/src/types/get-brute-force-ban-cap-params-request.ts +22 -0
- package/src/types/get-brute-force-ban-cap-params-response.ts +28 -0
- package/src/types/get-brute-force-ban-config-request.ts +28 -0
- package/src/types/get-brute-force-ban-config-response.ts +89 -0
- package/src/types/get-brute-force-ban-statistics-request.ts +28 -0
- package/src/types/get-brute-force-ban-statistics-response.ts +34 -0
- package/src/types/get-cluster-statistics-request.ts +22 -0
- package/src/types/get-cluster-statistics-response.ts +53 -0
- package/src/types/get-custom-weak-passwords-request.ts +22 -0
- package/src/types/get-custom-weak-passwords-response.ts +46 -0
- package/src/types/get-fingerprint-env-request.ts +112 -0
- package/src/types/get-fingerprint-env-response.ts +47 -0
- package/src/types/get-geo-location-request.ts +28 -0
- package/src/types/get-geo-location-response.ts +29 -0
- package/src/types/get-host-volume-request.ts +52 -0
- package/src/types/get-host-volume-response.ts +47 -0
- package/src/types/get-mlpasset-sync-task-detail-request.ts +28 -0
- package/src/types/get-mlpasset-sync-task-detail-response.ts +29 -0
- package/src/types/get-mlpasset-sync-task-status-request.ts +28 -0
- package/src/types/get-mlpasset-sync-task-status-response.ts +46 -0
- package/src/types/get-monitor-policy-directory-request.ts +28 -0
- package/src/types/get-monitor-policy-directory-response.ts +29 -0
- package/src/types/get-multi-level-auth-detail-request.ts +22 -0
- package/src/types/get-multi-level-auth-detail-response.ts +49 -0
- package/src/types/get-offline-notification-config-request.ts +22 -0
- package/src/types/get-offline-notification-config-response.ts +34 -0
- package/src/types/get-offline-notification-list-request.ts +94 -0
- package/src/types/get-offline-notification-list-response.ts +47 -0
- package/src/types/get-policy-statistics-request.ts +22 -0
- package/src/types/get-policy-statistics-response.ts +48 -0
- package/src/types/get-security-overview-score-stats-request.ts +28 -0
- package/src/types/get-security-overview-score-stats-response.ts +35 -0
- package/src/types/get-socasset-alarm-stats-request.ts +28 -0
- package/src/types/get-socasset-alarm-stats-response.ts +47 -0
- package/src/types/get-socasset-instance-protect-status-request.ts +28 -0
- package/src/types/get-socasset-instance-protect-status-response.ts +29 -0
- package/src/types/get-socasset-security-score-request.ts +28 -0
- package/src/types/get-socasset-security-score-response.ts +35 -0
- package/src/types/get-socasset-vuln-stats-request.ts +28 -0
- package/src/types/get-socasset-vuln-stats-response.ts +47 -0
- package/src/types/get-socprecaution-baseline-stats-request.ts +28 -0
- package/src/types/get-socprecaution-baseline-stats-response.ts +41 -0
- package/src/types/get-varmor-config-yamlrequest.ts +28 -0
- package/src/types/get-varmor-config-yamlresponse.ts +28 -0
- package/src/types/get-varmor-policy-request.ts +34 -0
- package/src/types/get-varmor-policy-response.ts +107 -0
- package/src/types/get-varmor-tlsinfo-request.ts +22 -0
- package/src/types/get-varmor-tlsinfo-response.ts +46 -0
- package/src/types/handle-endpoint-alarms-request.ts +35 -0
- package/src/types/handle-endpoint-alarms-response.ts +22 -0
- package/src/types/handle-list-for-handle-endpoint-alarms-input.ts +48 -0
- package/src/types/host-for-list-file-monitor-alarms-output.ts +52 -0
- package/src/types/host-for-list-hids-alarms-output.ts +52 -0
- package/src/types/host-for-list-isolation-files-output.ts +52 -0
- package/src/types/host-info-for-list-ban-iplist-output.ts +65 -0
- package/src/types/host-list-for-list-auto-defense-rules-output.ts +52 -0
- package/src/types/index.ts +324 -0
- package/src/types/infect-status-for-list-vul-by-pod-output.ts +40 -0
- package/src/types/list-agent-proxies-request.ts +64 -0
- package/src/types/list-agent-proxies-response.ts +47 -0
- package/src/types/list-agent-proxy-servers-request.ts +52 -0
- package/src/types/list-agent-proxy-servers-response.ts +47 -0
- package/src/types/list-asset-center-hosts-request.ts +59 -0
- package/src/types/list-asset-center-hosts-response.ts +47 -0
- package/src/types/list-asset-namespaces-request.ts +53 -0
- package/src/types/list-asset-namespaces-response.ts +47 -0
- package/src/types/list-auto-defense-rules-request.ts +52 -0
- package/src/types/list-auto-defense-rules-response.ts +47 -0
- package/src/types/list-ban-iplist-request.ts +130 -0
- package/src/types/list-ban-iplist-response.ts +47 -0
- package/src/types/list-baseline-basic-info-request.ts +46 -0
- package/src/types/list-baseline-basic-info-response.ts +47 -0
- package/src/types/list-baseline-check-config-request.ts +46 -0
- package/src/types/list-baseline-check-config-response.ts +47 -0
- package/src/types/list-baseline-check-items-request.ts +64 -0
- package/src/types/list-baseline-check-items-response.ts +47 -0
- package/src/types/list-baseline-for-group-policy-request.ts +28 -0
- package/src/types/list-baseline-for-group-policy-response.ts +29 -0
- package/src/types/list-baseline-host-item-hosts-request.ts +152 -0
- package/src/types/list-baseline-host-item-hosts-response.ts +47 -0
- package/src/types/list-batch-endpoint-handle-methods-request.ts +34 -0
- package/src/types/list-batch-endpoint-handle-methods-response.ts +35 -0
- package/src/types/list-check-config-related-baseline-request.ts +58 -0
- package/src/types/list-check-config-related-baseline-response.ts +47 -0
- package/src/types/list-clean-history-request.ts +94 -0
- package/src/types/list-clean-history-response.ts +47 -0
- package/src/types/list-cloud-envs-request.ts +76 -0
- package/src/types/list-cloud-envs-response.ts +47 -0
- package/src/types/list-cluster-varmor-version-history-request.ts +52 -0
- package/src/types/list-cluster-varmor-version-history-response.ts +22 -0
- package/src/types/list-clusters-and-varmor-apps-request.ts +82 -0
- package/src/types/list-clusters-and-varmor-apps-response.ts +47 -0
- package/src/types/list-file-monitor-alarms-request.ts +304 -0
- package/src/types/list-file-monitor-alarms-response.ts +47 -0
- package/src/types/list-fingerprint-collect-config-request.ts +34 -0
- package/src/types/list-fingerprint-collect-config-response.ts +47 -0
- package/src/types/list-hids-alarms-request.ts +286 -0
- package/src/types/list-hids-alarms-response.ts +47 -0
- package/src/types/list-hosts-basic-infos-request.ts +59 -0
- package/src/types/list-hosts-basic-infos-response.ts +47 -0
- package/src/types/list-isolation-files-request.ts +118 -0
- package/src/types/list-isolation-files-response.ts +47 -0
- package/src/types/list-mlpasset-tasks-request.ts +58 -0
- package/src/types/list-mlpasset-tasks-response.ts +47 -0
- package/src/types/list-monitor-policies-request.ts +112 -0
- package/src/types/list-monitor-policies-response.ts +47 -0
- package/src/types/list-ordered-hosts-basic-infos-request.ts +59 -0
- package/src/types/list-ordered-hosts-basic-infos-response.ts +47 -0
- package/src/types/list-scan-sub-tasks-request.ts +64 -0
- package/src/types/list-scan-sub-tasks-response.ts +47 -0
- package/src/types/list-varmor-policies-request.ts +106 -0
- package/src/types/list-varmor-policies-response.ts +47 -0
- package/src/types/list-vul-by-pod-request.ts +148 -0
- package/src/types/list-vul-by-pod-response.ts +47 -0
- package/src/types/list-vul-detail-request.ts +65 -0
- package/src/types/list-vul-detail-response.ts +47 -0
- package/src/types/list-vul-host-by-pod-request.ts +100 -0
- package/src/types/list-vul-host-by-pod-response.ts +47 -0
- package/src/types/location-for-get-geo-location-output.ts +34 -0
- package/src/types/manager-resource-limit-for-batch-install-varmor-apps-input.ts +46 -0
- package/src/types/manager-resource-limit-for-list-clusters-and-varmor-apps-output.ts +46 -0
- package/src/types/manager-resource-limit-for-update-varmor-app-config-input.ts +46 -0
- package/src/types/operation-list-for-list-batch-endpoint-handle-methods-output.ts +47 -0
- package/src/types/point-info-for-describe-last-week-file-change-trends-output.ts +34 -0
- package/src/types/policy-status-stat-for-get-policy-statistics-output.ts +34 -0
- package/src/types/proc-list-for-list-batch-endpoint-handle-methods-output.ts +40 -0
- package/src/types/process-for-handle-endpoint-alarms-input.ts +40 -0
- package/src/types/protect-host-for-get-multi-level-auth-detail-output.ts +40 -0
- package/src/types/range-for-list-auto-defense-rules-output.ts +53 -0
- package/src/types/refresh-varmor-info-request.ts +22 -0
- package/src/types/refresh-varmor-info-response.ts +28 -0
- package/src/types/relate-alarm-info-for-list-ban-iplist-output.ts +34 -0
- package/src/types/resource-limit-for-batch-install-varmor-apps-input.ts +50 -0
- package/src/types/resource-limit-for-list-clusters-and-varmor-apps-output.ts +50 -0
- package/src/types/resource-limit-for-update-varmor-app-config-input.ts +50 -0
- package/src/types/retry-ipoperation-request.ts +34 -0
- package/src/types/retry-ipoperation-response.ts +28 -0
- package/src/types/risk-for-get-offline-notification-list-output.ts +46 -0
- package/src/types/risk-for-list-asset-center-hosts-input.ts +46 -0
- package/src/types/risk-for-list-asset-center-hosts-output.ts +46 -0
- package/src/types/risk-for-list-hosts-basic-infos-input.ts +46 -0
- package/src/types/risk-num-for-list-baseline-host-item-hosts-output.ts +40 -0
- package/src/types/risky-for-get-socprecaution-baseline-stats-output.ts +52 -0
- package/src/types/rule-list-for-get-brute-force-ban-config-output.ts +52 -0
- package/src/types/rule-list-for-set-brute-force-ban-config-input.ts +52 -0
- package/src/types/score-for-get-security-overview-score-stats-output.ts +34 -0
- package/src/types/score-for-get-socasset-security-score-output.ts +34 -0
- package/src/types/set-aialarm-judge-config-request.ts +46 -0
- package/src/types/set-aialarm-judge-config-response.ts +22 -0
- package/src/types/set-brute-force-ban-config-request.ts +107 -0
- package/src/types/set-brute-force-ban-config-response.ts +22 -0
- package/src/types/set-custom-weak-passwords-request.ts +28 -0
- package/src/types/set-custom-weak-passwords-response.ts +28 -0
- package/src/types/software-list-for-list-vul-detail-output.ts +40 -0
- package/src/types/stop-mlpasset-sync-task-request.ts +28 -0
- package/src/types/stop-mlpasset-sync-task-response.ts +28 -0
- package/src/types/un-ban-ipitem-request.ts +28 -0
- package/src/types/un-ban-ipitem-response.ts +34 -0
- package/src/types/unbind-mlpauth-request.ts +28 -0
- package/src/types/unbind-mlpauth-response.ts +28 -0
- package/src/types/unhandled-for-get-socasset-alarm-stats-output.ts +52 -0
- package/src/types/unhandled-for-get-socasset-vuln-stats-output.ts +52 -0
- package/src/types/update-auto-protect-config-request.ts +28 -0
- package/src/types/update-auto-protect-config-response.ts +34 -0
- package/src/types/update-baseline-check-config-switch-request.ts +34 -0
- package/src/types/update-baseline-check-config-switch-response.ts +28 -0
- package/src/types/update-cloud-provider-request.ts +34 -0
- package/src/types/update-cloud-provider-response.ts +46 -0
- package/src/types/update-offline-notification-config-request.ts +34 -0
- package/src/types/update-offline-notification-config-response.ts +28 -0
- package/src/types/update-varmor-app-config-request.ts +47 -0
- package/src/types/update-varmor-app-config-response.ts +28 -0
- package/src/types/update-varmor-policy-request.ts +46 -0
- package/src/types/update-varmor-policy-response.ts +28 -0
- package/src/types/update-varmor-tlsinfo-request.ts +28 -0
- package/src/types/update-varmor-tlsinfo-response.ts +28 -0
- package/src/types/varmor-config-for-list-clusters-and-varmor-apps-output.ts +41 -0
- package/src/types/varmor-simple-config-for-batch-install-varmor-apps-input.ts +65 -0
- package/src/types/varmor-simple-config-for-list-clusters-and-varmor-apps-output.ts +65 -0
- package/src/types/varmor-simple-config-for-update-varmor-app-config-input.ts +65 -0
- package/src/types/varmor-status-stat-for-get-cluster-statistics-output.ts +34 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,1123 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* seccenter20240508
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
|
|
13
|
+
import { AddBaselineCheckConfigRequest } from './types/index';
|
|
14
|
+
import { AddBaselineCheckConfigResponse } from './types/index';
|
|
15
|
+
import { AddMonitorPolicyRequest } from './types/index';
|
|
16
|
+
import { AddMonitorPolicyResponse } from './types/index';
|
|
17
|
+
import { BanAlarmIPRequest } from './types/index';
|
|
18
|
+
import { BanAlarmIPResponse } from './types/index';
|
|
19
|
+
import { BatchDeleteVarmorPoliciesRequest } from './types/index';
|
|
20
|
+
import { BatchDeleteVarmorPoliciesResponse } from './types/index';
|
|
21
|
+
import { BatchInstallVarmorAppsRequest } from './types/index';
|
|
22
|
+
import { BatchInstallVarmorAppsResponse } from './types/index';
|
|
23
|
+
import { BatchUninstallVarmorAppsRequest } from './types/index';
|
|
24
|
+
import { BatchUninstallVarmorAppsResponse } from './types/index';
|
|
25
|
+
import { BatchUpgradeVarmorAppsRequest } from './types/index';
|
|
26
|
+
import { BatchUpgradeVarmorAppsResponse } from './types/index';
|
|
27
|
+
import { BindMLPAuthRequest } from './types/index';
|
|
28
|
+
import { BindMLPAuthResponse } from './types/index';
|
|
29
|
+
import { CheckAlarmSupportBanIPRequest } from './types/index';
|
|
30
|
+
import { CheckAlarmSupportBanIPResponse } from './types/index';
|
|
31
|
+
import { CheckMonitorPolicyRequest } from './types/index';
|
|
32
|
+
import { CheckMonitorPolicyResponse } from './types/index';
|
|
33
|
+
import { ControlMonitorPolicyRequest } from './types/index';
|
|
34
|
+
import { ControlMonitorPolicyResponse } from './types/index';
|
|
35
|
+
import { CreateMLPAssetSyncTaskRequest } from './types/index';
|
|
36
|
+
import { CreateMLPAssetSyncTaskResponse } from './types/index';
|
|
37
|
+
import { CreateVarmorPolicyRequest } from './types/index';
|
|
38
|
+
import { CreateVarmorPolicyResponse } from './types/index';
|
|
39
|
+
import { DeleteBaselineCheckConfigRequest } from './types/index';
|
|
40
|
+
import { DeleteBaselineCheckConfigResponse } from './types/index';
|
|
41
|
+
import { DeleteMonitorPolicyRequest } from './types/index';
|
|
42
|
+
import { DeleteMonitorPolicyResponse } from './types/index';
|
|
43
|
+
import { DescribeFileChangeTrendTop5Request } from './types/index';
|
|
44
|
+
import { DescribeFileChangeTrendTop5Response } from './types/index';
|
|
45
|
+
import { DescribeFileMonitorOverviewRequest } from './types/index';
|
|
46
|
+
import { DescribeFileMonitorOverviewResponse } from './types/index';
|
|
47
|
+
import { DescribeLastWeekFileChangeTrendsRequest } from './types/index';
|
|
48
|
+
import { DescribeLastWeekFileChangeTrendsResponse } from './types/index';
|
|
49
|
+
import { DetectBaselineByCheckConfigRequest } from './types/index';
|
|
50
|
+
import { DetectBaselineByCheckConfigResponse } from './types/index';
|
|
51
|
+
import { EditBaselineCheckConfigRequest } from './types/index';
|
|
52
|
+
import { EditBaselineCheckConfigResponse } from './types/index';
|
|
53
|
+
import { EditFingerprintCollectConfigRequest } from './types/index';
|
|
54
|
+
import { EditFingerprintCollectConfigResponse } from './types/index';
|
|
55
|
+
import { EditMonitorPolicyRequest } from './types/index';
|
|
56
|
+
import { EditMonitorPolicyResponse } from './types/index';
|
|
57
|
+
import { ExportFileMonitorAlarmListDataRequest } from './types/index';
|
|
58
|
+
import { ExportFileMonitorAlarmListDataResponse } from './types/index';
|
|
59
|
+
import { GetAIAlarmJudgeConfigRequest } from './types/index';
|
|
60
|
+
import { GetAIAlarmJudgeConfigResponse } from './types/index';
|
|
61
|
+
import { GetAlarmRuleListRequest } from './types/index';
|
|
62
|
+
import { GetAlarmRuleListResponse } from './types/index';
|
|
63
|
+
import { GetAlarmTraceRawDataRequest } from './types/index';
|
|
64
|
+
import { GetAlarmTraceRawDataResponse } from './types/index';
|
|
65
|
+
import { GetAllMonitorSuffixListRequest } from './types/index';
|
|
66
|
+
import { GetAllMonitorSuffixListResponse } from './types/index';
|
|
67
|
+
import { GetArmorProfileRequest } from './types/index';
|
|
68
|
+
import { GetArmorProfileResponse } from './types/index';
|
|
69
|
+
import { GetAutoIsolateAgentListRequest } from './types/index';
|
|
70
|
+
import { GetAutoIsolateAgentListResponse } from './types/index';
|
|
71
|
+
import { GetAutoProtectConfigRequest } from './types/index';
|
|
72
|
+
import { GetAutoProtectConfigResponse } from './types/index';
|
|
73
|
+
import { GetBruteForceBanCapParamsRequest } from './types/index';
|
|
74
|
+
import { GetBruteForceBanCapParamsResponse } from './types/index';
|
|
75
|
+
import { GetBruteForceBanConfigRequest } from './types/index';
|
|
76
|
+
import { GetBruteForceBanConfigResponse } from './types/index';
|
|
77
|
+
import { GetBruteForceBanStatisticsRequest } from './types/index';
|
|
78
|
+
import { GetBruteForceBanStatisticsResponse } from './types/index';
|
|
79
|
+
import { GetClusterStatisticsRequest } from './types/index';
|
|
80
|
+
import { GetClusterStatisticsResponse } from './types/index';
|
|
81
|
+
import { GetCustomWeakPasswordsRequest } from './types/index';
|
|
82
|
+
import { GetCustomWeakPasswordsResponse } from './types/index';
|
|
83
|
+
import { GetFingerprintEnvRequest } from './types/index';
|
|
84
|
+
import { GetFingerprintEnvResponse } from './types/index';
|
|
85
|
+
import { GetGeoLocationRequest } from './types/index';
|
|
86
|
+
import { GetGeoLocationResponse } from './types/index';
|
|
87
|
+
import { GetHostVolumeRequest } from './types/index';
|
|
88
|
+
import { GetHostVolumeResponse } from './types/index';
|
|
89
|
+
import { GetMLPAssetSyncTaskDetailRequest } from './types/index';
|
|
90
|
+
import { GetMLPAssetSyncTaskDetailResponse } from './types/index';
|
|
91
|
+
import { GetMLPAssetSyncTaskStatusRequest } from './types/index';
|
|
92
|
+
import { GetMLPAssetSyncTaskStatusResponse } from './types/index';
|
|
93
|
+
import { GetMonitorPolicyDirectoryRequest } from './types/index';
|
|
94
|
+
import { GetMonitorPolicyDirectoryResponse } from './types/index';
|
|
95
|
+
import { GetMultiLevelAuthDetailRequest } from './types/index';
|
|
96
|
+
import { GetMultiLevelAuthDetailResponse } from './types/index';
|
|
97
|
+
import { GetOfflineNotificationConfigRequest } from './types/index';
|
|
98
|
+
import { GetOfflineNotificationConfigResponse } from './types/index';
|
|
99
|
+
import { GetOfflineNotificationListRequest } from './types/index';
|
|
100
|
+
import { GetOfflineNotificationListResponse } from './types/index';
|
|
101
|
+
import { GetPolicyStatisticsRequest } from './types/index';
|
|
102
|
+
import { GetPolicyStatisticsResponse } from './types/index';
|
|
103
|
+
import { GetSOCAssetAlarmStatsRequest } from './types/index';
|
|
104
|
+
import { GetSOCAssetAlarmStatsResponse } from './types/index';
|
|
105
|
+
import { GetSOCAssetInstanceProtectStatusRequest } from './types/index';
|
|
106
|
+
import { GetSOCAssetInstanceProtectStatusResponse } from './types/index';
|
|
107
|
+
import { GetSOCAssetSecurityScoreRequest } from './types/index';
|
|
108
|
+
import { GetSOCAssetSecurityScoreResponse } from './types/index';
|
|
109
|
+
import { GetSOCAssetVulnStatsRequest } from './types/index';
|
|
110
|
+
import { GetSOCAssetVulnStatsResponse } from './types/index';
|
|
111
|
+
import { GetSOCPrecautionBaselineStatsRequest } from './types/index';
|
|
112
|
+
import { GetSOCPrecautionBaselineStatsResponse } from './types/index';
|
|
113
|
+
import { GetSecurityOverviewScoreStatsRequest } from './types/index';
|
|
114
|
+
import { GetSecurityOverviewScoreStatsResponse } from './types/index';
|
|
115
|
+
import { GetVarmorConfigYAMLRequest } from './types/index';
|
|
116
|
+
import { GetVarmorConfigYAMLResponse } from './types/index';
|
|
117
|
+
import { GetVarmorPolicyRequest } from './types/index';
|
|
118
|
+
import { GetVarmorPolicyResponse } from './types/index';
|
|
119
|
+
import { GetVarmorTLSInfoRequest } from './types/index';
|
|
120
|
+
import { GetVarmorTLSInfoResponse } from './types/index';
|
|
121
|
+
import { HandleEndpointAlarmsRequest } from './types/index';
|
|
122
|
+
import { HandleEndpointAlarmsResponse } from './types/index';
|
|
123
|
+
import { ListAgentProxiesRequest } from './types/index';
|
|
124
|
+
import { ListAgentProxiesResponse } from './types/index';
|
|
125
|
+
import { ListAgentProxyServersRequest } from './types/index';
|
|
126
|
+
import { ListAgentProxyServersResponse } from './types/index';
|
|
127
|
+
import { ListAssetCenterHostsRequest } from './types/index';
|
|
128
|
+
import { ListAssetCenterHostsResponse } from './types/index';
|
|
129
|
+
import { ListAssetNamespacesRequest } from './types/index';
|
|
130
|
+
import { ListAssetNamespacesResponse } from './types/index';
|
|
131
|
+
import { ListAutoDefenseRulesRequest } from './types/index';
|
|
132
|
+
import { ListAutoDefenseRulesResponse } from './types/index';
|
|
133
|
+
import { ListBanIPListRequest } from './types/index';
|
|
134
|
+
import { ListBanIPListResponse } from './types/index';
|
|
135
|
+
import { ListBaselineBasicInfoRequest } from './types/index';
|
|
136
|
+
import { ListBaselineBasicInfoResponse } from './types/index';
|
|
137
|
+
import { ListBaselineCheckConfigRequest } from './types/index';
|
|
138
|
+
import { ListBaselineCheckConfigResponse } from './types/index';
|
|
139
|
+
import { ListBaselineCheckItemsRequest } from './types/index';
|
|
140
|
+
import { ListBaselineCheckItemsResponse } from './types/index';
|
|
141
|
+
import { ListBaselineForGroupPolicyRequest } from './types/index';
|
|
142
|
+
import { ListBaselineForGroupPolicyResponse } from './types/index';
|
|
143
|
+
import { ListBaselineHostItemHostsRequest } from './types/index';
|
|
144
|
+
import { ListBaselineHostItemHostsResponse } from './types/index';
|
|
145
|
+
import { ListBatchEndpointHandleMethodsRequest } from './types/index';
|
|
146
|
+
import { ListBatchEndpointHandleMethodsResponse } from './types/index';
|
|
147
|
+
import { ListCheckConfigRelatedBaselineRequest } from './types/index';
|
|
148
|
+
import { ListCheckConfigRelatedBaselineResponse } from './types/index';
|
|
149
|
+
import { ListCleanHistoryRequest } from './types/index';
|
|
150
|
+
import { ListCleanHistoryResponse } from './types/index';
|
|
151
|
+
import { ListCloudEnvsRequest } from './types/index';
|
|
152
|
+
import { ListCloudEnvsResponse } from './types/index';
|
|
153
|
+
import { ListClusterVarmorVersionHistoryRequest } from './types/index';
|
|
154
|
+
import { ListClusterVarmorVersionHistoryResponse } from './types/index';
|
|
155
|
+
import { ListClustersAndVarmorAppsRequest } from './types/index';
|
|
156
|
+
import { ListClustersAndVarmorAppsResponse } from './types/index';
|
|
157
|
+
import { ListFileMonitorAlarmsRequest } from './types/index';
|
|
158
|
+
import { ListFileMonitorAlarmsResponse } from './types/index';
|
|
159
|
+
import { ListFingerprintCollectConfigRequest } from './types/index';
|
|
160
|
+
import { ListFingerprintCollectConfigResponse } from './types/index';
|
|
161
|
+
import { ListHidsAlarmsRequest } from './types/index';
|
|
162
|
+
import { ListHidsAlarmsResponse } from './types/index';
|
|
163
|
+
import { ListHostsBasicInfosRequest } from './types/index';
|
|
164
|
+
import { ListHostsBasicInfosResponse } from './types/index';
|
|
165
|
+
import { ListIsolationFilesRequest } from './types/index';
|
|
166
|
+
import { ListIsolationFilesResponse } from './types/index';
|
|
167
|
+
import { ListMLPAssetTasksRequest } from './types/index';
|
|
168
|
+
import { ListMLPAssetTasksResponse } from './types/index';
|
|
169
|
+
import { ListMonitorPoliciesRequest } from './types/index';
|
|
170
|
+
import { ListMonitorPoliciesResponse } from './types/index';
|
|
171
|
+
import { ListOrderedHostsBasicInfosRequest } from './types/index';
|
|
172
|
+
import { ListOrderedHostsBasicInfosResponse } from './types/index';
|
|
173
|
+
import { ListScanSubTasksRequest } from './types/index';
|
|
174
|
+
import { ListScanSubTasksResponse } from './types/index';
|
|
175
|
+
import { ListVarmorPoliciesRequest } from './types/index';
|
|
176
|
+
import { ListVarmorPoliciesResponse } from './types/index';
|
|
177
|
+
import { ListVulByPodRequest } from './types/index';
|
|
178
|
+
import { ListVulByPodResponse } from './types/index';
|
|
179
|
+
import { ListVulDetailRequest } from './types/index';
|
|
180
|
+
import { ListVulDetailResponse } from './types/index';
|
|
181
|
+
import { ListVulHostByPodRequest } from './types/index';
|
|
182
|
+
import { ListVulHostByPodResponse } from './types/index';
|
|
183
|
+
import { RefreshVarmorInfoRequest } from './types/index';
|
|
184
|
+
import { RefreshVarmorInfoResponse } from './types/index';
|
|
185
|
+
import { RetryIPOperationRequest } from './types/index';
|
|
186
|
+
import { RetryIPOperationResponse } from './types/index';
|
|
187
|
+
import { SetAIAlarmJudgeConfigRequest } from './types/index';
|
|
188
|
+
import { SetAIAlarmJudgeConfigResponse } from './types/index';
|
|
189
|
+
import { SetBruteForceBanConfigRequest } from './types/index';
|
|
190
|
+
import { SetBruteForceBanConfigResponse } from './types/index';
|
|
191
|
+
import { SetCustomWeakPasswordsRequest } from './types/index';
|
|
192
|
+
import { SetCustomWeakPasswordsResponse } from './types/index';
|
|
193
|
+
import { StopMLPAssetSyncTaskRequest } from './types/index';
|
|
194
|
+
import { StopMLPAssetSyncTaskResponse } from './types/index';
|
|
195
|
+
import { UnBanIPItemRequest } from './types/index';
|
|
196
|
+
import { UnBanIPItemResponse } from './types/index';
|
|
197
|
+
import { UnbindMLPAuthRequest } from './types/index';
|
|
198
|
+
import { UnbindMLPAuthResponse } from './types/index';
|
|
199
|
+
import { UpdateAutoProtectConfigRequest } from './types/index';
|
|
200
|
+
import { UpdateAutoProtectConfigResponse } from './types/index';
|
|
201
|
+
import { UpdateBaselineCheckConfigSwitchRequest } from './types/index';
|
|
202
|
+
import { UpdateBaselineCheckConfigSwitchResponse } from './types/index';
|
|
203
|
+
import { UpdateCloudProviderRequest } from './types/index';
|
|
204
|
+
import { UpdateCloudProviderResponse } from './types/index';
|
|
205
|
+
import { UpdateOfflineNotificationConfigRequest } from './types/index';
|
|
206
|
+
import { UpdateOfflineNotificationConfigResponse } from './types/index';
|
|
207
|
+
import { UpdateVarmorAppConfigRequest } from './types/index';
|
|
208
|
+
import { UpdateVarmorAppConfigResponse } from './types/index';
|
|
209
|
+
import { UpdateVarmorPolicyRequest } from './types/index';
|
|
210
|
+
import { UpdateVarmorPolicyResponse } from './types/index';
|
|
211
|
+
import { UpdateVarmorTLSInfoRequest } from './types/index';
|
|
212
|
+
import { UpdateVarmorTLSInfoResponse } from './types/index';
|
|
213
|
+
export type AddBaselineCheckConfigCommandOutput = CommandOutput<AddBaselineCheckConfigResponse>;
|
|
214
|
+
export type AddMonitorPolicyCommandOutput = CommandOutput<AddMonitorPolicyResponse>;
|
|
215
|
+
export type BanAlarmIPCommandOutput = CommandOutput<BanAlarmIPResponse>;
|
|
216
|
+
export type BatchDeleteVarmorPoliciesCommandOutput = CommandOutput<BatchDeleteVarmorPoliciesResponse>;
|
|
217
|
+
export type BatchInstallVarmorAppsCommandOutput = CommandOutput<BatchInstallVarmorAppsResponse>;
|
|
218
|
+
export type BatchUninstallVarmorAppsCommandOutput = CommandOutput<BatchUninstallVarmorAppsResponse>;
|
|
219
|
+
export type BatchUpgradeVarmorAppsCommandOutput = CommandOutput<BatchUpgradeVarmorAppsResponse>;
|
|
220
|
+
export type BindMLPAuthCommandOutput = CommandOutput<BindMLPAuthResponse>;
|
|
221
|
+
export type CheckAlarmSupportBanIPCommandOutput = CommandOutput<CheckAlarmSupportBanIPResponse>;
|
|
222
|
+
export type CheckMonitorPolicyCommandOutput = CommandOutput<CheckMonitorPolicyResponse>;
|
|
223
|
+
export type ControlMonitorPolicyCommandOutput = CommandOutput<ControlMonitorPolicyResponse>;
|
|
224
|
+
export type CreateMLPAssetSyncTaskCommandOutput = CommandOutput<CreateMLPAssetSyncTaskResponse>;
|
|
225
|
+
export type CreateVarmorPolicyCommandOutput = CommandOutput<CreateVarmorPolicyResponse>;
|
|
226
|
+
export type DeleteBaselineCheckConfigCommandOutput = CommandOutput<DeleteBaselineCheckConfigResponse>;
|
|
227
|
+
export type DeleteMonitorPolicyCommandOutput = CommandOutput<DeleteMonitorPolicyResponse>;
|
|
228
|
+
export type DescribeFileChangeTrendTop5CommandOutput = CommandOutput<DescribeFileChangeTrendTop5Response>;
|
|
229
|
+
export type DescribeFileMonitorOverviewCommandOutput = CommandOutput<DescribeFileMonitorOverviewResponse>;
|
|
230
|
+
export type DescribeLastWeekFileChangeTrendsCommandOutput = CommandOutput<DescribeLastWeekFileChangeTrendsResponse>;
|
|
231
|
+
export type DetectBaselineByCheckConfigCommandOutput = CommandOutput<DetectBaselineByCheckConfigResponse>;
|
|
232
|
+
export type EditBaselineCheckConfigCommandOutput = CommandOutput<EditBaselineCheckConfigResponse>;
|
|
233
|
+
export type EditFingerprintCollectConfigCommandOutput = CommandOutput<EditFingerprintCollectConfigResponse>;
|
|
234
|
+
export type EditMonitorPolicyCommandOutput = CommandOutput<EditMonitorPolicyResponse>;
|
|
235
|
+
export type ExportFileMonitorAlarmListDataCommandOutput = CommandOutput<ExportFileMonitorAlarmListDataResponse>;
|
|
236
|
+
export type GetAIAlarmJudgeConfigCommandOutput = CommandOutput<GetAIAlarmJudgeConfigResponse>;
|
|
237
|
+
export type GetAlarmRuleListCommandOutput = CommandOutput<GetAlarmRuleListResponse>;
|
|
238
|
+
export type GetAlarmTraceRawDataCommandOutput = CommandOutput<GetAlarmTraceRawDataResponse>;
|
|
239
|
+
export type GetAllMonitorSuffixListCommandOutput = CommandOutput<GetAllMonitorSuffixListResponse>;
|
|
240
|
+
export type GetArmorProfileCommandOutput = CommandOutput<GetArmorProfileResponse>;
|
|
241
|
+
export type GetAutoIsolateAgentListCommandOutput = CommandOutput<GetAutoIsolateAgentListResponse>;
|
|
242
|
+
export type GetAutoProtectConfigCommandOutput = CommandOutput<GetAutoProtectConfigResponse>;
|
|
243
|
+
export type GetBruteForceBanCapParamsCommandOutput = CommandOutput<GetBruteForceBanCapParamsResponse>;
|
|
244
|
+
export type GetBruteForceBanConfigCommandOutput = CommandOutput<GetBruteForceBanConfigResponse>;
|
|
245
|
+
export type GetBruteForceBanStatisticsCommandOutput = CommandOutput<GetBruteForceBanStatisticsResponse>;
|
|
246
|
+
export type GetClusterStatisticsCommandOutput = CommandOutput<GetClusterStatisticsResponse>;
|
|
247
|
+
export type GetCustomWeakPasswordsCommandOutput = CommandOutput<GetCustomWeakPasswordsResponse>;
|
|
248
|
+
export type GetFingerprintEnvCommandOutput = CommandOutput<GetFingerprintEnvResponse>;
|
|
249
|
+
export type GetGeoLocationCommandOutput = CommandOutput<GetGeoLocationResponse>;
|
|
250
|
+
export type GetHostVolumeCommandOutput = CommandOutput<GetHostVolumeResponse>;
|
|
251
|
+
export type GetMLPAssetSyncTaskDetailCommandOutput = CommandOutput<GetMLPAssetSyncTaskDetailResponse>;
|
|
252
|
+
export type GetMLPAssetSyncTaskStatusCommandOutput = CommandOutput<GetMLPAssetSyncTaskStatusResponse>;
|
|
253
|
+
export type GetMonitorPolicyDirectoryCommandOutput = CommandOutput<GetMonitorPolicyDirectoryResponse>;
|
|
254
|
+
export type GetMultiLevelAuthDetailCommandOutput = CommandOutput<GetMultiLevelAuthDetailResponse>;
|
|
255
|
+
export type GetOfflineNotificationConfigCommandOutput = CommandOutput<GetOfflineNotificationConfigResponse>;
|
|
256
|
+
export type GetOfflineNotificationListCommandOutput = CommandOutput<GetOfflineNotificationListResponse>;
|
|
257
|
+
export type GetPolicyStatisticsCommandOutput = CommandOutput<GetPolicyStatisticsResponse>;
|
|
258
|
+
export type GetSOCAssetAlarmStatsCommandOutput = CommandOutput<GetSOCAssetAlarmStatsResponse>;
|
|
259
|
+
export type GetSOCAssetInstanceProtectStatusCommandOutput = CommandOutput<GetSOCAssetInstanceProtectStatusResponse>;
|
|
260
|
+
export type GetSOCAssetSecurityScoreCommandOutput = CommandOutput<GetSOCAssetSecurityScoreResponse>;
|
|
261
|
+
export type GetSOCAssetVulnStatsCommandOutput = CommandOutput<GetSOCAssetVulnStatsResponse>;
|
|
262
|
+
export type GetSOCPrecautionBaselineStatsCommandOutput = CommandOutput<GetSOCPrecautionBaselineStatsResponse>;
|
|
263
|
+
export type GetSecurityOverviewScoreStatsCommandOutput = CommandOutput<GetSecurityOverviewScoreStatsResponse>;
|
|
264
|
+
export type GetVarmorConfigYAMLCommandOutput = CommandOutput<GetVarmorConfigYAMLResponse>;
|
|
265
|
+
export type GetVarmorPolicyCommandOutput = CommandOutput<GetVarmorPolicyResponse>;
|
|
266
|
+
export type GetVarmorTLSInfoCommandOutput = CommandOutput<GetVarmorTLSInfoResponse>;
|
|
267
|
+
export type HandleEndpointAlarmsCommandOutput = CommandOutput<HandleEndpointAlarmsResponse>;
|
|
268
|
+
export type ListAgentProxiesCommandOutput = CommandOutput<ListAgentProxiesResponse>;
|
|
269
|
+
export type ListAgentProxyServersCommandOutput = CommandOutput<ListAgentProxyServersResponse>;
|
|
270
|
+
export type ListAssetCenterHostsCommandOutput = CommandOutput<ListAssetCenterHostsResponse>;
|
|
271
|
+
export type ListAssetNamespacesCommandOutput = CommandOutput<ListAssetNamespacesResponse>;
|
|
272
|
+
export type ListAutoDefenseRulesCommandOutput = CommandOutput<ListAutoDefenseRulesResponse>;
|
|
273
|
+
export type ListBanIPListCommandOutput = CommandOutput<ListBanIPListResponse>;
|
|
274
|
+
export type ListBaselineBasicInfoCommandOutput = CommandOutput<ListBaselineBasicInfoResponse>;
|
|
275
|
+
export type ListBaselineCheckConfigCommandOutput = CommandOutput<ListBaselineCheckConfigResponse>;
|
|
276
|
+
export type ListBaselineCheckItemsCommandOutput = CommandOutput<ListBaselineCheckItemsResponse>;
|
|
277
|
+
export type ListBaselineForGroupPolicyCommandOutput = CommandOutput<ListBaselineForGroupPolicyResponse>;
|
|
278
|
+
export type ListBaselineHostItemHostsCommandOutput = CommandOutput<ListBaselineHostItemHostsResponse>;
|
|
279
|
+
export type ListBatchEndpointHandleMethodsCommandOutput = CommandOutput<ListBatchEndpointHandleMethodsResponse>;
|
|
280
|
+
export type ListCheckConfigRelatedBaselineCommandOutput = CommandOutput<ListCheckConfigRelatedBaselineResponse>;
|
|
281
|
+
export type ListCleanHistoryCommandOutput = CommandOutput<ListCleanHistoryResponse>;
|
|
282
|
+
export type ListCloudEnvsCommandOutput = CommandOutput<ListCloudEnvsResponse>;
|
|
283
|
+
export type ListClusterVarmorVersionHistoryCommandOutput = CommandOutput<ListClusterVarmorVersionHistoryResponse>;
|
|
284
|
+
export type ListClustersAndVarmorAppsCommandOutput = CommandOutput<ListClustersAndVarmorAppsResponse>;
|
|
285
|
+
export type ListFileMonitorAlarmsCommandOutput = CommandOutput<ListFileMonitorAlarmsResponse>;
|
|
286
|
+
export type ListFingerprintCollectConfigCommandOutput = CommandOutput<ListFingerprintCollectConfigResponse>;
|
|
287
|
+
export type ListHidsAlarmsCommandOutput = CommandOutput<ListHidsAlarmsResponse>;
|
|
288
|
+
export type ListHostsBasicInfosCommandOutput = CommandOutput<ListHostsBasicInfosResponse>;
|
|
289
|
+
export type ListIsolationFilesCommandOutput = CommandOutput<ListIsolationFilesResponse>;
|
|
290
|
+
export type ListMLPAssetTasksCommandOutput = CommandOutput<ListMLPAssetTasksResponse>;
|
|
291
|
+
export type ListMonitorPoliciesCommandOutput = CommandOutput<ListMonitorPoliciesResponse>;
|
|
292
|
+
export type ListOrderedHostsBasicInfosCommandOutput = CommandOutput<ListOrderedHostsBasicInfosResponse>;
|
|
293
|
+
export type ListScanSubTasksCommandOutput = CommandOutput<ListScanSubTasksResponse>;
|
|
294
|
+
export type ListVarmorPoliciesCommandOutput = CommandOutput<ListVarmorPoliciesResponse>;
|
|
295
|
+
export type ListVulByPodCommandOutput = CommandOutput<ListVulByPodResponse>;
|
|
296
|
+
export type ListVulDetailCommandOutput = CommandOutput<ListVulDetailResponse>;
|
|
297
|
+
export type ListVulHostByPodCommandOutput = CommandOutput<ListVulHostByPodResponse>;
|
|
298
|
+
export type RefreshVarmorInfoCommandOutput = CommandOutput<RefreshVarmorInfoResponse>;
|
|
299
|
+
export type RetryIPOperationCommandOutput = CommandOutput<RetryIPOperationResponse>;
|
|
300
|
+
export type SetAIAlarmJudgeConfigCommandOutput = CommandOutput<SetAIAlarmJudgeConfigResponse>;
|
|
301
|
+
export type SetBruteForceBanConfigCommandOutput = CommandOutput<SetBruteForceBanConfigResponse>;
|
|
302
|
+
export type SetCustomWeakPasswordsCommandOutput = CommandOutput<SetCustomWeakPasswordsResponse>;
|
|
303
|
+
export type StopMLPAssetSyncTaskCommandOutput = CommandOutput<StopMLPAssetSyncTaskResponse>;
|
|
304
|
+
export type UnBanIPItemCommandOutput = CommandOutput<UnBanIPItemResponse>;
|
|
305
|
+
export type UnbindMLPAuthCommandOutput = CommandOutput<UnbindMLPAuthResponse>;
|
|
306
|
+
export type UpdateAutoProtectConfigCommandOutput = CommandOutput<UpdateAutoProtectConfigResponse>;
|
|
307
|
+
export type UpdateBaselineCheckConfigSwitchCommandOutput = CommandOutput<UpdateBaselineCheckConfigSwitchResponse>;
|
|
308
|
+
export type UpdateCloudProviderCommandOutput = CommandOutput<UpdateCloudProviderResponse>;
|
|
309
|
+
export type UpdateOfflineNotificationConfigCommandOutput = CommandOutput<UpdateOfflineNotificationConfigResponse>;
|
|
310
|
+
export type UpdateVarmorAppConfigCommandOutput = CommandOutput<UpdateVarmorAppConfigResponse>;
|
|
311
|
+
export type UpdateVarmorPolicyCommandOutput = CommandOutput<UpdateVarmorPolicyResponse>;
|
|
312
|
+
export type UpdateVarmorTLSInfoCommandOutput = CommandOutput<UpdateVarmorTLSInfoResponse>;
|
|
313
|
+
/**
|
|
314
|
+
* SECCENTER20240508Client Service Client
|
|
315
|
+
*/
|
|
316
|
+
export declare class SECCENTER20240508Client extends Client {
|
|
317
|
+
constructor(config?: ClientConfig);
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* Command to AddBaselineCheckConfig
|
|
321
|
+
*/
|
|
322
|
+
export declare class AddBaselineCheckConfigCommand extends Command<AddBaselineCheckConfigRequest, AddBaselineCheckConfigCommandOutput, 'AddBaselineCheckConfigCommand'> {
|
|
323
|
+
static readonly metaPath = "/AddBaselineCheckConfig/2024-05-08/seccenter/post/application_json/";
|
|
324
|
+
constructor(input: AddBaselineCheckConfigRequest);
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* Command to AddMonitorPolicy
|
|
328
|
+
*/
|
|
329
|
+
export declare class AddMonitorPolicyCommand extends Command<AddMonitorPolicyRequest, AddMonitorPolicyCommandOutput, 'AddMonitorPolicyCommand'> {
|
|
330
|
+
static readonly metaPath = "/AddMonitorPolicy/2024-05-08/seccenter/post/application_json/";
|
|
331
|
+
constructor(input: AddMonitorPolicyRequest);
|
|
332
|
+
}
|
|
333
|
+
/**
|
|
334
|
+
* Command to BanAlarmIP
|
|
335
|
+
*/
|
|
336
|
+
export declare class BanAlarmIPCommand extends Command<BanAlarmIPRequest, BanAlarmIPCommandOutput, 'BanAlarmIPCommand'> {
|
|
337
|
+
static readonly metaPath = "/BanAlarmIP/2024-05-08/seccenter/post/application_json/";
|
|
338
|
+
constructor(input: BanAlarmIPRequest);
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* Command to BatchDeleteVarmorPolicies
|
|
342
|
+
*/
|
|
343
|
+
export declare class BatchDeleteVarmorPoliciesCommand extends Command<BatchDeleteVarmorPoliciesRequest, BatchDeleteVarmorPoliciesCommandOutput, 'BatchDeleteVarmorPoliciesCommand'> {
|
|
344
|
+
static readonly metaPath = "/BatchDeleteVarmorPolicies/2024-05-08/seccenter/post/application_json/";
|
|
345
|
+
constructor(input: BatchDeleteVarmorPoliciesRequest);
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Command to BatchInstallVarmorApps
|
|
349
|
+
*/
|
|
350
|
+
export declare class BatchInstallVarmorAppsCommand extends Command<BatchInstallVarmorAppsRequest, BatchInstallVarmorAppsCommandOutput, 'BatchInstallVarmorAppsCommand'> {
|
|
351
|
+
static readonly metaPath = "/BatchInstallVarmorApps/2024-05-08/seccenter/post/application_json/";
|
|
352
|
+
constructor(input: BatchInstallVarmorAppsRequest);
|
|
353
|
+
}
|
|
354
|
+
/**
|
|
355
|
+
* Command to BatchUninstallVarmorApps
|
|
356
|
+
*/
|
|
357
|
+
export declare class BatchUninstallVarmorAppsCommand extends Command<BatchUninstallVarmorAppsRequest, BatchUninstallVarmorAppsCommandOutput, 'BatchUninstallVarmorAppsCommand'> {
|
|
358
|
+
static readonly metaPath = "/BatchUninstallVarmorApps/2024-05-08/seccenter/post/application_json/";
|
|
359
|
+
constructor(input: BatchUninstallVarmorAppsRequest);
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Command to BatchUpgradeVarmorApps
|
|
363
|
+
*/
|
|
364
|
+
export declare class BatchUpgradeVarmorAppsCommand extends Command<BatchUpgradeVarmorAppsRequest, BatchUpgradeVarmorAppsCommandOutput, 'BatchUpgradeVarmorAppsCommand'> {
|
|
365
|
+
static readonly metaPath = "/BatchUpgradeVarmorApps/2024-05-08/seccenter/post/application_json/";
|
|
366
|
+
constructor(input: BatchUpgradeVarmorAppsRequest);
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* Command to BindMLPAuth
|
|
370
|
+
*/
|
|
371
|
+
export declare class BindMLPAuthCommand extends Command<BindMLPAuthRequest, BindMLPAuthCommandOutput, 'BindMLPAuthCommand'> {
|
|
372
|
+
static readonly metaPath = "/BindMLPAuth/2024-05-08/seccenter/post/application_json/";
|
|
373
|
+
constructor(input: BindMLPAuthRequest);
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* Command to CheckAlarmSupportBanIP
|
|
377
|
+
*/
|
|
378
|
+
export declare class CheckAlarmSupportBanIPCommand extends Command<CheckAlarmSupportBanIPRequest, CheckAlarmSupportBanIPCommandOutput, 'CheckAlarmSupportBanIPCommand'> {
|
|
379
|
+
static readonly metaPath = "/CheckAlarmSupportBanIP/2024-05-08/seccenter/post/application_json/";
|
|
380
|
+
constructor(input: CheckAlarmSupportBanIPRequest);
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* Command to CheckMonitorPolicy
|
|
384
|
+
*/
|
|
385
|
+
export declare class CheckMonitorPolicyCommand extends Command<CheckMonitorPolicyRequest, CheckMonitorPolicyCommandOutput, 'CheckMonitorPolicyCommand'> {
|
|
386
|
+
static readonly metaPath = "/CheckMonitorPolicy/2024-05-08/seccenter/post/application_json/";
|
|
387
|
+
constructor(input: CheckMonitorPolicyRequest);
|
|
388
|
+
}
|
|
389
|
+
/**
|
|
390
|
+
* Command to ControlMonitorPolicy
|
|
391
|
+
*/
|
|
392
|
+
export declare class ControlMonitorPolicyCommand extends Command<ControlMonitorPolicyRequest, ControlMonitorPolicyCommandOutput, 'ControlMonitorPolicyCommand'> {
|
|
393
|
+
static readonly metaPath = "/ControlMonitorPolicy/2024-05-08/seccenter/post/application_json/";
|
|
394
|
+
constructor(input: ControlMonitorPolicyRequest);
|
|
395
|
+
}
|
|
396
|
+
/**
|
|
397
|
+
* Command to CreateMLPAssetSyncTask
|
|
398
|
+
*/
|
|
399
|
+
export declare class CreateMLPAssetSyncTaskCommand extends Command<CreateMLPAssetSyncTaskRequest, CreateMLPAssetSyncTaskCommandOutput, 'CreateMLPAssetSyncTaskCommand'> {
|
|
400
|
+
static readonly metaPath = "/CreateMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/";
|
|
401
|
+
constructor(input: CreateMLPAssetSyncTaskRequest);
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* Command to CreateVarmorPolicy
|
|
405
|
+
*/
|
|
406
|
+
export declare class CreateVarmorPolicyCommand extends Command<CreateVarmorPolicyRequest, CreateVarmorPolicyCommandOutput, 'CreateVarmorPolicyCommand'> {
|
|
407
|
+
static readonly metaPath = "/CreateVarmorPolicy/2024-05-08/seccenter/post/application_json/";
|
|
408
|
+
constructor(input: CreateVarmorPolicyRequest);
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* Command to DeleteBaselineCheckConfig
|
|
412
|
+
*/
|
|
413
|
+
export declare class DeleteBaselineCheckConfigCommand extends Command<DeleteBaselineCheckConfigRequest, DeleteBaselineCheckConfigCommandOutput, 'DeleteBaselineCheckConfigCommand'> {
|
|
414
|
+
static readonly metaPath = "/DeleteBaselineCheckConfig/2024-05-08/seccenter/post/application_json/";
|
|
415
|
+
constructor(input: DeleteBaselineCheckConfigRequest);
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Command to DeleteMonitorPolicy
|
|
419
|
+
*/
|
|
420
|
+
export declare class DeleteMonitorPolicyCommand extends Command<DeleteMonitorPolicyRequest, DeleteMonitorPolicyCommandOutput, 'DeleteMonitorPolicyCommand'> {
|
|
421
|
+
static readonly metaPath = "/DeleteMonitorPolicy/2024-05-08/seccenter/post/application_json/";
|
|
422
|
+
constructor(input: DeleteMonitorPolicyRequest);
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* Command to DescribeFileChangeTrendTop5
|
|
426
|
+
*/
|
|
427
|
+
export declare class DescribeFileChangeTrendTop5Command extends Command<DescribeFileChangeTrendTop5Request, DescribeFileChangeTrendTop5CommandOutput, 'DescribeFileChangeTrendTop5Command'> {
|
|
428
|
+
static readonly metaPath = "/DescribeFileChangeTrendTop5/2024-05-08/seccenter/post/application_json/";
|
|
429
|
+
constructor(input: DescribeFileChangeTrendTop5Request);
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* Command to DescribeFileMonitorOverview
|
|
433
|
+
*/
|
|
434
|
+
export declare class DescribeFileMonitorOverviewCommand extends Command<DescribeFileMonitorOverviewRequest, DescribeFileMonitorOverviewCommandOutput, 'DescribeFileMonitorOverviewCommand'> {
|
|
435
|
+
static readonly metaPath = "/DescribeFileMonitorOverview/2024-05-08/seccenter/post/application_json/";
|
|
436
|
+
constructor(input: DescribeFileMonitorOverviewRequest);
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* Command to DescribeLastWeekFileChangeTrends
|
|
440
|
+
*/
|
|
441
|
+
export declare class DescribeLastWeekFileChangeTrendsCommand extends Command<DescribeLastWeekFileChangeTrendsRequest, DescribeLastWeekFileChangeTrendsCommandOutput, 'DescribeLastWeekFileChangeTrendsCommand'> {
|
|
442
|
+
static readonly metaPath = "/DescribeLastWeekFileChangeTrends/2024-05-08/seccenter/post/application_json/";
|
|
443
|
+
constructor(input: DescribeLastWeekFileChangeTrendsRequest);
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
* Command to DetectBaselineByCheckConfig
|
|
447
|
+
*/
|
|
448
|
+
export declare class DetectBaselineByCheckConfigCommand extends Command<DetectBaselineByCheckConfigRequest, DetectBaselineByCheckConfigCommandOutput, 'DetectBaselineByCheckConfigCommand'> {
|
|
449
|
+
static readonly metaPath = "/DetectBaselineByCheckConfig/2024-05-08/seccenter/post/application_json/";
|
|
450
|
+
constructor(input: DetectBaselineByCheckConfigRequest);
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* Command to EditBaselineCheckConfig
|
|
454
|
+
*/
|
|
455
|
+
export declare class EditBaselineCheckConfigCommand extends Command<EditBaselineCheckConfigRequest, EditBaselineCheckConfigCommandOutput, 'EditBaselineCheckConfigCommand'> {
|
|
456
|
+
static readonly metaPath = "/EditBaselineCheckConfig/2024-05-08/seccenter/post/application_json/";
|
|
457
|
+
constructor(input: EditBaselineCheckConfigRequest);
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* Command to EditFingerprintCollectConfig
|
|
461
|
+
*/
|
|
462
|
+
export declare class EditFingerprintCollectConfigCommand extends Command<EditFingerprintCollectConfigRequest, EditFingerprintCollectConfigCommandOutput, 'EditFingerprintCollectConfigCommand'> {
|
|
463
|
+
static readonly metaPath = "/EditFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/";
|
|
464
|
+
constructor(input: EditFingerprintCollectConfigRequest);
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* Command to EditMonitorPolicy
|
|
468
|
+
*/
|
|
469
|
+
export declare class EditMonitorPolicyCommand extends Command<EditMonitorPolicyRequest, EditMonitorPolicyCommandOutput, 'EditMonitorPolicyCommand'> {
|
|
470
|
+
static readonly metaPath = "/EditMonitorPolicy/2024-05-08/seccenter/post/application_json/";
|
|
471
|
+
constructor(input: EditMonitorPolicyRequest);
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* Command to ExportFileMonitorAlarmListData
|
|
475
|
+
*/
|
|
476
|
+
export declare class ExportFileMonitorAlarmListDataCommand extends Command<ExportFileMonitorAlarmListDataRequest, ExportFileMonitorAlarmListDataCommandOutput, 'ExportFileMonitorAlarmListDataCommand'> {
|
|
477
|
+
static readonly metaPath = "/ExportFileMonitorAlarmListData/2024-05-08/seccenter/post/application_json/";
|
|
478
|
+
constructor(input: ExportFileMonitorAlarmListDataRequest);
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* Command to GetAIAlarmJudgeConfig
|
|
482
|
+
*/
|
|
483
|
+
export declare class GetAIAlarmJudgeConfigCommand extends Command<GetAIAlarmJudgeConfigRequest, GetAIAlarmJudgeConfigCommandOutput, 'GetAIAlarmJudgeConfigCommand'> {
|
|
484
|
+
static readonly metaPath = "/GetAIAlarmJudgeConfig/2024-05-08/seccenter/post/application_json/";
|
|
485
|
+
constructor(input: GetAIAlarmJudgeConfigRequest);
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* Command to GetAlarmRuleList
|
|
489
|
+
*/
|
|
490
|
+
export declare class GetAlarmRuleListCommand extends Command<GetAlarmRuleListRequest, GetAlarmRuleListCommandOutput, 'GetAlarmRuleListCommand'> {
|
|
491
|
+
static readonly metaPath = "/GetAlarmRuleList/2024-05-08/seccenter/post/application_json/";
|
|
492
|
+
constructor(input: GetAlarmRuleListRequest);
|
|
493
|
+
}
|
|
494
|
+
/**
|
|
495
|
+
* Command to GetAlarmTraceRawData
|
|
496
|
+
*/
|
|
497
|
+
export declare class GetAlarmTraceRawDataCommand extends Command<GetAlarmTraceRawDataRequest, GetAlarmTraceRawDataCommandOutput, 'GetAlarmTraceRawDataCommand'> {
|
|
498
|
+
static readonly metaPath = "/GetAlarmTraceRawData/2024-05-08/seccenter/post/application_json/";
|
|
499
|
+
constructor(input: GetAlarmTraceRawDataRequest);
|
|
500
|
+
}
|
|
501
|
+
/**
|
|
502
|
+
* Command to GetAllMonitorSuffixList
|
|
503
|
+
*/
|
|
504
|
+
export declare class GetAllMonitorSuffixListCommand extends Command<GetAllMonitorSuffixListRequest, GetAllMonitorSuffixListCommandOutput, 'GetAllMonitorSuffixListCommand'> {
|
|
505
|
+
static readonly metaPath = "/GetAllMonitorSuffixList/2024-05-08/seccenter/post/application_json/";
|
|
506
|
+
constructor(input: GetAllMonitorSuffixListRequest);
|
|
507
|
+
}
|
|
508
|
+
/**
|
|
509
|
+
* Command to GetArmorProfile
|
|
510
|
+
*/
|
|
511
|
+
export declare class GetArmorProfileCommand extends Command<GetArmorProfileRequest, GetArmorProfileCommandOutput, 'GetArmorProfileCommand'> {
|
|
512
|
+
static readonly metaPath = "/GetArmorProfile/2024-05-08/seccenter/post/application_json/";
|
|
513
|
+
constructor(input: GetArmorProfileRequest);
|
|
514
|
+
}
|
|
515
|
+
/**
|
|
516
|
+
* Command to GetAutoIsolateAgentList
|
|
517
|
+
*/
|
|
518
|
+
export declare class GetAutoIsolateAgentListCommand extends Command<GetAutoIsolateAgentListRequest, GetAutoIsolateAgentListCommandOutput, 'GetAutoIsolateAgentListCommand'> {
|
|
519
|
+
static readonly metaPath = "/GetAutoIsolateAgentList/2024-05-08/seccenter/post/application_json/";
|
|
520
|
+
constructor(input: GetAutoIsolateAgentListRequest);
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* Command to GetAutoProtectConfig
|
|
524
|
+
*/
|
|
525
|
+
export declare class GetAutoProtectConfigCommand extends Command<GetAutoProtectConfigRequest, GetAutoProtectConfigCommandOutput, 'GetAutoProtectConfigCommand'> {
|
|
526
|
+
static readonly metaPath = "/GetAutoProtectConfig/2024-05-08/seccenter/post/application_json/";
|
|
527
|
+
constructor(input: GetAutoProtectConfigRequest);
|
|
528
|
+
}
|
|
529
|
+
/**
|
|
530
|
+
* Command to GetBruteForceBanCapParams
|
|
531
|
+
*/
|
|
532
|
+
export declare class GetBruteForceBanCapParamsCommand extends Command<GetBruteForceBanCapParamsRequest, GetBruteForceBanCapParamsCommandOutput, 'GetBruteForceBanCapParamsCommand'> {
|
|
533
|
+
static readonly metaPath = "/GetBruteForceBanCapParams/2024-05-08/seccenter/post/application_json/";
|
|
534
|
+
constructor(input: GetBruteForceBanCapParamsRequest);
|
|
535
|
+
}
|
|
536
|
+
/**
|
|
537
|
+
* Command to GetBruteForceBanConfig
|
|
538
|
+
*/
|
|
539
|
+
export declare class GetBruteForceBanConfigCommand extends Command<GetBruteForceBanConfigRequest, GetBruteForceBanConfigCommandOutput, 'GetBruteForceBanConfigCommand'> {
|
|
540
|
+
static readonly metaPath = "/GetBruteForceBanConfig/2024-05-08/seccenter/get/text_plain/";
|
|
541
|
+
constructor(input: GetBruteForceBanConfigRequest);
|
|
542
|
+
}
|
|
543
|
+
/**
|
|
544
|
+
* Command to GetBruteForceBanStatistics
|
|
545
|
+
*/
|
|
546
|
+
export declare class GetBruteForceBanStatisticsCommand extends Command<GetBruteForceBanStatisticsRequest, GetBruteForceBanStatisticsCommandOutput, 'GetBruteForceBanStatisticsCommand'> {
|
|
547
|
+
static readonly metaPath = "/GetBruteForceBanStatistics/2024-05-08/seccenter/get/text_plain/";
|
|
548
|
+
constructor(input: GetBruteForceBanStatisticsRequest);
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* Command to GetClusterStatistics
|
|
552
|
+
*/
|
|
553
|
+
export declare class GetClusterStatisticsCommand extends Command<GetClusterStatisticsRequest, GetClusterStatisticsCommandOutput, 'GetClusterStatisticsCommand'> {
|
|
554
|
+
static readonly metaPath = "/GetClusterStatistics/2024-05-08/seccenter/post/application_json/";
|
|
555
|
+
constructor(input: GetClusterStatisticsRequest);
|
|
556
|
+
}
|
|
557
|
+
/**
|
|
558
|
+
* Command to GetCustomWeakPasswords
|
|
559
|
+
*/
|
|
560
|
+
export declare class GetCustomWeakPasswordsCommand extends Command<GetCustomWeakPasswordsRequest, GetCustomWeakPasswordsCommandOutput, 'GetCustomWeakPasswordsCommand'> {
|
|
561
|
+
static readonly metaPath = "/GetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/";
|
|
562
|
+
constructor(input: GetCustomWeakPasswordsRequest);
|
|
563
|
+
}
|
|
564
|
+
/**
|
|
565
|
+
* Command to GetFingerprintEnv
|
|
566
|
+
*/
|
|
567
|
+
export declare class GetFingerprintEnvCommand extends Command<GetFingerprintEnvRequest, GetFingerprintEnvCommandOutput, 'GetFingerprintEnvCommand'> {
|
|
568
|
+
static readonly metaPath = "/GetFingerprintEnv/2024-05-08/seccenter/post/application_json/";
|
|
569
|
+
constructor(input: GetFingerprintEnvRequest);
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* Command to GetGeoLocation
|
|
573
|
+
*/
|
|
574
|
+
export declare class GetGeoLocationCommand extends Command<GetGeoLocationRequest, GetGeoLocationCommandOutput, 'GetGeoLocationCommand'> {
|
|
575
|
+
static readonly metaPath = "/GetGeoLocation/2024-05-08/seccenter/post/application_json/";
|
|
576
|
+
constructor(input: GetGeoLocationRequest);
|
|
577
|
+
}
|
|
578
|
+
/**
|
|
579
|
+
* Command to GetHostVolume
|
|
580
|
+
*/
|
|
581
|
+
export declare class GetHostVolumeCommand extends Command<GetHostVolumeRequest, GetHostVolumeCommandOutput, 'GetHostVolumeCommand'> {
|
|
582
|
+
static readonly metaPath = "/GetHostVolume/2024-05-08/seccenter/post/application_json/";
|
|
583
|
+
constructor(input: GetHostVolumeRequest);
|
|
584
|
+
}
|
|
585
|
+
/**
|
|
586
|
+
* Command to GetMLPAssetSyncTaskDetail
|
|
587
|
+
*/
|
|
588
|
+
export declare class GetMLPAssetSyncTaskDetailCommand extends Command<GetMLPAssetSyncTaskDetailRequest, GetMLPAssetSyncTaskDetailCommandOutput, 'GetMLPAssetSyncTaskDetailCommand'> {
|
|
589
|
+
static readonly metaPath = "/GetMLPAssetSyncTaskDetail/2024-05-08/seccenter/post/application_json/";
|
|
590
|
+
constructor(input: GetMLPAssetSyncTaskDetailRequest);
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* Command to GetMLPAssetSyncTaskStatus
|
|
594
|
+
*/
|
|
595
|
+
export declare class GetMLPAssetSyncTaskStatusCommand extends Command<GetMLPAssetSyncTaskStatusRequest, GetMLPAssetSyncTaskStatusCommandOutput, 'GetMLPAssetSyncTaskStatusCommand'> {
|
|
596
|
+
static readonly metaPath = "/GetMLPAssetSyncTaskStatus/2024-05-08/seccenter/post/application_json/";
|
|
597
|
+
constructor(input: GetMLPAssetSyncTaskStatusRequest);
|
|
598
|
+
}
|
|
599
|
+
/**
|
|
600
|
+
* Command to GetMonitorPolicyDirectory
|
|
601
|
+
*/
|
|
602
|
+
export declare class GetMonitorPolicyDirectoryCommand extends Command<GetMonitorPolicyDirectoryRequest, GetMonitorPolicyDirectoryCommandOutput, 'GetMonitorPolicyDirectoryCommand'> {
|
|
603
|
+
static readonly metaPath = "/GetMonitorPolicyDirectory/2024-05-08/seccenter/get/text_plain/";
|
|
604
|
+
constructor(input: GetMonitorPolicyDirectoryRequest);
|
|
605
|
+
}
|
|
606
|
+
/**
|
|
607
|
+
* Command to GetMultiLevelAuthDetail
|
|
608
|
+
*/
|
|
609
|
+
export declare class GetMultiLevelAuthDetailCommand extends Command<GetMultiLevelAuthDetailRequest, GetMultiLevelAuthDetailCommandOutput, 'GetMultiLevelAuthDetailCommand'> {
|
|
610
|
+
static readonly metaPath = "/GetMultiLevelAuthDetail/2024-05-08/seccenter/post/application_json/";
|
|
611
|
+
constructor(input: GetMultiLevelAuthDetailRequest);
|
|
612
|
+
}
|
|
613
|
+
/**
|
|
614
|
+
* Command to GetOfflineNotificationConfig
|
|
615
|
+
*/
|
|
616
|
+
export declare class GetOfflineNotificationConfigCommand extends Command<GetOfflineNotificationConfigRequest, GetOfflineNotificationConfigCommandOutput, 'GetOfflineNotificationConfigCommand'> {
|
|
617
|
+
static readonly metaPath = "/GetOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/";
|
|
618
|
+
constructor(input: GetOfflineNotificationConfigRequest);
|
|
619
|
+
}
|
|
620
|
+
/**
|
|
621
|
+
* Command to GetOfflineNotificationList
|
|
622
|
+
*/
|
|
623
|
+
export declare class GetOfflineNotificationListCommand extends Command<GetOfflineNotificationListRequest, GetOfflineNotificationListCommandOutput, 'GetOfflineNotificationListCommand'> {
|
|
624
|
+
static readonly metaPath = "/GetOfflineNotificationList/2024-05-08/seccenter/post/application_json/";
|
|
625
|
+
constructor(input: GetOfflineNotificationListRequest);
|
|
626
|
+
}
|
|
627
|
+
/**
|
|
628
|
+
* Command to GetPolicyStatistics
|
|
629
|
+
*/
|
|
630
|
+
export declare class GetPolicyStatisticsCommand extends Command<GetPolicyStatisticsRequest, GetPolicyStatisticsCommandOutput, 'GetPolicyStatisticsCommand'> {
|
|
631
|
+
static readonly metaPath = "/GetPolicyStatistics/2024-05-08/seccenter/post/application_json/";
|
|
632
|
+
constructor(input: GetPolicyStatisticsRequest);
|
|
633
|
+
}
|
|
634
|
+
/**
|
|
635
|
+
* Command to GetSOCAssetAlarmStats
|
|
636
|
+
*/
|
|
637
|
+
export declare class GetSOCAssetAlarmStatsCommand extends Command<GetSOCAssetAlarmStatsRequest, GetSOCAssetAlarmStatsCommandOutput, 'GetSOCAssetAlarmStatsCommand'> {
|
|
638
|
+
static readonly metaPath = "/GetSOCAssetAlarmStats/2024-05-08/seccenter/get/text_plain/";
|
|
639
|
+
constructor(input: GetSOCAssetAlarmStatsRequest);
|
|
640
|
+
}
|
|
641
|
+
/**
|
|
642
|
+
* Command to GetSOCAssetInstanceProtectStatus
|
|
643
|
+
*/
|
|
644
|
+
export declare class GetSOCAssetInstanceProtectStatusCommand extends Command<GetSOCAssetInstanceProtectStatusRequest, GetSOCAssetInstanceProtectStatusCommandOutput, 'GetSOCAssetInstanceProtectStatusCommand'> {
|
|
645
|
+
static readonly metaPath = "/GetSOCAssetInstanceProtectStatus/2024-05-08/seccenter/get/text_plain/";
|
|
646
|
+
constructor(input: GetSOCAssetInstanceProtectStatusRequest);
|
|
647
|
+
}
|
|
648
|
+
/**
|
|
649
|
+
* Command to GetSOCAssetSecurityScore
|
|
650
|
+
*/
|
|
651
|
+
export declare class GetSOCAssetSecurityScoreCommand extends Command<GetSOCAssetSecurityScoreRequest, GetSOCAssetSecurityScoreCommandOutput, 'GetSOCAssetSecurityScoreCommand'> {
|
|
652
|
+
static readonly metaPath = "/GetSOCAssetSecurityScore/2024-05-08/seccenter/get/text_plain/";
|
|
653
|
+
constructor(input: GetSOCAssetSecurityScoreRequest);
|
|
654
|
+
}
|
|
655
|
+
/**
|
|
656
|
+
* Command to GetSOCAssetVulnStats
|
|
657
|
+
*/
|
|
658
|
+
export declare class GetSOCAssetVulnStatsCommand extends Command<GetSOCAssetVulnStatsRequest, GetSOCAssetVulnStatsCommandOutput, 'GetSOCAssetVulnStatsCommand'> {
|
|
659
|
+
static readonly metaPath = "/GetSOCAssetVulnStats/2024-05-08/seccenter/get/text_plain/";
|
|
660
|
+
constructor(input: GetSOCAssetVulnStatsRequest);
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* Command to GetSOCPrecautionBaselineStats
|
|
664
|
+
*/
|
|
665
|
+
export declare class GetSOCPrecautionBaselineStatsCommand extends Command<GetSOCPrecautionBaselineStatsRequest, GetSOCPrecautionBaselineStatsCommandOutput, 'GetSOCPrecautionBaselineStatsCommand'> {
|
|
666
|
+
static readonly metaPath = "/GetSOCPrecautionBaselineStats/2024-05-08/seccenter/get/text_plain/";
|
|
667
|
+
constructor(input: GetSOCPrecautionBaselineStatsRequest);
|
|
668
|
+
}
|
|
669
|
+
/**
|
|
670
|
+
* Command to GetSecurityOverviewScoreStats
|
|
671
|
+
*/
|
|
672
|
+
export declare class GetSecurityOverviewScoreStatsCommand extends Command<GetSecurityOverviewScoreStatsRequest, GetSecurityOverviewScoreStatsCommandOutput, 'GetSecurityOverviewScoreStatsCommand'> {
|
|
673
|
+
static readonly metaPath = "/GetSecurityOverviewScoreStats/2024-05-08/seccenter/post/application_json/";
|
|
674
|
+
constructor(input: GetSecurityOverviewScoreStatsRequest);
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* Command to GetVarmorConfigYAML
|
|
678
|
+
*/
|
|
679
|
+
export declare class GetVarmorConfigYAMLCommand extends Command<GetVarmorConfigYAMLRequest, GetVarmorConfigYAMLCommandOutput, 'GetVarmorConfigYAMLCommand'> {
|
|
680
|
+
static readonly metaPath = "/GetVarmorConfigYAML/2024-05-08/seccenter/post/application_json/";
|
|
681
|
+
constructor(input: GetVarmorConfigYAMLRequest);
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* Command to GetVarmorPolicy
|
|
685
|
+
*/
|
|
686
|
+
export declare class GetVarmorPolicyCommand extends Command<GetVarmorPolicyRequest, GetVarmorPolicyCommandOutput, 'GetVarmorPolicyCommand'> {
|
|
687
|
+
static readonly metaPath = "/GetVarmorPolicy/2024-05-08/seccenter/post/application_json/";
|
|
688
|
+
constructor(input: GetVarmorPolicyRequest);
|
|
689
|
+
}
|
|
690
|
+
/**
|
|
691
|
+
* Command to GetVarmorTLSInfo
|
|
692
|
+
*/
|
|
693
|
+
export declare class GetVarmorTLSInfoCommand extends Command<GetVarmorTLSInfoRequest, GetVarmorTLSInfoCommandOutput, 'GetVarmorTLSInfoCommand'> {
|
|
694
|
+
static readonly metaPath = "/GetVarmorTLSInfo/2024-05-08/seccenter/post/application_json/";
|
|
695
|
+
constructor(input: GetVarmorTLSInfoRequest);
|
|
696
|
+
}
|
|
697
|
+
/**
|
|
698
|
+
* Command to HandleEndpointAlarms
|
|
699
|
+
*/
|
|
700
|
+
export declare class HandleEndpointAlarmsCommand extends Command<HandleEndpointAlarmsRequest, HandleEndpointAlarmsCommandOutput, 'HandleEndpointAlarmsCommand'> {
|
|
701
|
+
static readonly metaPath = "/HandleEndpointAlarms/2024-05-08/seccenter/post/application_json/";
|
|
702
|
+
constructor(input: HandleEndpointAlarmsRequest);
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* Command to ListAgentProxies
|
|
706
|
+
*/
|
|
707
|
+
export declare class ListAgentProxiesCommand extends Command<ListAgentProxiesRequest, ListAgentProxiesCommandOutput, 'ListAgentProxiesCommand'> {
|
|
708
|
+
static readonly metaPath = "/ListAgentProxies/2024-05-08/seccenter/post/application_json/";
|
|
709
|
+
constructor(input: ListAgentProxiesRequest);
|
|
710
|
+
}
|
|
711
|
+
/**
|
|
712
|
+
* Command to ListAgentProxyServers
|
|
713
|
+
*/
|
|
714
|
+
export declare class ListAgentProxyServersCommand extends Command<ListAgentProxyServersRequest, ListAgentProxyServersCommandOutput, 'ListAgentProxyServersCommand'> {
|
|
715
|
+
static readonly metaPath = "/ListAgentProxyServers/2024-05-08/seccenter/post/application_json/";
|
|
716
|
+
constructor(input: ListAgentProxyServersRequest);
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* Command to ListAssetCenterHosts
|
|
720
|
+
*/
|
|
721
|
+
export declare class ListAssetCenterHostsCommand extends Command<ListAssetCenterHostsRequest, ListAssetCenterHostsCommandOutput, 'ListAssetCenterHostsCommand'> {
|
|
722
|
+
static readonly metaPath = "/ListAssetCenterHosts/2024-05-08/seccenter/post/application_json/";
|
|
723
|
+
constructor(input: ListAssetCenterHostsRequest);
|
|
724
|
+
}
|
|
725
|
+
/**
|
|
726
|
+
* Command to ListAssetNamespaces
|
|
727
|
+
*/
|
|
728
|
+
export declare class ListAssetNamespacesCommand extends Command<ListAssetNamespacesRequest, ListAssetNamespacesCommandOutput, 'ListAssetNamespacesCommand'> {
|
|
729
|
+
static readonly metaPath = "/ListAssetNamespaces/2024-05-08/seccenter/post/application_json/";
|
|
730
|
+
constructor(input: ListAssetNamespacesRequest);
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* Command to ListAutoDefenseRules
|
|
734
|
+
*/
|
|
735
|
+
export declare class ListAutoDefenseRulesCommand extends Command<ListAutoDefenseRulesRequest, ListAutoDefenseRulesCommandOutput, 'ListAutoDefenseRulesCommand'> {
|
|
736
|
+
static readonly metaPath = "/ListAutoDefenseRules/2024-05-08/seccenter/post/application_json/";
|
|
737
|
+
constructor(input: ListAutoDefenseRulesRequest);
|
|
738
|
+
}
|
|
739
|
+
/**
|
|
740
|
+
* Command to ListBanIPList
|
|
741
|
+
*/
|
|
742
|
+
export declare class ListBanIPListCommand extends Command<ListBanIPListRequest, ListBanIPListCommandOutput, 'ListBanIPListCommand'> {
|
|
743
|
+
static readonly metaPath = "/ListBanIPList/2024-05-08/seccenter/post/application_json/";
|
|
744
|
+
constructor(input: ListBanIPListRequest);
|
|
745
|
+
}
|
|
746
|
+
/**
|
|
747
|
+
* Command to ListBaselineBasicInfo
|
|
748
|
+
*/
|
|
749
|
+
export declare class ListBaselineBasicInfoCommand extends Command<ListBaselineBasicInfoRequest, ListBaselineBasicInfoCommandOutput, 'ListBaselineBasicInfoCommand'> {
|
|
750
|
+
static readonly metaPath = "/ListBaselineBasicInfo/2024-05-08/seccenter/get/text_plain/";
|
|
751
|
+
constructor(input: ListBaselineBasicInfoRequest);
|
|
752
|
+
}
|
|
753
|
+
/**
|
|
754
|
+
* Command to ListBaselineCheckConfig
|
|
755
|
+
*/
|
|
756
|
+
export declare class ListBaselineCheckConfigCommand extends Command<ListBaselineCheckConfigRequest, ListBaselineCheckConfigCommandOutput, 'ListBaselineCheckConfigCommand'> {
|
|
757
|
+
static readonly metaPath = "/ListBaselineCheckConfig/2024-05-08/seccenter/get/text_plain/";
|
|
758
|
+
constructor(input: ListBaselineCheckConfigRequest);
|
|
759
|
+
}
|
|
760
|
+
/**
|
|
761
|
+
* Command to ListBaselineCheckItems
|
|
762
|
+
*/
|
|
763
|
+
export declare class ListBaselineCheckItemsCommand extends Command<ListBaselineCheckItemsRequest, ListBaselineCheckItemsCommandOutput, 'ListBaselineCheckItemsCommand'> {
|
|
764
|
+
static readonly metaPath = "/ListBaselineCheckItems/2024-05-08/seccenter/post/application_json/";
|
|
765
|
+
constructor(input: ListBaselineCheckItemsRequest);
|
|
766
|
+
}
|
|
767
|
+
/**
|
|
768
|
+
* Command to ListBaselineForGroupPolicy
|
|
769
|
+
*/
|
|
770
|
+
export declare class ListBaselineForGroupPolicyCommand extends Command<ListBaselineForGroupPolicyRequest, ListBaselineForGroupPolicyCommandOutput, 'ListBaselineForGroupPolicyCommand'> {
|
|
771
|
+
static readonly metaPath = "/ListBaselineForGroupPolicy/2024-05-08/seccenter/post/application_json/";
|
|
772
|
+
constructor(input: ListBaselineForGroupPolicyRequest);
|
|
773
|
+
}
|
|
774
|
+
/**
|
|
775
|
+
* Command to ListBaselineHostItemHosts
|
|
776
|
+
*/
|
|
777
|
+
export declare class ListBaselineHostItemHostsCommand extends Command<ListBaselineHostItemHostsRequest, ListBaselineHostItemHostsCommandOutput, 'ListBaselineHostItemHostsCommand'> {
|
|
778
|
+
static readonly metaPath = "/ListBaselineHostItemHosts/2024-05-08/seccenter/post/application_json/";
|
|
779
|
+
constructor(input: ListBaselineHostItemHostsRequest);
|
|
780
|
+
}
|
|
781
|
+
/**
|
|
782
|
+
* Command to ListBatchEndpointHandleMethods
|
|
783
|
+
*/
|
|
784
|
+
export declare class ListBatchEndpointHandleMethodsCommand extends Command<ListBatchEndpointHandleMethodsRequest, ListBatchEndpointHandleMethodsCommandOutput, 'ListBatchEndpointHandleMethodsCommand'> {
|
|
785
|
+
static readonly metaPath = "/ListBatchEndpointHandleMethods/2024-05-08/seccenter/post/application_json/";
|
|
786
|
+
constructor(input: ListBatchEndpointHandleMethodsRequest);
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* Command to ListCheckConfigRelatedBaseline
|
|
790
|
+
*/
|
|
791
|
+
export declare class ListCheckConfigRelatedBaselineCommand extends Command<ListCheckConfigRelatedBaselineRequest, ListCheckConfigRelatedBaselineCommandOutput, 'ListCheckConfigRelatedBaselineCommand'> {
|
|
792
|
+
static readonly metaPath = "/ListCheckConfigRelatedBaseline/2024-05-08/seccenter/post/application_json/";
|
|
793
|
+
constructor(input: ListCheckConfigRelatedBaselineRequest);
|
|
794
|
+
}
|
|
795
|
+
/**
|
|
796
|
+
* Command to ListCleanHistory
|
|
797
|
+
*/
|
|
798
|
+
export declare class ListCleanHistoryCommand extends Command<ListCleanHistoryRequest, ListCleanHistoryCommandOutput, 'ListCleanHistoryCommand'> {
|
|
799
|
+
static readonly metaPath = "/ListCleanHistory/2024-05-08/seccenter/post/application_json/";
|
|
800
|
+
constructor(input: ListCleanHistoryRequest);
|
|
801
|
+
}
|
|
802
|
+
/**
|
|
803
|
+
* Command to ListCloudEnvs
|
|
804
|
+
*/
|
|
805
|
+
export declare class ListCloudEnvsCommand extends Command<ListCloudEnvsRequest, ListCloudEnvsCommandOutput, 'ListCloudEnvsCommand'> {
|
|
806
|
+
static readonly metaPath = "/ListCloudEnvs/2024-05-08/seccenter/post/application_json/";
|
|
807
|
+
constructor(input: ListCloudEnvsRequest);
|
|
808
|
+
}
|
|
809
|
+
/**
|
|
810
|
+
* Command to ListClusterVarmorVersionHistory
|
|
811
|
+
*/
|
|
812
|
+
export declare class ListClusterVarmorVersionHistoryCommand extends Command<ListClusterVarmorVersionHistoryRequest, ListClusterVarmorVersionHistoryCommandOutput, 'ListClusterVarmorVersionHistoryCommand'> {
|
|
813
|
+
static readonly metaPath = "/ListClusterVarmorVersionHistory/2024-05-08/seccenter/post/application_json/";
|
|
814
|
+
constructor(input: ListClusterVarmorVersionHistoryRequest);
|
|
815
|
+
}
|
|
816
|
+
/**
|
|
817
|
+
* Command to ListClustersAndVarmorApps
|
|
818
|
+
*/
|
|
819
|
+
export declare class ListClustersAndVarmorAppsCommand extends Command<ListClustersAndVarmorAppsRequest, ListClustersAndVarmorAppsCommandOutput, 'ListClustersAndVarmorAppsCommand'> {
|
|
820
|
+
static readonly metaPath = "/ListClustersAndVarmorApps/2024-05-08/seccenter/post/application_json/";
|
|
821
|
+
constructor(input: ListClustersAndVarmorAppsRequest);
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* Command to ListFileMonitorAlarms
|
|
825
|
+
*/
|
|
826
|
+
export declare class ListFileMonitorAlarmsCommand extends Command<ListFileMonitorAlarmsRequest, ListFileMonitorAlarmsCommandOutput, 'ListFileMonitorAlarmsCommand'> {
|
|
827
|
+
static readonly metaPath = "/ListFileMonitorAlarms/2024-05-08/seccenter/post/application_json/";
|
|
828
|
+
constructor(input: ListFileMonitorAlarmsRequest);
|
|
829
|
+
}
|
|
830
|
+
/**
|
|
831
|
+
* Command to ListFingerprintCollectConfig
|
|
832
|
+
*/
|
|
833
|
+
export declare class ListFingerprintCollectConfigCommand extends Command<ListFingerprintCollectConfigRequest, ListFingerprintCollectConfigCommandOutput, 'ListFingerprintCollectConfigCommand'> {
|
|
834
|
+
static readonly metaPath = "/ListFingerprintCollectConfig/2024-05-08/seccenter/post/application_json/";
|
|
835
|
+
constructor(input: ListFingerprintCollectConfigRequest);
|
|
836
|
+
}
|
|
837
|
+
/**
|
|
838
|
+
* Command to ListHidsAlarms
|
|
839
|
+
*/
|
|
840
|
+
export declare class ListHidsAlarmsCommand extends Command<ListHidsAlarmsRequest, ListHidsAlarmsCommandOutput, 'ListHidsAlarmsCommand'> {
|
|
841
|
+
static readonly metaPath = "/ListHidsAlarms/2024-05-08/seccenter/post/application_json/";
|
|
842
|
+
constructor(input: ListHidsAlarmsRequest);
|
|
843
|
+
}
|
|
844
|
+
/**
|
|
845
|
+
* Command to ListHostsBasicInfos
|
|
846
|
+
*/
|
|
847
|
+
export declare class ListHostsBasicInfosCommand extends Command<ListHostsBasicInfosRequest, ListHostsBasicInfosCommandOutput, 'ListHostsBasicInfosCommand'> {
|
|
848
|
+
static readonly metaPath = "/ListHostsBasicInfos/2024-05-08/seccenter/post/application_json/";
|
|
849
|
+
constructor(input: ListHostsBasicInfosRequest);
|
|
850
|
+
}
|
|
851
|
+
/**
|
|
852
|
+
* Command to ListIsolationFiles
|
|
853
|
+
*/
|
|
854
|
+
export declare class ListIsolationFilesCommand extends Command<ListIsolationFilesRequest, ListIsolationFilesCommandOutput, 'ListIsolationFilesCommand'> {
|
|
855
|
+
static readonly metaPath = "/ListIsolationFiles/2024-05-08/seccenter/post/application_json/";
|
|
856
|
+
constructor(input: ListIsolationFilesRequest);
|
|
857
|
+
}
|
|
858
|
+
/**
|
|
859
|
+
* Command to ListMLPAssetTasks
|
|
860
|
+
*/
|
|
861
|
+
export declare class ListMLPAssetTasksCommand extends Command<ListMLPAssetTasksRequest, ListMLPAssetTasksCommandOutput, 'ListMLPAssetTasksCommand'> {
|
|
862
|
+
static readonly metaPath = "/ListMLPAssetTasks/2024-05-08/seccenter/post/application_json/";
|
|
863
|
+
constructor(input: ListMLPAssetTasksRequest);
|
|
864
|
+
}
|
|
865
|
+
/**
|
|
866
|
+
* Command to ListMonitorPolicies
|
|
867
|
+
*/
|
|
868
|
+
export declare class ListMonitorPoliciesCommand extends Command<ListMonitorPoliciesRequest, ListMonitorPoliciesCommandOutput, 'ListMonitorPoliciesCommand'> {
|
|
869
|
+
static readonly metaPath = "/ListMonitorPolicies/2024-05-08/seccenter/post/application_json/";
|
|
870
|
+
constructor(input: ListMonitorPoliciesRequest);
|
|
871
|
+
}
|
|
872
|
+
/**
|
|
873
|
+
* Command to ListOrderedHostsBasicInfos
|
|
874
|
+
*/
|
|
875
|
+
export declare class ListOrderedHostsBasicInfosCommand extends Command<ListOrderedHostsBasicInfosRequest, ListOrderedHostsBasicInfosCommandOutput, 'ListOrderedHostsBasicInfosCommand'> {
|
|
876
|
+
static readonly metaPath = "/ListOrderedHostsBasicInfos/2024-05-08/seccenter/post/application_json/";
|
|
877
|
+
constructor(input: ListOrderedHostsBasicInfosRequest);
|
|
878
|
+
}
|
|
879
|
+
/**
|
|
880
|
+
* Command to ListScanSubTasks
|
|
881
|
+
*/
|
|
882
|
+
export declare class ListScanSubTasksCommand extends Command<ListScanSubTasksRequest, ListScanSubTasksCommandOutput, 'ListScanSubTasksCommand'> {
|
|
883
|
+
static readonly metaPath = "/ListScanSubTasks/2024-05-08/seccenter/post/application_json/";
|
|
884
|
+
constructor(input: ListScanSubTasksRequest);
|
|
885
|
+
}
|
|
886
|
+
/**
|
|
887
|
+
* Command to ListVarmorPolicies
|
|
888
|
+
*/
|
|
889
|
+
export declare class ListVarmorPoliciesCommand extends Command<ListVarmorPoliciesRequest, ListVarmorPoliciesCommandOutput, 'ListVarmorPoliciesCommand'> {
|
|
890
|
+
static readonly metaPath = "/ListVarmorPolicies/2024-05-08/seccenter/post/application_json/";
|
|
891
|
+
constructor(input: ListVarmorPoliciesRequest);
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
* Command to ListVulByPod
|
|
895
|
+
*/
|
|
896
|
+
export declare class ListVulByPodCommand extends Command<ListVulByPodRequest, ListVulByPodCommandOutput, 'ListVulByPodCommand'> {
|
|
897
|
+
static readonly metaPath = "/ListVulByPod/2024-05-08/seccenter/post/application_json/";
|
|
898
|
+
constructor(input: ListVulByPodRequest);
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* Command to ListVulDetail
|
|
902
|
+
*/
|
|
903
|
+
export declare class ListVulDetailCommand extends Command<ListVulDetailRequest, ListVulDetailCommandOutput, 'ListVulDetailCommand'> {
|
|
904
|
+
static readonly metaPath = "/ListVulDetail/2024-05-08/seccenter/post/application_json/";
|
|
905
|
+
constructor(input: ListVulDetailRequest);
|
|
906
|
+
}
|
|
907
|
+
/**
|
|
908
|
+
* Command to ListVulHostByPod
|
|
909
|
+
*/
|
|
910
|
+
export declare class ListVulHostByPodCommand extends Command<ListVulHostByPodRequest, ListVulHostByPodCommandOutput, 'ListVulHostByPodCommand'> {
|
|
911
|
+
static readonly metaPath = "/ListVulHostByPod/2024-05-08/seccenter/post/application_json/";
|
|
912
|
+
constructor(input: ListVulHostByPodRequest);
|
|
913
|
+
}
|
|
914
|
+
/**
|
|
915
|
+
* Command to RefreshVarmorInfo
|
|
916
|
+
*/
|
|
917
|
+
export declare class RefreshVarmorInfoCommand extends Command<RefreshVarmorInfoRequest, RefreshVarmorInfoCommandOutput, 'RefreshVarmorInfoCommand'> {
|
|
918
|
+
static readonly metaPath = "/RefreshVarmorInfo/2024-05-08/seccenter/post/application_json/";
|
|
919
|
+
constructor(input: RefreshVarmorInfoRequest);
|
|
920
|
+
}
|
|
921
|
+
/**
|
|
922
|
+
* Command to RetryIPOperation
|
|
923
|
+
*/
|
|
924
|
+
export declare class RetryIPOperationCommand extends Command<RetryIPOperationRequest, RetryIPOperationCommandOutput, 'RetryIPOperationCommand'> {
|
|
925
|
+
static readonly metaPath = "/RetryIPOperation/2024-05-08/seccenter/post/application_json/";
|
|
926
|
+
constructor(input: RetryIPOperationRequest);
|
|
927
|
+
}
|
|
928
|
+
/**
|
|
929
|
+
* Command to SetAIAlarmJudgeConfig
|
|
930
|
+
*/
|
|
931
|
+
export declare class SetAIAlarmJudgeConfigCommand extends Command<SetAIAlarmJudgeConfigRequest, SetAIAlarmJudgeConfigCommandOutput, 'SetAIAlarmJudgeConfigCommand'> {
|
|
932
|
+
static readonly metaPath = "/SetAIAlarmJudgeConfig/2024-05-08/seccenter/post/application_json/";
|
|
933
|
+
constructor(input: SetAIAlarmJudgeConfigRequest);
|
|
934
|
+
}
|
|
935
|
+
/**
|
|
936
|
+
* Command to SetBruteForceBanConfig
|
|
937
|
+
*/
|
|
938
|
+
export declare class SetBruteForceBanConfigCommand extends Command<SetBruteForceBanConfigRequest, SetBruteForceBanConfigCommandOutput, 'SetBruteForceBanConfigCommand'> {
|
|
939
|
+
static readonly metaPath = "/SetBruteForceBanConfig/2024-05-08/seccenter/post/application_json/";
|
|
940
|
+
constructor(input: SetBruteForceBanConfigRequest);
|
|
941
|
+
}
|
|
942
|
+
/**
|
|
943
|
+
* Command to SetCustomWeakPasswords
|
|
944
|
+
*/
|
|
945
|
+
export declare class SetCustomWeakPasswordsCommand extends Command<SetCustomWeakPasswordsRequest, SetCustomWeakPasswordsCommandOutput, 'SetCustomWeakPasswordsCommand'> {
|
|
946
|
+
static readonly metaPath = "/SetCustomWeakPasswords/2024-05-08/seccenter/post/application_json/";
|
|
947
|
+
constructor(input: SetCustomWeakPasswordsRequest);
|
|
948
|
+
}
|
|
949
|
+
/**
|
|
950
|
+
* Command to StopMLPAssetSyncTask
|
|
951
|
+
*/
|
|
952
|
+
export declare class StopMLPAssetSyncTaskCommand extends Command<StopMLPAssetSyncTaskRequest, StopMLPAssetSyncTaskCommandOutput, 'StopMLPAssetSyncTaskCommand'> {
|
|
953
|
+
static readonly metaPath = "/StopMLPAssetSyncTask/2024-05-08/seccenter/post/application_json/";
|
|
954
|
+
constructor(input: StopMLPAssetSyncTaskRequest);
|
|
955
|
+
}
|
|
956
|
+
/**
|
|
957
|
+
* Command to UnBanIPItem
|
|
958
|
+
*/
|
|
959
|
+
export declare class UnBanIPItemCommand extends Command<UnBanIPItemRequest, UnBanIPItemCommandOutput, 'UnBanIPItemCommand'> {
|
|
960
|
+
static readonly metaPath = "/UnBanIPItem/2024-05-08/seccenter/post/application_json/";
|
|
961
|
+
constructor(input: UnBanIPItemRequest);
|
|
962
|
+
}
|
|
963
|
+
/**
|
|
964
|
+
* Command to UnbindMLPAuth
|
|
965
|
+
*/
|
|
966
|
+
export declare class UnbindMLPAuthCommand extends Command<UnbindMLPAuthRequest, UnbindMLPAuthCommandOutput, 'UnbindMLPAuthCommand'> {
|
|
967
|
+
static readonly metaPath = "/UnbindMLPAuth/2024-05-08/seccenter/post/application_json/";
|
|
968
|
+
constructor(input: UnbindMLPAuthRequest);
|
|
969
|
+
}
|
|
970
|
+
/**
|
|
971
|
+
* Command to UpdateAutoProtectConfig
|
|
972
|
+
*/
|
|
973
|
+
export declare class UpdateAutoProtectConfigCommand extends Command<UpdateAutoProtectConfigRequest, UpdateAutoProtectConfigCommandOutput, 'UpdateAutoProtectConfigCommand'> {
|
|
974
|
+
static readonly metaPath = "/UpdateAutoProtectConfig/2024-05-08/seccenter/post/application_json/";
|
|
975
|
+
constructor(input: UpdateAutoProtectConfigRequest);
|
|
976
|
+
}
|
|
977
|
+
/**
|
|
978
|
+
* Command to UpdateBaselineCheckConfigSwitch
|
|
979
|
+
*/
|
|
980
|
+
export declare class UpdateBaselineCheckConfigSwitchCommand extends Command<UpdateBaselineCheckConfigSwitchRequest, UpdateBaselineCheckConfigSwitchCommandOutput, 'UpdateBaselineCheckConfigSwitchCommand'> {
|
|
981
|
+
static readonly metaPath = "/UpdateBaselineCheckConfigSwitch/2024-05-08/seccenter/post/application_json/";
|
|
982
|
+
constructor(input: UpdateBaselineCheckConfigSwitchRequest);
|
|
983
|
+
}
|
|
984
|
+
/**
|
|
985
|
+
* Command to UpdateCloudProvider
|
|
986
|
+
*/
|
|
987
|
+
export declare class UpdateCloudProviderCommand extends Command<UpdateCloudProviderRequest, UpdateCloudProviderCommandOutput, 'UpdateCloudProviderCommand'> {
|
|
988
|
+
static readonly metaPath = "/UpdateCloudProvider/2024-05-08/seccenter/post/application_json/";
|
|
989
|
+
constructor(input: UpdateCloudProviderRequest);
|
|
990
|
+
}
|
|
991
|
+
/**
|
|
992
|
+
* Command to UpdateOfflineNotificationConfig
|
|
993
|
+
*/
|
|
994
|
+
export declare class UpdateOfflineNotificationConfigCommand extends Command<UpdateOfflineNotificationConfigRequest, UpdateOfflineNotificationConfigCommandOutput, 'UpdateOfflineNotificationConfigCommand'> {
|
|
995
|
+
static readonly metaPath = "/UpdateOfflineNotificationConfig/2024-05-08/seccenter/post/application_json/";
|
|
996
|
+
constructor(input: UpdateOfflineNotificationConfigRequest);
|
|
997
|
+
}
|
|
998
|
+
/**
|
|
999
|
+
* Command to UpdateVarmorAppConfig
|
|
1000
|
+
*/
|
|
1001
|
+
export declare class UpdateVarmorAppConfigCommand extends Command<UpdateVarmorAppConfigRequest, UpdateVarmorAppConfigCommandOutput, 'UpdateVarmorAppConfigCommand'> {
|
|
1002
|
+
static readonly metaPath = "/UpdateVarmorAppConfig/2024-05-08/seccenter/post/application_json/";
|
|
1003
|
+
constructor(input: UpdateVarmorAppConfigRequest);
|
|
1004
|
+
}
|
|
1005
|
+
/**
|
|
1006
|
+
* Command to UpdateVarmorPolicy
|
|
1007
|
+
*/
|
|
1008
|
+
export declare class UpdateVarmorPolicyCommand extends Command<UpdateVarmorPolicyRequest, UpdateVarmorPolicyCommandOutput, 'UpdateVarmorPolicyCommand'> {
|
|
1009
|
+
static readonly metaPath = "/UpdateVarmorPolicy/2024-05-08/seccenter/post/application_json/";
|
|
1010
|
+
constructor(input: UpdateVarmorPolicyRequest);
|
|
1011
|
+
}
|
|
1012
|
+
/**
|
|
1013
|
+
* Command to UpdateVarmorTLSInfo
|
|
1014
|
+
*/
|
|
1015
|
+
export declare class UpdateVarmorTLSInfoCommand extends Command<UpdateVarmorTLSInfoRequest, UpdateVarmorTLSInfoCommandOutput, 'UpdateVarmorTLSInfoCommand'> {
|
|
1016
|
+
static readonly metaPath = "/UpdateVarmorTLSInfo/2024-05-08/seccenter/post/application_json/";
|
|
1017
|
+
constructor(input: UpdateVarmorTLSInfoRequest);
|
|
1018
|
+
}
|
|
1019
|
+
declare const _default: {
|
|
1020
|
+
SECCENTER20240508Client: typeof SECCENTER20240508Client;
|
|
1021
|
+
AddBaselineCheckConfigCommand: typeof AddBaselineCheckConfigCommand;
|
|
1022
|
+
AddMonitorPolicyCommand: typeof AddMonitorPolicyCommand;
|
|
1023
|
+
BanAlarmIPCommand: typeof BanAlarmIPCommand;
|
|
1024
|
+
BatchDeleteVarmorPoliciesCommand: typeof BatchDeleteVarmorPoliciesCommand;
|
|
1025
|
+
BatchInstallVarmorAppsCommand: typeof BatchInstallVarmorAppsCommand;
|
|
1026
|
+
BatchUninstallVarmorAppsCommand: typeof BatchUninstallVarmorAppsCommand;
|
|
1027
|
+
BatchUpgradeVarmorAppsCommand: typeof BatchUpgradeVarmorAppsCommand;
|
|
1028
|
+
BindMLPAuthCommand: typeof BindMLPAuthCommand;
|
|
1029
|
+
CheckAlarmSupportBanIPCommand: typeof CheckAlarmSupportBanIPCommand;
|
|
1030
|
+
CheckMonitorPolicyCommand: typeof CheckMonitorPolicyCommand;
|
|
1031
|
+
ControlMonitorPolicyCommand: typeof ControlMonitorPolicyCommand;
|
|
1032
|
+
CreateMLPAssetSyncTaskCommand: typeof CreateMLPAssetSyncTaskCommand;
|
|
1033
|
+
CreateVarmorPolicyCommand: typeof CreateVarmorPolicyCommand;
|
|
1034
|
+
DeleteBaselineCheckConfigCommand: typeof DeleteBaselineCheckConfigCommand;
|
|
1035
|
+
DeleteMonitorPolicyCommand: typeof DeleteMonitorPolicyCommand;
|
|
1036
|
+
DescribeFileChangeTrendTop5Command: typeof DescribeFileChangeTrendTop5Command;
|
|
1037
|
+
DescribeFileMonitorOverviewCommand: typeof DescribeFileMonitorOverviewCommand;
|
|
1038
|
+
DescribeLastWeekFileChangeTrendsCommand: typeof DescribeLastWeekFileChangeTrendsCommand;
|
|
1039
|
+
DetectBaselineByCheckConfigCommand: typeof DetectBaselineByCheckConfigCommand;
|
|
1040
|
+
EditBaselineCheckConfigCommand: typeof EditBaselineCheckConfigCommand;
|
|
1041
|
+
EditFingerprintCollectConfigCommand: typeof EditFingerprintCollectConfigCommand;
|
|
1042
|
+
EditMonitorPolicyCommand: typeof EditMonitorPolicyCommand;
|
|
1043
|
+
ExportFileMonitorAlarmListDataCommand: typeof ExportFileMonitorAlarmListDataCommand;
|
|
1044
|
+
GetAIAlarmJudgeConfigCommand: typeof GetAIAlarmJudgeConfigCommand;
|
|
1045
|
+
GetAlarmRuleListCommand: typeof GetAlarmRuleListCommand;
|
|
1046
|
+
GetAlarmTraceRawDataCommand: typeof GetAlarmTraceRawDataCommand;
|
|
1047
|
+
GetAllMonitorSuffixListCommand: typeof GetAllMonitorSuffixListCommand;
|
|
1048
|
+
GetArmorProfileCommand: typeof GetArmorProfileCommand;
|
|
1049
|
+
GetAutoIsolateAgentListCommand: typeof GetAutoIsolateAgentListCommand;
|
|
1050
|
+
GetAutoProtectConfigCommand: typeof GetAutoProtectConfigCommand;
|
|
1051
|
+
GetBruteForceBanCapParamsCommand: typeof GetBruteForceBanCapParamsCommand;
|
|
1052
|
+
GetBruteForceBanConfigCommand: typeof GetBruteForceBanConfigCommand;
|
|
1053
|
+
GetBruteForceBanStatisticsCommand: typeof GetBruteForceBanStatisticsCommand;
|
|
1054
|
+
GetClusterStatisticsCommand: typeof GetClusterStatisticsCommand;
|
|
1055
|
+
GetCustomWeakPasswordsCommand: typeof GetCustomWeakPasswordsCommand;
|
|
1056
|
+
GetFingerprintEnvCommand: typeof GetFingerprintEnvCommand;
|
|
1057
|
+
GetGeoLocationCommand: typeof GetGeoLocationCommand;
|
|
1058
|
+
GetHostVolumeCommand: typeof GetHostVolumeCommand;
|
|
1059
|
+
GetMLPAssetSyncTaskDetailCommand: typeof GetMLPAssetSyncTaskDetailCommand;
|
|
1060
|
+
GetMLPAssetSyncTaskStatusCommand: typeof GetMLPAssetSyncTaskStatusCommand;
|
|
1061
|
+
GetMonitorPolicyDirectoryCommand: typeof GetMonitorPolicyDirectoryCommand;
|
|
1062
|
+
GetMultiLevelAuthDetailCommand: typeof GetMultiLevelAuthDetailCommand;
|
|
1063
|
+
GetOfflineNotificationConfigCommand: typeof GetOfflineNotificationConfigCommand;
|
|
1064
|
+
GetOfflineNotificationListCommand: typeof GetOfflineNotificationListCommand;
|
|
1065
|
+
GetPolicyStatisticsCommand: typeof GetPolicyStatisticsCommand;
|
|
1066
|
+
GetSOCAssetAlarmStatsCommand: typeof GetSOCAssetAlarmStatsCommand;
|
|
1067
|
+
GetSOCAssetInstanceProtectStatusCommand: typeof GetSOCAssetInstanceProtectStatusCommand;
|
|
1068
|
+
GetSOCAssetSecurityScoreCommand: typeof GetSOCAssetSecurityScoreCommand;
|
|
1069
|
+
GetSOCAssetVulnStatsCommand: typeof GetSOCAssetVulnStatsCommand;
|
|
1070
|
+
GetSOCPrecautionBaselineStatsCommand: typeof GetSOCPrecautionBaselineStatsCommand;
|
|
1071
|
+
GetSecurityOverviewScoreStatsCommand: typeof GetSecurityOverviewScoreStatsCommand;
|
|
1072
|
+
GetVarmorConfigYAMLCommand: typeof GetVarmorConfigYAMLCommand;
|
|
1073
|
+
GetVarmorPolicyCommand: typeof GetVarmorPolicyCommand;
|
|
1074
|
+
GetVarmorTLSInfoCommand: typeof GetVarmorTLSInfoCommand;
|
|
1075
|
+
HandleEndpointAlarmsCommand: typeof HandleEndpointAlarmsCommand;
|
|
1076
|
+
ListAgentProxiesCommand: typeof ListAgentProxiesCommand;
|
|
1077
|
+
ListAgentProxyServersCommand: typeof ListAgentProxyServersCommand;
|
|
1078
|
+
ListAssetCenterHostsCommand: typeof ListAssetCenterHostsCommand;
|
|
1079
|
+
ListAssetNamespacesCommand: typeof ListAssetNamespacesCommand;
|
|
1080
|
+
ListAutoDefenseRulesCommand: typeof ListAutoDefenseRulesCommand;
|
|
1081
|
+
ListBanIPListCommand: typeof ListBanIPListCommand;
|
|
1082
|
+
ListBaselineBasicInfoCommand: typeof ListBaselineBasicInfoCommand;
|
|
1083
|
+
ListBaselineCheckConfigCommand: typeof ListBaselineCheckConfigCommand;
|
|
1084
|
+
ListBaselineCheckItemsCommand: typeof ListBaselineCheckItemsCommand;
|
|
1085
|
+
ListBaselineForGroupPolicyCommand: typeof ListBaselineForGroupPolicyCommand;
|
|
1086
|
+
ListBaselineHostItemHostsCommand: typeof ListBaselineHostItemHostsCommand;
|
|
1087
|
+
ListBatchEndpointHandleMethodsCommand: typeof ListBatchEndpointHandleMethodsCommand;
|
|
1088
|
+
ListCheckConfigRelatedBaselineCommand: typeof ListCheckConfigRelatedBaselineCommand;
|
|
1089
|
+
ListCleanHistoryCommand: typeof ListCleanHistoryCommand;
|
|
1090
|
+
ListCloudEnvsCommand: typeof ListCloudEnvsCommand;
|
|
1091
|
+
ListClusterVarmorVersionHistoryCommand: typeof ListClusterVarmorVersionHistoryCommand;
|
|
1092
|
+
ListClustersAndVarmorAppsCommand: typeof ListClustersAndVarmorAppsCommand;
|
|
1093
|
+
ListFileMonitorAlarmsCommand: typeof ListFileMonitorAlarmsCommand;
|
|
1094
|
+
ListFingerprintCollectConfigCommand: typeof ListFingerprintCollectConfigCommand;
|
|
1095
|
+
ListHidsAlarmsCommand: typeof ListHidsAlarmsCommand;
|
|
1096
|
+
ListHostsBasicInfosCommand: typeof ListHostsBasicInfosCommand;
|
|
1097
|
+
ListIsolationFilesCommand: typeof ListIsolationFilesCommand;
|
|
1098
|
+
ListMLPAssetTasksCommand: typeof ListMLPAssetTasksCommand;
|
|
1099
|
+
ListMonitorPoliciesCommand: typeof ListMonitorPoliciesCommand;
|
|
1100
|
+
ListOrderedHostsBasicInfosCommand: typeof ListOrderedHostsBasicInfosCommand;
|
|
1101
|
+
ListScanSubTasksCommand: typeof ListScanSubTasksCommand;
|
|
1102
|
+
ListVarmorPoliciesCommand: typeof ListVarmorPoliciesCommand;
|
|
1103
|
+
ListVulByPodCommand: typeof ListVulByPodCommand;
|
|
1104
|
+
ListVulDetailCommand: typeof ListVulDetailCommand;
|
|
1105
|
+
ListVulHostByPodCommand: typeof ListVulHostByPodCommand;
|
|
1106
|
+
RefreshVarmorInfoCommand: typeof RefreshVarmorInfoCommand;
|
|
1107
|
+
RetryIPOperationCommand: typeof RetryIPOperationCommand;
|
|
1108
|
+
SetAIAlarmJudgeConfigCommand: typeof SetAIAlarmJudgeConfigCommand;
|
|
1109
|
+
SetBruteForceBanConfigCommand: typeof SetBruteForceBanConfigCommand;
|
|
1110
|
+
SetCustomWeakPasswordsCommand: typeof SetCustomWeakPasswordsCommand;
|
|
1111
|
+
StopMLPAssetSyncTaskCommand: typeof StopMLPAssetSyncTaskCommand;
|
|
1112
|
+
UnBanIPItemCommand: typeof UnBanIPItemCommand;
|
|
1113
|
+
UnbindMLPAuthCommand: typeof UnbindMLPAuthCommand;
|
|
1114
|
+
UpdateAutoProtectConfigCommand: typeof UpdateAutoProtectConfigCommand;
|
|
1115
|
+
UpdateBaselineCheckConfigSwitchCommand: typeof UpdateBaselineCheckConfigSwitchCommand;
|
|
1116
|
+
UpdateCloudProviderCommand: typeof UpdateCloudProviderCommand;
|
|
1117
|
+
UpdateOfflineNotificationConfigCommand: typeof UpdateOfflineNotificationConfigCommand;
|
|
1118
|
+
UpdateVarmorAppConfigCommand: typeof UpdateVarmorAppConfigCommand;
|
|
1119
|
+
UpdateVarmorPolicyCommand: typeof UpdateVarmorPolicyCommand;
|
|
1120
|
+
UpdateVarmorTLSInfoCommand: typeof UpdateVarmorTLSInfoCommand;
|
|
1121
|
+
};
|
|
1122
|
+
export default _default;
|
|
1123
|
+
//# sourceMappingURL=api.d.ts.map
|