ViewComposerMonitorConnectionServer
ViewComposerMonitorConnectionServer
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",
"name": "cs1.example.com",
"status": "OK",
"thumbprint_accepted": false
}
string
id
Required
Unique ID of the Connection Server.
string
name
Required
Connection server host name or IP address.
string
status
Required
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
Required
Indicates if the thumbprint of the View Composer was accepted.