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


 
Chapter 2: API Definitions
18
power on
power off
power cycle
graceful shutdown
suspend
Integer sequenceInterval The interval, in seconds, between
successive operations of the specified power interfaces.
Applicable to power on and power off only.
String reasonForAccess Text used to track access by user,
required when Node Auditing is enabled for the user's group.
return value
boolean true
User Management
This set of services is for adding, modifying, and removing users from
the CC-SG database as is typically done by system administrators.
http(s)://CC_IP_ADDRESS:8080/CommandCenterWebServices
/UserManagementServicePort?wsdl
Data Types
CCSGUser
The settings of a user on the CC-SG.
Elements
String name The unique user name used when logging into the
CC-SG.
String password The user's password (required if
remoteAuthentication is false). This value will always be null
when returned from getUser().
boolean loginEnabled The user may use the account when
true.
boolean remoteAuthentication true if the user will be remotely
authenticated.
boolean passwordExpirationEnabled When true, the user will
have to change their password periodically as indicated by
passwordExpirationPeriod.