Summary:
Returns a list of existing sessions.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
Session information. |
Description:
The call retrieves a list of all existing sessions from the session storage of the local Agent.
Example:
Input
<packet version="4.0.0" id="2">
<target>sessionm</target>
<data>
<sessionm>
<list_sessions/>
</sessionm>
</data>
</packet>
Ouput
<?xml version="1.0" encoding="UTF-8"?><ns1:packet xmlns:ns3="http://www.swsoft.com/webservices/vzl/4.0.0/types" xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/sessionm" xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="27c4672638ft491cr81c" time="2007-06-15T05:11:14+0000" priority="0" version="4.0.0">
<ns1:origin>sessionm</ns1:origin>
<ns1:target>vzclient4-638a2a56-e689-c340-877d-bd0470f2448c</ns1:target>
<ns1:dst>
<ns1:director>gend</ns1:director>
</ns1:dst>
<ns1:data>
<ns2:sessionm>
<ns2:session>
<ns2:id>vzl.40000.4.638a2a56-e689-c340-877d-bd0470f2448c..bc46721459t25f803abr1bfa</ns2:id>
<ns2:user xsi:type="ns3:auth_nameType">
<ns3:name>cm9vdA==</ns3:name>
<ns3:realm>00000000-0000-0000-0000-000000000000</ns3:realm>
</ns2:user>
<ns2:creation>2007-06-15T04:23:53+0000</ns2:creation>
<ns2:access>2007-06-15T04:23:53+0000</ns2:access>
<ns2:expiration>10800</ns2:expiration>
<ns2:stamp>0.0</ns2:stamp>
</ns2:session>
<ns2:session>
<ns2:id>vzl.40000.65537.638a2a56-e689-c340-877d-bd0470f2448c..3c46713f60t5082dbdfr1bfa</ns2:id>
<ns2:user xsi:type="ns3:auth_nameType">
<ns3:name>dnphZ2VudA==</ns3:name>
<ns3:realm>00000000-0000-0000-0000-000000000000</ns3:realm>
</ns2:user>
<ns2:creation>2007-06-14T13:15:12+0000</ns2:creation>
<ns2:access>2007-06-14T13:15:12+0000</ns2:access>
<ns2:stamp>0.0</ns2:stamp>
</ns2:session>
<ns2:session>
<ns2:id>vzl.40000.65537.638a2a56-e689-c340-877d-bd0470f2448c..7c4671710bt70810fc0r1bfa</ns2:id>
<ns2:user xsi:type="ns3:auth_nameType">
<ns3:domain></ns3:domain>
<ns3:name>cm9vdA==</ns3:name>
<ns3:realm>00000000-0000-0000-0000-000000000000</ns3:realm>
</ns2:user>
<ns2:creation>2007-06-14T16:47:07+0000</ns2:creation>
<ns2:access>2007-06-14T16:47:07+0000</ns2:access>
<ns2:stamp>0.0</ns2:stamp>
</ns2:session>
</ns2:sessionm>
</ns1:data>
<ns1:src>
<ns1:director>gend</ns1:director>
</ns1:src>
</ns1:packet>