sessions element
Type: |
sessions |
Namespace: |
(default namespace) |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<sessions>
<session>
<id>...</id>
<userName>...</userName>
<host>...</host>
<protocol>...</protocol>
<userClass>...</userClass>
<currentTransferBandwith>...</currentTransferBandwith>
<command>...</command>
<sessionCreationTime>...</sessionCreationTime>
<metadata>
<links />
</metadata>
<nodeIp>...</nodeIp>
</session>
<session>
<!--...-->
</session>
<!--...more "session" elements...-->
</sessions>
Example JSON
{
"session" : [ {
"id" : "...",
"userName" : "...",
"host" : "...",
"protocol" : "...",
"userClass" : "...",
"currentTransferBandwith" : "...",
"command" : "...",
"sessionCreationTime" : "...",
"metadata" : {
"links" : {
}
},
"nodeIp" : "..."
}, ... ]
}