Skip to main content

Get Cluster Details

'get_cluster' will return the details of your cluster.


https://zeuscluster.com/api/?auth=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&c=get_cluster
{
      "status": "success",
      "data": {
          "added": 1728245878,
          "updated": null,
          "cluster_guid": "bg9c6f8b-140a-e5fc-deed-8be11a75b67f",
          "name": "Example Cluster",
          "rtmp_endpoint": "rtmp.example.com",
          "hls_endpoint": "watch.example.com",
          "notes": "",
          "deleted": "no",
          "stream_storage_mount_point": "/mnt/recordings",
          "stream_storage_location": "/mnt/recordings/zeuscluster/live_recordings"
      }
}