Skip to main content

July 16, 2026 Archived

Displaying Additional Information in the Omnissa Access Health Check API

You can control whether sensitive information, such as IP addresses and host names, is displayed in the output of the health check APIs https://WS1AccessHostnameFQDN/SAAS/jersey/manager/api/system/health and https://WS1AccessHostnameFQDN/SAAS/API/1.0/REST/system/health. By default, the API output does not include this information.

The service.health.check.basic property in the runtime-config.properties file controls this setting. When the property is set to true, only basic information is displayed and sensitive information is hidden. The label "unknown" in the output indicates that the information is restricted. For example:

AnalyticsUrl:    "unknown"
OpensearchServiceOk:    "true"
EhCacheClusterPeers:    "unknown"
OpensearchMasterNode:    "unknown"
OpensearchIndicesCount    "unknown"
OpensearchDocsCount:    "unknown"
AuditPollInterval:    "1000"
AnalyticsConnectionOk:    "true"
...
IpAddress:    "unknown"
AuditDisabled:    "false"
AllOk:    "true"

When the property is set to false, all available information is displayed. For example:

AnalyticsUrl: "http://198.51.100.0"
OpensearchServiceOk: "true"
EhCacheClusterPeers: ""
OpensearchMasterNode: "198.51.100.1"
OpensearchIndicesCount: "13"
OpensearchDocsCount: "11173"
AuditPollInterval: "1000"
AnalyticsConnectionOk: "true"
...
IpAddress: "198.51.100.2"
AuditDisabled: "false"
AllOk: "true"

By default, the property is set to true.

Note: If you have set up a Omnissa Access cluster and you change the property, ensure that you make the change in all nodes in the cluster.

Procedure

  1. Log in to the Omnissa Access virtual appliance as the root user.

  2. Edit the /usr/local/horizon/conf/runtime-config.properties file and set the value of the service.health.check.basic property to true or false.

    OptionDescription
    trueDisplays only basic information. Sensitive information is hidden and the label Unknown appears in its place.
    falseDisplays all available information
  3. Save the file.

  4. Restart the service.

    service horizon-workspace restart

  5. If you have set up a Omnissa Access cluster, make these changes in each node of the cluster.

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…