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

Gets a deployment script pre-configured for this PrivX installation

trusted_client_idstring

required

Trusted client ID used in the script

Responses

Response examples

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_idstring

required

Trusted client ID used in the script

session_idstring

required

Responses

Response examples

Successful response, returns the deployment script.

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

Gets the principals_command.sh script

Responses

Response examples

Successful response, returns principals_command.sh as a download object

Empty response

Was this page helpful?