Axway · Schema

apicentral.agent.unhealthy

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-apicentralagentunhealthy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apicentral.agent.unhealthy",
  "title": "apicentral.agent.unhealthy",
  "type": "object",
  "x-context": "api_central",
  "allOf": [
    {
      "$ref": "#/components/schemas/apicentral.agent.start"
    }
  ]
}