Creates a managed thing. A managed thing contains the device identifier, protocol supported, and capabilities of the device in a data model format defined by Managed integrations.
Request body
The type of device used. This will be the hub controller, cloud device, or AWS IoT device.
Owner of the device, usually an indication of whom the device belongs to. This value should not contain personal identifiable information.
The identifier of the credential for the managed thing.
The authentication material defining the device connectivity setup requests. The authorization materials used are the device bar code.
The type of authentication material used for device connectivity setup requests.
The serial number of the device.
The brand of the device.
The model of the device.
The name of the managed thing representing the physical device.
The capabilities of the device such as light bulb.
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.
The classification of the managed thing such as light bulb or thermostat.
A set of key/value pairs that are used to manage the managed thing.
Response
Success
The id of the managed thing.
The Amazon Resource Name (ARN) of the managed thing.
The timestamp value of when the device creation request occurred.