Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here.

Skyhigh Security

Anomaly Type Map

The Anomaly Type Map endpoint returns a list of anomalies and their type identifier, useful for filtering results from other API calls. The endpoint must be requested as a GET request. You are prompted for your user name and password.

Endpoint Name

  • queryAnomalyTypeMap

Sample Response

{
"anomalyTypeId":{
"Repeat Offender": 113,
"Service Action Count": 103,
"Multiple IP addr Anomaly": 111,
"Report": 109,
"Content Inspection": 104,
"Service Access Count": 102,
"Upload": 600,
"403 Denied Count": 108,
"Data Transfer": 100,
"MIME Type": 101,
"Unsupported Device": 105,
"Application": 200,
"Service Action Byte Count": 107,
"Multiple User Anomaly": 110,
"Download": 601,
"Video": 205,
"Service Category Based Data Transfer": 106
},
"anomalySubTypeIds":{
"102":[],
"103":[],
"100":[600,601],
"101":[200,205],
"113":[600],
"110":[],
"111":[],
"108":[],
"109":[],
"106":[],
"107":[],
"104":[],
"105":[600,601]
}
}
  • Was this article helpful?