cURL
curl --request GET \ --url https://api.example.com/cluster/info/{cluster} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "cluster_info": {} }
Get detailed information about a cluster and its instances
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for cluster info endpoint.
Formatted TSV table with cluster details
Complete cluster information object with instances and metadata
Was this page helpful?