List proxies
GET https://{{host}}/config-dns/v2/proxies
Get a list of proxies that the current user has access to manage.
Body
PARAM
Key | Datatype | Required | Description |
nameserver
|
string | (Optional) Limits the list of proxies belonging to the specified name servers. | |
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
{
"items": [
{
"activationState": "ACTIVE",
"authorities": [
"192.0.2.161",
"2001:db8:6b4e:3234:365e:6afe:54d6:9b32"
],
"contractId": "C-0N7RAC7",
"createdTime": "2024-12-20T00:00:00Z",
"healthCheck": {
"recordName": "river.com",
"recordType": "SOA"
},
"id": "dc33c6bf-801c-577d-b6f7-d9a058eaa7db",
"lastModifiedTime": "2024-12-24T00:00:00Z",
"name": "Rivers Shields",
"originNameserverZoneTransferTargets": [
"192.0.2.167",
"192.0.2.254"
],
"originNameservers": [
{
"name": "192.0.2.4"
}
]
},
{
"activationState": "NEW",
"authorities": [],
"contractId": "C-0N7RAC71",
"createdTime": "2024-12-18T00:00:00Z",
"healthCheck": {
"recordName": "ocean.com",
"recordType": "TXT"
},
"id": "6ef0340d-5b93-4a9a-8fc3-0f3ba26f7443",
"lastModifiedTime": "2024-12-18T00:00:00Z",
"name": "Oceans Proxy",
"originNameserverZoneTransferTargets": [],
"originNameservers": [
{
"name": "192.0.2.135",
"port": 443
}
]
}
]
} |
ENDPOINTS