/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
Successful response, returns session id.
{
"session_id": "string"
}
/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
Successful response, returns the deployment script.
"string"
/authorizer/api/v1/deploy/principals_command.sh
Gets the principals_command.sh script
Successful response, returns principals_command.sh as a download object
Empty response
Was this page helpful?