1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getDatabaseMaintenanceRunHistory
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

oci.Database.getDatabaseMaintenanceRunHistory

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

    This data source provides details about a specific Maintenance Run History resource in Oracle Cloud Infrastructure Database service.

    Gets information about the specified maintenance run history.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testMaintenanceRunHistory = oci.Database.getDatabaseMaintenanceRunHistory({
        maintenanceRunHistoryId: testMaintenanceRunHistoryOciDatabaseMaintenanceRunHistory.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_maintenance_run_history = oci.Database.get_database_maintenance_run_history(maintenance_run_history_id=test_maintenance_run_history_oci_database_maintenance_run_history["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := database.GetDatabaseMaintenanceRunHistory(ctx, &database.GetDatabaseMaintenanceRunHistoryArgs{
    			MaintenanceRunHistoryId: testMaintenanceRunHistoryOciDatabaseMaintenanceRunHistory.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testMaintenanceRunHistory = Oci.Database.GetDatabaseMaintenanceRunHistory.Invoke(new()
        {
            MaintenanceRunHistoryId = testMaintenanceRunHistoryOciDatabaseMaintenanceRunHistory.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Database.DatabaseFunctions;
    import com.pulumi.oci.Database.inputs.GetDatabaseMaintenanceRunHistoryArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testMaintenanceRunHistory = DatabaseFunctions.getDatabaseMaintenanceRunHistory(GetDatabaseMaintenanceRunHistoryArgs.builder()
                .maintenanceRunHistoryId(testMaintenanceRunHistoryOciDatabaseMaintenanceRunHistory.id())
                .build());
    
        }
    }
    
    variables:
      testMaintenanceRunHistory:
        fn::invoke:
          function: oci:Database:getDatabaseMaintenanceRunHistory
          arguments:
            maintenanceRunHistoryId: ${testMaintenanceRunHistoryOciDatabaseMaintenanceRunHistory.id}
    

    Using getDatabaseMaintenanceRunHistory

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDatabaseMaintenanceRunHistory(args: GetDatabaseMaintenanceRunHistoryArgs, opts?: InvokeOptions): Promise<GetDatabaseMaintenanceRunHistoryResult>
    function getDatabaseMaintenanceRunHistoryOutput(args: GetDatabaseMaintenanceRunHistoryOutputArgs, opts?: InvokeOptions): Output<GetDatabaseMaintenanceRunHistoryResult>
    def get_database_maintenance_run_history(maintenance_run_history_id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetDatabaseMaintenanceRunHistoryResult
    def get_database_maintenance_run_history_output(maintenance_run_history_id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseMaintenanceRunHistoryResult]
    func GetDatabaseMaintenanceRunHistory(ctx *Context, args *GetDatabaseMaintenanceRunHistoryArgs, opts ...InvokeOption) (*GetDatabaseMaintenanceRunHistoryResult, error)
    func GetDatabaseMaintenanceRunHistoryOutput(ctx *Context, args *GetDatabaseMaintenanceRunHistoryOutputArgs, opts ...InvokeOption) GetDatabaseMaintenanceRunHistoryResultOutput

    > Note: This function is named GetDatabaseMaintenanceRunHistory in the Go SDK.

    public static class GetDatabaseMaintenanceRunHistory 
    {
        public static Task<GetDatabaseMaintenanceRunHistoryResult> InvokeAsync(GetDatabaseMaintenanceRunHistoryArgs args, InvokeOptions? opts = null)
        public static Output<GetDatabaseMaintenanceRunHistoryResult> Invoke(GetDatabaseMaintenanceRunHistoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDatabaseMaintenanceRunHistoryResult> getDatabaseMaintenanceRunHistory(GetDatabaseMaintenanceRunHistoryArgs args, InvokeOptions options)
    public static Output<GetDatabaseMaintenanceRunHistoryResult> getDatabaseMaintenanceRunHistory(GetDatabaseMaintenanceRunHistoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Database/getDatabaseMaintenanceRunHistory:getDatabaseMaintenanceRunHistory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MaintenanceRunHistoryId string
    The maintenance run history OCID.
    MaintenanceRunHistoryId string
    The maintenance run history OCID.
    maintenanceRunHistoryId String
    The maintenance run history OCID.
    maintenanceRunHistoryId string
    The maintenance run history OCID.
    maintenance_run_history_id str
    The maintenance run history OCID.
    maintenanceRunHistoryId String
    The maintenance run history OCID.

    getDatabaseMaintenanceRunHistory Result

    The following output properties are available:

    CurrentExecutionWindow string
    The OCID of the current execution window.
    DbServersHistoryDetails List<GetDatabaseMaintenanceRunHistoryDbServersHistoryDetail>
    List of database server history details.
    GranularMaintenanceHistories List<GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistory>
    The list of granular maintenance history details.
    Id string
    The provider-assigned unique ID for this managed resource.
    MaintenanceRunDetails List<GetDatabaseMaintenanceRunHistoryMaintenanceRunDetail>
    Details of a maintenance run.
    MaintenanceRunHistoryId string
    CurrentExecutionWindow string
    The OCID of the current execution window.
    DbServersHistoryDetails []GetDatabaseMaintenanceRunHistoryDbServersHistoryDetail
    List of database server history details.
    GranularMaintenanceHistories []GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistory
    The list of granular maintenance history details.
    Id string
    The provider-assigned unique ID for this managed resource.
    MaintenanceRunDetails []GetDatabaseMaintenanceRunHistoryMaintenanceRunDetail
    Details of a maintenance run.
    MaintenanceRunHistoryId string
    currentExecutionWindow String
    The OCID of the current execution window.
    dbServersHistoryDetails List<GetMaintenanceRunHistoryDbServersHistoryDetail>
    List of database server history details.
    granularMaintenanceHistories List<GetMaintenanceRunHistoryGranularMaintenanceHistory>
    The list of granular maintenance history details.
    id String
    The provider-assigned unique ID for this managed resource.
    maintenanceRunDetails List<GetMaintenanceRunHistoryMaintenanceRunDetail>
    Details of a maintenance run.
    maintenanceRunHistoryId String
    currentExecutionWindow string
    The OCID of the current execution window.
    dbServersHistoryDetails GetDatabaseMaintenanceRunHistoryDbServersHistoryDetail[]
    List of database server history details.
    granularMaintenanceHistories GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistory[]
    The list of granular maintenance history details.
    id string
    The provider-assigned unique ID for this managed resource.
    maintenanceRunDetails GetDatabaseMaintenanceRunHistoryMaintenanceRunDetail[]
    Details of a maintenance run.
    maintenanceRunHistoryId string
    currentExecutionWindow String
    The OCID of the current execution window.
    dbServersHistoryDetails List<Property Map>
    List of database server history details.
    granularMaintenanceHistories List<Property Map>
    The list of granular maintenance history details.
    id String
    The provider-assigned unique ID for this managed resource.
    maintenanceRunDetails List<Property Map>
    Details of a maintenance run.
    maintenanceRunHistoryId String

    Supporting Types

    GetDatabaseMaintenanceRunHistoryDbServersHistoryDetail

    DbServerPatchingDetails List<GetDatabaseMaintenanceRunHistoryDbServersHistoryDetailDbServerPatchingDetail>
    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
    DisplayName string
    The user-friendly name for the maintenance run.
    Id string
    The OCID of the maintenance run.
    DbServerPatchingDetails []GetDatabaseMaintenanceRunHistoryDbServersHistoryDetailDbServerPatchingDetail
    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
    DisplayName string
    The user-friendly name for the maintenance run.
    Id string
    The OCID of the maintenance run.
    dbServerPatchingDetails List<GetMaintenanceRunHistoryDbServersHistoryDetailDbServerPatchingDetail>
    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
    displayName String
    The user-friendly name for the maintenance run.
    id String
    The OCID of the maintenance run.
    dbServerPatchingDetails GetDatabaseMaintenanceRunHistoryDbServersHistoryDetailDbServerPatchingDetail[]
    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
    displayName string
    The user-friendly name for the maintenance run.
    id string
    The OCID of the maintenance run.
    db_server_patching_details Sequence[database.GetDatabaseMaintenanceRunHistoryDbServersHistoryDetailDbServerPatchingDetail]
    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
    display_name str
    The user-friendly name for the maintenance run.
    id str
    The OCID of the maintenance run.
    dbServerPatchingDetails List<Property Map>
    The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
    displayName String
    The user-friendly name for the maintenance run.
    id String
    The OCID of the maintenance run.

    GetDatabaseMaintenanceRunHistoryDbServersHistoryDetailDbServerPatchingDetail

    EstimatedPatchDuration int
    Estimated time, in minutes, to patch one database server.
    PatchingStatus string
    The status of the patching operation.
    TimePatchingEnded string
    The time when the patching operation ended.
    TimePatchingStarted string
    The time when the patching operation started.
    EstimatedPatchDuration int
    Estimated time, in minutes, to patch one database server.
    PatchingStatus string
    The status of the patching operation.
    TimePatchingEnded string
    The time when the patching operation ended.
    TimePatchingStarted string
    The time when the patching operation started.
    estimatedPatchDuration Integer
    Estimated time, in minutes, to patch one database server.
    patchingStatus String
    The status of the patching operation.
    timePatchingEnded String
    The time when the patching operation ended.
    timePatchingStarted String
    The time when the patching operation started.
    estimatedPatchDuration number
    Estimated time, in minutes, to patch one database server.
    patchingStatus string
    The status of the patching operation.
    timePatchingEnded string
    The time when the patching operation ended.
    timePatchingStarted string
    The time when the patching operation started.
    estimated_patch_duration int
    Estimated time, in minutes, to patch one database server.
    patching_status str
    The status of the patching operation.
    time_patching_ended str
    The time when the patching operation ended.
    time_patching_started str
    The time when the patching operation started.
    estimatedPatchDuration Number
    Estimated time, in minutes, to patch one database server.
    patchingStatus String
    The status of the patching operation.
    timePatchingEnded String
    The time when the patching operation ended.
    timePatchingStarted String
    The time when the patching operation started.

    GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistory

    executionActions List<Property Map>
    The list of execution actions for this granular maintenance history.
    executionWindows List<Property Map>
    Details of an execution window.

    GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionAction

    ActionMembers List<GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionActionActionMember>
    List of action members of this execution action.
    ActionParams Dictionary<string, string>
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    ActionType string
    The action type of the execution action being performed
    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Description string
    Description of the maintenance run.
    DisplayName string
    The user-friendly name for the maintenance run.
    EstimatedTimeInMins int
    The estimated time of the execution window in minutes.
    ExecutionActionOrder int
    The priority order of the execution action.
    ExecutionWindowId string
    The OCID of the execution window resource the execution action belongs to.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the maintenance run.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleSubstate string
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    State string
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    TimeCreated string
    The date and time the execution window was created.
    TimeUpdated string
    The last date and time that the execution window was updated.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    ActionMembers []GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionActionActionMember
    List of action members of this execution action.
    ActionParams map[string]string
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    ActionType string
    The action type of the execution action being performed
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Description string
    Description of the maintenance run.
    DisplayName string
    The user-friendly name for the maintenance run.
    EstimatedTimeInMins int
    The estimated time of the execution window in minutes.
    ExecutionActionOrder int
    The priority order of the execution action.
    ExecutionWindowId string
    The OCID of the execution window resource the execution action belongs to.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the maintenance run.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleSubstate string
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    State string
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    TimeCreated string
    The date and time the execution window was created.
    TimeUpdated string
    The last date and time that the execution window was updated.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    actionMembers List<GetMaintenanceRunHistoryGranularMaintenanceHistoryExecutionActionActionMember>
    List of action members of this execution action.
    actionParams Map<String,String>
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    actionType String
    The action type of the execution action being performed
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description String
    Description of the maintenance run.
    displayName String
    The user-friendly name for the maintenance run.
    estimatedTimeInMins Integer
    The estimated time of the execution window in minutes.
    executionActionOrder Integer
    The priority order of the execution action.
    executionWindowId String
    The OCID of the execution window resource the execution action belongs to.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the maintenance run.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleSubstate String
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state String
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    timeCreated String
    The date and time the execution window was created.
    timeUpdated String
    The last date and time that the execution window was updated.
    totalTimeTakenInMins Integer
    The total time taken by corresponding resource activity in minutes.
    actionMembers GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionActionActionMember[]
    List of action members of this execution action.
    actionParams {[key: string]: string}
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    actionType string
    The action type of the execution action being performed
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description string
    Description of the maintenance run.
    displayName string
    The user-friendly name for the maintenance run.
    estimatedTimeInMins number
    The estimated time of the execution window in minutes.
    executionActionOrder number
    The priority order of the execution action.
    executionWindowId string
    The OCID of the execution window resource the execution action belongs to.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the maintenance run.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    lifecycleSubstate string
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state string
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    timeCreated string
    The date and time the execution window was created.
    timeUpdated string
    The last date and time that the execution window was updated.
    totalTimeTakenInMins number
    The total time taken by corresponding resource activity in minutes.
    action_members Sequence[database.GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionActionActionMember]
    List of action members of this execution action.
    action_params Mapping[str, str]
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    action_type str
    The action type of the execution action being performed
    compartment_id str
    The OCID of the compartment.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description str
    Description of the maintenance run.
    display_name str
    The user-friendly name for the maintenance run.
    estimated_time_in_mins int
    The estimated time of the execution window in minutes.
    execution_action_order int
    The priority order of the execution action.
    execution_window_id str
    The OCID of the execution window resource the execution action belongs to.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the maintenance run.
    lifecycle_details str
    Additional information about the current lifecycle state.
    lifecycle_substate str
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state str
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    time_created str
    The date and time the execution window was created.
    time_updated str
    The last date and time that the execution window was updated.
    total_time_taken_in_mins int
    The total time taken by corresponding resource activity in minutes.
    actionMembers List<Property Map>
    List of action members of this execution action.
    actionParams Map<String>
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    actionType String
    The action type of the execution action being performed
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description String
    Description of the maintenance run.
    displayName String
    The user-friendly name for the maintenance run.
    estimatedTimeInMins Number
    The estimated time of the execution window in minutes.
    executionActionOrder Number
    The priority order of the execution action.
    executionWindowId String
    The OCID of the execution window resource the execution action belongs to.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the maintenance run.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleSubstate String
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state String
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    timeCreated String
    The date and time the execution window was created.
    timeUpdated String
    The last date and time that the execution window was updated.
    totalTimeTakenInMins Number
    The total time taken by corresponding resource activity in minutes.

    GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionActionActionMember

    EstimatedTimeInMins int
    The estimated time of the execution window in minutes.
    MemberId string
    The OCID of the parent resource the execution action belongs to.
    MemberOrder int
    The priority order of the execution action member.
    Status string
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    EstimatedTimeInMins int
    The estimated time of the execution window in minutes.
    MemberId string
    The OCID of the parent resource the execution action belongs to.
    MemberOrder int
    The priority order of the execution action member.
    Status string
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    estimatedTimeInMins Integer
    The estimated time of the execution window in minutes.
    memberId String
    The OCID of the parent resource the execution action belongs to.
    memberOrder Integer
    The priority order of the execution action member.
    status String
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    totalTimeTakenInMins Integer
    The total time taken by corresponding resource activity in minutes.
    estimatedTimeInMins number
    The estimated time of the execution window in minutes.
    memberId string
    The OCID of the parent resource the execution action belongs to.
    memberOrder number
    The priority order of the execution action member.
    status string
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    totalTimeTakenInMins number
    The total time taken by corresponding resource activity in minutes.
    estimated_time_in_mins int
    The estimated time of the execution window in minutes.
    member_id str
    The OCID of the parent resource the execution action belongs to.
    member_order int
    The priority order of the execution action member.
    status str
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    total_time_taken_in_mins int
    The total time taken by corresponding resource activity in minutes.
    estimatedTimeInMins Number
    The estimated time of the execution window in minutes.
    memberId String
    The OCID of the parent resource the execution action belongs to.
    memberOrder Number
    The priority order of the execution action member.
    status String
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    totalTimeTakenInMins Number
    The total time taken by corresponding resource activity in minutes.

    GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionWindow

    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Description string
    Description of the maintenance run.
    DisplayName string
    The user-friendly name for the maintenance run.
    EstimatedTimeInMins int
    The estimated time of the execution window in minutes.
    ExecutionResourceId string
    The OCID of the execution resource the execution window belongs to.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the maintenance run.
    IsEnforcedDuration bool
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleSubstate string
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    State string
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    TimeCreated string
    The date and time the execution window was created.
    TimeEnded string
    The date and time the maintenance run was completed.
    TimeScheduled string
    The date and time the maintenance run is scheduled to occur.
    TimeStarted string
    The date and time the maintenance run starts.
    TimeUpdated string
    The last date and time that the execution window was updated.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    WindowDurationInMins int
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    WindowType string
    The execution window is of PLANNED or UNPLANNED type.
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Description string
    Description of the maintenance run.
    DisplayName string
    The user-friendly name for the maintenance run.
    EstimatedTimeInMins int
    The estimated time of the execution window in minutes.
    ExecutionResourceId string
    The OCID of the execution resource the execution window belongs to.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the maintenance run.
    IsEnforcedDuration bool
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleSubstate string
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    State string
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    TimeCreated string
    The date and time the execution window was created.
    TimeEnded string
    The date and time the maintenance run was completed.
    TimeScheduled string
    The date and time the maintenance run is scheduled to occur.
    TimeStarted string
    The date and time the maintenance run starts.
    TimeUpdated string
    The last date and time that the execution window was updated.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    WindowDurationInMins int
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    WindowType string
    The execution window is of PLANNED or UNPLANNED type.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description String
    Description of the maintenance run.
    displayName String
    The user-friendly name for the maintenance run.
    estimatedTimeInMins Integer
    The estimated time of the execution window in minutes.
    executionResourceId String
    The OCID of the execution resource the execution window belongs to.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the maintenance run.
    isEnforcedDuration Boolean
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleSubstate String
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state String
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    timeCreated String
    The date and time the execution window was created.
    timeEnded String
    The date and time the maintenance run was completed.
    timeScheduled String
    The date and time the maintenance run is scheduled to occur.
    timeStarted String
    The date and time the maintenance run starts.
    timeUpdated String
    The last date and time that the execution window was updated.
    totalTimeTakenInMins Integer
    The total time taken by corresponding resource activity in minutes.
    windowDurationInMins Integer
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    windowType String
    The execution window is of PLANNED or UNPLANNED type.
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description string
    Description of the maintenance run.
    displayName string
    The user-friendly name for the maintenance run.
    estimatedTimeInMins number
    The estimated time of the execution window in minutes.
    executionResourceId string
    The OCID of the execution resource the execution window belongs to.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the maintenance run.
    isEnforcedDuration boolean
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    lifecycleSubstate string
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state string
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    timeCreated string
    The date and time the execution window was created.
    timeEnded string
    The date and time the maintenance run was completed.
    timeScheduled string
    The date and time the maintenance run is scheduled to occur.
    timeStarted string
    The date and time the maintenance run starts.
    timeUpdated string
    The last date and time that the execution window was updated.
    totalTimeTakenInMins number
    The total time taken by corresponding resource activity in minutes.
    windowDurationInMins number
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    windowType string
    The execution window is of PLANNED or UNPLANNED type.
    compartment_id str
    The OCID of the compartment.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description str
    Description of the maintenance run.
    display_name str
    The user-friendly name for the maintenance run.
    estimated_time_in_mins int
    The estimated time of the execution window in minutes.
    execution_resource_id str
    The OCID of the execution resource the execution window belongs to.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the maintenance run.
    is_enforced_duration bool
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    lifecycle_details str
    Additional information about the current lifecycle state.
    lifecycle_substate str
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state str
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    time_created str
    The date and time the execution window was created.
    time_ended str
    The date and time the maintenance run was completed.
    time_scheduled str
    The date and time the maintenance run is scheduled to occur.
    time_started str
    The date and time the maintenance run starts.
    time_updated str
    The last date and time that the execution window was updated.
    total_time_taken_in_mins int
    The total time taken by corresponding resource activity in minutes.
    window_duration_in_mins int
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    window_type str
    The execution window is of PLANNED or UNPLANNED type.
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description String
    Description of the maintenance run.
    displayName String
    The user-friendly name for the maintenance run.
    estimatedTimeInMins Number
    The estimated time of the execution window in minutes.
    executionResourceId String
    The OCID of the execution resource the execution window belongs to.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the maintenance run.
    isEnforcedDuration Boolean
    Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is FALSE.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleSubstate String
    The current sub-state of the execution window. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state String
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    timeCreated String
    The date and time the execution window was created.
    timeEnded String
    The date and time the maintenance run was completed.
    timeScheduled String
    The date and time the maintenance run is scheduled to occur.
    timeStarted String
    The date and time the maintenance run starts.
    timeUpdated String
    The last date and time that the execution window was updated.
    totalTimeTakenInMins Number
    The total time taken by corresponding resource activity in minutes.
    windowDurationInMins Number
    Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
    windowType String
    The execution window is of PLANNED or UNPLANNED type.

    GetDatabaseMaintenanceRunHistoryMaintenanceRunDetail

    CompartmentId string
    The OCID of the compartment.
    CurrentCustomActionTimeoutInMins int
    Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
    CurrentPatchingComponent string
    The name of the current infrastruture component that is getting patched.
    CustomActionTimeoutInMins int
    Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
    DatabaseSoftwareImageId string
    The Autonomous Database Software Image OCID
    Description string
    Description of the maintenance run.
    DisplayName string
    The user-friendly name for the maintenance run.
    EstimatedComponentPatchingStartTime string
    The estimated start time of the next infrastruture component patching operation.
    EstimatedPatchingTimes List<GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailEstimatedPatchingTime>
    The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
    Id string
    The OCID of the maintenance run.
    IsCustomActionTimeoutEnabled bool
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    IsDstFileUpdateEnabled bool
    Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
    IsMaintenanceRunGranular bool
    If FALSE, the maintenance run doesn't support granular maintenance.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    MaintenanceSubtype string
    Maintenance sub-type.
    MaintenanceType string
    Maintenance type.
    PatchFailureCount int
    Contain the patch failure count.
    PatchId string
    The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier ru_patch_19.9.0.0_201030 is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020.
    PatchingEndTime string
    The time when the patching operation ended.
    PatchingMode string
    Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
    PatchingStartTime string
    The time when the patching operation started.
    PatchingStatus string
    The status of the patching operation.
    PeerMaintenanceRunId string
    The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
    PeerMaintenanceRunIds List<string>
    The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
    State string
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    TargetDbServerVersion string
    The target software version for the database server patching operation.
    TargetResourceId string
    The ID of the target resource on which the maintenance run occurs.
    TargetResourceType string
    The type of the target resource on which the maintenance run occurs.
    TargetStorageServerVersion string
    The target Cell version that is to be patched to.
    TimeEnded string
    The date and time the maintenance run was completed.
    TimeScheduled string
    The date and time the maintenance run is scheduled to occur.
    TimeStarted string
    The date and time the maintenance run starts.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    CompartmentId string
    The OCID of the compartment.
    CurrentCustomActionTimeoutInMins int
    Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
    CurrentPatchingComponent string
    The name of the current infrastruture component that is getting patched.
    CustomActionTimeoutInMins int
    Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
    DatabaseSoftwareImageId string
    The Autonomous Database Software Image OCID
    Description string
    Description of the maintenance run.
    DisplayName string
    The user-friendly name for the maintenance run.
    EstimatedComponentPatchingStartTime string
    The estimated start time of the next infrastruture component patching operation.
    EstimatedPatchingTimes []GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailEstimatedPatchingTime
    The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
    Id string
    The OCID of the maintenance run.
    IsCustomActionTimeoutEnabled bool
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    IsDstFileUpdateEnabled bool
    Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
    IsMaintenanceRunGranular bool
    If FALSE, the maintenance run doesn't support granular maintenance.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    MaintenanceSubtype string
    Maintenance sub-type.
    MaintenanceType string
    Maintenance type.
    PatchFailureCount int
    Contain the patch failure count.
    PatchId string
    The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier ru_patch_19.9.0.0_201030 is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020.
    PatchingEndTime string
    The time when the patching operation ended.
    PatchingMode string
    Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
    PatchingStartTime string
    The time when the patching operation started.
    PatchingStatus string
    The status of the patching operation.
    PeerMaintenanceRunId string
    The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
    PeerMaintenanceRunIds []string
    The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
    State string
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    TargetDbServerVersion string
    The target software version for the database server patching operation.
    TargetResourceId string
    The ID of the target resource on which the maintenance run occurs.
    TargetResourceType string
    The type of the target resource on which the maintenance run occurs.
    TargetStorageServerVersion string
    The target Cell version that is to be patched to.
    TimeEnded string
    The date and time the maintenance run was completed.
    TimeScheduled string
    The date and time the maintenance run is scheduled to occur.
    TimeStarted string
    The date and time the maintenance run starts.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    compartmentId String
    The OCID of the compartment.
    currentCustomActionTimeoutInMins Integer
    Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
    currentPatchingComponent String
    The name of the current infrastruture component that is getting patched.
    customActionTimeoutInMins Integer
    Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
    databaseSoftwareImageId String
    The Autonomous Database Software Image OCID
    description String
    Description of the maintenance run.
    displayName String
    The user-friendly name for the maintenance run.
    estimatedComponentPatchingStartTime String
    The estimated start time of the next infrastruture component patching operation.
    estimatedPatchingTimes List<GetMaintenanceRunHistoryMaintenanceRunDetailEstimatedPatchingTime>
    The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
    id String
    The OCID of the maintenance run.
    isCustomActionTimeoutEnabled Boolean
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    isDstFileUpdateEnabled Boolean
    Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
    isMaintenanceRunGranular Boolean
    If FALSE, the maintenance run doesn't support granular maintenance.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    maintenanceSubtype String
    Maintenance sub-type.
    maintenanceType String
    Maintenance type.
    patchFailureCount Integer
    Contain the patch failure count.
    patchId String
    The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier ru_patch_19.9.0.0_201030 is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020.
    patchingEndTime String
    The time when the patching operation ended.
    patchingMode String
    Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
    patchingStartTime String
    The time when the patching operation started.
    patchingStatus String
    The status of the patching operation.
    peerMaintenanceRunId String
    The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
    peerMaintenanceRunIds List<String>
    The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
    state String
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    targetDbServerVersion String
    The target software version for the database server patching operation.
    targetResourceId String
    The ID of the target resource on which the maintenance run occurs.
    targetResourceType String
    The type of the target resource on which the maintenance run occurs.
    targetStorageServerVersion String
    The target Cell version that is to be patched to.
    timeEnded String
    The date and time the maintenance run was completed.
    timeScheduled String
    The date and time the maintenance run is scheduled to occur.
    timeStarted String
    The date and time the maintenance run starts.
    totalTimeTakenInMins Integer
    The total time taken by corresponding resource activity in minutes.
    compartmentId string
    The OCID of the compartment.
    currentCustomActionTimeoutInMins number
    Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
    currentPatchingComponent string
    The name of the current infrastruture component that is getting patched.
    customActionTimeoutInMins number
    Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
    databaseSoftwareImageId string
    The Autonomous Database Software Image OCID
    description string
    Description of the maintenance run.
    displayName string
    The user-friendly name for the maintenance run.
    estimatedComponentPatchingStartTime string
    The estimated start time of the next infrastruture component patching operation.
    estimatedPatchingTimes GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailEstimatedPatchingTime[]
    The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
    id string
    The OCID of the maintenance run.
    isCustomActionTimeoutEnabled boolean
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    isDstFileUpdateEnabled boolean
    Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
    isMaintenanceRunGranular boolean
    If FALSE, the maintenance run doesn't support granular maintenance.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    maintenanceSubtype string
    Maintenance sub-type.
    maintenanceType string
    Maintenance type.
    patchFailureCount number
    Contain the patch failure count.
    patchId string
    The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier ru_patch_19.9.0.0_201030 is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020.
    patchingEndTime string
    The time when the patching operation ended.
    patchingMode string
    Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
    patchingStartTime string
    The time when the patching operation started.
    patchingStatus string
    The status of the patching operation.
    peerMaintenanceRunId string
    The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
    peerMaintenanceRunIds string[]
    The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
    state string
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    targetDbServerVersion string
    The target software version for the database server patching operation.
    targetResourceId string
    The ID of the target resource on which the maintenance run occurs.
    targetResourceType string
    The type of the target resource on which the maintenance run occurs.
    targetStorageServerVersion string
    The target Cell version that is to be patched to.
    timeEnded string
    The date and time the maintenance run was completed.
    timeScheduled string
    The date and time the maintenance run is scheduled to occur.
    timeStarted string
    The date and time the maintenance run starts.
    totalTimeTakenInMins number
    The total time taken by corresponding resource activity in minutes.
    compartment_id str
    The OCID of the compartment.
    current_custom_action_timeout_in_mins int
    Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
    current_patching_component str
    The name of the current infrastruture component that is getting patched.
    custom_action_timeout_in_mins int
    Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
    database_software_image_id str
    The Autonomous Database Software Image OCID
    description str
    Description of the maintenance run.
    display_name str
    The user-friendly name for the maintenance run.
    estimated_component_patching_start_time str
    The estimated start time of the next infrastruture component patching operation.
    estimated_patching_times Sequence[database.GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailEstimatedPatchingTime]
    The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
    id str
    The OCID of the maintenance run.
    is_custom_action_timeout_enabled bool
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    is_dst_file_update_enabled bool
    Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
    is_maintenance_run_granular bool
    If FALSE, the maintenance run doesn't support granular maintenance.
    lifecycle_details str
    Additional information about the current lifecycle state.
    maintenance_subtype str
    Maintenance sub-type.
    maintenance_type str
    Maintenance type.
    patch_failure_count int
    Contain the patch failure count.
    patch_id str
    The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier ru_patch_19.9.0.0_201030 is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020.
    patching_end_time str
    The time when the patching operation ended.
    patching_mode str
    Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
    patching_start_time str
    The time when the patching operation started.
    patching_status str
    The status of the patching operation.
    peer_maintenance_run_id str
    The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
    peer_maintenance_run_ids Sequence[str]
    The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
    state str
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    target_db_server_version str
    The target software version for the database server patching operation.
    target_resource_id str
    The ID of the target resource on which the maintenance run occurs.
    target_resource_type str
    The type of the target resource on which the maintenance run occurs.
    target_storage_server_version str
    The target Cell version that is to be patched to.
    time_ended str
    The date and time the maintenance run was completed.
    time_scheduled str
    The date and time the maintenance run is scheduled to occur.
    time_started str
    The date and time the maintenance run starts.
    total_time_taken_in_mins int
    The total time taken by corresponding resource activity in minutes.
    compartmentId String
    The OCID of the compartment.
    currentCustomActionTimeoutInMins Number
    Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
    currentPatchingComponent String
    The name of the current infrastruture component that is getting patched.
    customActionTimeoutInMins Number
    Determines the amount of time the system will wait before the start of each database server patching operation. Specify a number of minutes, from 15 to 120.
    databaseSoftwareImageId String
    The Autonomous Database Software Image OCID
    description String
    Description of the maintenance run.
    displayName String
    The user-friendly name for the maintenance run.
    estimatedComponentPatchingStartTime String
    The estimated start time of the next infrastruture component patching operation.
    estimatedPatchingTimes List<Property Map>
    The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
    id String
    The OCID of the maintenance run.
    isCustomActionTimeoutEnabled Boolean
    If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
    isDstFileUpdateEnabled Boolean
    Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
    isMaintenanceRunGranular Boolean
    If FALSE, the maintenance run doesn't support granular maintenance.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    maintenanceSubtype String
    Maintenance sub-type.
    maintenanceType String
    Maintenance type.
    patchFailureCount Number
    Contain the patch failure count.
    patchId String
    The unique identifier of the patch. The identifier string includes the patch type, the Oracle Database version, and the patch creation date (using the format YYMMDD). For example, the identifier ru_patch_19.9.0.0_201030 is used for an RU patch for Oracle Database 19.9.0.0 that was released October 30, 2020.
    patchingEndTime String
    The time when the patching operation ended.
    patchingMode String
    Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
    patchingStartTime String
    The time when the patching operation started.
    patchingStatus String
    The status of the patching operation.
    peerMaintenanceRunId String
    The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
    peerMaintenanceRunIds List<String>
    The list of OCIDs for the maintenance runs associated with their Autonomous Data Guard peer container databases.
    state String
    The current state of the maintenance run. For Autonomous Database Serverless instances, valid states are IN_PROGRESS, SUCCEEDED, and FAILED.
    targetDbServerVersion String
    The target software version for the database server patching operation.
    targetResourceId String
    The ID of the target resource on which the maintenance run occurs.
    targetResourceType String
    The type of the target resource on which the maintenance run occurs.
    targetStorageServerVersion String
    The target Cell version that is to be patched to.
    timeEnded String
    The date and time the maintenance run was completed.
    timeScheduled String
    The date and time the maintenance run is scheduled to occur.
    timeStarted String
    The date and time the maintenance run starts.
    totalTimeTakenInMins Number
    The total time taken by corresponding resource activity in minutes.

    GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailEstimatedPatchingTime

    EstimatedDbServerPatchingTime int
    The estimated time required in minutes for database server patching.
    EstimatedNetworkSwitchesPatchingTime int
    The estimated time required in minutes for network switch patching.
    EstimatedStorageServerPatchingTime int
    The estimated time required in minutes for storage server patching.
    TotalEstimatedPatchingTime int
    The estimated total time required in minutes for all patching operations.
    EstimatedDbServerPatchingTime int
    The estimated time required in minutes for database server patching.
    EstimatedNetworkSwitchesPatchingTime int
    The estimated time required in minutes for network switch patching.
    EstimatedStorageServerPatchingTime int
    The estimated time required in minutes for storage server patching.
    TotalEstimatedPatchingTime int
    The estimated total time required in minutes for all patching operations.
    estimatedDbServerPatchingTime Integer
    The estimated time required in minutes for database server patching.
    estimatedNetworkSwitchesPatchingTime Integer
    The estimated time required in minutes for network switch patching.
    estimatedStorageServerPatchingTime Integer
    The estimated time required in minutes for storage server patching.
    totalEstimatedPatchingTime Integer
    The estimated total time required in minutes for all patching operations.
    estimatedDbServerPatchingTime number
    The estimated time required in minutes for database server patching.
    estimatedNetworkSwitchesPatchingTime number
    The estimated time required in minutes for network switch patching.
    estimatedStorageServerPatchingTime number
    The estimated time required in minutes for storage server patching.
    totalEstimatedPatchingTime number
    The estimated total time required in minutes for all patching operations.
    estimated_db_server_patching_time int
    The estimated time required in minutes for database server patching.
    estimated_network_switches_patching_time int
    The estimated time required in minutes for network switch patching.
    estimated_storage_server_patching_time int
    The estimated time required in minutes for storage server patching.
    total_estimated_patching_time int
    The estimated total time required in minutes for all patching operations.
    estimatedDbServerPatchingTime Number
    The estimated time required in minutes for database server patching.
    estimatedNetworkSwitchesPatchingTime Number
    The estimated time required in minutes for network switch patching.
    estimatedStorageServerPatchingTime Number
    The estimated time required in minutes for storage server patching.
    totalEstimatedPatchingTime Number
    The estimated total time required in minutes for all patching operations.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi