Misaka.io | Docs
Misaka.io | Docs
API Documentation
Change password POST
Confirm email POSTLogin with 2FA POSTLogin POSTLogout POSTRefresh user token POSTGet current user token POST
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 Attachment GETEvent Detail Related GETEvent List All GETEvent List Related GETEvent List Related Timeseries GET
LighthouseNetworkFlow

Network Flow Timeseries

POST
/v3/lighthouse/network/flow/timeseries

Authorization

AuthorizationBearer <token>

In: header

Request Body

application/json

network?Network|Network

CIDR

start?Start|Start

Start time

end?End|End

End time

limit?Limit|Limit

Limit the number of results

Default30

Response Body

application/json

curl -X POST "https://api.misaka.io/v3/lighthouse/network/flow/timeseries" \  -H "Content-Type: application/json" \  -d '{}'
{
  "chart": {
    "config": {
      "property1": {
        "key": "string",
        "label": "string",
        "color": "string"
      },
      "property2": {
        "key": "string",
        "label": "string",
        "color": "string"
      }
    },
    "data": [
      {}
    ]
  }
}

How is this guide?

Last updated on

Lighthouse

Previous Page

Event Attachment GET

Next Page

curl -X POST "https://api.misaka.io/v3/lighthouse/network/flow/timeseries" \
  -H "Content-Type: application/json" \
  -d '{}'