Event List All
AuthorizationBearer <token>
In: header
Query Parameters
flag?Flag|Flag
start?Start|Start
end?End|End
affected_network?Affected Network|Affected Network
ordering?Ordering|Ordering
limit?integer
Default
100Range
1 <= valueoffset?integer
Default
0Range
0 <= valueResponse Body
application/json
curl -X GET "https://api.misaka.io/v3/lighthouse/security/events/all"{
"results": [
{
"id": "string",
"flags": [
"INCOMING"
],
"status": [
"EVENT_PENDING"
],
"affected_network": "string",
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z",
"source_key": "string",
"source_event_id": "string",
"source_resource_id": "string",
"source_location_id": "string",
"source_country": "st",
"source_location": "string",
"target_country": "st",
"target_location": "string",
"classification_key": "string",
"description": "string",
"affected_bps": 0,
"affected_pps": 0,
"relationships": [
{
"id": 0,
"match_resource": "string",
"match_type": "string",
"match_value": "string"
}
]
}
],
"count": 0
}How is this guide?
Last updated on