Data Object - ViewComposerHealthConnectionServerConnectionData

Class
VMware.Hv.ConnectionServerConnectionData
Property of
ViewComposerHealthInfo
See also
CertificateHealthData, ConnectionServerId
Since
Horizon View 6.0

Data Object Description

Deprecated. This service is being deprecated since View Composer will no longer be supported from Horizon version 2012 onwards.

Health information for a specific connection server's connection to the View Composer server.

Data Object Properties

Properties

Name Type Description
idConnectionServerId

The ID of the connection server.
namexsd:string

The host name of the Connection Server.
statusxsd:string

The health status of the View Composer server.
  • This property will be one of:
    Value Description
    "OK"The connection to View Composer server is working properly.
    "MALFORMED_URL"The connection to View Composer server was not possible due to a mal-formed url
    "ERROR"Error occurred when connecting to View Composer server
    "CERT_ERROR"Connection to View Composer server encountered certificate validation error.
errorMessagexsd:string

Error message if connection server failed to connect to View Composer server
  • This property need not be set.
thumbprintAcceptedxsd:boolean

Whether the thumbprint of the View Composer server was accepted.
  • This property need not be set.
certificateHealthCertificateHealthData

The health of the certificate.
  • This property need not be set.
  • This property is required if thumbprintAccepted is set to false.
refIdxsd:string

Reference ID of the connection server.

Since Horizon 7.10
  • This property need not be set.
lastUpdatedTimestampxsd:long

The timestamp in milliseconds when the last update was obtained. Measured as epoch time.

Since Horizon 7.12
  • This property need not be set.
  • This property cannot be updated.