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
InfraServices

List services

GET
/v3/infra/services

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

name?Name|Name

Name of the service (case-insensitive search)

description?Description|Description

Description of the service (case-insensitive search)

service_type?Service Type|Service Type

Service type

billing_type?Billing Type|Billing Type

Billing type

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

Response Body

application/json

curl -X GET "https://api.misaka.io/v3/infra/services"
{
  "results": [
    {
      "sid": "string",
      "name": "string",
      "description": "string",
      "product_name": "string",
      "service_type": "RECURRING",
      "billing_type": "RECURRING",
      "recurring_cost": 0,
      "one_time_cost": 0,
      "created": "2019-08-24T14:15:22Z",
      "id": 0
    }
  ],
  "count": 0
}

How is this guide?

Last updated on

Port usage metrics GET

Previous Page

List cross connects GET

Next Page

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