Skip to content
Start here

Slots

Retrieve a list of all slots matching the specified parameters
network_interconnects.slots.list(SlotListParams**kwargs) -> SlotListResponse
GET/accounts/{account_id}/cni/slots
Get information about the specified slot
network_interconnects.slots.get(strslot, SlotGetParams**kwargs) -> SlotGetResponse
GET/accounts/{account_id}/cni/slots/{slot}
ModelsExpand Collapse
class SlotListResponse:
items: List[Item]
id: str

Slot ID

formatuuid
facility: ItemFacility
address: List[str]
name: str
occupied: bool

Whether the slot is occupied or not

site: str
speed: str
account: Optional[str]

Customer account tag

class SlotGetResponse:
id: str

Slot ID

formatuuid
facility: Facility
address: List[str]
name: str
occupied: bool

Whether the slot is occupied or not

site: str
speed: str
account: Optional[str]

Customer account tag