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
InfraXconnects

List cross connects

GET
/v3/infra/xconnects

Authorization

AuthorizationBearer <token>

Bearer is only available for WebApp. Please use API tokens for programmatic access.

In: header

Query Parameters

description?string|null

Description of the circuit

status?string|null

Status of the circuit

tags?|null

Tags of the circuit

facility?string|null

Facility of the circuit

side_a?string||null

Side A of the circuit

side_z?string||null

Side Z of the circuit

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

Response Body

application/json

curl -X GET "https://api.misaka.io/v3/infra/xconnects"
{
  "results": [
    {
      "sid": "string",
      "cid": "string",
      "description": "string",
      "netbox_id": 0,
      "status": "string",
      "provider_slug": "string",
      "provider_service_type": "string",
      "install_date": "2019-08-24T14:15:22Z",
      "termination_date": "2019-08-24T14:15:22Z",
      "tags": [
        "string"
      ],
      "side_a": {
        "xconnect_id": "string",
        "site": "string",
        "brief": "string"
      },
      "side_z": {
        "xconnect_id": "string",
        "site": "string",
        "brief": "string"
      },
      "facility": {
        "slug": "string",
        "name": "string",
        "facility": "string",
        "timezone": "string"
      },
      "raw_data": {
        "ibx": "string",
        "z_side_ibx": "string",
        "final_z_side_patch_panel": "string",
        "final_z_side_port_a": 0,
        "final_z_side_port_b": 0
      },
      "monthly_recurring_cost": 0
    }
  ],
  "count": 0
}

How is this guide?

Last updated on

List services GET

Previous Page

Create IP announcements POST

Next Page

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