Chapter 2: API Definitions
7
System Management
This set of services is for general CC-SG settings and information.
http(s)://CC_IP_ADDRESS:8080/CommandCenterWebServices/System
ManagementServicePort?wsdl
Data Types
SystemManagementException
Exception returned for all errors specific to system management.
Elements
String code – Simple definition of the error.
String message – Specific error message.
SystemInfo
General information about the CC-SG.
Elements
String firmwareVersion – The version of the software running on
the CC-SG.
String WSAPIVersion – The version of the WS API on the CC
formatted as follows:
Major.Minor.Point
Major increments with big, new feature sets or changes to
existing services. The client should be rebuilt based on the
current WSDL.
Minor increments with small functionality additions. A client
rebuild may not be necessary.
Point increments for patches and bug fixes. No client
rebuilding needed.
String serial – The serial number identifying the unit.
String platform – Hardware identification.
xsd:dateTime date – The current date.