ViewComposerMonitorConnectionServerV2

ViewComposerMonitorConnectionServerV2
ViewComposerMonitorConnectionServerV2

Information about the View Composer connection 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": false
}
certificate
Optional

certificate

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 View Composer with respect to this Connection Server.

  • OK: The connection to View Composer server is working properly.
  • MALFORMED_URL: The connection to View Composer server was not possible due to a malformed URL.
  • ERROR: Error occurred when connecting to View Composer server.
  • CERT_ERROR: Certificate validation error when connecting to the View Composer server.
Possible values are : OK, MALFORMED_URL, ERROR, CERT_ERROR,
boolean
thumbprint_accepted
Optional

Indicates if the thumbprint of the View Composer was accepted.