post https://example.com/connection-manager/api/v1/ueba/anomaly-settings
Anomaly settings
Log in to see full request history
Responses
200Anomaly settings saved
Anomaly settings
200Anomaly settings saved
xxxxxxxxxx
curl --request POST \
--url https://example.com/connection-manager/api/v1/ueba/anomaly-settings \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"action":"BLOCK"}'
Try It!
to start a request and see the response here!