ueba setup

Download Spec

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

Create session ID for Ueba setup script

OAuth2 oauth

Required Scopes:

admin

All Scopes

  • admin · Admin scope - used for built-in PrivX admin account
  • connectionsManage · Admin user with connection-manage scope
  • connectionsPlayback · Admin user with connections-playback scope
  • connectionsTerminate · Admin user with connections-terminate scope
  • connectionsTrail · Admin user with connections-trail scope
  • connectionsView · Admin user with connections-view scope
  • service · Microservice scope - used for communication between PrivX microservices
  • user · Normal users
Flow Type:
authorization_code
Auth URL:
https://api.x.com/v1/auth/auth
Token URL:
https://api.x.com/v1/auth/auth

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?