https://api.ssdnodes.com/servers/{vm_id}
Authorization: Bearer 123456789123456789123456789123456789
Parameter | Values Allowed | Default Value | Description |
---|---|---|---|
vm_id* | <VM ID> | ID of the VM |
[
{
"name": "ssdnodes-1234",
"state": "running",
"ip": "1.1.1.1",
"operatingsystem": "centos-stream8",
"mem": "32",
"cpu": "8",
"disk": "400",
"vncstatus": "disabled",
"dailysnapshots": "enabled"
}
]
[
{
"status": "error",
"msg": "VM ID does not exist."
}
]
curl -X GET https://api.ssdnodes.com/servers/1234 -H "Authorization: Bearer 123456789123456789123456789123456789"
Copied!