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


 
Chapter 2: API Definitions
14
getAccessMethodsForNode
This operation retrieves all the available access methods (applications)
for a given node in the form of an array. Each element in the array has
an indicator to denote whether the passed in username has access to
particular applications.
parameters
String nodeName - name based on the configured name in CC-
SG. The node name that the user enters in the CC-SG is not
guaranteed to be unique so the system appends a number in
parentheses to make the name unique. For example, the name
“MyServer” becomes “MyServer(1) if another node is already
using that name.
String username - CC-SG user for which the Access Methods
are to be returned.
return value AccessMethod [ ]
getAccessMethodsForNodeByInterfaceID
This operation retrieves the interface information that defines a particular
access method based on the unique interface ID.
parameters
String interfaceID
String username. This service uses the username to determine
whether that user has permission to access the node and,
thereby, the AccessMethod (indicated by
AccessMethod.userAuthorizedForMethod).
return value
AccessMethod [ ]
getNodeByName
Retrieve nodes by name.
parameters
String sessionID
String name - Node name to find (accepts wildcards _ and %)
return value
NodeData[]