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}