Skip to content
Start here

Slots

Retrieve a list of all slots matching the specified parameters
client.networkInterconnects.slots.list(SlotListParams { account_id, address_contains, cursor, 4 more } params, RequestOptionsoptions?): SlotListResponse { items, next }
GET/accounts/{account_id}/cni/slots
Get information about the specified slot
client.networkInterconnects.slots.get(stringslot, SlotGetParams { account_id } params, RequestOptionsoptions?): SlotGetResponse { id, facility, occupied, 3 more }
GET/accounts/{account_id}/cni/slots/{slot}
ModelsExpand Collapse
SlotListResponse { items, next }
items: Array<Item>
id: string

Slot ID

formatuuid
facility: Facility { address, name }
address: Array<string>
name: string
occupied: boolean

Whether the slot is occupied or not

site: string
speed: string
account?: string

Customer account tag

SlotGetResponse { id, facility, occupied, 3 more }
id: string

Slot ID

formatuuid
facility: Facility { address, name }
address: Array<string>
name: string
occupied: boolean

Whether the slot is occupied or not

site: string
speed: string
account?: string

Customer account tag