Create Cross Connect
Request
curl --location \
--request POST 'https://api.ionos.com/cloudapi/v6/pccs' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic <auth-token>' \
--data '{
"properties":
{
"name": "CrossConnect-Berlin",
"description": "Cross Connect between datacenter '\''Berlin-W1'\'' and datacenter '\''Berlin-W2'\'' "
}
}'Response
Last updated
Was this helpful?