Get default Deployment Domain Name
Gets the default Deployment Domain Name configuration value.
GET /platform/configuration/networking/deployment_domain_name
curl \
-X GET https://{{hostname}}/api/v1/platform/configuration/networking/deployment_domain_name
Response examples (200)
# Headers
x-cloud-resource-version: string
x-cloud-resource-created: string
x-cloud-resource-last-modified: string
# Payload
{
"value": "string"
}
Response examples (404)
# Headers
x-cloud-error-codes: networking.cname.not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}