Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.Database.getDatabaseMaintenanceRunHistory
Explore with Pulumi AI
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:
- Maintenance
Run stringHistory Id - The maintenance run history OCID.
- Maintenance
Run stringHistory Id - The maintenance run history OCID.
- maintenance
Run StringHistory Id - The maintenance run history OCID.
- maintenance
Run stringHistory Id - The maintenance run history OCID.
- maintenance_
run_ strhistory_ id - The maintenance run history OCID.
- maintenance
Run StringHistory Id - The maintenance run history OCID.
getDatabaseMaintenanceRunHistory Result
The following output properties are available:
- Current
Execution stringWindow - The OCID of the current execution window.
- Db
Servers List<GetHistory Details Database Maintenance Run History Db Servers History Detail> - List of database server history details.
- Granular
Maintenance List<GetHistories Database Maintenance Run History Granular Maintenance History> - The list of granular maintenance history details.
- Id string
- The provider-assigned unique ID for this managed resource.
- Maintenance
Run List<GetDetails Database Maintenance Run History Maintenance Run Detail> - Details of a maintenance run.
- Maintenance
Run stringHistory Id
- Current
Execution stringWindow - The OCID of the current execution window.
- Db
Servers []GetHistory Details Database Maintenance Run History Db Servers History Detail - List of database server history details.
- Granular
Maintenance []GetHistories Database Maintenance Run History Granular Maintenance History - The list of granular maintenance history details.
- Id string
- The provider-assigned unique ID for this managed resource.
- Maintenance
Run []GetDetails Database Maintenance Run History Maintenance Run Detail - Details of a maintenance run.
- Maintenance
Run stringHistory Id
- current
Execution StringWindow - The OCID of the current execution window.
- db
Servers List<GetHistory Details Maintenance Run History Db Servers History Detail> - List of database server history details.
- granular
Maintenance List<GetHistories Maintenance Run History Granular Maintenance History> - The list of granular maintenance history details.
- id String
- The provider-assigned unique ID for this managed resource.
- maintenance
Run List<GetDetails Maintenance Run History Maintenance Run Detail> - Details of a maintenance run.
- maintenance
Run StringHistory Id
- current
Execution stringWindow - The OCID of the current execution window.
- db
Servers GetHistory Details Database Maintenance Run History Db Servers History Detail[] - List of database server history details.
- granular
Maintenance GetHistories Database Maintenance Run History Granular Maintenance History[] - The list of granular maintenance history details.
- id string
- The provider-assigned unique ID for this managed resource.
- maintenance
Run GetDetails Database Maintenance Run History Maintenance Run Detail[] - Details of a maintenance run.
- maintenance
Run stringHistory Id
- current_
execution_ strwindow - The OCID of the current execution window.
- db_
servers_ Sequence[database.history_ details Get Database Maintenance Run History Db Servers History Detail] - List of database server history details.
- granular_
maintenance_ Sequence[database.histories Get Database Maintenance Run History Granular Maintenance History] - The list of granular maintenance history details.
- id str
- The provider-assigned unique ID for this managed resource.
- maintenance_
run_ Sequence[database.details Get Database Maintenance Run History Maintenance Run Detail] - Details of a maintenance run.
- maintenance_
run_ strhistory_ id
- current
Execution StringWindow - The OCID of the current execution window.
- db
Servers List<Property Map>History Details - List of database server history details.
- granular
Maintenance List<Property Map>Histories - The list of granular maintenance history details.
- id String
- The provider-assigned unique ID for this managed resource.
- maintenance
Run List<Property Map>Details - Details of a maintenance run.
- maintenance
Run StringHistory Id
Supporting Types
GetDatabaseMaintenanceRunHistoryDbServersHistoryDetail
- Db
Server List<GetPatching Details Database Maintenance Run History Db Servers History Detail Db Server Patching Detail> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Display
Name string - The user-friendly name for the maintenance run.
- Id string
- The OCID of the maintenance run.
- Db
Server []GetPatching Details Database Maintenance Run History Db Servers History Detail Db Server Patching Detail - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Display
Name string - The user-friendly name for the maintenance run.
- Id string
- The OCID of the maintenance run.
- db
Server List<GetPatching Details Maintenance Run History Db Servers History Detail Db Server Patching Detail> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- display
Name String - The user-friendly name for the maintenance run.
- id String
- The OCID of the maintenance run.
- db
Server GetPatching Details Database Maintenance Run History Db Servers History Detail Db Server Patching Detail[] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- display
Name string - The user-friendly name for the maintenance run.
- id string
- The OCID of the maintenance run.
- db_
server_ Sequence[database.patching_ details Get Database Maintenance Run History Db Servers History Detail Db Server Patching Detail] - 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.
- db
Server List<Property Map>Patching Details - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- display
Name String - The user-friendly name for the maintenance run.
- id String
- The OCID of the maintenance run.
GetDatabaseMaintenanceRunHistoryDbServersHistoryDetailDbServerPatchingDetail
- Estimated
Patch intDuration - Estimated time, in minutes, to patch one database server.
- Patching
Status string - The status of the patching operation.
- Time
Patching stringEnded - The time when the patching operation ended.
- Time
Patching stringStarted - The time when the patching operation started.
- Estimated
Patch intDuration - Estimated time, in minutes, to patch one database server.
- Patching
Status string - The status of the patching operation.
- Time
Patching stringEnded - The time when the patching operation ended.
- Time
Patching stringStarted - The time when the patching operation started.
- estimated
Patch IntegerDuration - Estimated time, in minutes, to patch one database server.
- patching
Status String - The status of the patching operation.
- time
Patching StringEnded - The time when the patching operation ended.
- time
Patching StringStarted - The time when the patching operation started.
- estimated
Patch numberDuration - Estimated time, in minutes, to patch one database server.
- patching
Status string - The status of the patching operation.
- time
Patching stringEnded - The time when the patching operation ended.
- time
Patching stringStarted - The time when the patching operation started.
- estimated_
patch_ intduration - Estimated time, in minutes, to patch one database server.
- patching_
status str - The status of the patching operation.
- time_
patching_ strended - The time when the patching operation ended.
- time_
patching_ strstarted - The time when the patching operation started.
- estimated
Patch NumberDuration - Estimated time, in minutes, to patch one database server.
- patching
Status String - The status of the patching operation.
- time
Patching StringEnded - The time when the patching operation ended.
- time
Patching StringStarted - The time when the patching operation started.
GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistory
- Execution
Actions List<GetDatabase Maintenance Run History Granular Maintenance History Execution Action> - The list of execution actions for this granular maintenance history.
- Execution
Windows List<GetDatabase Maintenance Run History Granular Maintenance History Execution Window> - Details of an execution window.
- Execution
Actions []GetDatabase Maintenance Run History Granular Maintenance History Execution Action - The list of execution actions for this granular maintenance history.
- Execution
Windows []GetDatabase Maintenance Run History Granular Maintenance History Execution Window - Details of an execution window.
- execution
Actions List<GetMaintenance Run History Granular Maintenance History Execution Action> - The list of execution actions for this granular maintenance history.
- execution
Windows List<GetMaintenance Run History Granular Maintenance History Execution Window> - Details of an execution window.
- execution
Actions GetDatabase Maintenance Run History Granular Maintenance History Execution Action[] - The list of execution actions for this granular maintenance history.
- execution
Windows GetDatabase Maintenance Run History Granular Maintenance History Execution Window[] - Details of an execution window.
- execution_
actions Sequence[database.Get Database Maintenance Run History Granular Maintenance History Execution Action] - The list of execution actions for this granular maintenance history.
- execution_
windows Sequence[database.Get Database Maintenance Run History Granular Maintenance History Execution Window] - Details of an execution window.
- execution
Actions List<Property Map> - The list of execution actions for this granular maintenance history.
- execution
Windows List<Property Map> - Details of an execution window.
GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionAction
- Action
Members List<GetDatabase Maintenance Run History Granular Maintenance History Execution Action Action Member> - List of action members of this execution action.
- Action
Params Dictionary<string, string> - Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example:
{"count": "3"}
- Action
Type string - The action type of the execution action being performed
- Compartment
Id string - The OCID of the compartment.
- 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.
- Display
Name string - The user-friendly name for the maintenance run.
- Estimated
Time intIn Mins - The estimated time of the execution window in minutes.
- Execution
Action intOrder - The priority order of the execution action.
- Execution
Window stringId - The OCID of the execution window resource the execution action belongs to.
- 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.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Lifecycle
Substate 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.
- Time
Created string - The date and time the execution window was created.
- Time
Updated string - The last date and time that the execution window was updated.
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- Action
Members []GetDatabase Maintenance Run History Granular Maintenance History Execution Action Action Member - List of action members of this execution action.
- Action
Params map[string]string - Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example:
{"count": "3"}
- Action
Type string - The action type of the execution action being performed
- Compartment
Id string - The OCID of the compartment.
- 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.
- Display
Name string - The user-friendly name for the maintenance run.
- Estimated
Time intIn Mins - The estimated time of the execution window in minutes.
- Execution
Action intOrder - The priority order of the execution action.
- Execution
Window stringId - The OCID of the execution window resource the execution action belongs to.
- 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.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Lifecycle
Substate 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.
- Time
Created string - The date and time the execution window was created.
- Time
Updated string - The last date and time that the execution window was updated.
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- action
Members List<GetMaintenance Run History Granular Maintenance History Execution Action Action Member> - List of action members of this execution action.
- action
Params Map<String,String> - Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example:
{"count": "3"}
- action
Type String - The action type of the execution action being performed
- compartment
Id String - The OCID of the compartment.
- 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.
- display
Name String - The user-friendly name for the maintenance run.
- estimated
Time IntegerIn Mins - The estimated time of the execution window in minutes.
- execution
Action IntegerOrder - The priority order of the execution action.
- execution
Window StringId - The OCID of the execution window resource the execution action belongs to.
- 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.
- lifecycle
Details String - Additional information about the current lifecycle state.
- lifecycle
Substate 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.
- time
Created String - The date and time the execution window was created.
- time
Updated String - The last date and time that the execution window was updated.
- total
Time IntegerTaken In Mins - The total time taken by corresponding resource activity in minutes.
- action
Members GetDatabase Maintenance Run History Granular Maintenance History Execution Action Action Member[] - List of action members of this execution action.
- action
Params {[key: string]: string} - Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example:
{"count": "3"}
- action
Type string - The action type of the execution action being performed
- compartment
Id string - The OCID of the compartment.
- {[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.
- display
Name string - The user-friendly name for the maintenance run.
- estimated
Time numberIn Mins - The estimated time of the execution window in minutes.
- execution
Action numberOrder - The priority order of the execution action.
- execution
Window stringId - The OCID of the execution window resource the execution action belongs to.
- {[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.
- lifecycle
Details string - Additional information about the current lifecycle state.
- lifecycle
Substate 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.
- time
Created string - The date and time the execution window was created.
- time
Updated string - The last date and time that the execution window was updated.
- total
Time numberTaken In Mins - The total time taken by corresponding resource activity in minutes.
- action_
members Sequence[database.Get Database Maintenance Run History Granular Maintenance History Execution Action Action Member] - 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.
- 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_ intin_ mins - The estimated time of the execution window in minutes.
- execution_
action_ intorder - The priority order of the execution action.
- execution_
window_ strid - The OCID of the execution window resource the execution action belongs to.
- 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_ inttaken_ in_ mins - The total time taken by corresponding resource activity in minutes.
- action
Members List<Property Map> - List of action members of this execution action.
- action
Params Map<String> - Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example:
{"count": "3"}
- action
Type String - The action type of the execution action being performed
- compartment
Id String - The OCID of the compartment.
- 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.
- display
Name String - The user-friendly name for the maintenance run.
- estimated
Time NumberIn Mins - The estimated time of the execution window in minutes.
- execution
Action NumberOrder - The priority order of the execution action.
- execution
Window StringId - The OCID of the execution window resource the execution action belongs to.
- 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.
- lifecycle
Details String - Additional information about the current lifecycle state.
- lifecycle
Substate 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.
- time
Created String - The date and time the execution window was created.
- time
Updated String - The last date and time that the execution window was updated.
- total
Time NumberTaken In Mins - The total time taken by corresponding resource activity in minutes.
GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionActionActionMember
- Estimated
Time intIn Mins - The estimated time of the execution window in minutes.
- Member
Id string - The OCID of the parent resource the execution action belongs to.
- Member
Order 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
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- Estimated
Time intIn Mins - The estimated time of the execution window in minutes.
- Member
Id string - The OCID of the parent resource the execution action belongs to.
- Member
Order 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
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- estimated
Time IntegerIn Mins - The estimated time of the execution window in minutes.
- member
Id String - The OCID of the parent resource the execution action belongs to.
- member
Order 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
- total
Time IntegerTaken In Mins - The total time taken by corresponding resource activity in minutes.
- estimated
Time numberIn Mins - The estimated time of the execution window in minutes.
- member
Id string - The OCID of the parent resource the execution action belongs to.
- member
Order 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
- total
Time numberTaken In Mins - The total time taken by corresponding resource activity in minutes.
- estimated_
time_ intin_ mins - 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_ inttaken_ in_ mins - The total time taken by corresponding resource activity in minutes.
- estimated
Time NumberIn Mins - The estimated time of the execution window in minutes.
- member
Id String - The OCID of the parent resource the execution action belongs to.
- member
Order 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
- total
Time NumberTaken In Mins - The total time taken by corresponding resource activity in minutes.
GetDatabaseMaintenanceRunHistoryGranularMaintenanceHistoryExecutionWindow
- Compartment
Id string - The OCID of the compartment.
- 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.
- Display
Name string - The user-friendly name for the maintenance run.
- Estimated
Time intIn Mins - The estimated time of the execution window in minutes.
- Execution
Resource stringId - The OCID of the execution resource the execution window belongs to.
- 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.
- Is
Enforced boolDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - Lifecycle
Details string - Additional information about the current lifecycle state.
- Lifecycle
Substate 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.
- Time
Created string - The date and time the execution window was created.
- Time
Ended string - The date and time the maintenance run was completed.
- Time
Scheduled string - The date and time the maintenance run is scheduled to occur.
- Time
Started string - The date and time the maintenance run starts.
- Time
Updated string - The last date and time that the execution window was updated.
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- Window
Duration intIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- Window
Type string - The execution window is of PLANNED or UNPLANNED type.
- Compartment
Id string - The OCID of the compartment.
- 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.
- Display
Name string - The user-friendly name for the maintenance run.
- Estimated
Time intIn Mins - The estimated time of the execution window in minutes.
- Execution
Resource stringId - The OCID of the execution resource the execution window belongs to.
- 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.
- Is
Enforced boolDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - Lifecycle
Details string - Additional information about the current lifecycle state.
- Lifecycle
Substate 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.
- Time
Created string - The date and time the execution window was created.
- Time
Ended string - The date and time the maintenance run was completed.
- Time
Scheduled string - The date and time the maintenance run is scheduled to occur.
- Time
Started string - The date and time the maintenance run starts.
- Time
Updated string - The last date and time that the execution window was updated.
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- Window
Duration intIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- Window
Type string - The execution window is of PLANNED or UNPLANNED type.
- compartment
Id String - The OCID of the compartment.
- 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.
- display
Name String - The user-friendly name for the maintenance run.
- estimated
Time IntegerIn Mins - The estimated time of the execution window in minutes.
- execution
Resource StringId - The OCID of the execution resource the execution window belongs to.
- 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.
- is
Enforced BooleanDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - lifecycle
Details String - Additional information about the current lifecycle state.
- lifecycle
Substate 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.
- time
Created String - The date and time the execution window was created.
- time
Ended String - The date and time the maintenance run was completed.
- time
Scheduled String - The date and time the maintenance run is scheduled to occur.
- time
Started String - The date and time the maintenance run starts.
- time
Updated String - The last date and time that the execution window was updated.
- total
Time IntegerTaken In Mins - The total time taken by corresponding resource activity in minutes.
- window
Duration IntegerIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- window
Type String - The execution window is of PLANNED or UNPLANNED type.
- compartment
Id string - The OCID of the compartment.
- {[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.
- display
Name string - The user-friendly name for the maintenance run.
- estimated
Time numberIn Mins - The estimated time of the execution window in minutes.
- execution
Resource stringId - The OCID of the execution resource the execution window belongs to.
- {[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.
- is
Enforced booleanDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - lifecycle
Details string - Additional information about the current lifecycle state.
- lifecycle
Substate 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.
- time
Created string - The date and time the execution window was created.
- time
Ended string - The date and time the maintenance run was completed.
- time
Scheduled string - The date and time the maintenance run is scheduled to occur.
- time
Started string - The date and time the maintenance run starts.
- time
Updated string - The last date and time that the execution window was updated.
- total
Time numberTaken In Mins - The total time taken by corresponding resource activity in minutes.
- window
Duration numberIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- window
Type string - The execution window is of PLANNED or UNPLANNED type.
- compartment_
id str - The OCID of the compartment.
- 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_ intin_ mins - The estimated time of the execution window in minutes.
- execution_
resource_ strid - The OCID of the execution resource the execution window belongs to.
- 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_ boolduration - 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_ inttaken_ in_ mins - The total time taken by corresponding resource activity in minutes.
- window_
duration_ intin_ mins - 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.
- compartment
Id String - The OCID of the compartment.
- 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.
- display
Name String - The user-friendly name for the maintenance run.
- estimated
Time NumberIn Mins - The estimated time of the execution window in minutes.
- execution
Resource StringId - The OCID of the execution resource the execution window belongs to.
- 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.
- is
Enforced BooleanDuration - Indicates if duration the user plans to allocate for scheduling window is strictly enforced. The default value is
FALSE
. - lifecycle
Details String - Additional information about the current lifecycle state.
- lifecycle
Substate 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.
- time
Created String - The date and time the execution window was created.
- time
Ended String - The date and time the maintenance run was completed.
- time
Scheduled String - The date and time the maintenance run is scheduled to occur.
- time
Started String - The date and time the maintenance run starts.
- time
Updated String - The last date and time that the execution window was updated.
- total
Time NumberTaken In Mins - The total time taken by corresponding resource activity in minutes.
- window
Duration NumberIn Mins - Duration window allows user to set a duration they plan to allocate for Scheduling window. The duration is in minutes.
- window
Type String - The execution window is of PLANNED or UNPLANNED type.
GetDatabaseMaintenanceRunHistoryMaintenanceRunDetail
- Compartment
Id string - The OCID of the compartment.
- Current
Custom intAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- Current
Patching stringComponent - The name of the current infrastruture component that is getting patched.
- Custom
Action intTimeout In Mins - 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 stringImage Id - The Autonomous Database Software Image OCID
- Description string
- Description of the maintenance run.
- Display
Name string - The user-friendly name for the maintenance run.
- Estimated
Component stringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- Estimated
Patching List<GetTimes Database Maintenance Run History Maintenance Run Detail Estimated Patching Time> - 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.
- Is
Custom boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- Is
Dst boolFile Update Enabled - 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 boolRun Granular - If
FALSE
, the maintenance run doesn't support granular maintenance. - Lifecycle
Details string - Additional information about the current lifecycle state.
- Maintenance
Subtype string - Maintenance sub-type.
- Maintenance
Type string - Maintenance type.
- Patch
Failure intCount - Contain the patch failure count.
- Patch
Id 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. - Patching
End stringTime - The time when the patching operation ended.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Patching
Start stringTime - The time when the patching operation started.
- Patching
Status string - The status of the patching operation.
- Peer
Maintenance stringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- Peer
Maintenance List<string>Run Ids - 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.
- Target
Db stringServer Version - The target software version for the database server patching operation.
- Target
Resource stringId - The ID of the target resource on which the maintenance run occurs.
- Target
Resource stringType - The type of the target resource on which the maintenance run occurs.
- Target
Storage stringServer Version - The target Cell version that is to be patched to.
- Time
Ended string - The date and time the maintenance run was completed.
- Time
Scheduled string - The date and time the maintenance run is scheduled to occur.
- Time
Started string - The date and time the maintenance run starts.
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- Compartment
Id string - The OCID of the compartment.
- Current
Custom intAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- Current
Patching stringComponent - The name of the current infrastruture component that is getting patched.
- Custom
Action intTimeout In Mins - 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 stringImage Id - The Autonomous Database Software Image OCID
- Description string
- Description of the maintenance run.
- Display
Name string - The user-friendly name for the maintenance run.
- Estimated
Component stringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- Estimated
Patching []GetTimes Database Maintenance Run History Maintenance Run Detail Estimated Patching Time - 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.
- Is
Custom boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- Is
Dst boolFile Update Enabled - 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 boolRun Granular - If
FALSE
, the maintenance run doesn't support granular maintenance. - Lifecycle
Details string - Additional information about the current lifecycle state.
- Maintenance
Subtype string - Maintenance sub-type.
- Maintenance
Type string - Maintenance type.
- Patch
Failure intCount - Contain the patch failure count.
- Patch
Id 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. - Patching
End stringTime - The time when the patching operation ended.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Patching
Start stringTime - The time when the patching operation started.
- Patching
Status string - The status of the patching operation.
- Peer
Maintenance stringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- Peer
Maintenance []stringRun Ids - 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.
- Target
Db stringServer Version - The target software version for the database server patching operation.
- Target
Resource stringId - The ID of the target resource on which the maintenance run occurs.
- Target
Resource stringType - The type of the target resource on which the maintenance run occurs.
- Target
Storage stringServer Version - The target Cell version that is to be patched to.
- Time
Ended string - The date and time the maintenance run was completed.
- Time
Scheduled string - The date and time the maintenance run is scheduled to occur.
- Time
Started string - The date and time the maintenance run starts.
- Total
Time intTaken In Mins - The total time taken by corresponding resource activity in minutes.
- compartment
Id String - The OCID of the compartment.
- current
Custom IntegerAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- current
Patching StringComponent - The name of the current infrastruture component that is getting patched.
- custom
Action IntegerTimeout In Mins - 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 StringImage Id - The Autonomous Database Software Image OCID
- description String
- Description of the maintenance run.
- display
Name String - The user-friendly name for the maintenance run.
- estimated
Component StringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- estimated
Patching List<GetTimes Maintenance Run History Maintenance Run Detail Estimated Patching Time> - 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.
- is
Custom BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- is
Dst BooleanFile Update Enabled - 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 BooleanRun Granular - If
FALSE
, the maintenance run doesn't support granular maintenance. - lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Subtype String - Maintenance sub-type.
- maintenance
Type String - Maintenance type.
- patch
Failure IntegerCount - Contain the patch failure count.
- patch
Id 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. - patching
End StringTime - The time when the patching operation ended.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- patching
Start StringTime - The time when the patching operation started.
- patching
Status String - The status of the patching operation.
- peer
Maintenance StringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- peer
Maintenance List<String>Run Ids - 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.
- target
Db StringServer Version - The target software version for the database server patching operation.
- target
Resource StringId - The ID of the target resource on which the maintenance run occurs.
- target
Resource StringType - The type of the target resource on which the maintenance run occurs.
- target
Storage StringServer Version - The target Cell version that is to be patched to.
- time
Ended String - The date and time the maintenance run was completed.
- time
Scheduled String - The date and time the maintenance run is scheduled to occur.
- time
Started String - The date and time the maintenance run starts.
- total
Time IntegerTaken In Mins - The total time taken by corresponding resource activity in minutes.
- compartment
Id string - The OCID of the compartment.
- current
Custom numberAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- current
Patching stringComponent - The name of the current infrastruture component that is getting patched.
- custom
Action numberTimeout In Mins - 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 stringImage Id - The Autonomous Database Software Image OCID
- description string
- Description of the maintenance run.
- display
Name string - The user-friendly name for the maintenance run.
- estimated
Component stringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- estimated
Patching GetTimes Database Maintenance Run History Maintenance Run Detail Estimated Patching Time[] - 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.
- is
Custom booleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- is
Dst booleanFile Update Enabled - 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 booleanRun Granular - If
FALSE
, the maintenance run doesn't support granular maintenance. - lifecycle
Details string - Additional information about the current lifecycle state.
- maintenance
Subtype string - Maintenance sub-type.
- maintenance
Type string - Maintenance type.
- patch
Failure numberCount - Contain the patch failure count.
- patch
Id 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. - patching
End stringTime - The time when the patching operation ended.
- patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- patching
Start stringTime - The time when the patching operation started.
- patching
Status string - The status of the patching operation.
- peer
Maintenance stringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- peer
Maintenance string[]Run Ids - 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.
- target
Db stringServer Version - The target software version for the database server patching operation.
- target
Resource stringId - The ID of the target resource on which the maintenance run occurs.
- target
Resource stringType - The type of the target resource on which the maintenance run occurs.
- target
Storage stringServer Version - The target Cell version that is to be patched to.
- time
Ended string - The date and time the maintenance run was completed.
- time
Scheduled string - The date and time the maintenance run is scheduled to occur.
- time
Started string - The date and time the maintenance run starts.
- total
Time numberTaken In Mins - The total time taken by corresponding resource activity in minutes.
- compartment_
id str - The OCID of the compartment.
- current_
custom_ intaction_ timeout_ in_ mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- current_
patching_ strcomponent - The name of the current infrastruture component that is getting patched.
- custom_
action_ inttimeout_ in_ mins - 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_ strimage_ id - 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_ strpatching_ start_ time - The estimated start time of the next infrastruture component patching operation.
- estimated_
patching_ Sequence[database.times Get Database Maintenance Run History Maintenance Run Detail Estimated Patching Time] - 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_ boolaction_ timeout_ enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- is_
dst_ boolfile_ update_ enabled - 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_ boolrun_ granular - 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_ intcount - 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_ strtime - 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_ strtime - The time when the patching operation started.
- patching_
status str - The status of the patching operation.
- peer_
maintenance_ strrun_ id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- peer_
maintenance_ Sequence[str]run_ ids - 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_ strserver_ version - The target software version for the database server patching operation.
- target_
resource_ strid - The ID of the target resource on which the maintenance run occurs.
- target_
resource_ strtype - The type of the target resource on which the maintenance run occurs.
- target_
storage_ strserver_ version - 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_ inttaken_ in_ mins - The total time taken by corresponding resource activity in minutes.
- compartment
Id String - The OCID of the compartment.
- current
Custom NumberAction Timeout In Mins - Extend current custom action timeout between the current database servers during waiting state, from 0 (zero) to 30 minutes.
- current
Patching StringComponent - The name of the current infrastruture component that is getting patched.
- custom
Action NumberTimeout In Mins - 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 StringImage Id - The Autonomous Database Software Image OCID
- description String
- Description of the maintenance run.
- display
Name String - The user-friendly name for the maintenance run.
- estimated
Component StringPatching Start Time - The estimated start time of the next infrastruture component patching operation.
- estimated
Patching List<Property Map>Times - 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.
- is
Custom BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.
- is
Dst BooleanFile Update Enabled - 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 BooleanRun Granular - If
FALSE
, the maintenance run doesn't support granular maintenance. - lifecycle
Details String - Additional information about the current lifecycle state.
- maintenance
Subtype String - Maintenance sub-type.
- maintenance
Type String - Maintenance type.
- patch
Failure NumberCount - Contain the patch failure count.
- patch
Id 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. - patching
End StringTime - The time when the patching operation ended.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- patching
Start StringTime - The time when the patching operation started.
- patching
Status String - The status of the patching operation.
- peer
Maintenance StringRun Id - The OCID of the maintenance run for the Autonomous Data Guard association's peer container database.
- peer
Maintenance List<String>Run Ids - 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.
- target
Db StringServer Version - The target software version for the database server patching operation.
- target
Resource StringId - The ID of the target resource on which the maintenance run occurs.
- target
Resource StringType - The type of the target resource on which the maintenance run occurs.
- target
Storage StringServer Version - The target Cell version that is to be patched to.
- time
Ended String - The date and time the maintenance run was completed.
- time
Scheduled String - The date and time the maintenance run is scheduled to occur.
- time
Started String - The date and time the maintenance run starts.
- total
Time NumberTaken In Mins - The total time taken by corresponding resource activity in minutes.
GetDatabaseMaintenanceRunHistoryMaintenanceRunDetailEstimatedPatchingTime
- Estimated
Db intServer Patching Time - The estimated time required in minutes for database server patching.
- Estimated
Network intSwitches Patching Time - The estimated time required in minutes for network switch patching.
- Estimated
Storage intServer Patching Time - The estimated time required in minutes for storage server patching.
- Total
Estimated intPatching Time - The estimated total time required in minutes for all patching operations.
- Estimated
Db intServer Patching Time - The estimated time required in minutes for database server patching.
- Estimated
Network intSwitches Patching Time - The estimated time required in minutes for network switch patching.
- Estimated
Storage intServer Patching Time - The estimated time required in minutes for storage server patching.
- Total
Estimated intPatching Time - The estimated total time required in minutes for all patching operations.
- estimated
Db IntegerServer Patching Time - The estimated time required in minutes for database server patching.
- estimated
Network IntegerSwitches Patching Time - The estimated time required in minutes for network switch patching.
- estimated
Storage IntegerServer Patching Time - The estimated time required in minutes for storage server patching.
- total
Estimated IntegerPatching Time - The estimated total time required in minutes for all patching operations.
- estimated
Db numberServer Patching Time - The estimated time required in minutes for database server patching.
- estimated
Network numberSwitches Patching Time - The estimated time required in minutes for network switch patching.
- estimated
Storage numberServer Patching Time - The estimated time required in minutes for storage server patching.
- total
Estimated numberPatching Time - The estimated total time required in minutes for all patching operations.
- estimated_
db_ intserver_ patching_ time - The estimated time required in minutes for database server patching.
- estimated_
network_ intswitches_ patching_ time - The estimated time required in minutes for network switch patching.
- estimated_
storage_ intserver_ patching_ time - The estimated time required in minutes for storage server patching.
- total_
estimated_ intpatching_ time - The estimated total time required in minutes for all patching operations.
- estimated
Db NumberServer Patching Time - The estimated time required in minutes for database server patching.
- estimated
Network NumberSwitches Patching Time - The estimated time required in minutes for network switch patching.
- estimated
Storage NumberServer Patching Time - The estimated time required in minutes for storage server patching.
- total
Estimated NumberPatching Time - 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.