AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. To view this page for the AWS CLI version 2, click here. For more information see the AWS CLI version 2 installation instructions and migration guide.
Gets information about a specific Autonomous VM cluster.
See also: AWS API Documentation
get-cloud-autonomous-vm-cluster
--cloud-autonomous-vm-cluster-id <value>
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
--cloud-autonomous-vm-cluster-id
(string)
The unique identifier of the Autonomous VM cluster to retrieve information about.
--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. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
--debug
(boolean)
Turn on debug logging.
--endpoint-url
(string)
Override command’s default URL with the given URL.
--no-verify-ssl
(boolean)
By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.
--no-paginate
(boolean)
Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.
--output
(string)
The formatting style for command output.
--query
(string)
A JMESPath query to use in filtering the response data.
--profile
(string)
Use a specific profile from your credential file.
--region
(string)
The region to use. Overrides config/env settings.
--version
(string)
Display the version of this tool.
--color
(string)
Turn on/off color output.
--no-sign-request
(boolean)
Do not sign requests. Credentials will not be loaded if this argument is provided.
--ca-bundle
(string)
The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.
--cli-read-timeout
(int)
The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.
--cli-connect-timeout
(int)
The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.
cloudAutonomousVmCluster -> (structure)
The details of the requested Autonomous VM cluster.
cloudAutonomousVmClusterId -> (string)
The unique identifier of the Autonomous VM cluster.cloudAutonomousVmClusterArn -> (string)
The Amazon Resource Name (ARN) for the Autonomous VM cluster.odbNetworkId -> (string)
The unique identifier of the ODB network associated with this Autonomous VM cluster.ociResourceAnchorName -> (string)
The name of the OCI resource anchor associated with this Autonomous VM cluster.percentProgress -> (float)
The progress of the current operation on the Autonomous VM cluster, as a percentage.displayName -> (string)
The display name of the Autonomous VM cluster.status -> (string)
The current state of the Autonomous VM cluster. Possible values includeCREATING
,AVAILABLE
,UPDATING
,DELETING
,DELETED
,FAILED
.statusReason -> (string)
Additional information about the current status of the Autonomous VM cluster.cloudExadataInfrastructureId -> (string)
The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.autonomousDataStoragePercentage -> (float)
The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.autonomousDataStorageSizeInTBs -> (double)
The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.availableAutonomousDataStorageSizeInTBs -> (double)
The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.availableContainerDatabases -> (integer)
The number of Autonomous CDBs that you can create with the currently available storage.availableCpus -> (float)
The number of CPU cores available for allocation to Autonomous Databases.computeModel -> (string)
The compute model of the Autonomous VM cluster: ECPU or OCPU.cpuCoreCount -> (integer)
The total number of CPU cores in the Autonomous VM cluster.cpuCoreCountPerNode -> (integer)
The number of CPU cores enabled per node in the Autonomous VM cluster.cpuPercentage -> (float)
The percentage of total CPU cores currently in use in the Autonomous VM cluster.dataStorageSizeInGBs -> (double)
The total data storage allocated to the Autonomous VM cluster, in GB.dataStorageSizeInTBs -> (double)
The total data storage allocated to the Autonomous VM cluster, in TB.dbNodeStorageSizeInGBs -> (integer)
The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).dbServers -> (list)
The list of database servers associated with the Autonomous VM cluster.
(string)
description -> (string)
The user-provided description of the Autonomous VM cluster.domain -> (string)
The domain name for the Autonomous VM cluster.exadataStorageInTBsLowestScaledValue -> (double)
The minimum value to which you can scale down the Exadata storage, in TB.hostname -> (string)
The hostname for the Autonomous VM cluster.ocid -> (string)
The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.ociUrl -> (string)
The URL for accessing the OCI console page for this Autonomous VM cluster.isMtlsEnabledVmCluster -> (boolean)
Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.licenseModel -> (string)
The Oracle license model that applies to the Autonomous VM cluster. Valid values areLICENSE_INCLUDED
orBRING_YOUR_OWN_LICENSE
.maintenanceWindow -> (structure)
The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
customActionTimeoutInMins -> (integer)
The custom action timeout in minutes for the maintenance window.daysOfWeek -> (list)
The days of the week when maintenance can be performed.
(structure)
An enumeration of days of the week used for scheduling maintenance windows.
name -> (string)
The name of the day of the week.hoursOfDay -> (list)
The hours of the day when maintenance can be performed.
(integer)
isCustomActionTimeoutEnabled -> (boolean)
Indicates whether custom action timeout is enabled for the maintenance window.leadTimeInWeeks -> (integer)
The lead time in weeks before the maintenance window.months -> (list)
The months when maintenance can be performed.
(structure)
An enumeration of months used for scheduling maintenance windows.
name -> (string)
The name of the month.patchingMode -> (string)
The patching mode for the maintenance window.preference -> (string)
The preference for the maintenance window scheduling.skipRu -> (boolean)
Indicates whether to skip release updates during maintenance.weeksOfMonth -> (list)
The weeks of the month when maintenance can be performed.
(integer)
maxAcdsLowestScaledValue -> (integer)
The minimum value to which you can scale down the maximum number of Autonomous CDBs.memoryPerOracleComputeUnitInGBs -> (integer)
The amount of memory allocated per Oracle Compute Unit, in GB.memorySizeInGBs -> (integer)
The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).nodeCount -> (integer)
The number of database server nodes in the Autonomous VM cluster.nonProvisionableAutonomousContainerDatabases -> (integer)
The number of Autonomous CDBs that can’t be provisioned because of resource constraints.provisionableAutonomousContainerDatabases -> (integer)
The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.provisionedAutonomousContainerDatabases -> (integer)
The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.provisionedCpus -> (float)
The number of CPU cores currently provisioned in the Autonomous VM cluster.reclaimableCpus -> (float)
The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.reservedCpus -> (float)
The number of CPU cores reserved for system operations and redundancy.scanListenerPortNonTls -> (integer)
The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.scanListenerPortTls -> (integer)
The SCAN listener port for TLS (TCP) protocol. The default is 2484.shape -> (string)
The shape of the Exadata infrastructure for the Autonomous VM cluster.createdAt -> (timestamp)
The date and time when the Autonomous VM cluster was created.timeDatabaseSslCertificateExpires -> (timestamp)
The expiration date and time of the database SSL certificate.timeOrdsCertificateExpires -> (timestamp)
The expiration date and time of the Oracle REST Data Services (ORDS) certificate.timeZone -> (string)
The time zone of the Autonomous VM cluster.totalContainerDatabases -> (integer)
The total number of Autonomous Container Databases that can be created with the allocated local storage.