Management Plane API > Security > Intrusion Services > Dashboard

Get the list of the VMs affected for that signature

Get the list of the VMs affected pertaining to a specific
signature.

Request:

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

Example Request:

POST https://<nsx-mgr>/api/v1/intrusion-services/affected-vms { "filters": [ { "field_names": "signature_detail.severity", "value": "(CRITICAL OR MEDIUM OR LOW OR MAJOR)" }, { "field_names": "signature_detail.signature_id", "value": "(4010643)" } ] }

Successful Response:

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

Example Response:

{ "results": [ "1-vm_ubuntu-18.04-server-amd64-local-1702-38876fd9-5748-4cdc-93f7-3c45791622b7", "1-linuxrouter_ubuntu-16.04-server-amd64-container-local-1702-d3fadb32-c51e-437a-86f1-ff717c6d736f" ], "result_count": 2, "sort_by": "displayName", "sort_ascending": false, "cursor": "2" }

Required Permissions:

read

Feature:

intrusion_services

Additional Errors: