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

create or update IDS profile

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

Request:

Method:
PUT
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:

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

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IdsProfile+

Example Response:

{ "severities": [ { "severity": "CRITICAL", "marked_for_delete": false, "overridden": false, "_protection": "NOT_PROTECTED" } ], "resource_type": "IdsProfile", "id": "test-ids-profile2", "display_name": "test-ids-profile2", "description": "test-ids-profile2", "path": "/infra/settings/firewall/security/intrusion-services/profiles/test-ids-profile2", "relative_path": "test-ids-profile2", "parent_path": "/infra", "unique_id": "59f40d40-e3b0-4015-810e-202365d86f67", "marked_for_delete": false, "overridden": false, "_system_owned": false, "_create_user": "admin", "_create_time": 1574758461324, "_last_modified_user": "admin", "_last_modified_time": 1574758461324, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

crud

Feature:

policy_ids

Additional Errors: