This data source provides details about a specific Instance Maintenance Reboot resource in Oracle Cloud Infrastructure Core service.
Gets the maximum possible date that a maintenance reboot can be extended. For more information, see Infrastructure Maintenance.
data "oci_core_instance_maintenance_reboot" "test_instance_maintenance_reboot" {
#Required
instance_id = oci_core_instance.test_instance.id
}
The following arguments are supported:
instance_id
- (Required) The OCID of the instance.The following attributes are exported:
time_maintenance_reboot_due_max
- The maximum extension date and time for the maintenance reboot, in the format defined by RFC3339. The range for the maintenance extension is between 1 and 14 days from the initial scheduled maintenance date. Example: 2018-05-25T21:10:29.600Z