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

List IDS profiles

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

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles
Request Headers:
n/a
Query Parameters:
IdsProfileListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles

Successful Response:

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

Example Response:

{ "results": [ { "severities": [ { "severity": "LOW", "marked_for_delete": false, "overridden": false, "_protection": "NOT_PROTECTED" } ], "resource_type": "IdsProfile", "id": "test-ids-profile1", "display_name": "test-ids-profile", "description": "test-ids-profile", "path": "/infra/settings/firewall/security/intrusion-services/profiles/test-ids-profile1", "relative_path": "test-ids-profile1", "parent_path": "/infra", "unique_id": "4cec74e1-40a8-4515-88c2-eaf35fab4913", "marked_for_delete": false, "overridden": false, "_system_owned": false, "_create_user": "admin", "_create_time": 1574758190629, "_last_modified_user": "admin", "_last_modified_time": 1574758190629, "_protection": "NOT_PROTECTED", "_revision": 0 }, { "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 } ], "result_count": 2, "sort_by": "display_name", "sort_ascending": true }

Required Permissions:

read

Feature:

policy_ids

Additional Errors: