CertificateMonitorInfo
CertificateMonitorInfo
Monitoring data about server's certificate.
JSON Example
{
"valid": true,
"valid_from": 1561939200000,
"valid_to": 1561939200000
}
boolean
valid
Optional
Indicates if the certificate is valid.
integer As int64 As int64
valid_from
Optional
Start time of the certificate validity in milliseconds. Measured as epoch time.
integer As int64 As int64
valid_to
Optional
Expiration time of the certificate validity in milliseconds. Measured as epoch time.