content/operate/rs/7.22/references/rest-api/objects/crdb_task.md
An object that represents an Active-Active (CRDB) task.
| Name | Type/Value | Description |
|---|---|---|
| id | string | CRDB task ID (read-only) |
| crdb_guid | string | Globally unique Active-Active database ID (GUID) (read-only) |
| ended | string | Timestamp when the task ended (read-only) |
| errors | {{<code>}} | |
| [{ | ||
| "cluster_name": string, | ||
| "description": string, | ||
| "error_code": string | ||
| }, ...] {{</code>}} | Details for errors that occurred on a cluster | |
| operation | string | The operation that is running (read-only) |
| progress | {{<code>}} | |
| { | ||
| "clusters": [{ |
"name": string,
"progress": string
}, ...],
"worker": string
} {{</code>}} | • name: The instance cluster name
• progress: The step the instance coordinator is running
• worker: The step the worker is running |
| started | string | Timestamp when the task started (read-only) |
| status | 'queued'
'started'
'finished'
'failed' | CRDB task status (read-only) |
| worker_name | string | The worker that runs the task (read-only) |