List security category predefined configurations
GET https://{{host}}/etp-config/v3/securityCategories
Returns a list of all available predefined security categories.
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
[{"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\u0026C","id":3,"name":"C\u0026C","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}]