ApiCluster

Properties

Name Type Description Notes
name str The name of the cluster. <p> Immutable since API v6. <p> Prior to API v6, will contain the display name of the cluster. [optional]
display_name str The display name of the cluster that is shown in the UI. <p> Available since API v6. [optional]
version ApiClusterVersion The CDH version of the cluster. [optional]
full_version str The full CDH version of the cluster. The expected format is three dot separated version numbers, e.g. &quot;4.2.1&quot; or &quot;5.0.0&quot;. The full version takes precedence over the version field during cluster creation. <p> Available since API v6. [optional]
maintenance_mode bool Readonly. Whether the cluster is in maintenance mode. Available since API v2. [optional]
maintenance_owners list[ApiEntityType] Readonly. The list of objects that trigger this cluster to be in maintenance mode. Available since API v2. [optional]
services list[ApiService] Optional. Used during import/export of settings. [optional]
parcels list[ApiParcel] Optional. Used during import/export of settings. Available since API v4. [optional]
cluster_url str Readonly. Link into the Cloudera Manager web UI for this specific cluster. <p> Available since API v10. [optional]
hosts_url str Readonly. Link into the Cloudera Manager web UI for host table for this cluster. <p> Available since API v11. [optional]
entity_status ApiEntityStatus Readonly. The entity status for this cluster. Available since API v11. [optional]
uuid str Readonly. The UUID of the cluster. <p> Available since API v15. [optional]

[Back to Model list] [Back to API list] [Back to README]