Skip to content

Data Object - CertificateSSOConnectorHealthEnrollmentServerHealthData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.health.CertificateSSOConnectorHealth.EnrollmentServerHealthData

Property of

CertificateSSOConnectorConnectorHealthData

See also

CertificateSSOEnrollmentServerId

Since

Horizon 7.0

Data Object Description

The health data for a CertSSO connector enrollment server.

Data Object Properties

Name Type Description
enrollmentServer CertificateSSOEnrollmentServerId The id of the enrollment server.
dnsName xsd:string The DNS name of the enrollment server.
state xsd:string The state of the enrollment server health.
* This property will be one of:
ValueDescription
"OK"Enrollment server is green.
"ERROR"Enrollment server is red.
stateReasons xsd:string[] Reasons for the state, if any. 1
* This property will be one of:
ValueDescription
"UNREACHABLE_ON_POD"Error: The enrollment server cannot be contacted by the pod.
"UNREACHABLE_ON_LOCAL_BROKER"Error: The enrollment server cannot be contacted by the local broker.

  1. This property need not be set.