Last Updated on : 2023-06-15 04:49:47
Add assets.
POST: /v1.0/iot-02/assets
Description of body
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| name | String | true | The asset name. | |
| meta_id | String | false | The ID of the metadata. It is also the ID of the node storage description. | |
| parent_asset_id | String | false | The ID of the parent asset. |
| Parameter name | Type | Description |
|---|---|---|
| result | String | The asset ID. |
POST: /v1.0/iot-02/assets
{ "name": "Hangzhou No. 1 Warehouse" }
{
"result": "1374932xxxx562112",
"t": 1616644441044,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback