Bifrost · JSON Structure

Bifrost Health Response Structure

Gateway health status response.

Type: object Properties: 3
AI GatewayLLMLoad BalancingOpen SourceOpenAI CompatibleMCP

HealthResponse is a JSON Structure definition published by Bifrost, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

status version providers

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "HealthResponse",
  "type": "object",
  "description": "Gateway health status response.",
  "properties": {
    "status": {
      "type": "string",
      "description": "Overall gateway status."
    },
    "version": {
      "type": "string",
      "description": "Gateway version."
    },
    "providers": {
      "type": "array",
      "description": "Status of configured providers."
    }
  }
}