Cockroach Labs integration (Developer Tools, Data). Imported from open-connector.
https://cockroachlabs.cloud/api/v1/organization
/api/v1/clusters
| Param | Type | Required | Description |
|---|---|---|---|
| showInactive | boolean | optional | Whether to include deleted or failed clusters when allowed. |
| sortBy | string | optional | Field used to sort clusters. |
| page | string | optional | Opaque pagination page token returned by CockroachDB Cloud. |
| limit | integer | optional | Maximum number of records to return. |
| asOfTime | string | optional | Read data as of this RFC 3339 timestamp when supported. |
| sortOrder | string | optional | Pagination sort order. |
/api/v1/clusters/{clusterId}
| Param | Type | Required | Description |
|---|---|---|---|
| clusterId | string | required | CockroachDB Cloud cluster ID. |
/api/v1/clusters/available-regions
| Param | Type | Required | Description |
|---|---|---|---|
| provider | string | optional | Cloud provider to filter by. |
| serverless | boolean | optional | Whether to only show regions available for serverless clusters. |
| page | string | optional | Opaque pagination page token returned by CockroachDB Cloud. |
| limit | integer | optional | Maximum number of records to return. |
| asOfTime | string | optional | Read data as of this RFC 3339 timestamp when supported. |
| sortOrder | string | optional | Pagination sort order. |
/api/v1/clusters/{clusterId}/nodes
| Param | Type | Required | Description |
|---|---|---|---|
| clusterId | string | required | CockroachDB Cloud cluster ID. |
| regionName | string | optional | Optional region name used to filter cluster nodes. |
| page | string | optional | Opaque pagination page token returned by CockroachDB Cloud. |
| limit | integer | optional | Maximum number of records to return. |
| asOfTime | string | optional | Read data as of this RFC 3339 timestamp when supported. |
| sortOrder | string | optional | Pagination sort order. |
/api/v1/clusters/{clusterId}/databases
| Param | Type | Required | Description |
|---|---|---|---|
| clusterId | string | required | CockroachDB Cloud cluster ID. |
| page | string | optional | Opaque pagination page token returned by CockroachDB Cloud. |
| limit | integer | optional | Maximum number of records to return. |
| asOfTime | string | optional | Read data as of this RFC 3339 timestamp when supported. |
| sortOrder | string | optional | Pagination sort order. |
/api/v1/clusters/{clusterId}/sql-users
| Param | Type | Required | Description |
|---|---|---|---|
| clusterId | string | required | CockroachDB Cloud cluster ID. |
| page | string | optional | Opaque pagination page token returned by CockroachDB Cloud. |
| limit | integer | optional | Maximum number of records to return. |
| asOfTime | string | optional | Read data as of this RFC 3339 timestamp when supported. |
| sortOrder | string | optional | Pagination sort order. |