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