IdsSignatureListResult
IDS Signature List Result
Response containing the list of unique IDS signatures triggered on a specific VM within the queried time window.
Notes:
signature_listcontains one entry per unique IDS signature detected on the compute.time_intervalreflects the resolved query window.
JSON Example
{
"time_interval": {
"start_time": 0,
"end_time": 0
},
"signature_list": [
{
"is_active": false,
"severity": "string",
"details": "string",
"signature_id": "string",
"original_signature_id": "string",
"total_detected": 0,
"total_prevented": 0,
"impact_score": 0,
"risk_score": 0,
"confidence_score": 0,
"time": 0
}
]
}
time_interval
Optional
Represents a continuous span of time defined by a required start and end timestamp.