v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1483477323.4 KB

Creates a notification configuration. A configuration is a connection between an event type and a destination that you have already created.

post/notification-configurations

Request body

EventType'DEVICE_COMMAND' | 'DEVICE_COMMAND_REQUEST' | 'DEVICE_DISCOVERY_STATUS' | 'DEVICE_EVENT' | 'DEVICE_LIFE_CYCLE' | 'DEVICE_STATE' | 'DEVICE_OTA' | 'DEVICE_WSS' | 'CONNECTOR_ASSOCIATION' | 'ACCOUNT_ASSOCIATION' | 'CONNECTOR_ERROR_REPORT' required

The type of event triggering a device notification to the customer-managed destination.

DestinationNamestring required

The name of the destination for the notification configuration.

ClientTokenstring

An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

Tagsobject

A set of key/value pairs that are used to manage the notification configuration.

Response

Success

EventType'DEVICE_COMMAND' | 'DEVICE_COMMAND_REQUEST' | 'DEVICE_DISCOVERY_STATUS' | 'DEVICE_EVENT' | 'DEVICE_LIFE_CYCLE' | 'DEVICE_STATE' | 'DEVICE_OTA' | 'DEVICE_WSS' | 'CONNECTOR_ASSOCIATION' | 'ACCOUNT_ASSOCIATION' | 'CONNECTOR_ERROR_REPORT'

The type of event triggering a device notification to the customer-managed destination.