CloudBlast API's
  • Welcome
  • How to get the API Key
  • 🌐API ENDPOINTS
    • /create-server
    • /send-action-server
    • /delete-server
    • /reinstall-server
    • /add-extra-ip
    • /remove-extra-ip
    • /servers/details
    • /servers/all
  • 🆔ID LISTS
    • Plans List
    • Locations List
    • OS List
Powered by GitBook
On this page
  1. API ENDPOINTS

/servers/details

Previous/remove-extra-ipNext/servers/all

Last updated 8 months ago

Server details

POST

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"
    }
}
🌐
https://console.cloudblast.io/api/public/servers/details