{
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"data": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"CompositeRisk": 123,
"FindingCount": 123,
"ImpactedAssetCount": 123,
"DomainSID": "<string>",
"Finding": "<string>"
}
]
}
List the values that represent the sparklines for individual attack paths
{
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"data": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"CompositeRisk": 123,
"FindingCount": 123,
"ImpactedAssetCount": 123,
"DomainSID": "<string>",
"Finding": "<string>"
}
]
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
Domain ID
The asset group tag id of the zone requested. If not supplied, the asset group tag id associated with 'Tier Zero' is used.
Sortable columns are CompositeRisk
, FindingCount
, ImpactedAssetCount
, domain_sid
, id
, created_at
, updated_at
, deleted_at
.
Filter results by column string value. Valid filter predicates are eq
, ~eq
, neq
.
Beginning datetime of range (inclusive) in RFC-3339 format; Defaults to current datetime minus 30 days
Ending datetime of range (exclusive) in RFC-3339 format; Defaults to current datetime
OK
The response is of type object
.