Data Source: oci_ocvp_management_appliances
This data source provides the list of Management Appliances in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
Lists management appliances in compartment specified. List can be filtered by management appliance, compartment, name and lifecycle state.
Example Usage
data "oci_ocvp_management_appliances" "test_management_appliances" {
#Required
compartment_id = var.compartment_id
#Optional
display_name = var.management_appliance_display_name
management_appliance_id = oci_ocvp_management_appliance.test_management_appliance.id
sddc_id = oci_ocvp_sddc.test_sddc.id
state = var.management_appliance_state
}
Argument Reference
The following arguments are supported:
compartment_id- (Required) The OCID of the compartment.display_name- (Optional) A filter to return only resources that match the given display name exactly.management_appliance_id- (Optional) The OCID of the management appliance.sddc_id- (Optional) The OCID of the SDDC.state- (Optional) The lifecycle state of the management appliance.
Attributes Reference
The following attributes are exported:
management_appliance_collection- The list of management_appliance_collection.
ManagementAppliance Reference
The following attributes are exported:
compartment_id- The OCID of compartment in OCI, that this appliance is going to be created in.compute_instance_id- The OCID of compute instance of management appliance in OCI.configuration- Configuration of management appliance.is_log_ingestion_enabled- Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.is_metrics_collection_enabled- Is metrics collection and publishing is enabled for appliance.metrics- Array of metrics ids to collect.support_bundle_bucket_id- The OCID of support bundle Object Storage bucket.
connections- Array of connections for management appliance.credentials_secret_id- The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.type- Type of connection.
defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:{"Operations.CostCenter": "42"}display_name- A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.freeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:{"Department": "Finance"}heartbeat_connection_states- Current states of connections.details- Information about current connection status.state- Current connection status.type- Type of connection.
id- The OCID of management appliance.lifecycle_details- Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.management_agent_id- The OCID of management agent, that this appliance is running in.plugin_version- Current version of OCVS management plugin installed by Management Agent. As soon as OCVS service team publishes a new version OCVS management plugin (ocvs-ma-plugin-.zip) to Management Agent service, the service distributes it to Management Appliances owned by customers. This field shows which version of the OCVS management plugin is currently installed and running for this customer. sddc_id- The OCID of SDDC in OCI, that this appliance is going to be registered in.state- Current state of the management appliance.system_tags- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:{orcl-cloud: {free-tier-retain: true}}time_configuration_updated- The date and time the configuration of management appliance was last updated in the format defined by RFC3339.time_created- The date and time the management appliance was created in the format defined by RFC3339.time_last_heartbeat- The date and time the management appliance has last received heartbeat in the format defined by RFC3339.time_updated- The date and time the management appliance was last updated in the format defined by RFC3339.