Network Interconnects

network_interconnects

network_interconnects.cnis

Methods

Create A New CNI Object -> { id, account, cust_ip, 4 more... }
post/accounts/{account_id}/cni/cnis

Create a new CNI object

Delete A Specified CNI Object ->
delete/accounts/{account_id}/cni/cnis/{cni}

Delete a specified CNI object

Get Information About A CNI Object -> { id, account, cust_ip, 4 more... }
get/accounts/{account_id}/cni/cnis/{cni}

Get information about a CNI object

List Existing CNI Objects -> { items, next }
get/accounts/{account_id}/cni/cnis

List existing CNI objects

Modify Stored Information About A CNI Object -> { id, account, cust_ip, 4 more... }
put/accounts/{account_id}/cni/cnis/{cni}

Modify stored information about a CNI object

network_interconnects.interconnects

Methods

Create A New Interconnect -> { account, facility, name, 5 more... } | { account, name, region, 2 more... }
post/accounts/{account_id}/cni/interconnects

Create a new interconnect

Delete An Interconnect Object ->
delete/accounts/{account_id}/cni/interconnects/{icon}

Delete an interconnect object

Get Information About An Interconnect Object -> { account, facility, name, 5 more... } | { account, name, region, 2 more... }
get/accounts/{account_id}/cni/interconnects/{icon}

Get information about an interconnect object

List Existing Interconnects -> { items, next }
get/accounts/{account_id}/cni/interconnects

List existing interconnects

Generate The Letter Of Authorization LOA For A Given Interconnect ->
get/accounts/{account_id}/cni/interconnects/{icon}/loa

Generate the Letter of Authorization (LOA) for a given interconnect

Get The Current Status Of An Interconnect Object -> { state } | { state, reason } | { state, reason } | 1 more...
get/accounts/{account_id}/cni/interconnects/{icon}/status

Get the current status of an interconnect object

network_interconnects.settings

Methods

Get The Current Settings For The Active Account -> { default_asn }
get/accounts/{account_id}/cni/settings

Get the current settings for the active account

Update The Current Settings For The Active Account -> { default_asn }
put/accounts/{account_id}/cni/settings

Update the current settings for the active account

network_interconnects.slots

Methods

Get Information About The Specified Slot -> { id, facility, occupied, 3 more... }
get/accounts/{account_id}/cni/slots/{slot}

Get information about the specified slot

Retrieve A List Of All Slots Matching The Specified Parameters -> { items, next }
get/accounts/{account_id}/cni/slots

Retrieve a list of all slots matching the specified parameters