Provides feedback on the execution status of policies.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
energy:BatchSaveInstructionStatus |
none |
*All Resource
|
None | None |
Request syntax
POST /api/v1/carbon/hvac/batchSaveInstructionStatus HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| factoryId |
string |
Yes |
The factory ID. |
*** |
| pKey |
string |
No |
The source of the call. |
ib |
| statusList |
string |
No |
The list of instructions. |
[ { "systemId": "sytem1", "strategyId": "10324", "controlId": "aaaaa-bbbbbb-cccc", "propertyCode": "startUp", "propertyValue": "20.1", "sendTimestamp": "1000000001", "executeTimestamp": "1000000008", "status": "自动执行", "remark": "执行原因" }, { "systemId": "sytem1", "strategyId": "10324", "controlId": "aaaaa-bbbbbb-cccc", "propertyCode": "startUp", "propertyValue": "20.1", "sendTimestamp": "1000000001", "executeTimestamp": "1000000008", "status": "自动执行", "remark": "执行原因" } ] |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| requestId |
string |
The ID of the request. |
83A5A7DD-8974-5769-952E-590A97BEA34E |
| data |
boolean |
The result of the operation. Valid values:
|
true |
Examples
Success response
JSON format
{
"requestId": "83A5A7DD-8974-5769-952E-590A97BEA34E",
"data": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.