Update extended management remote server URL
PUT {{baseUrl}}/v1/device/:deviceUid/extended-management
Set device extended management remote server URL on the device by deviceUid
.
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | Unique Device Identification |
Body
content-type: application/json or application/x-www-form-urlencoded
Field | Type | Description |
---|---|---|
url | string | Device extended management remote server URL |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}