Get Latest Instance Connection
Get the latest statistics that summarizes the connectivity of the specified VCD instancee from various sources.
Request
URI
GET
https://starfleet.api.eng.vmware.com//instances/{instanceId}/connections/latest
COPY
Path Parameters
string
instanceId
Required
URN id of vCD instance
Responses
200
OK
Returns
VcdConnectionStatistic
of type(s)
application/json
{
"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
Topology Operations
GET
Get Instance Orgs
GET
Get Instance Pvdcs
GET
Get Instance Pvdc Stats
GET
Get Instance Sddcs
GET
Get Instance Stats
GET
Get Instance Uptime
GET
Get Instance Vdcs
GET
Get Instance Vdc Stats
GET
Get Latest Instance Connection
GET
Get Org Instances
GET
Get Org Orgs
GET
Get Org Pvdcs
GET
Get Org Pvdc Stats
GET
Get Org Sddcs
GET
Get Org Vdcs
GET
Get Org Vdc Stats