/servers/details

Server details

POST https://console.cloudblast.io/api/public/servers/details

This endpoint provides comprehensive details about a server, which may include its hardware specifications, network configurations, operating system details, and current status.

Body

Name
Type
Description

authKey

string

Your API Key

server_id

int

Number of extra IPs to assign

Response

{
    "result": true,
    "server": {
        "id": 7,
        "name": "VMA11-Ubuntu24.04",
        "memory": 1073741824,
        "cpu": 1,
        "disk": 10737418240,
        "status": "complete",
        "bandwidth_used": 0,
        "bandwidth_limit": 1000000,
        "root_password": "!SkfnW3Fmnwi"
    }
}

Last updated