This data source provides details about a specific Managed Instance resource in Oracle Cloud Infrastructure OS Management service.
Returns a specific Managed Instance.
data "oci_osmanagement_managed_instance" "test_managed_instance" {
#Required
managed_instance_id = oci_osmanagement_managed_instance.test_managed_instance.id
}
The following arguments are supported:
managed_instance_id
- (Required) OCID for the managed instanceThe following attributes are exported:
autonomous
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific information
is_auto_update_enabled
- True if daily updates are enabledbug_updates_available
- Number of bug fix type updates available to be installedchild_software_sources
- list of child Software Sources attached to the Managed Instance
id
- software source identifiername
- software source namecompartment_id
- OCID for the Compartmentdescription
- Information specified by the user about the managed instancedisplay_name
- Managed Instance identifierenhancement_updates_available
- Number of enhancement type updates available to be installedid
- OCID for the managed instanceis_data_collection_authorized
- True if user allow data collection for this instanceis_reboot_required
- Indicates whether a reboot is required to complete installation of updates.ksplice_effective_kernel_version
- The ksplice effective kernel versionlast_boot
- Time at which the instance last bootedlast_checkin
- Time at which the instance last checked inmanaged_instance_groups
- The ids of the managed instance groups of which this instance is a member.
display_name
- User friendly nameid
- unique identifier that is immutable on creationnotification_topic_id
- OCID of the ONS topic used to send notification to usersos_family
- The Operating System type of the managed instance.os_kernel_version
- Operating System Kernel Versionos_name
- Operating System Nameos_version
- Operating System Versionother_updates_available
- Number of non-classified updates available to be installedparent_software_source
- the parent (base) Software Source attached to the Managed Instance
id
- software source identifiername
- software source namescheduled_job_count
- Number of scheduled jobs associated with this instancesecurity_updates_available
- Number of security type updates available to be installedstatus
- status of the managed instance.updates_available
- Number of updates available to be installedwork_request_count
- Number of work requests associated with this instance