Skip to main content

Get Server Details

'get_servers'get_server' will return the details for alla serversspecific server in your cluster. You can use GET or POST to supply the variables.

curl -X POST "https://zeuscluster.com/api/?auth=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&c=get_server" \ 
    -d "server_guid=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
{
    "status": "success",
    "data": [
        {
        "added": 1728225983,1729676753,
        "updated": 1730456007,1730821286,
        "cluster_guid": "efb2101b-3164-1385-2060-c720ac07e774",
        "server_guid": "68108a79-d9c0-fbaa-a30a-0463f73e1f40"8be4c9ee-46f6-1977-9fee-54a287eee1f4",
        "role": "1"2",
        "status": "offline"online",
        "name": "RTMPDev Server 01",
        "hostname": "rtmp-dev-server-01.dev.us.example.com",
        "hostname_match": "yes",
        "ip_addresses": "[\"10.254.206.30\34\"]",
        "wan_ip_address": "1.2.3.4",
        "http_stream_port": 80,
        "uptime": 2119213,1144284,
        "connection_speed": 1000,
        "cpu_usage": "2.78"22.83",
        "ram_usage": "3.46"4.20",
        "disk_usage": "2.00",
        "bandwidth_down": "1657"779",
        "bandwidth_up": "1780"18",
        "lat": "",
        "lng": "",
        "country_code": "",
        "country_name": "",
        "region_name": "",
        "city": "",
        "zip_code": "",
        "time_zone": "",
        "os_version": "Ubuntu 24.04.1 LTS",
        "gpu_stats": "",
        "cpu_model": "Intel(R) Xeon(R) Gold 6354 CPU @ 3.00GHz",
        "cpu_cores": "16",
        "cpu_speed": "2992.968",
        "ram_total": "32862928",
            "kernel": "6.8.0-45-generic",
            "active_connections": 36,
            "notes": null,
            "version": "3.0.0",
            "ffmpeg_active_streams": 0,
            "deleted": "no",
            "recording_storage_total": "0 B",
            "recording_storage_free": "0 B",
            "recording_storage_used": "0 B"
        },
        {
            "added": 1728227676,
            "updated": 1730764725,
            "cluster_guid": "efb2101b-3164-1385-2060-c720ac07e774",
            "server_guid": "52bbff07-a91a-88ea-129a-a86a089bb338",
            "role": "2",
            "status": "online",
            "name": "Trans 01",
            "hostname": "trans-01.dev.us.example.com",
            "hostname_match": "yes",
            "ip_addresses": "[\"10.254.206.32\"]",
            "wan_ip_address": "1.2.3.4",
            "http_stream_port": 80,
            "uptime": 2427910,
            "connection_speed": 1000,
            "cpu_usage": "24.30",
            "ram_usage": "3.80",
            "disk_usage": "2.00",
            "bandwidth_down": "445",
            "bandwidth_up": "8398",
            "lat": "",
            "lng": "",
            "country_code": "",
            "country_name": "",
            "region_name": "",
            "city": "",
            "zip_code": "",
            "time_zone": "",
            "os_version": "Ubuntu 24.04.1 LTS",
            "gpu_stats": "",
            "cpu_model": "Intel(R) Xeon(R) Gold 6354 CPU @ 3.00GHz",
            "cpu_cores": "16",
            "cpu_speed": "2992.968",
            "ram_total": "32862924"32862936",
        "kernel": "6.8.0-45-generic",
        "active_connections": 12,
        "notes": null,
        "version": "3.0.0",
        "ffmpeg_active_streams": 0,
        "deleted": "no",
        "recording_storage_total": "639.09 TB"",
        "recording_storage_free": "638.77 TB"",
        "recording_storage_used": "333.74 GB""
    },
    ]"uptime": "13d 5h 51m 24s",
    "server_role": "Transcoding Server"
}