NSX-T Data Center REST API
Update ATP security configuration
Update 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.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/settings/advanced-security-configuration
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/advanced-security-configuration
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/advanced-security-configuration
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
AtpSettings+
Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/settings/advanced-security-configuration { "features": [ { "feature": "IDPS", "polling_interval": "4HOURS" } ] }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a