NSX-T Data Center REST API

This routine will get existing IDS Profile .

This routine will read intrusion detection profile for provided profile id
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/{profile-id}
/policy/api/v1/global-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:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/test-profile example_response: | { "profile_severity" : [ "CRITICAL" ], "criteria": [ { "filter_name": "CVSS", "filter_value": [ "MEDIUM" ], "resource_type": "IdsProfileFilterCriteria" } ], "resource_type": "IdsProfile", "id": "test-profile", "display_name": "test-profile", "path": "/infra/settings/firewall/security/intrusion-services/profiles/test-profile", "relative_path": "test-profile", "parent_path": "/infra", "unique_id": "4e874f1e-62f7-40f5-93dc-65b915a557a9", "marked_for_delete": false, "overridden": false, "_system_owned": false, "_create_user": "admin", "_create_time": 1586765213098, "_last_modified_user": "admin", "_last_modified_time": 1586765213102, "_protection": "NOT_PROTECTED", "_revision": 0 }

Successful Response:

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

Required Permissions:

read

Feature:

policy_common_ids

Additional Errors: