GET (List)

Lists all of the available serviceability attributes and their current values. For details, see the GET command for the serviceability API.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/serviceability/

HTTPS method:

GET

Example XML response:

This example is an excerpt of the XML response. The full output consists of more than 3 MB of data.


<Serviceability>
	<diskUsage>
		<activePartitionTotalBytes>
   13463810048
  </activePartitionTotalBytes>
		<activePartitionUsableBytes>
   2352652288
  </activePartitionUsableBytes>
		<commonDatastorePartitionTotalBytes>
   46835601408
  </commonDatastorePartitionTotalBytes>
		<commonDatastorePartitionUsableBytes>
   37941018624
  </commonDatastorePartitionUsableBytes>
		<inactivePartitionTotalBytes>
   13463781376
  </inactivePartitionTotalBytes>
		<inactivePartitionUsableBytes>
   2357100544
  </inactivePartitionUsableBytes>
	</diskUsage>
...
      	<feedStatuses>
		<FeedStatus>
			<feedRefURL>
    https://[ServerIP]:[Port]/ccp-webapp/ccp/feed/100000
   </feedRefURL>
			<lastFetchCount>20</lastFetchCount>
			<statusDescription>
    NORMAL
   </statusDescription>
		</FeedStatus>
	</feedStatuses>
...
	<filterStatuses>
		<FilterStatus>
			<timeSinceLastExecution>
    125
   </timeSinceLastExecution>
			<name>TestFilter</name>
			<status>FILTER_EXECUTION_ERROR</name>
			<statusDescription>
    Cannot cast object 'null' with class 'null' 
    to class 'int'. 
    Try 'java.lang.Integer' instead. 
   </statusDescription>
		</FilterStatus>
	</filterStatuses>
...
	<notifiers>
		<Notifier>
			<connectionStatus>
    STATE_IN_SERVICE
   </connectionStatus>
			<notificationsDropped>
    0
   </notificationsDropped>
			<notificationsFailed>
    0
   </notificationsFailed>
			<notificationsSent>
    10
   </notificationsSent>
			<outQueueDepth>2</outQueueDepth>
			<outQueueWait>1</outQueueWait>
			<type>im</type>
		</Notifier>
	</notifiers>
...
 <notificationRuleStatuses>
    <NotificationRuleStatus>
      <id>10001</id>
      <name>CCE</name>
      <type>Connection to CCE</type>
      <status>SUCCESS<status>
      <statusReason>
       NOTIFICATION_STATUS_NORMAL
      <statusReasonDescription>
       The notification status is normal.
      </statusReasonDescription>
      <success>10</success>
      <failure>5</failure>
      <total>15</total>
      <statusChangeTime>
       Sat Oct 30 18:38:41 EDT 2010
</statusChangeTime>
    </NotificationRuleStatus>
    <NotificationRuleStatus>
      <id>10002</id>
      <name>MyNotification</name>
      <type>http</type>
      <status>FAILURE<status>
      <statusReason>
       NOTIFICATION_STATUS_BAD_CONFIGURATION
      </statusReason>
      <statusReasonDescription>
       Failed to send notification due to 
       Bad Configuration. 
     </statusReasonDescription>
      <success>0</success>
      <failure>5</failure>
      <total>5</total>
      <statusChangeTime>
       Sat Oct 30 18:38:41 EDT 2010
      </statusChangeTime>
    </NotificationRuleStatus>
 </notificationRuleStatuses>
...
	<serviceStates>
  <activemqServerState>
   SERVER_STATE_IN_SERVICE
  </activemqServerState>
		<datastoreServerState>
    SERVER_STATE_IN_SERVICE
  </datastoreServerState>
		<indexerServerState>
   SERVER_STATE_IN_SERVICE
  </indexerServerState>
		<runtimeServerState>
   SERVER_STATE_IN_SERVICE
  </runtimeServerState>
	</serviceStates>

	<systemPerformance>
		<socialContactsPerHour>
    10000
  </socialContactsPerHour>
	</systemPerformance>

	<systemConditions/>
	<version>
		<buildDate>
   Sat Oct 30 18:38:41 EDT 2010
  </buildDate>
		<buildVersion>165</buildVersion>
		<esVersion>0</esVersion>
		<maintenanceVersion>1</maintenanceVersion>
		<majorVersion>8</majorVersion>
		<minorVersion>5</minorVersion>
		<srVersion>0</srVersion>
		<vosActiveVersion>
   8.5.0.97000-93
  </vosActiveVersion>
		<vosInactiveVersion>
   8.5.0.97000-92
  </vosInactiveVersion>
	</version>
...
	<eventingInfo>
		<connectionStatus>
    CONNECTED
  </connectionStatus>
		<dsNfyMsgsRcvd>15</dsNfyMsgsRcvd>
		<outQueueDepth>0</outQueueDepth>
		<outQueueWait>0</outQueueWait>
		<xmppEventsDropped>0</xmppEventsDropped>
		<xmppEventsFailed>0</xmppEventsFailed>
		<xmppEventsSent>15</xmppEventsSent>
	</eventingInfo>
...
      <chatGatewayStatus>
             <channels>
             <channel>
             <enabled>true</enabled>
             <lastFailureTimestamp>1521711982149</lastFailureTimestamp>
             <type>FACEBOOK_MESSENGER</type>
             </channel>
             </channels>
             <status>CONFIGURED</status>
       </chatGatewayStatus>
</Serviceability>