Cumulocity · JSON Structure

Cumulocity Alarm Structure

Structural model of a Cumulocity alarm — a monitored condition with severity and status, auto-deduplicated by (source, type).

Type: Object Properties: 12
IoTInternet of ThingsIndustrial IoTAIoTDevice ManagementDigital TwinMQTTEdge ComputingStreaming AnalyticsData Lake

CumulocityAlarm is a JSON Structure definition published by Cumulocity, describing 12 properties. It conforms to the https://json-structure.github.io/spec/draft-01/schema meta-schema.

Properties

id self time creationTime type text severity status count firstOccurrenceTime source fragments

Meta-schema: https://json-structure.github.io/spec/draft-01/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.github.io/spec/draft-01/schema",
  "name": "CumulocityAlarm",
  "title": "Cumulocity Alarm Structure",
  "description": "Structural model of a Cumulocity alarm — a monitored condition with severity and status, auto-deduplicated by (source, type).",
  "type": "Object",
  "properties": {
    "id": {"type": "String"},
    "self": {"type": "String"},
    "time": {"type": "String", "format": "date-time"},
    "creationTime": {"type": "String", "format": "date-time"},
    "type": {"type": "String"},
    "text": {"type": "String"},
    "severity": {
      "type": "Enum",
      "values": ["CRITICAL", "MAJOR", "MINOR", "WARNING"]
    },
    "status": {
      "type": "Enum",
      "values": ["ACTIVE", "ACKNOWLEDGED", "CLEARED"]
    },
    "count": {"type": "Integer"},
    "firstOccurrenceTime": {"type": "String", "format": "date-time"},
    "source": {"type": "Reference", "target": "ManagedObjectReference"},
    "fragments": {
      "type": "Map",
      "valueType": "Object",
      "description": "Fragment-extensible map of typed c8y_* and tenant-defined extensions."
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/cumulocity-alarm-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.