List DNS VIPs
GET https://{{host}}/etp-config/v3/configs/:configId/dns-vips
Provides DNS virtual IP details.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available 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"}}