post https://example.com/connection-manager/api/v1/ueba/start-analyzing/
Start analyzing connections with a saved dataset. Fails if training not done, has not finished or failed.
Log in to see full request history
Responses
200successful response
Start analyzing connections with a saved dataset. Fails if training not done, has not finished or failed.
200successful response
xxxxxxxxxx
curl --request POST \
--url https://example.com/connection-manager/api/v1/ueba/start-analyzing/dataset_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!