Network Interconnects
Network InterconnectsCNIs
List existing CNI objects
network_interconnects.cnis.list(CNIListParams**kwargs) -> CNIListResponse
GET/accounts/{account_id}/cni/cnis
Get information about a CNI object
network_interconnects.cnis.get(strcni, CNIGetParams**kwargs) -> CNIGetResponse
GET/accounts/{account_id}/cni/cnis/{cni}
Create a new CNI object
network_interconnects.cnis.create(CNICreateParams**kwargs) -> CNICreateResponse
POST/accounts/{account_id}/cni/cnis
Modify stored information about a CNI object
network_interconnects.cnis.update(strcni, CNIUpdateParams**kwargs) -> CNIUpdateResponse
PUT/accounts/{account_id}/cni/cnis/{cni}
Delete a specified CNI object
network_interconnects.cnis.delete(strcni, CNIDeleteParams**kwargs)
DELETE/accounts/{account_id}/cni/cnis/{cni}
Network InterconnectsInterconnects
List existing interconnects
network_interconnects.interconnects.list(InterconnectListParams**kwargs) -> InterconnectListResponse
GET/accounts/{account_id}/cni/interconnects
Get information about an interconnect object
network_interconnects.interconnects.get(stricon, InterconnectGetParams**kwargs) -> InterconnectGetResponse
GET/accounts/{account_id}/cni/interconnects/{icon}
Create a new interconnect
network_interconnects.interconnects.create(InterconnectCreateParams**kwargs) -> InterconnectCreateResponse
POST/accounts/{account_id}/cni/interconnects
Delete an interconnect object
network_interconnects.interconnects.delete(stricon, InterconnectDeleteParams**kwargs)
DELETE/accounts/{account_id}/cni/interconnects/{icon}
Generate the Letter of Authorization (LOA) for a given interconnect
network_interconnects.interconnects.loa(stricon, InterconnectLOAParams**kwargs)
GET/accounts/{account_id}/cni/interconnects/{icon}/loa
Get the current status of an interconnect object
network_interconnects.interconnects.status(stricon, InterconnectStatusParams**kwargs) -> InterconnectStatusResponse
GET/accounts/{account_id}/cni/interconnects/{icon}/status
Network InterconnectsSettings
Get the current settings for the active account
network_interconnects.settings.get(SettingGetParams**kwargs) -> SettingGetResponse
GET/accounts/{account_id}/cni/settings
Update the current settings for the active account
network_interconnects.settings.update(SettingUpdateParams**kwargs) -> SettingUpdateResponse
PUT/accounts/{account_id}/cni/settings
Network InterconnectsSlots
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}