{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"device": {
"__type": "Pointer",
"className": "Device",
"objectId": "string"
},
"di": "string",
"duration": 0,
"enable": true,
"interval": 0,
"name": "string",
"objectId": "string",
"op": "string",
"order": "string",
"other": {},
"pn": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"rotation": "string",
"updatedAt": "string"
}
curl --location --request POST 'https://prod.iotn2n.com/iotapi/amis/Instruct' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"createdAt": "string",
"device": {
"__type": "Pointer",
"className": "Device",
"objectId": "string"
},
"di": "string",
"duration": 0,
"enable": true,
"interval": 0,
"name": "string",
"objectId": "string",
"op": "string",
"order": "string",
"other": {},
"pn": "string",
"product": {
"__type": "Pointer",
"className": "Product",
"objectId": "string"
},
"rotation": "string",
"updatedAt": "string"
}'
{
"createdAt": "2019-08-24T14:15:22Z",
"objectId": "string"
}