amazonaws.com

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 <a

🔑 oauth2 12 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
Lists one or more alarms. The operation returns only the metadata associated …
curl \
  -H "Authorization: $API_KEY" \
  http://data.iotevents.us-east-1.amazonaws.com/alarms/{alarmModelName}
Lists detectors (the instances of a detector model).
curl \
  -H "Authorization: $API_KEY" \
  http://data.iotevents.us-east-1.amazonaws.com/detectors/{detectorModelName}
Retrieves information about an alarm.
curl \
  -H "Authorization: $API_KEY" \
  http://data.iotevents.us-east-1.amazonaws.com/alarms/{alarmModelName}/keyValues/
Endpoints (12 total)
GET
/alarms/{alarmModelName}
Lists one or more alarms. The operation returns only the metadata associated …
GET
/detectors/{detectorModelName}
Lists detectors (the instances of a detector model).
GET
/alarms/{alarmModelName}/keyValues/
Retrieves information about an alarm.
GET
/detectors/{detectorModelName}/keyValues/
Returns information about the specified detector (instance).
POST
/detectors
Updates the state, variable values, and timer settings of one or more detecto…
POST
/alarms/reset
Resets one or more alarms. The alarms return to the <code>NORMAL</code> state…
POST
/alarms/enable
Enables one or more alarms. The alarms change to the <code>NORMAL</code> stat…
POST
/alarms/snooze
Changes one or more alarms to the snooze mode. The alarms change to the <code…
POST
/alarms/disable
Disables one or more alarms. The alarms change to the <code>DISABLED</code> s…
POST
/inputs/messages
Sends a set of messages to the IoT Events system. Each message payload is tra…
POST
/detectors/delete
Deletes one or more detectors that were created. When a detector is deleted, …
POST
/alarms/acknowledge
Acknowledges one or more alarms. The alarms change to the <code>ACKNOWLEDGED<…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints12
Authoauth2
Categories1
http://data.iotevents.us-east-1.amazonaws.com