amazonaws.com

AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use AWS IoT Events API operations to create, read, update, and delete inputs and detector models, and to list their versions.

🔑 oauth2 26 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 the inputs you have created.
curl \
  -H "Authorization: $API_KEY" \
  http://iotevents.us-east-1.amazonaws.com/inputs
Retrieves the current settings of the AWS IoT Events logging options.
curl \
  -H "Authorization: $API_KEY" \
  http://iotevents.us-east-1.amazonaws.com/logging
Lists the alarm models that you created. The operation returns only the metad…
curl \
  -H "Authorization: $API_KEY" \
  http://iotevents.us-east-1.amazonaws.com/alarm-models
Endpoints (26 total)
GET
/inputs
Lists the inputs you have created.
GET
/logging
Retrieves the current settings of the AWS IoT Events logging options.
GET
/alarm-models
Lists the alarm models that you created. The operation returns only the metad…
GET
/detector-models
Lists the detector models you have created. Only the metadata associated with…
GET
/tags#resourceArn
Lists the tags (metadata) you have assigned to the resource.
GET
/inputs/{inputName}
Describes an input.
GET
/alarm-models/{alarmModelName}
Retrieves information about an alarm model. If you don't specify a value for …
GET
/detector-models/{detectorModelName}
Describes a detector model. If the <code>version</code> parameter is not spec…
GET
/analysis/detector-models/{analysisId}
<p>Retrieves runtime information about a detector model analysis.</p> <note> …
GET
/alarm-models/{alarmModelName}/versions
Lists all the versions of an alarm model. The operation returns only the meta…
GET
/detector-models/{detectorModelName}/versions
Lists all the versions of a detector model. Only the metadata associated with…
GET
/analysis/detector-models/{analysisId}/results
<p>Retrieves one or more analysis results of the detector model.</p> <note> <…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints26
Authoauth2
Categories1
http://iotevents.us-east-1.amazonaws.com