cURL
curl --request GET \ --url https://api.example.com/cluster/list \ --header 'Authorization: Bearer <token>'
{ "clusters": [ {} ], "message": "<string>" }
List all clusters. Optionally list individual instances instead of clusters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for cluster list endpoint.
Was this page helpful?