reset_vrt_command_queue
To reset the queue of virtual commands, use the unit/reset_vrt_command_queue command.
svc=unit/reset_vrt_command_queue¶ms={"itemId": <long>}
Parameters
The request must contain the itemId parameter, specifying the unit ID.
Example
Below is an example of the unit/reset_vrt_command_queue request.
svc=unit/reset_vrt_command_queue¶ms={"itemId": 132343}
Response
If the request is completed successfully, an empty response is returned.
{ }
Otherwise, an error code is returned.
Error codes
Error code | Description |
---|---|
4 | Invalid input parameters |
7 | The user doesn’t have the required access right to the unit (ADF_ACL_ITEM_EDIT_PROPERTIES). |