PrivateCrossConnectApi
All URIs are relative to https://api.ionos.com/cloudapi/v5
pccsDelete
object pccsDelete(pccId, opts)
Delete a Private Cross-Connect
Delete a private cross-connect if no datacenters are joined to the given PCC
Examples
Parameters
Return type
object
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
pccsFindById
pccsFindById(pccId, opts)
Retrieve a Private Cross-Connect
You can retrieve a private cross-connect by using the resource's ID. This value can be found in the response body when a private cross-connect is created or when you GET a list of private cross-connects.
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
pccsGet
pccsGet(opts)
List Private Cross-Connects
You can retrieve a complete list of private cross-connects provisioned under your account
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: Not defined
Accept: application/json
pccsPatch
pccsPatch(pccId, pcc, opts)
Partially modify a private cross-connect
You can use update private cross-connect to re-name or update its description
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: application/json
Accept: application/json
pccsPost
pccsPost(pcc, opts)
Create a Private Cross-Connect
You can use this POST method to create a private cross-connect
Examples
Parameters
Return type
Authorization
Basic Authentication, Token Authentication
HTTP request headers
Content-Type: application/json
Accept: application/json
Last updated