first commit
This commit is contained in:
15
docs/openapi/schemas/management/health.yaml
Normal file
15
docs/openapi/schemas/management/health.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# Health API schemas
|
||||
|
||||
HealthResponse:
|
||||
type: object
|
||||
description: Health check response
|
||||
properties:
|
||||
status:
|
||||
type: string
|
||||
enum: [ok]
|
||||
example: ok
|
||||
components:
|
||||
type: object
|
||||
description: Health status of individual components (config_store, log_store, vector_store)
|
||||
additionalProperties:
|
||||
type: string
|
||||
Reference in New Issue
Block a user