From IQsimWiki
(Difference between revisions)
Latest revision as of 10:04, 6 December 2012
XIQS Get Port Group List - Port Group Management
Description
|
getXIQSPortGroupList ( [ Long id_partition ] [, filter f ] )
Get the list of all port group objects accessible to user.
Administrator can select a partition or get objects referred by all partitions. When called by ordinary user, the objects are referred to by the user's partition.
|
Parameters
|
[ Long id_partition ]
Id of the partition which refers to the port group objects. (can only be used by the administrator, ignored for ordinary users)
[ filter f ]
|
Return Values
|
List
Long id - Id of the port group object
String name - Name of the port group object
Integer simultaneous - Maximal number of simultaneous connections to ports belonging to the port group object
Long id_partition - Id of the partition which refers to the created port group object
Long callduration - Total call duration
Long connectcallnb - Total number of connected calls
Long missedcallnb - Total number of missed calls
Since 1.4.0
Long asralert
Long asrsleep
Long acdalert
Long acdsleep
Long monitorcallnb
Long sleeptime
Long maxsleep
Error Data structure ( Error Management )
Possible failure code returns *ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB
|