1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DisasterRecovery
  5. getDrPlanExecutions
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi

    This data source provides the list of Dr Plan Executions in Oracle Cloud Infrastructure Disaster Recovery service.

    Get a summary list of all DR plan executions for a DR protection group.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testDrPlanExecutions = oci.DisasterRecovery.getDrPlanExecutions({
        drProtectionGroupId: testDrProtectionGroup.id,
        displayName: drPlanExecutionDisplayName,
        drPlanExecutionId: testDrPlanExecution.id,
        state: drPlanExecutionState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_dr_plan_executions = oci.DisasterRecovery.get_dr_plan_executions(dr_protection_group_id=test_dr_protection_group["id"],
        display_name=dr_plan_execution_display_name,
        dr_plan_execution_id=test_dr_plan_execution["id"],
        state=dr_plan_execution_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/disasterrecovery"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := disasterrecovery.GetDrPlanExecutions(ctx, &disasterrecovery.GetDrPlanExecutionsArgs{
    			DrProtectionGroupId: testDrProtectionGroup.Id,
    			DisplayName:         pulumi.StringRef(drPlanExecutionDisplayName),
    			DrPlanExecutionId:   pulumi.StringRef(testDrPlanExecution.Id),
    			State:               pulumi.StringRef(drPlanExecutionState),
    		}, 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 testDrPlanExecutions = Oci.DisasterRecovery.GetDrPlanExecutions.Invoke(new()
        {
            DrProtectionGroupId = testDrProtectionGroup.Id,
            DisplayName = drPlanExecutionDisplayName,
            DrPlanExecutionId = testDrPlanExecution.Id,
            State = drPlanExecutionState,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DisasterRecovery.DisasterRecoveryFunctions;
    import com.pulumi.oci.DisasterRecovery.inputs.GetDrPlanExecutionsArgs;
    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 testDrPlanExecutions = DisasterRecoveryFunctions.getDrPlanExecutions(GetDrPlanExecutionsArgs.builder()
                .drProtectionGroupId(testDrProtectionGroup.id())
                .displayName(drPlanExecutionDisplayName)
                .drPlanExecutionId(testDrPlanExecution.id())
                .state(drPlanExecutionState)
                .build());
    
        }
    }
    
    variables:
      testDrPlanExecutions:
        fn::invoke:
          function: oci:DisasterRecovery:getDrPlanExecutions
          arguments:
            drProtectionGroupId: ${testDrProtectionGroup.id}
            displayName: ${drPlanExecutionDisplayName}
            drPlanExecutionId: ${testDrPlanExecution.id}
            state: ${drPlanExecutionState}
    

    Using getDrPlanExecutions

    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 getDrPlanExecutions(args: GetDrPlanExecutionsArgs, opts?: InvokeOptions): Promise<GetDrPlanExecutionsResult>
    function getDrPlanExecutionsOutput(args: GetDrPlanExecutionsOutputArgs, opts?: InvokeOptions): Output<GetDrPlanExecutionsResult>
    def get_dr_plan_executions(display_name: Optional[str] = None,
                               dr_plan_execution_id: Optional[str] = None,
                               dr_protection_group_id: Optional[str] = None,
                               filters: Optional[Sequence[GetDrPlanExecutionsFilter]] = None,
                               state: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetDrPlanExecutionsResult
    def get_dr_plan_executions_output(display_name: Optional[pulumi.Input[str]] = None,
                               dr_plan_execution_id: Optional[pulumi.Input[str]] = None,
                               dr_protection_group_id: Optional[pulumi.Input[str]] = None,
                               filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDrPlanExecutionsFilterArgs]]]] = None,
                               state: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetDrPlanExecutionsResult]
    func GetDrPlanExecutions(ctx *Context, args *GetDrPlanExecutionsArgs, opts ...InvokeOption) (*GetDrPlanExecutionsResult, error)
    func GetDrPlanExecutionsOutput(ctx *Context, args *GetDrPlanExecutionsOutputArgs, opts ...InvokeOption) GetDrPlanExecutionsResultOutput

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

    public static class GetDrPlanExecutions 
    {
        public static Task<GetDrPlanExecutionsResult> InvokeAsync(GetDrPlanExecutionsArgs args, InvokeOptions? opts = null)
        public static Output<GetDrPlanExecutionsResult> Invoke(GetDrPlanExecutionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDrPlanExecutionsResult> getDrPlanExecutions(GetDrPlanExecutionsArgs args, InvokeOptions options)
    public static Output<GetDrPlanExecutionsResult> getDrPlanExecutions(GetDrPlanExecutionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DisasterRecovery/getDrPlanExecutions:getDrPlanExecutions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DrProtectionGroupId string
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    DisplayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    DrPlanExecutionId string
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    Filters List<GetDrPlanExecutionsFilter>
    State string
    A filter to return only DR plan executions that match the given lifecycle state.
    DrProtectionGroupId string
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    DisplayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    DrPlanExecutionId string
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    Filters []GetDrPlanExecutionsFilter
    State string
    A filter to return only DR plan executions that match the given lifecycle state.
    drProtectionGroupId String
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    displayName String
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    drPlanExecutionId String
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    filters List<GetDrPlanExecutionsFilter>
    state String
    A filter to return only DR plan executions that match the given lifecycle state.
    drProtectionGroupId string
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    displayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    drPlanExecutionId string
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    filters GetDrPlanExecutionsFilter[]
    state string
    A filter to return only DR plan executions that match the given lifecycle state.
    dr_protection_group_id str
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    display_name str
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    dr_plan_execution_id str
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    filters Sequence[GetDrPlanExecutionsFilter]
    state str
    A filter to return only DR plan executions that match the given lifecycle state.
    drProtectionGroupId String
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    displayName String
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    drPlanExecutionId String
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    filters List<Property Map>
    state String
    A filter to return only DR plan executions that match the given lifecycle state.

    getDrPlanExecutions Result

    The following output properties are available:

    DrPlanExecutionCollections List<GetDrPlanExecutionsDrPlanExecutionCollection>
    The list of dr_plan_execution_collection.
    DrProtectionGroupId string
    The OCID of the DR protection group to which this DR plan execution belongs. Example: ocid1.drprotectiongroup.oc1..uniqueID
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The display name of the step execution. Example: DATABASE_SWITCHOVER
    DrPlanExecutionId string
    Filters List<GetDrPlanExecutionsFilter>
    State string
    The current state of the DR plan execution.
    DrPlanExecutionCollections []GetDrPlanExecutionsDrPlanExecutionCollection
    The list of dr_plan_execution_collection.
    DrProtectionGroupId string
    The OCID of the DR protection group to which this DR plan execution belongs. Example: ocid1.drprotectiongroup.oc1..uniqueID
    Id string
    The provider-assigned unique ID for this managed resource.
    DisplayName string
    The display name of the step execution. Example: DATABASE_SWITCHOVER
    DrPlanExecutionId string
    Filters []GetDrPlanExecutionsFilter
    State string
    The current state of the DR plan execution.
    drPlanExecutionCollections List<GetDrPlanExecutionsDrPlanExecutionCollection>
    The list of dr_plan_execution_collection.
    drProtectionGroupId String
    The OCID of the DR protection group to which this DR plan execution belongs. Example: ocid1.drprotectiongroup.oc1..uniqueID
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The display name of the step execution. Example: DATABASE_SWITCHOVER
    drPlanExecutionId String
    filters List<GetDrPlanExecutionsFilter>
    state String
    The current state of the DR plan execution.
    drPlanExecutionCollections GetDrPlanExecutionsDrPlanExecutionCollection[]
    The list of dr_plan_execution_collection.
    drProtectionGroupId string
    The OCID of the DR protection group to which this DR plan execution belongs. Example: ocid1.drprotectiongroup.oc1..uniqueID
    id string
    The provider-assigned unique ID for this managed resource.
    displayName string
    The display name of the step execution. Example: DATABASE_SWITCHOVER
    drPlanExecutionId string
    filters GetDrPlanExecutionsFilter[]
    state string
    The current state of the DR plan execution.
    dr_plan_execution_collections Sequence[GetDrPlanExecutionsDrPlanExecutionCollection]
    The list of dr_plan_execution_collection.
    dr_protection_group_id str
    The OCID of the DR protection group to which this DR plan execution belongs. Example: ocid1.drprotectiongroup.oc1..uniqueID
    id str
    The provider-assigned unique ID for this managed resource.
    display_name str
    The display name of the step execution. Example: DATABASE_SWITCHOVER
    dr_plan_execution_id str
    filters Sequence[GetDrPlanExecutionsFilter]
    state str
    The current state of the DR plan execution.
    drPlanExecutionCollections List<Property Map>
    The list of dr_plan_execution_collection.
    drProtectionGroupId String
    The OCID of the DR protection group to which this DR plan execution belongs. Example: ocid1.drprotectiongroup.oc1..uniqueID
    id String
    The provider-assigned unique ID for this managed resource.
    displayName String
    The display name of the step execution. Example: DATABASE_SWITCHOVER
    drPlanExecutionId String
    filters List<Property Map>
    state String
    The current state of the DR plan execution.

    Supporting Types

    GetDrPlanExecutionsDrPlanExecutionCollection

    GetDrPlanExecutionsDrPlanExecutionCollectionItem

    AutomaticExecutionDetails List<GetDrPlanExecutionsDrPlanExecutionCollectionItemAutomaticExecutionDetail>
    The details of the event that started the automatic DR plan execution.
    CompartmentId string
    The OCID of the compartment containing this DR plan execution. Example: ocid1.compartment.oc1..uniqueID
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    DrProtectionGroupId string
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    ExecutionDurationInSec int
    The total duration in seconds taken to complete the step execution. Example: 35
    ExecutionOptions List<GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOption>
    The options for a plan execution.
    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    GroupExecutions List<GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecution>
    A list of groups executed in this DR plan execution.
    Id string
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    IsAutomatic bool
    A flag indicating whether execution was submitted automatically by Automatic DR Configuration. Example: false
    LifeCycleDetails string
    A message describing the DR plan execution's current state in more detail.
    LogLocations List<GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocation>
    The details of an object storage log location for a DR protection group.
    PeerDrProtectionGroupId string
    The OCID of peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    PeerRegion string
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    PlanExecutionType string
    The type of the DR plan executed.
    PlanId string
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    State string
    A filter to return only DR plan executions that match the given lifecycle state.
    StepStatusCounts List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCount>
    A categorized summary of step execution statuses and their corresponding counts.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeEnded string
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeStarted string
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeUpdated string
    The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    AutomaticExecutionDetails []GetDrPlanExecutionsDrPlanExecutionCollectionItemAutomaticExecutionDetail
    The details of the event that started the automatic DR plan execution.
    CompartmentId string
    The OCID of the compartment containing this DR plan execution. Example: ocid1.compartment.oc1..uniqueID
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    DrProtectionGroupId string
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    ExecutionDurationInSec int
    The total duration in seconds taken to complete the step execution. Example: 35
    ExecutionOptions []GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOption
    The options for a plan execution.
    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    GroupExecutions []GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecution
    A list of groups executed in this DR plan execution.
    Id string
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    IsAutomatic bool
    A flag indicating whether execution was submitted automatically by Automatic DR Configuration. Example: false
    LifeCycleDetails string
    A message describing the DR plan execution's current state in more detail.
    LogLocations []GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocation
    The details of an object storage log location for a DR protection group.
    PeerDrProtectionGroupId string
    The OCID of peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    PeerRegion string
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    PlanExecutionType string
    The type of the DR plan executed.
    PlanId string
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    State string
    A filter to return only DR plan executions that match the given lifecycle state.
    StepStatusCounts []GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCount
    A categorized summary of step execution statuses and their corresponding counts.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeEnded string
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeStarted string
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeUpdated string
    The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    automaticExecutionDetails List<GetDrPlanExecutionsDrPlanExecutionCollectionItemAutomaticExecutionDetail>
    The details of the event that started the automatic DR plan execution.
    compartmentId String
    The OCID of the compartment containing this DR plan execution. Example: ocid1.compartment.oc1..uniqueID
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    displayName String
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    drProtectionGroupId String
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    executionDurationInSec Integer
    The total duration in seconds taken to complete the step execution. Example: 35
    executionOptions List<GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOption>
    The options for a plan execution.
    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    groupExecutions List<GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecution>
    A list of groups executed in this DR plan execution.
    id String
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    isAutomatic Boolean
    A flag indicating whether execution was submitted automatically by Automatic DR Configuration. Example: false
    lifeCycleDetails String
    A message describing the DR plan execution's current state in more detail.
    logLocations List<GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocation>
    The details of an object storage log location for a DR protection group.
    peerDrProtectionGroupId String
    The OCID of peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    peerRegion String
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    planExecutionType String
    The type of the DR plan executed.
    planId String
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    state String
    A filter to return only DR plan executions that match the given lifecycle state.
    stepStatusCounts List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCount>
    A categorized summary of step execution statuses and their corresponding counts.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeEnded String
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeStarted String
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeUpdated String
    The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    automaticExecutionDetails GetDrPlanExecutionsDrPlanExecutionCollectionItemAutomaticExecutionDetail[]
    The details of the event that started the automatic DR plan execution.
    compartmentId string
    The OCID of the compartment containing this DR plan execution. Example: ocid1.compartment.oc1..uniqueID
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    displayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    drProtectionGroupId string
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    executionDurationInSec number
    The total duration in seconds taken to complete the step execution. Example: 35
    executionOptions GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOption[]
    The options for a plan execution.
    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    groupExecutions GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecution[]
    A list of groups executed in this DR plan execution.
    id string
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    isAutomatic boolean
    A flag indicating whether execution was submitted automatically by Automatic DR Configuration. Example: false
    lifeCycleDetails string
    A message describing the DR plan execution's current state in more detail.
    logLocations GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocation[]
    The details of an object storage log location for a DR protection group.
    peerDrProtectionGroupId string
    The OCID of peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    peerRegion string
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    planExecutionType string
    The type of the DR plan executed.
    planId string
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    state string
    A filter to return only DR plan executions that match the given lifecycle state.
    stepStatusCounts GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCount[]
    A categorized summary of step execution statuses and their corresponding counts.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeEnded string
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeStarted string
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeUpdated string
    The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    automatic_execution_details Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemAutomaticExecutionDetail]
    The details of the event that started the automatic DR plan execution.
    compartment_id str
    The OCID of the compartment containing this DR plan execution. Example: ocid1.compartment.oc1..uniqueID
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    display_name str
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    dr_protection_group_id str
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    execution_duration_in_sec int
    The total duration in seconds taken to complete the step execution. Example: 35
    execution_options Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOption]
    The options for a plan execution.
    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    group_executions Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecution]
    A list of groups executed in this DR plan execution.
    id str
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    is_automatic bool
    A flag indicating whether execution was submitted automatically by Automatic DR Configuration. Example: false
    life_cycle_details str
    A message describing the DR plan execution's current state in more detail.
    log_locations Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocation]
    The details of an object storage log location for a DR protection group.
    peer_dr_protection_group_id str
    The OCID of peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    peer_region str
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    plan_execution_type str
    The type of the DR plan executed.
    plan_id str
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    state str
    A filter to return only DR plan executions that match the given lifecycle state.
    step_status_counts Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCount]
    A categorized summary of step execution statuses and their corresponding counts.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    time_ended str
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    time_started str
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    time_updated str
    The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    automaticExecutionDetails List<Property Map>
    The details of the event that started the automatic DR plan execution.
    compartmentId String
    The OCID of the compartment containing this DR plan execution. Example: ocid1.compartment.oc1..uniqueID
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"Operations.CostCenter": "42"}
    displayName String
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    drProtectionGroupId String
    The OCID of the DR protection group. Mandatory query param. Example: ocid1.drprotectiongroup.oc1..uniqueID
    executionDurationInSec Number
    The total duration in seconds taken to complete the step execution. Example: 35
    executionOptions List<Property Map>
    The options for a plan execution.
    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"Department": "Finance"}
    groupExecutions List<Property Map>
    A list of groups executed in this DR plan execution.
    id String
    The OCID of the DR plan execution. Example: ocid1.drplanexecution.oc1..uniqueID
    isAutomatic Boolean
    A flag indicating whether execution was submitted automatically by Automatic DR Configuration. Example: false
    lifeCycleDetails String
    A message describing the DR plan execution's current state in more detail.
    logLocations List<Property Map>
    The details of an object storage log location for a DR protection group.
    peerDrProtectionGroupId String
    The OCID of peer DR protection group associated with this plan's DR protection group. Example: ocid1.drprotectiongroup.oc1..uniqueID
    peerRegion String
    The region of the peer DR protection group associated with this plan's DR protection group. Example: us-ashburn-1
    planExecutionType String
    The type of the DR plan executed.
    planId String
    The OCID of the DR plan. Example: ocid1.drplan.oc1..uniqueID
    state String
    A filter to return only DR plan executions that match the given lifecycle state.
    stepStatusCounts List<Property Map>
    A categorized summary of step execution statuses and their corresponding counts.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeEnded String
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeStarted String
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeUpdated String
    The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z

    GetDrPlanExecutionsDrPlanExecutionCollectionItemAutomaticExecutionDetail

    EventName string
    The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example: SwitchoverAutonomousDatabase
    MemberId string
    The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"
    EventName string
    The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example: SwitchoverAutonomousDatabase
    MemberId string
    The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"
    eventName String
    The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example: SwitchoverAutonomousDatabase
    memberId String
    The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"
    eventName string
    The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example: SwitchoverAutonomousDatabase
    memberId string
    The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"
    event_name str
    The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example: SwitchoverAutonomousDatabase
    member_id str
    The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"
    eventName String
    The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example: SwitchoverAutonomousDatabase
    memberId String
    The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"

    GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOption

    ArePrechecksEnabled bool
    A flag indicating whether a precheck should be executed before the plan execution. Example: true
    AreWarningsIgnored bool
    A flag indicating whether warnings should be ignored during the plan execution. Example: false
    PlanExecutionType string
    The type of the DR plan executed.
    ArePrechecksEnabled bool
    A flag indicating whether a precheck should be executed before the plan execution. Example: true
    AreWarningsIgnored bool
    A flag indicating whether warnings should be ignored during the plan execution. Example: false
    PlanExecutionType string
    The type of the DR plan executed.
    arePrechecksEnabled Boolean
    A flag indicating whether a precheck should be executed before the plan execution. Example: true
    areWarningsIgnored Boolean
    A flag indicating whether warnings should be ignored during the plan execution. Example: false
    planExecutionType String
    The type of the DR plan executed.
    arePrechecksEnabled boolean
    A flag indicating whether a precheck should be executed before the plan execution. Example: true
    areWarningsIgnored boolean
    A flag indicating whether warnings should be ignored during the plan execution. Example: false
    planExecutionType string
    The type of the DR plan executed.
    are_prechecks_enabled bool
    A flag indicating whether a precheck should be executed before the plan execution. Example: true
    are_warnings_ignored bool
    A flag indicating whether warnings should be ignored during the plan execution. Example: false
    plan_execution_type str
    The type of the DR plan executed.
    arePrechecksEnabled Boolean
    A flag indicating whether a precheck should be executed before the plan execution. Example: true
    areWarningsIgnored Boolean
    A flag indicating whether warnings should be ignored during the plan execution. Example: false
    planExecutionType String
    The type of the DR plan executed.

    GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecution

    DisplayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    ExecutionDurationInSec int
    The total duration in seconds taken to complete the step execution. Example: 35
    GroupId string
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    Status string
    The status of the step execution.
    StatusDetails string
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    StepExecutions List<GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecution>
    A list of step executions in the group.
    TimeEnded string
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeStarted string
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    Type string
    The group type. Example: BUILT_IN
    DisplayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    ExecutionDurationInSec int
    The total duration in seconds taken to complete the step execution. Example: 35
    GroupId string
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    Status string
    The status of the step execution.
    StatusDetails string
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    StepExecutions []GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecution
    A list of step executions in the group.
    TimeEnded string
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeStarted string
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    Type string
    The group type. Example: BUILT_IN
    displayName String
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    executionDurationInSec Integer
    The total duration in seconds taken to complete the step execution. Example: 35
    groupId String
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    status String
    The status of the step execution.
    statusDetails String
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    stepExecutions List<GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecution>
    A list of step executions in the group.
    timeEnded String
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeStarted String
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type String
    The group type. Example: BUILT_IN
    displayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    executionDurationInSec number
    The total duration in seconds taken to complete the step execution. Example: 35
    groupId string
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    status string
    The status of the step execution.
    statusDetails string
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    stepExecutions GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecution[]
    A list of step executions in the group.
    timeEnded string
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeStarted string
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type string
    The group type. Example: BUILT_IN
    display_name str
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    execution_duration_in_sec int
    The total duration in seconds taken to complete the step execution. Example: 35
    group_id str
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    status str
    The status of the step execution.
    status_details str
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    step_executions Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecution]
    A list of step executions in the group.
    time_ended str
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    time_started str
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type str
    The group type. Example: BUILT_IN
    displayName String
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    executionDurationInSec Number
    The total duration in seconds taken to complete the step execution. Example: 35
    groupId String
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    status String
    The status of the step execution.
    statusDetails String
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    stepExecutions List<Property Map>
    A list of step executions in the group.
    timeEnded String
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeStarted String
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type String
    The group type. Example: BUILT_IN

    GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecution

    DisplayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    ExecutionDurationInSec int
    The total duration in seconds taken to complete the step execution. Example: 35
    GroupId string
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    LogLocations List<GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocation>
    The details of an object storage log location for a DR protection group.
    Status string
    The status of the step execution.
    StatusDetails string
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    StepId string
    The unique id of the step. Must not be modified by user. Example: sgid1.step..uniqueID
    TimeEnded string
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeStarted string
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    Type string
    The group type. Example: BUILT_IN
    TypeDisplayName string
    The display name of the DR Plan step type. Example: Database Switchover
    DisplayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    ExecutionDurationInSec int
    The total duration in seconds taken to complete the step execution. Example: 35
    GroupId string
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    LogLocations []GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocation
    The details of an object storage log location for a DR protection group.
    Status string
    The status of the step execution.
    StatusDetails string
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    StepId string
    The unique id of the step. Must not be modified by user. Example: sgid1.step..uniqueID
    TimeEnded string
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    TimeStarted string
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    Type string
    The group type. Example: BUILT_IN
    TypeDisplayName string
    The display name of the DR Plan step type. Example: Database Switchover
    displayName String
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    executionDurationInSec Integer
    The total duration in seconds taken to complete the step execution. Example: 35
    groupId String
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    logLocations List<GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocation>
    The details of an object storage log location for a DR protection group.
    status String
    The status of the step execution.
    statusDetails String
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    stepId String
    The unique id of the step. Must not be modified by user. Example: sgid1.step..uniqueID
    timeEnded String
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeStarted String
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type String
    The group type. Example: BUILT_IN
    typeDisplayName String
    The display name of the DR Plan step type. Example: Database Switchover
    displayName string
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    executionDurationInSec number
    The total duration in seconds taken to complete the step execution. Example: 35
    groupId string
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    logLocations GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocation[]
    The details of an object storage log location for a DR protection group.
    status string
    The status of the step execution.
    statusDetails string
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    stepId string
    The unique id of the step. Must not be modified by user. Example: sgid1.step..uniqueID
    timeEnded string
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeStarted string
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type string
    The group type. Example: BUILT_IN
    typeDisplayName string
    The display name of the DR Plan step type. Example: Database Switchover
    display_name str
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    execution_duration_in_sec int
    The total duration in seconds taken to complete the step execution. Example: 35
    group_id str
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    log_locations Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocation]
    The details of an object storage log location for a DR protection group.
    status str
    The status of the step execution.
    status_details str
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    step_id str
    The unique id of the step. Must not be modified by user. Example: sgid1.step..uniqueID
    time_ended str
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    time_started str
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type str
    The group type. Example: BUILT_IN
    type_display_name str
    The display name of the DR Plan step type. Example: Database Switchover
    displayName String
    A filter to return only resources that match the given display name. Example: MyResourceDisplayName
    executionDurationInSec Number
    The total duration in seconds taken to complete the step execution. Example: 35
    groupId String
    The unique id of the group to which this step belongs. Must not be modified by user. Example: sgid1.group..uniqueID
    logLocations List<Property Map>
    The details of an object storage log location for a DR protection group.
    status String
    The status of the step execution.
    statusDetails String
    Additional details on the step execution status. Example: This step failed to complete due to a timeout
    stepId String
    The unique id of the step. Must not be modified by user. Example: sgid1.step..uniqueID
    timeEnded String
    The date and time at which DR plan execution succeeded, failed, was paused, or was canceled. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    timeStarted String
    The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example: 2019-03-29T09:36:42Z
    type String
    The group type. Example: BUILT_IN
    typeDisplayName String
    The display name of the DR Plan step type. Example: Database Switchover

    GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocation

    Bucket string
    The bucket name inside the object storage namespace. Example: operation_logs
    Namespace string
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    Object string
    The object name inside the object storage bucket. Example: switchover_plan_executions
    Bucket string
    The bucket name inside the object storage namespace. Example: operation_logs
    Namespace string
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    Object string
    The object name inside the object storage bucket. Example: switchover_plan_executions
    bucket String
    The bucket name inside the object storage namespace. Example: operation_logs
    namespace String
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object String
    The object name inside the object storage bucket. Example: switchover_plan_executions
    bucket string
    The bucket name inside the object storage namespace. Example: operation_logs
    namespace string
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object string
    The object name inside the object storage bucket. Example: switchover_plan_executions
    bucket str
    The bucket name inside the object storage namespace. Example: operation_logs
    namespace str
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object str
    The object name inside the object storage bucket. Example: switchover_plan_executions
    bucket String
    The bucket name inside the object storage namespace. Example: operation_logs
    namespace String
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object String
    The object name inside the object storage bucket. Example: switchover_plan_executions

    GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocation

    Bucket string
    The bucket name inside the object storage namespace. Example: operation_logs
    Namespace string
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    Object string
    The object name inside the object storage bucket. Example: switchover_plan_executions
    Bucket string
    The bucket name inside the object storage namespace. Example: operation_logs
    Namespace string
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    Object string
    The object name inside the object storage bucket. Example: switchover_plan_executions
    bucket String
    The bucket name inside the object storage namespace. Example: operation_logs
    namespace String
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object String
    The object name inside the object storage bucket. Example: switchover_plan_executions
    bucket string
    The bucket name inside the object storage namespace. Example: operation_logs
    namespace string
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object string
    The object name inside the object storage bucket. Example: switchover_plan_executions
    bucket str
    The bucket name inside the object storage namespace. Example: operation_logs
    namespace str
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object str
    The object name inside the object storage bucket. Example: switchover_plan_executions
    bucket String
    The bucket name inside the object storage namespace. Example: operation_logs
    namespace String
    The namespace in object storage (Note - this is usually the tenancy name). Example: myocitenancy
    object String
    The object name inside the object storage bucket. Example: switchover_plan_executions

    GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCount

    FailedSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountFailedStep>
    A summary of steps that failed during a DR plan execution, including failed and timed out steps.
    RemainingSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountRemainingStep>
    A summary of remaining steps in a DR plan execution, including queued, paused, and in-progress steps.
    SkippedSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSkippedStep>
    A summary of steps that were skipped during a DR plan execution, including disabled, failed but ignored, timed out but ignored, and canceled steps.
    SuccessfulSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSuccessfulStep>
    A summary of steps that completed successfully during a DR plan execution.
    TotalSteps int
    The total number of steps in a DR plan execution.
    WarningSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountWarningStep>
    A summary of steps that encountered warnings during a DR plan execution.
    FailedSteps []GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountFailedStep
    A summary of steps that failed during a DR plan execution, including failed and timed out steps.
    RemainingSteps []GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountRemainingStep
    A summary of remaining steps in a DR plan execution, including queued, paused, and in-progress steps.
    SkippedSteps []GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSkippedStep
    A summary of steps that were skipped during a DR plan execution, including disabled, failed but ignored, timed out but ignored, and canceled steps.
    SuccessfulSteps []GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSuccessfulStep
    A summary of steps that completed successfully during a DR plan execution.
    TotalSteps int
    The total number of steps in a DR plan execution.
    WarningSteps []GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountWarningStep
    A summary of steps that encountered warnings during a DR plan execution.
    failedSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountFailedStep>
    A summary of steps that failed during a DR plan execution, including failed and timed out steps.
    remainingSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountRemainingStep>
    A summary of remaining steps in a DR plan execution, including queued, paused, and in-progress steps.
    skippedSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSkippedStep>
    A summary of steps that were skipped during a DR plan execution, including disabled, failed but ignored, timed out but ignored, and canceled steps.
    successfulSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSuccessfulStep>
    A summary of steps that completed successfully during a DR plan execution.
    totalSteps Integer
    The total number of steps in a DR plan execution.
    warningSteps List<GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountWarningStep>
    A summary of steps that encountered warnings during a DR plan execution.
    failedSteps GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountFailedStep[]
    A summary of steps that failed during a DR plan execution, including failed and timed out steps.
    remainingSteps GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountRemainingStep[]
    A summary of remaining steps in a DR plan execution, including queued, paused, and in-progress steps.
    skippedSteps GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSkippedStep[]
    A summary of steps that were skipped during a DR plan execution, including disabled, failed but ignored, timed out but ignored, and canceled steps.
    successfulSteps GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSuccessfulStep[]
    A summary of steps that completed successfully during a DR plan execution.
    totalSteps number
    The total number of steps in a DR plan execution.
    warningSteps GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountWarningStep[]
    A summary of steps that encountered warnings during a DR plan execution.
    failed_steps Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountFailedStep]
    A summary of steps that failed during a DR plan execution, including failed and timed out steps.
    remaining_steps Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountRemainingStep]
    A summary of remaining steps in a DR plan execution, including queued, paused, and in-progress steps.
    skipped_steps Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSkippedStep]
    A summary of steps that were skipped during a DR plan execution, including disabled, failed but ignored, timed out but ignored, and canceled steps.
    successful_steps Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSuccessfulStep]
    A summary of steps that completed successfully during a DR plan execution.
    total_steps int
    The total number of steps in a DR plan execution.
    warning_steps Sequence[GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountWarningStep]
    A summary of steps that encountered warnings during a DR plan execution.
    failedSteps List<Property Map>
    A summary of steps that failed during a DR plan execution, including failed and timed out steps.
    remainingSteps List<Property Map>
    A summary of remaining steps in a DR plan execution, including queued, paused, and in-progress steps.
    skippedSteps List<Property Map>
    A summary of steps that were skipped during a DR plan execution, including disabled, failed but ignored, timed out but ignored, and canceled steps.
    successfulSteps List<Property Map>
    A summary of steps that completed successfully during a DR plan execution.
    totalSteps Number
    The total number of steps in a DR plan execution.
    warningSteps List<Property Map>
    A summary of steps that encountered warnings during a DR plan execution.

    GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountFailedStep

    Failed int
    The total number of failed steps in a DR plan execution.
    TimedOut int
    The total number of steps that timed out during a DR plan execution.
    TotalFailed int
    The total number of steps that failed during a DR plan execution.
    Failed int
    The total number of failed steps in a DR plan execution.
    TimedOut int
    The total number of steps that timed out during a DR plan execution.
    TotalFailed int
    The total number of steps that failed during a DR plan execution.
    failed Integer
    The total number of failed steps in a DR plan execution.
    timedOut Integer
    The total number of steps that timed out during a DR plan execution.
    totalFailed Integer
    The total number of steps that failed during a DR plan execution.
    failed number
    The total number of failed steps in a DR plan execution.
    timedOut number
    The total number of steps that timed out during a DR plan execution.
    totalFailed number
    The total number of steps that failed during a DR plan execution.
    failed int
    The total number of failed steps in a DR plan execution.
    timed_out int
    The total number of steps that timed out during a DR plan execution.
    total_failed int
    The total number of steps that failed during a DR plan execution.
    failed Number
    The total number of failed steps in a DR plan execution.
    timedOut Number
    The total number of steps that timed out during a DR plan execution.
    totalFailed Number
    The total number of steps that failed during a DR plan execution.

    GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountRemainingStep

    InProgress int
    The total number of steps in progress during a DR plan execution.
    Paused int
    The total number of paused steps in a DR plan execution.
    Queued int
    The total number of queued steps in a DR plan execution.
    TotalRemaining int
    The total number of remaining steps in a DR plan execution.
    InProgress int
    The total number of steps in progress during a DR plan execution.
    Paused int
    The total number of paused steps in a DR plan execution.
    Queued int
    The total number of queued steps in a DR plan execution.
    TotalRemaining int
    The total number of remaining steps in a DR plan execution.
    inProgress Integer
    The total number of steps in progress during a DR plan execution.
    paused Integer
    The total number of paused steps in a DR plan execution.
    queued Integer
    The total number of queued steps in a DR plan execution.
    totalRemaining Integer
    The total number of remaining steps in a DR plan execution.
    inProgress number
    The total number of steps in progress during a DR plan execution.
    paused number
    The total number of paused steps in a DR plan execution.
    queued number
    The total number of queued steps in a DR plan execution.
    totalRemaining number
    The total number of remaining steps in a DR plan execution.
    in_progress int
    The total number of steps in progress during a DR plan execution.
    paused int
    The total number of paused steps in a DR plan execution.
    queued int
    The total number of queued steps in a DR plan execution.
    total_remaining int
    The total number of remaining steps in a DR plan execution.
    inProgress Number
    The total number of steps in progress during a DR plan execution.
    paused Number
    The total number of paused steps in a DR plan execution.
    queued Number
    The total number of queued steps in a DR plan execution.
    totalRemaining Number
    The total number of remaining steps in a DR plan execution.

    GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSkippedStep

    Canceled int
    The total number of canceled steps in a DR plan execution.
    Disabled int
    The total number of disabled steps in a DR plan execution.
    FailedIgnored int
    The total number of steps that failed but were ignored during a DR plan execution.
    TimedOutIgnored int
    The total number of steps that timed out but were ignored during a DR plan execution.
    TotalSkipped int
    The total number of steps that were skipped during a DR plan execution.
    Canceled int
    The total number of canceled steps in a DR plan execution.
    Disabled int
    The total number of disabled steps in a DR plan execution.
    FailedIgnored int
    The total number of steps that failed but were ignored during a DR plan execution.
    TimedOutIgnored int
    The total number of steps that timed out but were ignored during a DR plan execution.
    TotalSkipped int
    The total number of steps that were skipped during a DR plan execution.
    canceled Integer
    The total number of canceled steps in a DR plan execution.
    disabled Integer
    The total number of disabled steps in a DR plan execution.
    failedIgnored Integer
    The total number of steps that failed but were ignored during a DR plan execution.
    timedOutIgnored Integer
    The total number of steps that timed out but were ignored during a DR plan execution.
    totalSkipped Integer
    The total number of steps that were skipped during a DR plan execution.
    canceled number
    The total number of canceled steps in a DR plan execution.
    disabled number
    The total number of disabled steps in a DR plan execution.
    failedIgnored number
    The total number of steps that failed but were ignored during a DR plan execution.
    timedOutIgnored number
    The total number of steps that timed out but were ignored during a DR plan execution.
    totalSkipped number
    The total number of steps that were skipped during a DR plan execution.
    canceled int
    The total number of canceled steps in a DR plan execution.
    disabled int
    The total number of disabled steps in a DR plan execution.
    failed_ignored int
    The total number of steps that failed but were ignored during a DR plan execution.
    timed_out_ignored int
    The total number of steps that timed out but were ignored during a DR plan execution.
    total_skipped int
    The total number of steps that were skipped during a DR plan execution.
    canceled Number
    The total number of canceled steps in a DR plan execution.
    disabled Number
    The total number of disabled steps in a DR plan execution.
    failedIgnored Number
    The total number of steps that failed but were ignored during a DR plan execution.
    timedOutIgnored Number
    The total number of steps that timed out but were ignored during a DR plan execution.
    totalSkipped Number
    The total number of steps that were skipped during a DR plan execution.

    GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountSuccessfulStep

    Succeeded int
    The total number of steps that succeeded during a DR plan execution.
    TotalSuccessful int
    The total number of successful steps in a DR plan execution.
    Succeeded int
    The total number of steps that succeeded during a DR plan execution.
    TotalSuccessful int
    The total number of successful steps in a DR plan execution.
    succeeded Integer
    The total number of steps that succeeded during a DR plan execution.
    totalSuccessful Integer
    The total number of successful steps in a DR plan execution.
    succeeded number
    The total number of steps that succeeded during a DR plan execution.
    totalSuccessful number
    The total number of successful steps in a DR plan execution.
    succeeded int
    The total number of steps that succeeded during a DR plan execution.
    total_successful int
    The total number of successful steps in a DR plan execution.
    succeeded Number
    The total number of steps that succeeded during a DR plan execution.
    totalSuccessful Number
    The total number of successful steps in a DR plan execution.

    GetDrPlanExecutionsDrPlanExecutionCollectionItemStepStatusCountWarningStep

    TotalWarnings int
    The total number of steps that encountered warnings in a DR plan execution.
    WarningsIgnored int
    The total number of steps with warnings that were ignored during a DR plan execution.
    TotalWarnings int
    The total number of steps that encountered warnings in a DR plan execution.
    WarningsIgnored int
    The total number of steps with warnings that were ignored during a DR plan execution.
    totalWarnings Integer
    The total number of steps that encountered warnings in a DR plan execution.
    warningsIgnored Integer
    The total number of steps with warnings that were ignored during a DR plan execution.
    totalWarnings number
    The total number of steps that encountered warnings in a DR plan execution.
    warningsIgnored number
    The total number of steps with warnings that were ignored during a DR plan execution.
    total_warnings int
    The total number of steps that encountered warnings in a DR plan execution.
    warnings_ignored int
    The total number of steps with warnings that were ignored during a DR plan execution.
    totalWarnings Number
    The total number of steps that encountered warnings in a DR plan execution.
    warningsIgnored Number
    The total number of steps with warnings that were ignored during a DR plan execution.

    GetDrPlanExecutionsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    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 v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate