Management Plane API > Security > Intrusion Services

Associated URIs:

API Description API Path

Get the list of the VMs affected for that signature


Get the list of the VMs affected pertaining to a specific
signature.
POST /api/v1/intrusion-services/affected-vms

Get the list of the IDS events that are detected, grouped by signature id.


Get the list of the IDS events that are detected with the total number of
intrusions detected, their severity and the time they occurred,
grouped by signature id.
POST /api/v1/intrusion-services/ids-events

Get the summary of the intrusions that were detected.


Get the summary of all the intrusions that are detected grouped by signature
with details including signature name, id, severity, attack type, protocol,
first and recent occurence, and affected users and VMs.
POST /api/v1/intrusion-services/ids-summary

Get IDSProfile


Returns information about the specified IDSProfile.
GET /api/v1/intrusion-services/profiles/<ids-profile-id>