This objects represents a deployment including all clusters, hosts, services, roles, etc in the system. It can be used to save and restore all settings. This model will be used v18 and beyond since users will be represented by ApiUser2 v18 and beyond.
name | data type | description |
---|---|---|
timestamp | string | Readonly. This timestamp is provided when you request a deployment and is not required (or even read) when creating a deployment. This timestamp is useful if you have multiple deployments saved and want to determine which one to use as a restore point. |
clusters | array of ApiCluster | List of clusters in the system including their services, roles and complete config values. |
hosts | array of ApiHost | List of hosts in the system |
authRoles | array of ApiAuthRole | List of all auth roles in the system Available from v32 |
externalUserMappings | array of ApiExternalUserMapping | List of all external user mappings in the system Available from v32 |
users | array of ApiUser2 | List of all users in the system |
versionInfo | ApiVersionInfo | Full version information about the running Cloudera Manager instance |
managementService | ApiService | The full configuration of the Cloudera Manager management service including all the management roles and their config values |
managerSettings | ApiConfigList | The full configuration of Cloudera Manager itself including licensing info |
allHostsConfig | ApiConfigList | Configuration parameters that apply to all hosts, unless overridden at the host level. Available since API v3. |
peers | array of ApiCmPeer | The list of peers configured in Cloudera Manager. Available since API v3. |
hostTemplates | ApiHostTemplateList | The list of all host templates in Cloudera Manager. |
dataContexts | ApiDataContextList | The list of all the data contexts in the Cloudera Manager. |
Example
{ "timestamp" : "...", "clusters" : [ { "name" : "...", "displayName" : "...", "fullVersion" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "HOST", "CLUSTER" ], "services" : [ { "name" : "...", "type" : "...", "clusterRef" : { }, "serviceState" : "STOPPING", "healthSummary" : "GOOD", "configStalenessStatus" : "FRESH", "clientConfigStalenessStatus" : "FRESH", "healthChecks" : [ { }, { } ], "serviceUrl" : "...", "roleInstancesUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "CLUSTER", "HOST" ], "config" : { }, "roles" : [ { }, { } ], "displayName" : "...", "roleConfigGroups" : [ { }, { } ], "replicationSchedules" : [ { }, { } ], "snapshotPolicies" : [ { }, { } ], "entityStatus" : "STARTING" }, { "name" : "...", "type" : "...", "clusterRef" : { }, "serviceState" : "STOPPED", "healthSummary" : "CONCERNING", "configStalenessStatus" : "STALE", "clientConfigStalenessStatus" : "STALE", "healthChecks" : [ { }, { } ], "serviceUrl" : "...", "roleInstancesUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "SERVICE", "CLUSTER" ], "config" : { }, "roles" : [ { }, { } ], "displayName" : "...", "roleConfigGroups" : [ { }, { } ], "replicationSchedules" : [ { }, { } ], "snapshotPolicies" : [ { }, { } ], "entityStatus" : "HISTORY_NOT_AVAILABLE" } ], "parcels" : [ { "product" : "...", "version" : "...", "stage" : "...", "state" : { }, "clusterRef" : { } }, { "product" : "...", "version" : "...", "stage" : "...", "state" : { }, "clusterRef" : { } } ], "clusterUrl" : "...", "hostsUrl" : "...", "entityStatus" : "STARTING", "uuid" : "...", "dataContextRefs" : [ { "name" : "..." }, { "name" : "..." } ], "clusterType" : "..." }, { "name" : "...", "displayName" : "...", "fullVersion" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "CLUSTER", "CLUSTER" ], "services" : [ { "name" : "...", "type" : "...", "clusterRef" : { }, "serviceState" : "STOPPED", "healthSummary" : "CONCERNING", "configStalenessStatus" : "FRESH", "clientConfigStalenessStatus" : "STALE", "healthChecks" : [ { }, { } ], "serviceUrl" : "...", "roleInstancesUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "CLUSTER", "SERVICE" ], "config" : { }, "roles" : [ { }, { } ], "displayName" : "...", "roleConfigGroups" : [ { }, { } ], "replicationSchedules" : [ { }, { } ], "snapshotPolicies" : [ { }, { } ], "entityStatus" : "DOWN" }, { "name" : "...", "type" : "...", "clusterRef" : { }, "serviceState" : "STARTING", "healthSummary" : "BAD", "configStalenessStatus" : "FRESH", "clientConfigStalenessStatus" : "STALE_REFRESHABLE", "healthChecks" : [ { }, { } ], "serviceUrl" : "...", "roleInstancesUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "HOST", "ROLE" ], "config" : { }, "roles" : [ { }, { } ], "displayName" : "...", "roleConfigGroups" : [ { }, { } ], "replicationSchedules" : [ { }, { } ], "snapshotPolicies" : [ { }, { } ], "entityStatus" : "CONCERNING_HEALTH" } ], "parcels" : [ { "product" : "...", "version" : "...", "stage" : "...", "state" : { }, "clusterRef" : { } }, { "product" : "...", "version" : "...", "stage" : "...", "state" : { }, "clusterRef" : { } } ], "clusterUrl" : "...", "hostsUrl" : "...", "entityStatus" : "BAD_HEALTH", "uuid" : "...", "dataContextRefs" : [ { "name" : "..." }, { "name" : "..." } ], "clusterType" : "..." } ], "hosts" : [ { "hostId" : "...", "ipAddress" : "...", "hostname" : "...", "rackId" : "...", "lastHeartbeat" : "...", "roleRefs" : [ { "clusterName" : "...", "serviceName" : "...", "roleName" : "..." }, { "clusterName" : "...", "serviceName" : "...", "roleName" : "..." } ], "healthSummary" : "DISABLED", "healthChecks" : [ { "name" : "...", "summary" : "DISABLED", "explanation" : "...", "suppressed" : true }, { "name" : "...", "summary" : "GOOD", "explanation" : "...", "suppressed" : true } ], "hostUrl" : "...", "maintenanceMode" : true, "commissionState" : "DECOMMISSIONING", "maintenanceOwners" : [ "CLUSTER", "ROLE" ], "config" : { "items" : [ { }, { } ] }, "numCores" : 12345, "numPhysicalCores" : 12345, "totalPhysMemBytes" : 12345, "entityStatus" : "STOPPED", "clusterRef" : { "clusterName" : "...", "displayName" : "..." } }, { "hostId" : "...", "ipAddress" : "...", "hostname" : "...", "rackId" : "...", "lastHeartbeat" : "...", "roleRefs" : [ { "clusterName" : "...", "serviceName" : "...", "roleName" : "..." }, { "clusterName" : "...", "serviceName" : "...", "roleName" : "..." } ], "healthSummary" : "BAD", "healthChecks" : [ { "name" : "...", "summary" : "DISABLED", "explanation" : "...", "suppressed" : true }, { "name" : "...", "summary" : "GOOD", "explanation" : "...", "suppressed" : true } ], "hostUrl" : "...", "maintenanceMode" : true, "commissionState" : "DECOMMISSIONED", "maintenanceOwners" : [ "CLUSTER", "CLUSTER" ], "config" : { "items" : [ { }, { } ] }, "numCores" : 12345, "numPhysicalCores" : 12345, "totalPhysMemBytes" : 12345, "entityStatus" : "UNKNOWN_HEALTH", "clusterRef" : { "clusterName" : "...", "displayName" : "..." } } ], "authRoles" : [ { "displayName" : "...", "name" : "...", "clusters" : [ { "clusterName" : "...", "displayName" : "..." }, { "clusterName" : "...", "displayName" : "..." } ], "users" : [ { "name" : "..." }, { "name" : "..." } ], "externalUserMappings" : [ { "uuid" : "...", "name" : "...", "type" : "EXTERNAL_PROGRAM" }, { "uuid" : "...", "name" : "...", "type" : "SAML_SCRIPT" } ], "baseRole" : { "displayName" : "...", "name" : "...", "uuid" : "..." }, "uuid" : "...", "isCustom" : true }, { "displayName" : "...", "name" : "...", "clusters" : [ { "clusterName" : "...", "displayName" : "..." }, { "clusterName" : "...", "displayName" : "..." } ], "users" : [ { "name" : "..." }, { "name" : "..." } ], "externalUserMappings" : [ { "uuid" : "...", "name" : "...", "type" : "SAML_SCRIPT" }, { "uuid" : "...", "name" : "...", "type" : "EXTERNAL_PROGRAM" } ], "baseRole" : { "displayName" : "...", "name" : "...", "uuid" : "..." }, "uuid" : "...", "isCustom" : true } ], "externalUserMappings" : [ { "name" : "...", "type" : "SAML_ATTRIBUTE", "uuid" : "...", "authRoles" : [ { "displayName" : "...", "name" : "...", "uuid" : "..." }, { "displayName" : "...", "name" : "...", "uuid" : "..." } ] }, { "name" : "...", "type" : "LDAP", "uuid" : "...", "authRoles" : [ { "displayName" : "...", "name" : "...", "uuid" : "..." }, { "displayName" : "...", "name" : "...", "uuid" : "..." } ] } ], "users" : [ { "name" : "...", "password" : "...", "authRoles" : [ { "displayName" : "...", "name" : "...", "uuid" : "..." }, { "displayName" : "...", "name" : "...", "uuid" : "..." } ], "pwHash" : "...", "pwSalt" : 12345, "pwLogin" : true }, { "name" : "...", "password" : "...", "authRoles" : [ { "displayName" : "...", "name" : "...", "uuid" : "..." }, { "displayName" : "...", "name" : "...", "uuid" : "..." } ], "pwHash" : "...", "pwSalt" : 12345, "pwLogin" : true } ], "versionInfo" : { "version" : "...", "snapshot" : true, "buildUser" : "...", "buildTimestamp" : "...", "gitHash" : "..." }, "managementService" : { "name" : "...", "type" : "...", "clusterRef" : { "clusterName" : "...", "displayName" : "..." }, "serviceState" : "STOPPING", "healthSummary" : "CONCERNING", "configStalenessStatus" : "FRESH", "clientConfigStalenessStatus" : "STALE", "healthChecks" : [ { "name" : "...", "summary" : "NOT_AVAILABLE", "explanation" : "...", "suppressed" : true }, { "name" : "...", "summary" : "NOT_AVAILABLE", "explanation" : "...", "suppressed" : true } ], "serviceUrl" : "...", "roleInstancesUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "CLUSTER", "CLUSTER" ], "config" : { "roleTypeConfigs" : [ { }, { } ], "items" : [ { }, { } ] }, "roles" : [ { "name" : "...", "type" : "...", "hostRef" : { }, "serviceRef" : { }, "roleState" : "STOPPED", "commissionState" : "OFFLINED", "healthSummary" : "BAD", "configStalenessStatus" : "FRESH", "healthChecks" : [ { }, { } ], "haStatus" : "UNKNOWN", "roleUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "HOST", "HOST" ], "config" : { }, "roleConfigGroupRef" : { }, "zooKeeperServerMode" : "REPLICATED_FOLLOWER", "entityStatus" : "STOPPING" }, { "name" : "...", "type" : "...", "hostRef" : { }, "serviceRef" : { }, "roleState" : "NA", "commissionState" : "DECOMMISSIONED", "healthSummary" : "BAD", "configStalenessStatus" : "STALE", "healthChecks" : [ { }, { } ], "haStatus" : "ACTIVE", "roleUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "SERVICE", "SERVICE" ], "config" : { }, "roleConfigGroupRef" : { }, "zooKeeperServerMode" : "REPLICATED_LEADER", "entityStatus" : "STARTING" } ], "displayName" : "...", "roleConfigGroups" : [ { "name" : "...", "roleType" : "...", "base" : true, "config" : { }, "displayName" : "...", "serviceRef" : { } }, { "name" : "...", "roleType" : "...", "base" : true, "config" : { }, "displayName" : "...", "serviceRef" : { } } ], "replicationSchedules" : [ { "hdfsArguments" : { }, "hiveArguments" : { }, "hdfsCloudArguments" : { }, "history" : [ { }, { } ], "active" : true, "hiveCloudArguments" : { }, "id" : 12345, "displayName" : "...", "description" : "...", "startTime" : "...", "endTime" : "...", "interval" : 12345, "intervalUnit" : "DAY", "nextRun" : "...", "paused" : true, "alertOnStart" : true, "alertOnSuccess" : true, "alertOnFail" : true, "alertOnAbort" : true }, { "hdfsArguments" : { }, "hiveArguments" : { }, "hdfsCloudArguments" : { }, "history" : [ { }, { } ], "active" : true, "hiveCloudArguments" : { }, "id" : 12345, "displayName" : "...", "description" : "...", "startTime" : "...", "endTime" : "...", "interval" : 12345, "intervalUnit" : "MINUTE", "nextRun" : "...", "paused" : true, "alertOnStart" : true, "alertOnSuccess" : true, "alertOnFail" : true, "alertOnAbort" : true } ], "snapshotPolicies" : [ { "name" : "...", "description" : "...", "hourlySnapshots" : 12345, "dailySnapshots" : 12345, "weeklySnapshots" : 12345, "monthlySnapshots" : 12345, "yearlySnapshots" : 12345, "minuteOfHour" : 12345, "hoursForHourlySnapshots" : [ 12345, 12345 ], "hourOfDay" : 12345, "dayOfWeek" : 12345, "dayOfMonth" : 12345, "monthOfYear" : 12345, "alertOnStart" : true, "alertOnSuccess" : true, "alertOnFail" : true, "alertOnAbort" : true, "hbaseArguments" : { }, "hdfsArguments" : { }, "lastCommand" : { }, "lastSuccessfulCommand" : { }, "paused" : true }, { "name" : "...", "description" : "...", "hourlySnapshots" : 12345, "dailySnapshots" : 12345, "weeklySnapshots" : 12345, "monthlySnapshots" : 12345, "yearlySnapshots" : 12345, "minuteOfHour" : 12345, "hoursForHourlySnapshots" : [ 12345, 12345 ], "hourOfDay" : 12345, "dayOfWeek" : 12345, "dayOfMonth" : 12345, "monthOfYear" : 12345, "alertOnStart" : true, "alertOnSuccess" : true, "alertOnFail" : true, "alertOnAbort" : true, "hbaseArguments" : { }, "hdfsArguments" : { }, "lastCommand" : { }, "lastSuccessfulCommand" : { }, "paused" : true } ], "entityStatus" : "UNKNOWN_HEALTH" }, "managerSettings" : { "items" : [ { "name" : "...", "value" : "...", "required" : true, "default" : "...", "displayName" : "...", "description" : "...", "relatedName" : "...", "sensitive" : true, "validationState" : "ERROR", "validationMessage" : "...", "validationWarningsSuppressed" : true }, { "name" : "...", "value" : "...", "required" : true, "default" : "...", "displayName" : "...", "description" : "...", "relatedName" : "...", "sensitive" : true, "validationState" : "ERROR", "validationMessage" : "...", "validationWarningsSuppressed" : true } ] }, "allHostsConfig" : { "items" : [ { "name" : "...", "value" : "...", "required" : true, "default" : "...", "displayName" : "...", "description" : "...", "relatedName" : "...", "sensitive" : true, "validationState" : "WARNING", "validationMessage" : "...", "validationWarningsSuppressed" : true }, { "name" : "...", "value" : "...", "required" : true, "default" : "...", "displayName" : "...", "description" : "...", "relatedName" : "...", "sensitive" : true, "validationState" : "WARNING", "validationMessage" : "...", "validationWarningsSuppressed" : true } ] }, "peers" : [ { "name" : "...", "type" : "STATUS_AGGREGATION", "url" : "...", "username" : "...", "password" : "...", "clouderaManagerCreatedUser" : true }, { "name" : "...", "type" : "REPLICATION", "url" : "...", "username" : "...", "password" : "...", "clouderaManagerCreatedUser" : true } ], "hostTemplates" : { "items" : [ { "name" : "...", "clusterRef" : { }, "roleConfigGroupRefs" : [ { }, { } ] }, { "name" : "...", "clusterRef" : { }, "roleConfigGroupRefs" : [ { }, { } ] } ] }, "dataContexts" : { "items" : [ { "name" : "...", "displayName" : "...", "nameservice" : "...", "createdTime" : "...", "lastModifiedTime" : "...", "services" : [ { }, { } ], "servicesDetails" : [ { }, { } ], "supportedServiceTypes" : [ "...", "..." ], "allowedClusterVersions" : [ { }, { } ], "configStalenessStatus" : "STALE", "clientConfigStalenessStatus" : "FRESH", "healthSummary" : "GOOD" }, { "name" : "...", "displayName" : "...", "nameservice" : "...", "createdTime" : "...", "lastModifiedTime" : "...", "services" : [ { }, { } ], "servicesDetails" : [ { }, { } ], "supportedServiceTypes" : [ "...", "..." ], "allowedClusterVersions" : [ { }, { } ], "configStalenessStatus" : "FRESH", "clientConfigStalenessStatus" : "STALE_REFRESHABLE", "healthSummary" : "DISABLED" } ] } }