VcdConnectionStatistic
VcdConnectionStatistic
Connection statistics for a particular instance.
JSON Example
{
"id": "string",
"instanceId": "string",
"checkTime": "string",
"durationSinceLastCheckInSec": "number",
"unavailableInSec": "number",
"source": "string",
"internal": false,
"responseTimeInMillis": "number",
"reachable": false
}
string
id
Optional
URN ID of the record
string
instanceId
Optional
URN ID of VCD instance this relates to.
string
checkTime
Optional
Instant when these stats were captured
number
durationSinceLastCheckInSec
Optional
Seconds for duration since last check
number
unavailableInSec
Optional
Seconds for unavailability since last check
string
source
Optional
Identifier of the connection source
boolean
internal
Optional
true if using internal networking | false if using ingress connection
number
responseTimeInMillis
Optional
Seconds for round trip, or average if rolled up
boolean
reachable
Optional
If instance was reachable during this check