HealthMetricsInfo

HealthMetricsInfo
HealthMetricsInfo

Monitoring health information of components.

JSON Example
{
    "component": "ALL",
    "error_count": 3,
    "healthy_count": 5,
    "total_count": 13,
    "unknown_count": 2,
    "warning_count": 3
}
object
additional_info
Optional

Additional details.

string
component
Optional

Indicates components

  • CONNECTION_SERVER: Connection Server.
  • EVENT_DATABASE: Event Database.
  • TRUE_SSO: TRUE SSO Connector.
  • VIRTUAL_CENTER: Virtual Center.
  • ESX_HOST: ESX Host managed by one of the Virtual Center Configured.
  • DATASTORE: Datastore of the ESX Host.
  • GATEWAY: Gateway configured.
  • RDS_SERVER: RDS Server.
  • FARM: Farm.
  • AD_DOMAIN: AD Domain controller.
  • SAML_AUTHENTICATOR: SAML 2.0 Authenticator.
  • REMOTE_CONNECTION_SERVER: Connection Server from the Remote Pod.
  • LICENSE: License added to the connection server.
  • MESSAGE_CLIENT: Message client.
  • ALL: Represents all the components.
Possible values are : CONNECTION_SERVER, EVENT_DATABASE, TRUE_SSO, VIRTUAL_CENTER, ESX_HOST, DATASTORE, GATEWAY, RDS_SERVER, FARM, AD_DOMAIN, SAML_AUTHENTICATOR, REMOTE_CONNECTION_SERVER, LICENSE, MESSAGE_CLIENT, ALL,
integer As int32 As int32
error_count
Optional

Number of items in the system those are in error state.

integer As int32 As int32
healthy_count
Optional

Number of healthy items of the component.

integer As int32 As int32
total_count
Optional

Total number of items of the component.

integer As int32 As int32
unknown_count
Optional

Number of items in the system those are in unknown state.

integer As int32 As int32
warning_count
Optional

Number of items in the system those are in warning state.