Owner's Manual

Table 26. System Resources and URIs
System Resource URI Description
SDNC Cluster
GET: sdnc/v1/system/
sdnccluster
Displays summary for each node
in the SDNC cluster.
DB Cluster
GET: sdnc/v1/system/
dbcluster
Displays summary for each node
in the database cluster.
Controller cluster
GET: sdnc/v1/system/
controllercluster
Displays summary for each node
in the controller cluster (applies
to Primary/Backup mode only).
Cluster node
GET: sdnc/v1/system/
clusternodes/
{clusterNodeID}
Displays detailed resource usage
information about the specified
cluster node, where
{clusterNodeID} is the node’s IP
address.
Log entries
GET: sdnc/v1/system/
logs/*
Displays controller log entries
from most recent to oldest. To
specify start date and the number
of results to display, use the
OFFSET and LIMIT URL
parameters. By default, the
number of results returned is
1000.
NOTE: This action retrieves
logs from the database. The
table name is “logs.” You can
enable or disable this feature
in the config.properties file.
By default, logging is
disabled.
View log status
GET: sdnc/v1/system/
logstatus
Displays the current logging
status (enabled or disabled) for all
levels, sub-levels, and
components.
Configure logging
PUT: sdnc/v1/system/log/
level/{DEBUG|TRACE}/{ON|
OFF}
Enables or disables the specified
log level (debug or trace),
including all sub-levels.
REST APIs
53