getsystemstatus

Get Tonido system status

Parameters:
none
Returns:
XML
    <systemstatus>
        <status>
            <needsupdate> { 0 | 1 } </needsupdate>
            <iscritical> { 0 | 1 } </iscritical>
            <autoupdate> { 0 | 1 } </autoupdate>
            <needspluginupdate> { 0 | 1 } </needspluginupdate>
            <iscriticalpluginupdate> { 0 | 1 } </iscriticalpluginupdate>
            <currentprofile> { PROFILE NAME } </currentprofile>
            <numpeersonline> { NUMBER OF PEERS ONLINE } </numpeersonline>
            <appversion> { APPLICATION VERSION } </appversion>
            <peerid> { USER ID } </peerid>
            <displayname> { USER DISPLAY NAME } </displayname>
            <uptime> { UPTIME } </uptime>
            <httpport> { TONIDO HTTP PORT } </httpport>
            <udpport> { TONIDO UDP PORT } </udpport>
            <isonline> { 0 | 1 } </isonline>
            <OS> { TONIDO OS } </OS>
            <networkenabled> { 0 | 1 } </networkenabled>
            <httpaccess> { all | local } </httpaccess>
            <unreadmessages> { UNREAD MESSAGE COUNT } </unreadmessages>
            <newinvitations> { NEW INVITATION COUNT } </newinvitations>
            <numgroups> { NUMBER OF GROUPS } </numgroups>
            <remoteaccess> { 0 | 1 } </remoteaccess>
            <isremote> { 0 | 1 } </isremote>
            <upnpenabled> { 0 | 1 } </upnpenabled>
            <upnpactive> { 0 | 1 } </upnpactive>
            <servertoken> { SERVER TOKEN } </servertoken>
            <urlprefix> { DOMAIN NAME } </urlprefix>
            <logdir> { LOG DIRECTORY } </logdir>
            <ishttps> { 0 | 1 } </ishttps>
            <privateip> { PRIVATE IP } </privateip>
        </status>
    </systemstatus>

Requirements:


Generated on Wed Oct 12 2011 21:46:52. © CodeLathe LLC 2007-2011. All Rights Reserved.