Raritan Computer CC-WSAPI-0B-v5.1.0-E Marine Radio User Manual


 
Chapter 2: API Definitions
13
Services
getCCSGAppletURL
This operation retrieves the full URL to the CC-SG Admin Client applet in
order to launch the main CC-SG client. When this URL is opened in a
browser it will display the main CC-SG client, if the sessionID is valid, or
the login screen, if the sessionID is invalid.
parameters
String sessionID
return value URLObject
getCCSGHTMLClientURL
This operation retrieves the full URL for the CC-SG Access Client HTML
pages to launch the main access CC-SG page. When this URL is
opened in a browser it will display the main access CC-SG page if the
sessionID is valid, or the login page if the sessionID is invalid.
parameters
String sessionID - authentication token granted for use by CCSG
in SignOn()
return value URLObject
getInterfaceURL
This operation retrieves the URL required to connect to an interface,
using access method (application), provided by CC-SG. This URL can be
used as the path for a web browser or any HTML aware application to
initiate the connection via the chosen application and destination. The
signOn method must have previously been called for this user.
Parameters
String sessionID
String interfaceID CC-SG generated string which uniquely
identifies the interface within CC-SG
String accessApplicationId - CC-SG generated string which
uniquely identifies the application type within CC-SG
return value:
URLObject