Event List Related
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Query Parameters
flag?string|null
start?string|null
end?string|null
affected_network?string|null
description?string|null
ordering?string|null
Default
"event__start,event__end,event__affected_bps,event__affected_pps"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/related"{
"results": [
{
"id": "string",
"flags": [
"INCOMING"
],
"status": [
"EVENT_PENDING"
],
"affected_network": "string",
"source_timezone": "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": [
{
"match_resouce_name": "string",
"match_resource_link": "string",
"id": 0,
"match_resource": "string",
"match_type": "string",
"match_value": "string"
}
]
}
],
"count": 0
}How is this guide?
Last updated on