Policy >
Security
>
East West Security
>
Distributed IDS
>
Profiles
Get IDS profile signatures.
(Experimental)
Get all the IDS signatures attached to the Profile.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/settings/firewall/security/intrusion-services/profiles/<profile-id>/effective-signatures
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IdsProfileSignatures
+
IdsProfileSignatures
(
schema
)
Name
Description
Type
Notes
profile_path
IDS Profile path
Represents the Path of the IDS Profile.
string
signatures
IDS Signatures
List of IDS signature ids which need to be detected.
array of string
Minimum items: 1
Maximum items: 30000
Required Permissions:
read
Feature:
policy_common_ids
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable