List DNS VIPs
GET https://{{host}}/etp-config/v3/configs/:configId/dns-vips
Provides DNS virtual IP details.
Body
PARAM
Key | Datatype | Required | Description |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"ipv4Addrs": {
"primary": "192.0.2.51",
"secondary": "192.0.2.205"
},
"ipv6Addrs": {
"primary": "2001:db8:5b85:2f95:944:5097:21e2:a5d0",
"secondary": "2001:db8:ac37:2acf:67e6:7d3f:fc40:33e6"
}
} |
ENDPOINTS