» Data Source: oci_database_db_home_patch_history_entries

This data source provides the list of Db Home Patch History Entries in Oracle Cloud Infrastructure Database service.

Gets history of the actions taken for patches for the specified database home.

» Example Usage

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}"
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

The following attributes are exported:

» DbHomePatchHistoryEntry Reference

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.
  • state - The current state of the action.
  • time_ended - The date and time when the patch action completed.
  • time_started - The date and time when the patch action started.