Red Hat 3scale · Schema

StatusInfo

API GatewayAPI ManagementDeveloper PortalEnterpriseRed Hat

Properties

Name Type Description
timers object
workers integer Number of worker processes
View JSON Schema on GitHub

JSON Schema

red-hat-3scale-statusinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StatusInfo",
  "title": "StatusInfo",
  "type": "object",
  "properties": {
    "timers": {
      "type": "object",
      "additionalProperties": true
    },
    "workers": {
      "type": "integer",
      "description": "Number of worker processes"
    }
  }
}