ueba setup

Download Spec

post /connection-manager/api/v1/ueba/setup-script

Create session ID for Ueba setup script

Authorization

string

required

OAuth2 token

Default
"Bearer a-proper-token-goes-here"

Response

ExamplesSchema

Session ID

{
  "id": "5bf77342-221c-11ee-be56-0242ac120002"
}

get /connection-manager/api/v1/ueba/setup-script/{session_id}

Download Ueba setup script.

session_id

string

uuid

required

Response

ExamplesSchema

Session valid, download ok

Empty response

Was this page helpful?