CRDB task object

An object that represents a CRDB task

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)
errors

[{
  "cluster_name": string,
  "description": string,
  "error_code": string
}, ...] 
Details for errors that occurred on a cluster
status 'queued'
'started'
'finished'
'failed'
CRDB task status (read only)
RATE THIS PAGE
Back to top ↑