List security category predefined configurations
GET https://{{host}}/etp-config/v3/securityCategories
Returns a list of all available predefined security categories.
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
[
{
"description": "Risky domains",
"id": 6,
"name": "Risky domains",
"userSelectable": false
},
{
"description": "File sharing",
"id": 7,
"name": "File sharing",
"userSelectable": false
},
{
"description": "Other",
"id": 4,
"name": "Other",
"userSelectable": true
},
{
"description": "Malware",
"id": 1,
"name": "Malware",
"userSelectable": true
},
{
"description": "Phishing",
"id": 2,
"name": "Phishing",
"userSelectable": true
},
{
"description": "C&C",
"id": 3,
"name": "C&C",
"userSelectable": true
},
{
"description": "DNS Exfiltration",
"id": 5,
"name": "DNS Exfiltration",
"userSelectable": true
},
{
"description": "Too Large",
"id": 8,
"name": "Too Large",
"userSelectable": false
},
{
"description": "Broken Domain",
"id": 10,
"name": "Broken Domain",
"userSelectable": false
},
{
"description": "Infrastructure",
"id": 12,
"name": "Infrastructure",
"userSelectable": false
},
{
"description": "No Proxy",
"id": 11,
"name": "No Proxy",
"userSelectable": false
}
] |
ENDPOINTS