Cisco Expressway · Schema

Cisco Expressway Alarm

Schema for an alarm on Cisco Expressway. Alarms indicate events or configuration changes that require administrator intervention, or hardware and environmental issues. Alarm IDs are grouped by prefix ranges: 10nnn hardware, 15nnn software, 20nnn cluster, 25nnn network, 30nnn licensing, 35nnn external services, 40nnn security, 45nnn configuration, 55nnn B2BUA, 6xxxx hybrid services, 9xxxx operational events.

CollaborationFirewall TraversalH.323Session Border ControllerSIPUnified CommunicationsVideo Conferencing

Properties

Name Type Description
AlarmId string Unique alarm identifier. The prefix range indicates the alarm category: 10nnn for hardware failures, 15nnn for software issues, 20nnn for cluster problems, 25nnn for network configuration, 30nnn for l
Severity string Severity level of the alarm indicating the urgency of required action
Title string Short description of the alarm condition
Description string Detailed explanation of the alarm condition and suggested remediation action
TimeRaised string ISO 8601 timestamp when the alarm was raised
Category string Category of the alarm based on the alarm ID prefix range
View JSON Schema on GitHub

JSON Schema

cisco-expressway-alarm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-search/cisco-expressway/json-schema/cisco-expressway-alarm-schema.json",
  "title": "Cisco Expressway Alarm",
  "description": "Schema for an alarm on Cisco Expressway. Alarms indicate events or configuration changes that require administrator intervention, or hardware and environmental issues. Alarm IDs are grouped by prefix ranges: 10nnn hardware, 15nnn software, 20nnn cluster, 25nnn network, 30nnn licensing, 35nnn external services, 40nnn security, 45nnn configuration, 55nnn B2BUA, 6xxxx hybrid services, 9xxxx operational events.",
  "type": "object",
  "properties": {
    "AlarmId": {
      "type": "string",
      "description": "Unique alarm identifier. The prefix range indicates the alarm category: 10nnn for hardware failures, 15nnn for software issues, 20nnn for cluster problems, 25nnn for network configuration, 30nnn for licensing, 35nnn for external service failures, 40nnn for security, 45nnn for configuration anomalies, 55nnn for B2BUA errors, 6xxxx for hybrid services, 9xxxx for significant operational events.",
      "pattern": "^\\d{5,6}$",
      "examples": ["10001", "30001", "40001"]
    },
    "Severity": {
      "type": "string",
      "description": "Severity level of the alarm indicating the urgency of required action",
      "enum": ["Critical", "Warning", "Information"]
    },
    "Title": {
      "type": "string",
      "description": "Short description of the alarm condition",
      "examples": ["License capacity exceeded", "Certificate expiring", "Cluster communication failure"]
    },
    "Description": {
      "type": "string",
      "description": "Detailed explanation of the alarm condition and suggested remediation action"
    },
    "TimeRaised": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the alarm was raised"
    },
    "Category": {
      "type": "string",
      "description": "Category of the alarm based on the alarm ID prefix range",
      "enum": [
        "Hardware",
        "Software",
        "Cluster",
        "Network",
        "Licensing",
        "External Services",
        "Security",
        "Configuration",
        "B2BUA",
        "Hybrid Services",
        "Operational"
      ]
    }
  },
  "required": ["AlarmId", "Severity", "Title"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cisco-expressway-alarm"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.