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
InfraDevices

List devices

GET
/v3/infra/devices

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

name?Name|Name

Name of the device

description?Description|Description

Description of the device

limit?integer
Default100
Range1 <= value
offset?integer
Default0
Range0 <= value

Response Body

application/json

curl -X GET "https://api.misaka.io/v3/infra/devices"
{
  "results": [
    {
      "id": 0,
      "sid": "string",
      "name": "string",
      "device_model": "string",
      "device_model_slug": "string",
      "manufacturer": {
        "display": "string",
        "name": "string",
        "slug": "string"
      },
      "serial": "string",
      "asset_tag": "string",
      "rack": "string",
      "position": 0
    }
  ],
  "count": 0
}

How is this guide?

Last updated on

Get current available teams GET

Previous Page

Port info GET

Next Page

curl -X GET "https://api.misaka.io/v3/infra/devices"