and i successfully implemented this API to add and delete Simple Queue...
Now i need to edit the added queue ;
i am using following code to add simple queue
Code: Select all
$ARRAY = $this->api_model->comm("/queue/simple/add", array(
"name" => $somedata['name'],
"target-addresses" => $ips,
"max-limit"=>$somedata['rx_max_limit']."/".$somedata['tx_max_limit'],
"parent"=>$parent_name,
));