Register Device

Register Device
Request
URI
POST
https://http://localhost:3000/api/devices
COPY
Request Body
devicemgmtDeviceCreateRequest of type(s) application/json
Required
{
    "parentId": "string",
    "name": "string",
    "templateName": "string"
}
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