Data Source: oci_os_management_hub_managed_instance_group
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.
Example Usage
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
}
Argument Reference
The following arguments are supported:
managed_instance_group_id- (Required) The OCID of the managed instance group.
Attributes Reference
The following attributes are exported:
arch_type- The CPU architecture of the instances in the managed instance group.autonomous_settings- Settings for the Autonomous Linux service.is_data_collection_authorized- Indicates whether Autonomous Linux will collect crash files. This setting can be changed by the user.scheduled_job_id- The OCID of the restricted scheduled job associated with this instance. This value cannot be deleted by the user.
compartment_id- The OCID of the compartment that contains 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- User-specified information about the managed instance group.display_name- A user-friendly name for the managed instance group.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 OCID of the managed instance group.is_managed_by_autonomous_linux- Indicates whether the Autonomous Linux service manages the group.location- The location of managed instances attached to the group.managed_instance_count- The number of managed instances in the group.managed_instance_ids- The list of managed instance OCIDs attached to the managed instance group.notification_topic_id- The OCID for the Oracle Notifications service (ONS) topic. ONS is the channel used to send notifications to the customer.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.is_mandatory_for_autonomous_linux- Indicates whether this is a required software source for Autonomous Linux instances. If true, the user can’t unselect it.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 (in RFC 3339 format).time_modified- The time the managed instance group was last modified (in RFC 3339 format).vendor_name- The vendor of the operating system used by the managed instances in the group.