Create a New Device

post

/iot/api/v2/devices

Register a device on Oracle IoT Cloud Service

Request

Supported Media Types
Body ()
Root Schema : DeviceImpl_create
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successfully processed.
Body ()
Root Schema : DeviceImpl_receive
Type: object
Show Source
Nested Schema : childrenDevices
Type: object
Property description was not set
Show Source
Nested Schema : ConnectivityStatus_receive
Type: object
Show Source
Nested Schema : deviceModels
Type: array
Property description was not set
Show Source
Nested Schema : directlyConnectedOwner
Type: object
Show Source
Nested Schema : location
Type: object
Show Source
Nested Schema : Logs_receive
Type: object
Show Source
Nested Schema : metadata
Type: object
Property description was not set
Show Source
Nested Schema : resources
Type: object
Property description was not set
Show Source
Nested Schema : DeviceModelModel_receive
Type: object
Show Source
Nested Schema : actions
Type: array
Property description was not set
Show Source
Nested Schema : attributes
Type: array
Property description was not set
Show Source
Nested Schema : formatObjects
Type: array
Property description was not set
Show Source
Nested Schema : DeviceModelActionModel_receive
Type: object
Show Source
Nested Schema : arguments
Type: array
Property description was not set
Show Source
Nested Schema : DeviceModelActionArgumentModel_receive
Type: object
Show Source
Nested Schema : DeviceModelAttributeModel_receive
Type: object
Show Source
Nested Schema : MessageFormatModel_receive
Type: object
Show Source
Nested Schema : MessageFormatValue_receive
Type: object
Show Source
Nested Schema : fields
Type: array
Property description was not set
Show Source
Nested Schema : MessageFormatField_receive
Type: object
Show Source
Nested Schema : LogBuffer_receive
Type: object
Show Source

400 Response

Bad Request. The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.

401 Response

Unauthorized. The request requires user authentication.

406 Response

Request Not Acceptable. The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.

409 Response

Conflict. The request could not be completed due to a conflict with the current state of the resource. This code is only allowed in situations where it is expected that the user might be able to resolve the conflict and resubmit the request.

415 Response

Unsupported Media Type. The request entity has a media type which the server or resource does not support.
Back to Top