Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagehtml/xml
[configureSubInterface, setIPv4]

Clear

Removes all actions of the queue.

Modify

Used to modify the queue by removing the action allocated in a specific queue position.

 ValueDescription
URLhttp://hostname:8888/opennaas/{resourcetype}/{resourceName}/queue/modify 
MethodPOST 
Body ParameterModifyParamsObject containing the position of the action to remove.
ReturnResponseArray of Strings representing the name of the queued actions.
Body Example

Following message would remove the first action of the queue.

Code Block
themeEclipse
languagehtml/xml
<?xml version="1.0" encoding="UTF-8"?>
<modifyParams>
	<posAction>0</posAction>
	<queueOper>REMOVE</queueOper>
</modifyParams>