/connection-manager/api/v1/ueba/configure
Get Ueba configurations
Authorization
string
required
OAuth2 token
Configuration file for UEBA install script
{
"address": "string",
"trust_anchors": "string"
}
/connection-manager/api/v1/ueba/configure
Set Ueba configurations
address
string
trust_anchors
string
trust anchors for privx to trust customer created ueba server cert
{
"address": "string",
"trust_anchors": "string"
}
Successfully set given Ueba configurations
Empty response
/connection-manager/api/v1/ueba/anomaly-settings
Anomaly settings
Authorization
string
required
OAuth2 token
Returns anomaly settings
{
"action": "BLOCK",
"threshold": 123.0
}
/connection-manager/api/v1/ueba/anomaly-settings
Anomaly settings
action
string
required
threshold
number
required
float between 0.0-1.0. Loose - Strict
{
"action": "BLOCK",
"threshold": 123.0
}
Anomaly settings saved
Empty response
/connection-manager/api/v1/ueba/start-analyzing/{dataset_id}
Start analyzing connections with a saved dataset. Fails if training not done, has not finished or failed.
dataset_id
string
required
dataset_id to run
successful response
Empty response
/connection-manager/api/v1/ueba/stop-analyzing
Stop analyzing connection anomalies
Authorization
string
required
OAuth2 token
anomaly analysis stopped
Empty response
Was this page helpful?