Skip to content

Data Object - FarmHealthInfo

Java Class

com.omnissa.vdi.vlsi.binding.vdi.health.FarmHealth.FarmHealthInfo

Returned by

FarmHealth_Get

See also

AccessGroupId, FarmHealthRDSServerHealthInfo, FarmId

Since

Horizon View 6.0

Data Object Description

Farm health data

Queryable Data Object

This data object is queryable using QueryService.

Cannot filter on any of FarmHealthInfo attributes.

Query Privileges

Privilege Description
POOL_VIEW privilege is required to query information

Data Object Properties

Name Type Description
id FarmId Farm entity ID 2
name xsd:string Farm name 2
type xsd:string Farm type Since Horizon View 6.2 2
* This property will be one of:
ValueDescription
"AUTOMATED"An automated farm creates RDS Servers cloned from a snapshot.
"MANUAL"A manual farm allows selection and addition of existing RDS Servers to the farm.
health xsd:string Farm health 2
* This property will be one of:
ValueDescription
"OK"Farm is enabled and no servers are in WARNING or ERROR state. One or more server(s) may be DISABLED (including the case where all of them are DISABLED).
"WARNING"Farm is enabled. One or more of the following is true: 6 7
"ERROR"Farm is enabled. One or more server(s) (exceeding the predefined threshold) is in ERROR state, or, for Automated Farms, there could be a provisioning error.
"DISABLED"Farm is disabled.
source xsd:string Source of farm machines. Since Horizon 7.6 1 2 3
* This property will be one of:
ValueDescription
"VIEW_COMPOSER"View composer linked clones managed as view RDS Servers. They share the same base image and use less storage space than full RDS Servers.
"INSTANT_CLONE_ENGINE"Instant clone engine created 'instant clones' managed as view RDS Servers. Instant clone engine uses vmfork technology to create the instant clones, these clones take much less time for provisioning. Instant clones have many similarities to linked clones like :- 4 5 This option is only valid for Automated Farm.
accessGroup AccessGroupId Access group associated with this Farm. Since Horizon 7.6 2
rdsServerHealth FarmHealthRDSServerHealthInfo[] RDS server health information of the servers that belong to the Farm 1 2
numApplications xsd:int Number of applications published from this Farm. Since Horizon 7.9 1 2
refId xsd:string Reference ID of the Farm. Since Horizon 7.10 1

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property is required if type is set to 'AUTOMATED'. 

  4. Both instant and linked clones share the same base image and use less storage space than full virtual machines. 

  5. The user profile for both types clones can be redirected to persistent disks that will be unaffected by OS updates and refreshes. 

  6. One or more server(s) is either in WARNING or ERROR (not exceeding the predefined threshold) state. 

  7. The RDSServers in this Farm present a mix of both known and unknown load preferences.