Data Source: oci_osmanagement_managed_instance
This data source provides details about a specific Managed Instance resource in Oracle Cloud Infrastructure OS Management service.
Returns a specific Managed Instance.
Example Usage
data "oci_osmanagement_managed_instance" "test_managed_instance" {
#Required
managed_instance_id = oci_osmanagement_managed_instance.test_managed_instance.id
}
Argument Reference
The following arguments are supported:
managed_instance_id
- (Required) OCID for the managed instance
Attributes Reference
The following attributes are exported:
autonomous
- if present, indicates the Managed Instance is an autonomous instance. Holds all the Autonomous specific informationis_auto_update_enabled
- True if daily updates are enabled
bug_updates_available
- Number of bug fix type updates available to be installedchild_software_sources
- list of child Software Sources attached to the Managed Instanceid
- software source identifiername
- software source name
compartment_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 creation
notification_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 Instanceid
- software source identifiername
- software source name
scheduled_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