NSX-T Data Center REST API
Get the summary of the intrusions that were detected. (Removed in 4.1)
Get the summary of all the intrusions that are detected grouped by signaturewith details including signature name, id, severity, attack type, protocol,
first and recent occurence, and affected users and VMs.
Deprecated:
Use the following Policy API -
POST /policy/api/v1/infra/settings/firewall/security/intrusion-services/ids-summary
Request:
Method:
POST
URI Path(s):
/api/v1/intrusion-services/ids-summary
Request Headers:
n/a
Query Parameters:
ListRequestParameters+
Request Body:
IDSEventDataRequest+
Example Request:
POST https://<nsx-mgr>/api/v1/intrusion-services/ids-summary { "filters": [ { "field_names": "signature_detail.severity", "value": "(HIGH OR LOW)" } ] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IDSSummaryListResult+