Hooks Enterprise Stats

APIs.ioEngineeringPlatform

Properties

Name Type Description
total_hooks integer
active_hooks integer
inactive_hooks integer
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-enterprise-hook-overview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/enterprise-hook-overview",
  "title": "Hooks Enterprise Stats",
  "type": "object",
  "properties": {
    "total_hooks": {
      "type": "integer"
    },
    "active_hooks": {
      "type": "integer"
    },
    "inactive_hooks": {
      "type": "integer"
    }
  },
  "required": [
    "total_hooks",
    "active_hooks",
    "inactive_hooks"
  ]
}