serviceStatistics data type properties

The next table describes the properties included in the serviceStatistics data type.

Property name Data type Description
endTime Integer

Time that the service finished running. A value of -1 indicates that the service has not finished running.

formattedStartTime String

Date and time that the service started running since the last run. This value is formatted for easy reading.

This value is returned only if the service has run at least once.

formattedEndTime String

Date and time that the service finished running since the last run. This value is formatted for easy reading.

This value is returned only if the service has run at least once.

name String

Name of the service.

objectsExamined Integer Number of objects that the service examined.
objectsExaminedPerSecond Double Number of objects per second that the service examined.
objectsServiced Integer Number of objects that were serviced by the service.
objectsServicedPerSecond Double Number of objects per second that were serviced by the service.
objectsUnableToService Integer Number of objects that the service could not service.
objectsUnableToServicePerSecond Double Number of objects per second that the service could not service.
performanceLevel Integer

Performance level of the service. This is returned only if the state of the service is RUNNING or STOPPING.

startTime Integer

Time that the service started running. A value of -1 indicates that the service has not started running yet.

state String

Current state of the service.

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.