Connect a discovery service to an xAssets Instance with a Username and Password
sUserName : The username to logon with. Windows Authentication is supported on the local network
sPassword : The password corresponding to the username provided
sDatabase : The database name. This normally equates to your company name and the first part of the DNS path of your hosted instance
sIP : Your IP address. This must match your web facing IP address
sCollectionServerName : The computername of your discovery collection server
sDNS : The DNS path of your instance
lPort : The port of your instance (normally 443)
sScheme : This is always "https"
sNonce : Pass an empty string for this value
datNonce : Pass any date for this value
A hash string which will be needed to run web methods within the API
There is no restful call for this SOAP Interface operation - use a SOAP method instead
Return w.WebLogonCollectionServer(sUserName, sPassword, sDatabase, sIP, sCollectionServerName, sDNS, lPort, sScheme, sNonce, datNonce)
AMSX is an internal language and does not need to access web services to execute
XCS access the server through a web browser. API calls can be executed directly from API Commands using Server.API, Server.Save and Server.SaveSpecial
Download the Visual Studio API Samples Project
Return to the API Index Page