VCMonitorConnectionServerV2
VCMonitorConnectionServerV2
Information about connection to Virtual Center from Connection Server.
JSON Example
{
"certificate": {
"valid": true,
"valid_from": 1561939200000,
"valid_to": 1561939200000
},
"id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
"last_updated_timestamp": 1582029025748,
"name": "cs1.example.com",
"status": "OK",
"thumbprint_accepted": true
}
string
id
Optional
Unique ID of the Connection Server.
integer As int64 As int64
last_updated_timestamp
Optional
The timestamp in milliseconds when the last update was obtained. Measured as epoch time.
string
name
Optional
Connection server host name or IP address.
string
status
Optional
Status of the Virtual Center Connection with respect to this Connection Server.
- OK: The connection to Virtual Center server is working properly.
- DOWN: The connection to Virtual Center server is down.
- RECONNECTING: The connection to Virtual Center server was lost and is being reconnected to.
- UNKNOWN: Connection state to Virtual Center server is unknown.
- INVALID_CREDENTIALS: The supplied credentials cannot be used to authenticate to the Virtual Center server.
- CANNOT_LOGIN: The connection server cannot login to the Virtual Center server.
- NOT_YET_CONNECTED: Connection server has not yet connected to Virtual Center server.
Possible values are : OK, DOWN, RECONNECTING, UNKNOWN, INVALID_CREDENTIALS, CANNOT_LOGIN, NOT_YET_CONNECTED,
boolean
thumbprint_accepted
Optional
Indicates if the thumbprints of the Virtual Center was accepted.