Event Detail Related
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
event_id*string
Response Body
application/json
curl -X GET "https://api.misaka.io/v3/lighthouse/security/events/related/string"{
"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,
"parsed_data": {},
"has_attachment": true
}How is this guide?
Last updated on