content/operate/rs/references/rest-api/objects/crdb/_index.md
An object that represents an Active-Active database.
| Name | Type/Value | Description |
|---|---|---|
| guid | string | The global unique ID of the Active-Active database |
| causal_consistency | boolean | Enables causal consistency across CRDT instances |
| default_db_config | [CRDB database_config]({{< relref "/operate/rs/references/rest-api/objects/crdb/database_config" >}}) object | Default database configuration |
| encryption | boolean | Encrypt communication |
| featureset_version | integer | Active-Active database active FeatureSet version |
| instances | array of [CRDB instance_info]({{< relref "/operate/rs/references/rest-api/objects/crdb/instance_info" >}}) objects | |
| local_databases | {{<code>}}[{ | |
| "bdb_uid": string, | ||
| "id": integer | ||
| }, ...] {{</code>}} | Mapping of instance IDs for local databases to local BDB IDs | |
| managed_by | string | The component that manages the Active-Active database |
| modules | {{<code>}}[{ | |
| "featureset_version": integer, | ||
| "module_name": string | ||
| }, ...] {{</code>}} | Modules used by the Active-Active database | |
| name | string | Name of Active-Active database |
| protocol_version | integer | Active-Active database active protocol version |
| volatile_config_fields | array of strings | A list of database configuration fields that will be set even if unchanged |