Interconnects
List existing interconnects
client.networkInterconnects.interconnects.list(InterconnectListParams { account_id, cursor, limit, 2 more } params, RequestOptionsoptions?): InterconnectListResponse { items, next }
GET/accounts/{account_id}/cni/interconnects
Get information about an interconnect object
client.networkInterconnects.interconnects.get(stringicon, InterconnectGetParams { account_id } params, RequestOptionsoptions?): InterconnectGetResponse
GET/accounts/{account_id}/cni/interconnects/{icon}
Create a new interconnect
client.networkInterconnects.interconnects.create(InterconnectCreateParamsparams, RequestOptionsoptions?): InterconnectCreateResponse
POST/accounts/{account_id}/cni/interconnects
Delete an interconnect object
client.networkInterconnects.interconnects.delete(stringicon, InterconnectDeleteParams { account_id } params, RequestOptionsoptions?): void
DELETE/accounts/{account_id}/cni/interconnects/{icon}
Generate the Letter of Authorization (LOA) for a given interconnect
client.networkInterconnects.interconnects.loa(stringicon, InterconnectLOAParams { account_id } params, RequestOptionsoptions?): void
GET/accounts/{account_id}/cni/interconnects/{icon}/loa
Get the current status of an interconnect object
client.networkInterconnects.interconnects.status(stringicon, InterconnectStatusParams { account_id } params, RequestOptionsoptions?): InterconnectStatusResponse
GET/accounts/{account_id}/cni/interconnects/{icon}/status