NSX-T Data Center REST API
Get the list of the users affected for that signature (Deprecated)
Get the list of the users affected pertaining to a specificsignature.
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:
POST https://<nsx-mgr>/api/v1/intrusion-services/affected-users { "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+
  