Parameter | Description |
---|---|
Attackers nodes IDs | A pipe-separated list of attackers nodes IDs to filter insights by. |
Plan Run IDs | A pipe-separated list of plan run IDs to filter insights by. |
Target Nodes IDs | A pipe-separated list of target nodes IDs to filter insights by. |
Type | The type of insights to return. |
[
{
"id": "<integer>",
"accountId": "<integer>",
"name": "<string>",
"priority": "<integer>",
"title": "<string>",
"category": "<string>",
"attacker": "<string>",
"isExternal": "<boolean>",
"target": "<string>",
"isCritical": "<boolean>",
"isEnabled": "<boolean>",
"criteria": "<string>",
"remediation": "<string>",
"attackTypes": "<string>",
"attackPhases": "<string>",
"nonBlockedSimulations": "<integer>",
"threatActors": [
"<string>",
"<string>"
]
},
{
"id": "<integer>",
"accountId": "<integer>",
"name": "<string>",
"priority": "<integer>",
"title": "<string>",
"category": "<string>",
"attacker": "<string>",
"isExternal": "<boolean>",
"target": "<string>",
"isCritical": "<boolean>",
"isEnabled": "<boolean>",
"criteria": "<string>",
"remediation": "<string>",
"attackTypes": "<string>",
"attackPhases": "<string>",
"nonBlockedSimulations": "<integer>",
"threatActors": [
"<string>",
"<string>"
]
}
]
Was this page helpful?