{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"createtime": "string",
"data": {},
"devaddr": "string",
"objectId": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"status": "string",
"updatedAt": "string"
}
curl --location --request POST 'https://prod.iotn2n.com/iotapi/classes/Devicelog' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"createtime": "string",
"data": {},
"devaddr": "string",
"objectId": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"status": "string",
"updatedAt": "string"
}'
{
"createdAt": "2019-08-24T14:15:22Z",
"objectId": "string"
}