InternalStatus

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Properties

Name Type Description
status string
version string
configurationStatus string
lastConfigurationUpdate string
connectedToManagementPlane boolean
uptimeSeconds integer
View JSON Schema on GitHub

JSON Schema

microsoft-azure-api-management-internalstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InternalStatus",
  "title": "InternalStatus",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "Running"
    },
    "version": {
      "type": "string",
      "example": "2.6.0"
    },
    "configurationStatus": {
      "type": "string",
      "example": "Synced"
    },
    "lastConfigurationUpdate": {
      "type": "string",
      "format": "date-time",
      "example": "2024-06-15T11:55:00Z"
    },
    "connectedToManagementPlane": {
      "type": "boolean",
      "example": true
    },
    "uptimeSeconds": {
      "type": "integer",
      "example": 86400
    }
  }
}