An object that represents an Active-Active (CRDB) task.

NameType/ValueDescription
idstringCRDB task ID (read only)
crdb_guidstringGlobally 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)