NSX-T Data Center REST API
Security
Associated URIs:
| API Description | API Path |
|---|---|
Get ATP security configurationGet advanced threat protection security configuration. |
GET /policy/api/v1/infra/settings/advanced-security-configuration
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/advanced-security-configuration |
Update ATP security configurationUpdate advanced threat protection security configuration, New configuration creation is not supported. This allows partial patch, if only 1 feature or a subset of the features is provided, then polling interval will be updated for the provided features and rest will remain as it is. |
PATCH /policy/api/v1/infra/settings/advanced-security-configuration
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/advanced-security-configuration |
Update ATP security configurationUpdate advanced threat protection security configuration, New configuration creation is not supported. This allows partial patch, if only 1 feature or a subset of the features is provided, then polling interval will be updated for the provided features and rest will remain as it is. |
PUT /policy/api/v1/infra/settings/advanced-security-configuration
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/advanced-security-configuration |