VcdInstanceStatistics
VcdInstanceStatistics
A paginated list of VcdInstanceStatistic
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"valueType": "string",
"values": [
{
"id": "string",
"instanceId": "string",
"checkTime": "string",
"durationSinceLastCheckInSec": "number",
"unavailableInSec": "number",
"source": "string",
"internal": false,
"responseTimeInMillis": "number",
"reachable": false
}
]
}