Policy > Security > East West Security > Distributed Ids > Profiles

Patch IDS profile

Patch intrusion detection system profile. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost) or VMware NSX-T.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/<profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IdsProfile+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/test-ids-profile { "resource_type": "IdsProfile", "description": "test-ids-profile", "display_name": "test-ids-profile", "severities": [ { "severity": "LOW", "ignore_signatures": [] } ] }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

policy_ids

Additional Errors: