EnvironmentInfo

EnvironmentInfo
EnvironmentInfo

Information related to Environment Settings.

JSON Example
{
    "cluster_guid": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
    "cluster_name": "master-cluster",
    "fips_mode_enabled": false,
    "ip_mode": "IPv4",
    "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.

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_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.

Returned By