This data source provides the list of Db Home Patch History Entries in Oracle Cloud Infrastructure Database service.
Lists the history of patch operations on the specified Database Home.
data "oci_database_db_home_patch_history_entries" "test_db_home_patch_history_entries" {
#Required
db_home_id = oci_database_db_home.test_db_home.id
}
The following arguments are supported:
db_home_id
- (Required) The Database Home OCID.The following attributes are exported:
patch_history_entries
- The list of patch_history_entries.The following attributes are exported:
action
- The action being performed or was completed.id
- The OCID of the patch history entry.lifecycle_details
- A descriptive text associated with the lifecycleState. Typically contains additional displayable text. patch_id
- The OCID of the patch.patch_type
- The type of Patch operation.state
- The current state of the action.time_ended
- The date and time when the patch action completedtime_started
- The date and time when the patch action started.