List built-in responses
GET https://{{host}}/etp-config/v3/responses
Returns a list of all available Akamai built-in responses.
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
[
{
"allowedForAup": false,
"allowedForDnsPolicy": true,
"allowedForSecurity": false,
"description": "Drop",
"id": 3,
"name": "Drop"
},
{
"allowedForAup": true,
"allowedForDnsPolicy": true,
"allowedForSecurity": true,
"description": "Error",
"id": 4,
"name": "Block - Error Page"
},
{
"allowedForAup": false,
"allowedForDnsPolicy": false,
"allowedForSecurity": false,
"description": "Warn",
"id": 7,
"name": "Warn"
},
{
"allowedForAup": false,
"allowedForDnsPolicy": true,
"allowedForSecurity": true,
"description": "Allow",
"id": 1,
"name": "Monitor"
},
{
"allowedForAup": true,
"allowedForDnsPolicy": true,
"allowedForSecurity": true,
"description": "Deny",
"id": 2,
"name": "Block - DNS"
},
{
"allowedForAup": true,
"allowedForDnsPolicy": true,
"allowedForSecurity": true,
"description": "Allow",
"id": 5,
"name": "Allow"
},
{
"allowedForAup": true,
"allowedForDnsPolicy": false,
"allowedForSecurity": true,
"description": "Classify",
"id": 6,
"name": "Classify"
},
{
"allowedForAup": false,
"allowedForDnsPolicy": false,
"allowedForSecurity": false,
"description": "DNS On-Ramp",
"id": 8,
"name": "DNS On-Ramp"
},
{
"allowedForAup": false,
"allowedForDnsPolicy": false,
"allowedForSecurity": false,
"description": "Allow and Scan",
"id": 9,
"name": "Allow and Scan"
},
{
"allowedForAup": true,
"allowedForDnsPolicy": true,
"allowedForSecurity": true,
"description": "Bypass",
"id": 10,
"name": "Bypass"
},
{
"allowedForAup": false,
"allowedForDnsPolicy": false,
"allowedForSecurity": false,
"description": "N/A",
"id": -1,
"name": "N/A"
}
] |
ENDPOINTS