MethodPathDescription
GET/v1/crdbs/{crdb_guid}/health_reportGet a health report for an Active-Active database

Get health report

GET /v1/crdbs/{crdb_guid}/health_report

Get a health report for an Active-Active database.

Request

Example HTTP request

GET /crdbs/{crdb_guid}/health_report

URL parameters

FieldTypeDescription
crdb_guidstringGlobally unique Active-Active database ID (GUID)

Query parameters

FieldTypeDescription
instance_idintegerThe request retrieves information from the specified Active-Active database instance. If this instance doesn’t exist, the request retrieves information from all instances. (optional)

Response

Returns a JSON array of CRDB health report objects.

Status codes

CodeDescription
200 OKAction was successful.
404 Not FoundConfiguration or Active-Active database not found.