cURL
curl --request GET \ --url https://console.cloudblast.io/api/v2/servers/{server}/credentials \ --header 'Authorization: Bearer <token>'
{ "data": { "root_password": "k3Fm9xPq", "password_status": "ready" } }
Returns the server password status and the decoded root password once installation is complete. While the server is still installing, root_password will be null and password_status will be generating.
root_password
password_status
generating
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
Server UUID (36 chars) or short UUID (8 chars)
Server credentials
Show child attributes