Register Device

Register Device
Request
URI
POST
https://{api_host}/api/devices
COPY
Request Body
devicemgmtDeviceCreateRequest of type(s) application/json
Required
"devicemgmtDeviceCreateRequest Object"
string
parentId
Optional

parentId

string
name
Optional

name

string
templateName
Optional

templateName

Responses
200
Returns iotcdevicemgmtDeviceId of type(s) */*
{
    "id": "string"
}
string
id
Optional

id


404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/devices