View a Cluster Configuration

GET /api/v2.2/clusters/<Cluster ID> or <Cluster Label>

Use this API to get the configuration details of a single cluster. Invoke this API with the cluster ID or a label that is assigned to it.

Note

List Clusters describes the API to list all clusters of a specific account.

Required Role

The following roles can make this API call:

  • A user who is part of the system-user/system-admin group.
  • A user invoking this API must be part of a group associated with a role that allows viewing a cluster configuration. See Managing Groups and Managing Roles for more information.

Example

Get the configuration information of a single cluster

curl -X GET -H "X-AUTH-TOKEN:$X_AUTH_TOKEN" -H "Content-Type:application/json" -H "Accept: application/json"
https://api.qubole.com/api/v2.2/clusters/1710

Note

The above syntax uses https://api.qubole.com as the endpoint. Qubole provides other endpoints to access QDS that are described in Supported Qubole Endpoints on Different Cloud Providers.