This data source provides details about a specific Managed Instance Group resource in Oracle Cloud Infrastructure Os Management Hub service.
Gets information about the specified managed instance group.
data "oci_os_management_hub_managed_instance_group" "test_managed_instance_group" {
#Required
managed_instance_group_id = oci_os_management_hub_managed_instance_group.test_managed_instance_group.id
}
The following arguments are supported:
managed_instance_group_id
- (Required) The managed instance group OCID.The following attributes are exported:
arch_type
- The CPU architecture of the instances in the managed instance group.compartment_id
- The OCID of the tenancy containing the managed instance group.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"}
description
- Details describing the managed instance group.display_name
- A user-friendly name. Does not have to be unique, and it's changeable. 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"}
id
- The managed instance group OCID that is immutable on creation.managed_instance_count
- The number of Managed Instances in the managed instance group.managed_instance_ids
- The list of managed instances OCIDs attached to the managed instance group.os_family
- The operating system type of the instances in the managed instance group.pending_job_count
- The number of scheduled jobs pending against the managed instance group.software_source_ids
- The list of software source OCIDs that the managed instance group will use.software_sources
- The list of software sources that the managed instance group will use.
description
- Software source description.display_name
- Software source name.id
- The OCID of the software source.software_source_type
- Type of the software source.state
- The current state of the managed instance group.system_tags
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created
- The time the managed instance group was created. An RFC3339 formatted datetime string.time_modified
- The time the managed instance group was last modified. An RFC3339 formatted datetime string.vendor_name
- The software source vendor name.