post https://{hostname}/config-gtm/v1/domains
Creates a new GTM domain.
Response
Creates a new GTM domain.
xxxxxxxxxx
10curl --request POST \
--url https://hostname/config-gtm/v1/domains \
--header 'accept: domain-vnd-config-gtm.v1.0+json' \
--header 'content-type: domain-vnd-config-gtm.v1.5+json' \
--data '
{
"loadFeedback": true,
"type": "failover-only"
}
'
xxxxxxxxxx
569}
{
"resource": {
"cidrMaps": [
{
"assignments": [
{
"blocks": [
"192.0.2.17",
"192.0.2.186/24"
],
"datacenterId": 3134,
"nickname": "Frostfangs and the Fist of First Men"
},
{
"blocks": [
"192.0.2.95/24"
],
"datacenterId": 3133,
"nickname": "Winterfell"
}
],
"defaultDatacenter": {
"datacenterId": 5400,
"nickname": "All Other CIDR Blocks"
},