Last Updated on : 2023-06-21 07:13:02download
Add assets.
POST: /v1.0/iot-03/assets
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
asset_name | String | false | The asset name. | |
parent_asset_id | String | false | The ID of the parent asset. | |
asset_image | String | false | The asset image. | |
asset_type | String | false | The asset type. |
Parameter name | Type | Description |
---|---|---|
result | String | The asset ID. |
POST: /v1.0/iot-03/assets
{
"asset_name": "Park 01",
"parent_asset_id": "",
"asset_image": "image123",
"asset_type": "park"
}
{
"result": "hquwheiqu123",
"t": 1624069713536,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback