GetLocationInfo

Get details for a specific location.
Returns user's installation details.

Authentication Methods


  1. With AMS username and password
Input Parameter Type Description
LocationID String Location ID
Output Parameter Type Description
Success Boolean True if success, false if failed
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=GetLocationInfo&LocationID=123bacd4-be37-4f61-9d7c-840c3c6dccad'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
    <LocationInfo>
            <ID>123bacd4-be37-4f61-9d7c-840c3c6dccad</ID>
            <Label>NOMADESK-PC</Label>
            <Ipaddress>127.0.0.1</Ipaddress>
            <LastAccess>2011-09-23 15:22:33</LastAccess>
            <OS>Windows</OS>
            <OSVersion>10</OSVersion>
            <Stolen></Stolen>
            <ClientVersion>6.0.1.1</ClientVersion>
            <CreationDstamp>2010-12-23 14:49:18</CreationDstamp>
            <UninstallDstamp></UninstallDstamp>
            <LastAccessAccountID>ab7e33e8-76f2-ebdf-c926-b48258c2d2da</LastAccessAccountID>
            <LastPolled>2013-12-23 15:22:23</LastPolled>
            <ReportedBy></ReportedBy>
            <ReportedOn></ReportedOn>

    </LocationInfo>
    <AccountInfos>
            <AccountInfo>
                    <ID>ab7e33e8-76f2-ebdf-c926-b48258c2d2da</ID>
                    <Name>nmua000000000001</Name>
                    <FirstName>NMD</FirstName>
                    <LastName>User</LastName>
                    <Email>user@nomadesk.com</Email>
                    <LocationLastAccessDate>2014-12-23 15:22:23</LocationLastAccessDate>
            </AccountInfo>
    </AccountInfos>
    <FileserverInfos>
            <Fileserver>
                    <Name>nmsa000000000379</Name>
                    <Label>newvault</Label>
                    <Installstatus>Installed</Installstatus>
                    <storagenode>secure.nomadesk.com</storagenode>
            </Fileserver>
            <Fileserver>
                    <Name>nmsa000000000463</Name>
                    <Label>PS-001</Label>
                    <Installstatus>Installed</Installstatus>
                    <storagenode>secure.nomadesk.com</storagenode>
            </Fileserver>
            <Fileserver>
                    <Name>nmsa000000000464</Name>
                    <Label>PS-002</Label>
                    <Installstatus>Installed</Installstatus>
                    <storagenode>secure.nomadesk.com</storagenode>
            </Fileserver>
            <Fileserver>
                    <Name>nmsa000000000388</Name>
                    <Label>nmd-001</Label>
                    <Installstatus>Installed</Installstatus>
                    <storagenode>secure.nomadesk.com</storagenode>
            </Fileserver>
    </FileserverInfos>