reset_vrt_command_queue

To reset the queue of virtual commands, use the unit/reset_vrt_command_queue command.

Copied!
svc=unit/reset_vrt_command_queue&params={"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.

Copied!
svc=unit/reset_vrt_command_queue&params={"itemId": 132343}

Response

If the request is completed successfully, an empty response is returned.

Copied!

{ }

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).
Download PDF file
Download Word document

See also