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


 
Chapter 2: API Definitions
25
deleteReport
Delete a previously requested report; otherwise, reports are deleted after
the user session is terminated.
parameters
String sessionID
String reportID
return value
boolean true
Category Management
This set of services is for getting and setting categories for CC-SG
nodes.
Data Types
CategoryData
Stores information about a category and its elements.
Elements
String name
boolean node - Applicable to nodes
boolean device - Applicable to devices
String type - Data type of elements: "String" or "Integer"
String[]elements - The values of the elements
Services
getCategory
Retrieve one or more categories including element values.
parameters
String sessionID
String name - The name of the category (accepts wildcards _ and
%)
return value
CategoryData[]