{
  "id": "health-report",
  "title": "crdb-cli crdb health-report",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/crdb-cli/crdb/health-report/",
  "summary": "Shows the health report of an Active-Active database.",
  "content": "\nShows the health report of the API management layer of an Active-Active database.\n\n```sh\ncrdb-cli crdb health-report --crdb-guid \u003cguid\u003e\n```\n\n### Parameters\n\n| Parameter           | Value  | Description                         |\n|---------------------|--------|-------------------------------------|\n| crdb-guid  | string | The GUID of the database (required) |\n\n### Returns\n\nReturns the health report of the API management layer of the database.\n\n### Example\n\n```sh\n$ crdb-cli crdb health-report --crdb-guid d84f6fe4-5bb7-49d2-a188-8900e09c6f66\n[\n  {\n    \"active_config_version\":1,\n    \"cluster_name\":\"cluster2.redis.local\",\n    \"configurations\":[\n      {\n        \"causal_consistency\":false,\n        \"encryption\":false,\n        \"featureset_version\":5,\n        \"instances\":[\n          {\n            \"cluster\":{\n              \"name\":\"cluster1.redis.local\",\n              \"url\":\"https:\\/\\/cluster1.redis.local:9443\"\n            },\n            \"db_uid\":\"\",\n            \"id\":1\n          },\n          {\n            \"cluster\":{\n              \"name\":\"cluster2.redis.local\",\n              \"url\":\"https:\\/\\/cluster2.redis.local:9443\"\n            },\n            \"db_uid\":\"1\",\n            \"id\":2\n          }\n        ],\n        \"name\":\"database1\",\n        \"protocol_version\":1,\n        \"status\":\"commit-completed\",\n        \"version\":1\n      }\n    ],\n    \"connections\":[\n      {\n        \"name\":\"cluster1.redis.local\",\n        \"status\":\"ok\"\n      },\n      {\n        \"name\":\"cluster2.redis.local\",\n        \"status\":\"ok\"\n      }\n    ],\n    \"guid\":\"d84f6fe4-5bb7-49d2-a188-8900e09c6f66\",\n    \"name\":\"database1\",\n    \"connection_error\":null\n  },\n  {\n    \"active_config_version\":1,\n    \"cluster_name\":\"cluster1.redis.local\",\n    \"configurations\":[\n      {\n        \"causal_consistency\":false,\n        \"encryption\":false,\n        \"featureset_version\":5,\n        \"instances\":[\n          {\n            \"cluster\":{\n              \"name\":\"cluster1.redis.local\",\n              \"url\":\"https:\\/\\/cluster1.redis.local:9443\"\n            },\n            \"db_uid\":\"4\",\n            \"id\":1\n          },\n          {\n            \"cluster\":{\n              \"name\":\"cluster2.redis.local\",\n              \"url\":\"https:\\/\\/cluster2.redis.local:9443\"\n            },\n            \"db_uid\":\"\",\n            \"id\":2\n          }\n        ],\n        \"name\":\"database1\",\n        \"protocol_version\":1,\n        \"status\":\"commit-completed\",\n        \"version\":1\n      }\n    ],\n    \"connections\":[\n      {\n        \"name\":\"cluster1.redis.local\",\n        \"status\":\"ok\"\n      },\n      {\n        \"name\":\"cluster2.redis.local\",\n        \"status\":\"ok\"\n      }\n    ],\n    \"guid\":\"d84f6fe4-5bb7-49d2-a188-8900e09c6f66\",\n    \"name\":\"database1\",\n    \"connection_error\":null\n  }\n]\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

