NSX-T Data Center REST API
create or update IDS profile
Update intrusion detection profile. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IdsProfile+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/test-profile { "profile_severity" : [ "CRITICAL" ], "criteria" : [ { "filter_name" : "CVSS", "filter_value" : [ "MEDIUM" ], "resource_type" : "IdsProfileFilterCriteria" } ], "resource_type" : "IdsProfile", "marked_for_delete" : false, "overridden" : false }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IdsProfile+