rockwell-factorytalk · Example Payload

Factorytalk List Alarms Example

Retrieve currently active and unacknowledged high-severity alarms

Factorytalk List Alarms Example is an example object payload from rockwell-factorytalk, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationsummarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "operation": "listAlarms",
  "summary": "List Active Alarms",
  "description": "Retrieve currently active and unacknowledged high-severity alarms",
  "request": {
    "method": "GET",
    "url": "https://optix.example.com/api/v1/alarms?status=ACTIVE&severity=HIGH&limit=50",
    "headers": {
      "X-Api-Key": "optix-api-key-here"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "alarms": [
        {
          "alarmId": "alarm-001",
          "tagName": "Reactor1.Temperature",
          "alarmName": "HighTempAlarm",
          "description": "Reactor 1 temperature exceeded high limit",
          "status": "ACTIVE",
          "severity": "HIGH",
          "activationTime": "2026-05-02T09:45:00.000Z",
          "acknowledgmentTime": null,
          "acknowledgedBy": null,
          "triggerValue": 215.7,
          "setpoint": 200.0
        },
        {
          "alarmId": "alarm-002",
          "tagName": "Pump1.Pressure",
          "alarmName": "HighPressureAlarm",
          "description": "Pump 1 discharge pressure exceeded safe operating limit",
          "status": "ACTIVE",
          "severity": "HIGH",
          "activationTime": "2026-05-02T10:12:00.000Z",
          "acknowledgmentTime": null,
          "acknowledgedBy": null,
          "triggerValue": 8.5,
          "setpoint": 7.5
        }
      ],
      "totalCount": 2
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/factorytalk-list-alarms-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no email required.

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