https://api.ssdnodes.com/servers/{vm_id}/get-root-password
Authorization: Bearer 123456789123456789123456789123456789
Parameter | Values Allowed | Default Value | Description |
---|---|---|---|
vm_id* | <VM ID> | ID of the VM |
[
{
"status": "success",
"msg": "Your root password is: 965CYt1KNpdY"
}
]
[
{
"status": "error",
"msg": "VM ID does not exist."
}
]
curl -X GET https://api.ssdnodes.com/1234/get-root-password -H "Authorization: Bearer 123456789123456789123456789123456789"
Copied!