HealthStatus

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Properties

Name Type Description
status string
timestamp string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-api-management-healthstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HealthStatus",
  "title": "HealthStatus",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "Healthy"
    },
    "timestamp": {
      "type": "string",
      "format": "date-time",
      "example": "2024-06-15T12:00:00Z"
    }
  }
}