PrivateCrossConnectsApi
Last updated
Last updated
All URIs are relative to https://api.ionos.com/cloudapi/v6
Method | HTTP request | Description |
---|---|---|
pccs_delete(pcc_id, opts)
Delete private Cross-Connects
Remove the specified private Cross-Connect (only if not connected to any data centers).
This returns an Array which contains the response data (nil
in this case), status code and headers.
<Array(nil, Integer, Hash)> pccs_delete_with_http_info(pcc_id, opts)
nil (empty response body)
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
pccs_find_by_id(pcc_id, opts)
Retrieve private Cross-Connects
Retrieve a private Cross-Connect by the resource ID. Cross-Connect ID is in the response body when the private Cross-Connect is created, and in the list of private Cross-Connects, returned by GET.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> pccs_find_by_id_with_http_info(pcc_id, opts)
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
pccs_get(opts)
List private Cross-Connects
List all private Cross-Connects for your account.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> pccs_get_with_http_info(opts)
Basic Authentication, Token Authentication
Content-Type: Not defined
Accept: application/json
pccs_patch(pcc_id, pcc, opts)
Partially modify private Cross-Connects
Update the properties of the specified private Cross-Connect.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> pccs_patch_with_http_info(pcc_id, pcc, opts)
Basic Authentication, Token Authentication
Content-Type: application/json
Accept: application/json
pccs_post(pcc, opts)
Create a Private Cross-Connect
Creates a private Cross-Connect.
This returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> pccs_post_with_http_info(pcc, opts)
Basic Authentication, Token Authentication
Content-Type: application/json
Accept: application/json
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
DELETE /pccs/{pccId}
Delete private Cross-Connects
GET /pccs/{pccId}
Retrieve private Cross-Connects
GET /pccs
List private Cross-Connects
PATCH /pccs/{pccId}
Partially modify private Cross-Connects
POST /pccs
Create a Private Cross-Connect
pcc_id
String
The unique ID of the private Cross-Connect.
pretty
Boolean
Controls whether the response is pretty-printed (with indentations and new lines).
[optional][default to true]
depth
Integer
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
[optional]
pcc_id
String
The unique ID of the private Cross-Connect.
pretty
Boolean
Controls whether the response is pretty-printed (with indentations and new lines).
[optional][default to true]
depth
Integer
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
[optional]
pretty
Boolean
Controls whether the response is pretty-printed (with indentations and new lines).
[optional][default to true]
depth
Integer
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
[optional]
pcc_id
String
The unique ID of the private Cross-Connect.
pcc
The properties of the private Cross-Connect to be updated.
pretty
Boolean
Controls whether the response is pretty-printed (with indentations and new lines).
[optional][default to true]
depth
Integer
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
[optional]
pcc
The private Cross-Connect to create.
pretty
Boolean
Controls whether the response is pretty-printed (with indentations and new lines).
[optional][default to true]
depth
Integer
Controls the detail depth of the response objects. GET /datacenters/[ID] - depth=0: Only direct properties are included; children (servers and other elements) are not included. - depth=1: Direct properties and children references are included. - depth=2: Direct properties and children properties are included. - depth=3: Direct properties and children properties and children's children are included. - depth=... and so on
[optional][default to 0]
x_contract_number
Integer
Users with multiple contracts must provide the contract number, for which all API requests are to be executed.
[optional]