Skip to content
Start here

Slots

Get information about the specified slot
GET/accounts/{account_id}/cni/slots/{slot}
ModelsExpand Collapse
SlotListResponse = object { items, next }
items: array of object { id, facility, occupied, 3 more }
id: string

Slot ID

formatuuid
facility: object { address, name }
address: array of string
name: string
occupied: boolean

Whether the slot is occupied or not

site: string
speed: string
account: optional string

Customer account tag

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

Slot ID

formatuuid
facility: object { address, name }
address: array of string
name: string
occupied: boolean

Whether the slot is occupied or not

site: string
speed: string
account: optional string

Customer account tag