post /authorizer/api/v1/deploy/{trusted_client_id}

Gets a deployment script pre-configured for this PrivX installation

trusted_client_id

string

required

Trusted client ID used in the script

Response

ExamplesSchema

Successful response, returns session id.

{
  "session_id": "string"
}

get /authorizer/api/v1/deploy/{trusted_client_id}/{session_id}

Gets a deployment script pre-configured for this PrivX installation

trusted_client_id

string

required

Trusted client ID used in the script

session_id

string

required

Session ID returned in /authorizer/api/v1/deploy/{trusted_client_id}

Response

ExamplesSchema

Successful response, returns the deployment script.

"string"

get /authorizer/api/v1/deploy/principals_command.sh

Gets the principals_command.sh script

Response

ExamplesSchema

Successful response, returns principals_command.sh as a download object

Empty response

Was this page helpful?