Skip to main content

DataPlaneSqlHealth

Public API contract.

detailstringrequired
detection_windowstringrequired
implementationDataPlaneSqlImplementationrequired

Public API contract.

Possible values: [postgres, sqlite]

statusComponentStatusrequired

Public API contract.

Possible values: [healthy, degraded, unhealthy]

DataPlaneSqlHealth
{
"detail": "string",
"detection_window": "string",
"implementation": "postgres",
"status": "healthy"
}