NSX-T Data Center REST API

Get the list of the users affected for that signature (Removed in 4.1)

Get the list of the users affected pertaining to a specific
signature.
Deprecated:
Use the following Policy API -
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/affected-users

Request:

Method:
POST
URI Path(s):
/api/v1/intrusion-services/affected-users
Request Headers:
n/a
Query Parameters:
ListRequestParameters+
Request Body:
IDSEventDataRequest+

Example Request:

{ "filters": [ { "field_names":"intrusion_timestamp","value":" >1590533447645" }, { "field_names": "signature_detail.signature_id", "value": "(4010643)" } ] }

Successful Response:

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

Example Response:

{ "results": [ "administrator", "auditor" ], "result_count": 2, "sort_by": "displayName", "sort_ascending": false, "cursor": "2" }

Required Permissions:

read

Feature:

intrusion_services

Additional Errors: