» Data Source: oci_database_db_system_patch_history_entries

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

Gets the history of the patch actions performed on the specified DB system.

» Example Usage

data "oci_database_db_system_patch_history_entries" "test_db_system_patch_history_entries" {
    #Required
    db_system_id = "${oci_database_db_system.test_db_system.id}"
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

The following attributes are exported:

» DbSystemPatchHistoryEntry 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.