Query Workloads Affected
Returns a paginated list of computes (VMs) on which the specified IDS signature was detected within the given time window.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.signature_idis required and identifies the IDS signature to query.filtersaccepts up to 300 filter entries.- To see which IDS signatures were detected on a specific VM, use
POST /visualization/threat-analysis/{compute-id}/related-signatures. - To see the full event timeline for a signature, use
POST /visualization/threat-analysis/{signature-id}/events-history.
Wrapper request for IdsWorkloadsAffected with restricted filter keys
{
"start_time": 0,
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"signature_id": "1100199",
"page_size": 50,
"offset": 0,
"filters": []
}
success
{
"offset": 0,
"number_of_results": 7,
"total_result_count": 7,
"total_pages": 1,
"time_interval": {
"start_time": 0,
"end_time": 1782175944290
},
"effected_compute_list": [
{
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"site_name": "nsx91-181",
"workload_type": "VM",
"workload_name": "xvm_4",
"workload_id": "503b0170-63aa-10a4-d09f-fcdbba939305",
"related_group_count": 2
},
{
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"site_name": "nsx91-181",
"workload_type": "VM",
"workload_name": "xvm_3",
"workload_id": "503b5f20-467a-5b2e-61a8-4bc051b11127",
"related_group_count": 1
},
{
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"site_name": "nsx91-181",
"workload_type": "VM",
"workload_name": "srv_new_vmx1",
"workload_id": "503b7c79-dfbd-1f3d-eb47-b37a94d6fb29",
"related_group_count": 3
},
{
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"site_name": "nsx91-181",
"workload_type": "VM",
"workload_name": "xvm_9",
"workload_id": "503b85c7-9b76-afe9-0e99-d56178864feb",
"related_group_count": 1
},
{
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"site_name": "nsx91-181",
"workload_type": "VM",
"workload_name": "xvm_8",
"workload_id": "503bc67d-9a85-a93a-093f-1442c17417f6",
"related_group_count": 1
},
{
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"site_name": "nsx91-181",
"workload_type": "VM",
"workload_name": "xvm_2",
"workload_id": "503bd1f5-021e-a21d-e527-7f95e875b059",
"related_group_count": 1
},
{
"site_id": "17f7c7e5-7f8c-490a-97e9-b9c9193c45e1",
"site_name": "nsx91-181",
"workload_type": "VM",
"workload_name": "xvm_1",
"workload_id": "503bf35c-7bff-0e24-44c7-e1e70808b42e",
"related_group_count": 2
}
]
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Error
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/intelligence/visualization/threat-analysis/workloads-affected