Misaka.io | Docs
Misaka.io | Docs
API Documentation
Change password POST
Confirm email POSTLogout POSTRefresh user token POSTGet current user token GET
Get team members GETGet current available teams GET
List devices GET
Port info GETList ports GETPort transceiver metrics GETPort usage metrics GET
List services GET
List cross connects GET
Create IP announcements POSTDelete IP announcement DELETEGet IP announcements GETUpdate IP announcement PATCH
Lighthouse
Network Flow Timeseries POST
Event Attachments GETEvent Detail Related GETEvent List All GETEvent List Related GETEvent List Related Timeseries GET
Shield Rules List GETShield Rules Update PUT
Timezone For Location GET
Get Filter Keys GET
Batch Update PTR Records POST
Create RecordSet POSTDelete RecordSet DELETEGet RecordSet GETUpdate RecordSet PUT
Create Zone POSTDelete Zone DELETEImport Zone POSTList Zones GET
Disable DNSSEC DELETEEnable DNSSEC POSTGet DNSSEC Configuration GET
List Recordsets GET
Get Zone Settings GETUpdate Zone Settings PUT
LighthouseSecurityEvents

Event List All

GET
/v3/lighthouse/security/events/all

Authorization

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
limit?integer
Default100
Range1 <= value
offset?integer
Default0
Range0 <= value

Response 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",
      "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

Event Detail Related GET

Previous Page

Event List Related GET

Next Page

curl -X GET "https://api.misaka.io/v3/lighthouse/security/events/all"