List all datastores
ccx_admin_list_datastoresList all CCX datastores with owner, status, and latest job. Filter by name, type, status, user, or cloud provider to monitor cluster health.
Instructions
List datastores (database clusters) across ALL CCX users, with owner, status and the latest job. The API returns everything in one call; filters are applied client-side. Status values include STARTED, DEGRADED, FAILURE, STOPPED, UNKNOWN, and CCX lifecycle states such as creating_cluster, deploy_failed, deleting, unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Substring of the datastore name | |
| type | No | Exact cluster type, e.g. replication, galera, postgres_streaming, redis | |
| limit | No | Max results (default 50) | |
| offset | No | Offset into the filtered list | |
| status | No | Exact status to match (case-insensitive), e.g. DEGRADED | |
| job_status | No | Exact status of the latest job, e.g. JOB_STATUS_FAILED, JOB_STATUS_RUNNING | |
| user_login | No | Substring of the owner's login/email | |
| cloud_provider | No | Exact cloud provider, e.g. aws, elastx |