PerfSampleInfo

PerfSampleInfo
PerfSampleInfo

This data object type describes information contained in a sample collection, its timestamp, and sampling interval.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "timestamp": "string",
    "interval": 0
}
string As date-time As date-time
timestamp
Required

The time at which the sample was collected.

integer As int32 As int32
interval
Required

The interval in seconds for which performance statistics were collected.

This can be the refreshRate of the managed object for which this statistics was collected or one of the intervals for historical statistics configured in the system. See UpdatePerfInterval for more information about the intervals configured in the system.