describe-upgrade-database¶
- subtitle
Describes the upgrade availability.
- version
0.9.126
Description¶
Describes the upgrade availability for an operational database.
Synopsis¶
describe-upgrade-database
--environment <value>
--database <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--environment
(string)
The name or CRN of the environment.
--database
(string)
The name or CRN of the database.
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
statusReason -> (string)
The reason whether upgrade request is accepted or why it is not possible.
currentComponentVersion -> (object)
Versions of the CDP runtime and Operating system components.
cm -> (string)
Version of Cloudera Manager.
cdp -> (string)
CDP Runtime version.
os -> (string)
Operation System name and version.
osPatchLevel -> (string)
Operation System patch level.
availableComponentVersions -> (array)
List of available versions for upgrade.
item -> (object)
Versions of the CDP runtime and Operating system components.
cm -> (string)
Version of Cloudera Manager.
cdp -> (string)
CDP Runtime version.
os -> (string)
Operation System name and version.
osPatchLevel -> (string)
Operation System patch level.
isOSUpgradeAvailable -> (boolean)
Is an OS upgrade available.
isRuntimeUpgradeAvailable -> (boolean)
Is a CDP Runtime upgrade available.
Form Factors¶
public