EnvironmentInfoV2

EnvironmentInfoV2
EnvironmentInfoV2

Information related to Environment Settings.

JSON Example
{
    "cluster_guid": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
    "cluster_name": "master-cluster",
    "deployment_type": "string",
    "fips_mode_enabled": false,
    "ip_mode": "IPv4",
    "local_connection_server_build": "12345678",
    "local_connection_server_version": "8.1.0",
    "local_pod_name": "master-pod",
    "timezone_offset": 19800
}
string
cluster_guid
Optional

The GUID of a group of Connection Servers sharing the same configuration.

string
cluster_name
Optional

The name of a group of Connection Servers sharing the same configuration.

string
deployment_type
Optional

Indicates different environments that Horizon can be deployed into.

  • GENERAL: Horizon is deployed on On-premises.
  • AZURE: Horizon is deployed on Azure.
  • AWS: Horizon is deployed on AWS.
  • DELL_EMC: Horizon is deployed on Dell EMC.
  • GOOGLE: Horizon is deployed on Google Cloud.
  • ORACLE: Horizon is deployed on Oracle Cloud.
Possible values are : GENERAL, AZURE, AWS, DELL_EMC, GOOGLE, ORACLE,
boolean
fips_mode_enabled
Optional

Indicates if FIPS mode is enabled.

string
ip_mode
Optional

Indicates the IP mode of the environment.

  • IPv4: The ip mode is IPv4.
  • IPv6: The ip mode is IPv6.
Possible values are : IPv4, IPv6,
string
local_connection_server_build
Optional

Local connection Server build number.

string
local_connection_server_version
Optional

Local connection Server version number.

string
local_pod_name
Optional

The name of the current pod in the Multi-DataCenter Horizon Pod, the value will be null when PodFederation is not initialized.

integer As int32 As int32
timezone_offset
Optional

Represents the clusters time zone offset from UTC in seconds.