amazonaws.com – iotevents-data
IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector's status.
For more information, see in the IoT Events Developer Guide.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:iotevents-data/2018-10-23.json
- Provider
- amazonaws.com:iotevents-data / iotevents-data
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/iotevents-data/2018-10-23/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/iotevents-data/2018-10-23/openapi.yaml
Tools (14)
Extracted live via the executor SDK.
-
alarms.batchAcknowledgeAlarmAcknowledges one or more alarms. The alarms change to the
ACKNOWLEDGEDstate after you acknowledge them. -
alarms.batchDisableAlarmDisables one or more alarms. The alarms change to the
DISABLEDstate after you disable them. -
alarms.batchEnableAlarmEnables one or more alarms. The alarms change to the
NORMALstate after you enable them. -
alarms.batchResetAlarmResets one or more alarms. The alarms return to the
NORMALstate after you reset them. -
alarms.batchSnoozeAlarmChanges one or more alarms to the snooze mode. The alarms change to the
SNOOZE_DISABLEDstate after you set them to the snooze mode. -
alarms.describeAlarmRetrieves information about an alarm.
-
alarms.listAlarmsLists one or more alarms. The operation returns only the metadata associated with each alarm.
-
detectors.batchDeleteDetectorDeletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the API call.
-
detectors.batchUpdateDetectorUpdates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.
-
detectors.describeDetectorReturns information about the specified detector (instance).
-
detectors.listDetectorsLists detectors (the instances of a detector model).
-
inputs.batchPutMessageSends a set of messages to the IoT Events system. Each message payload is transformed into the input you specify (
"inputName") and ingested into any detectors that monitor that input. If multiple messages are sent, the order in which the messages are processed isn't guaranteed. To guarantee ordering, you must send messages one at a time and wait for a successful response. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools