Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.DisasterRecovery.getDrPlanExecutions
Start a Neo task
Explain and create an oci.DisasterRecovery.getDrPlanExecutions resource
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 dictionaryThe following arguments are supported:
- Dr
Protection stringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - Display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - Dr
Plan stringExecution Id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID - Filters
List<Get
Dr Plan Executions Filter> - State string
- A filter to return only DR plan executions that match the given lifecycle state.
- Dr
Protection stringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - Display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - Dr
Plan stringExecution Id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID - Filters
[]Get
Dr Plan Executions Filter - State string
- A filter to return only DR plan executions that match the given lifecycle state.
- dr
Protection StringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - display
Name String - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - dr
Plan StringExecution Id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID - filters
List<Get
Dr Plan Executions Filter> - state String
- A filter to return only DR plan executions that match the given lifecycle state.
- dr
Protection stringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - dr
Plan stringExecution Id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID - filters
Get
Dr Plan Executions Filter[] - state string
- A filter to return only DR plan executions that match the given lifecycle state.
- dr_
protection_ strgroup_ id - 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_ strexecution_ id - The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID - filters
Sequence[Get
Dr Plan Executions Filter] - state str
- A filter to return only DR plan executions that match the given lifecycle state.
- dr
Protection StringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - display
Name String - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - dr
Plan StringExecution Id - 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:
- Dr
Plan List<GetExecution Collections Dr Plan Executions Dr Plan Execution Collection> - The list of dr_plan_execution_collection.
- Dr
Protection stringGroup Id - 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.
- Display
Name string - The display name of the step execution. Example:
DATABASE_SWITCHOVER - Dr
Plan stringExecution Id - Filters
List<Get
Dr Plan Executions Filter> - State string
- The current state of the DR plan execution.
- Dr
Plan []GetExecution Collections Dr Plan Executions Dr Plan Execution Collection - The list of dr_plan_execution_collection.
- Dr
Protection stringGroup Id - 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.
- Display
Name string - The display name of the step execution. Example:
DATABASE_SWITCHOVER - Dr
Plan stringExecution Id - Filters
[]Get
Dr Plan Executions Filter - State string
- The current state of the DR plan execution.
- dr
Plan List<GetExecution Collections Dr Plan Executions Dr Plan Execution Collection> - The list of dr_plan_execution_collection.
- dr
Protection StringGroup Id - 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.
- display
Name String - The display name of the step execution. Example:
DATABASE_SWITCHOVER - dr
Plan StringExecution Id - filters
List<Get
Dr Plan Executions Filter> - state String
- The current state of the DR plan execution.
- dr
Plan GetExecution Collections Dr Plan Executions Dr Plan Execution Collection[] - The list of dr_plan_execution_collection.
- dr
Protection stringGroup Id - 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.
- display
Name string - The display name of the step execution. Example:
DATABASE_SWITCHOVER - dr
Plan stringExecution Id - filters
Get
Dr Plan Executions Filter[] - state string
- The current state of the DR plan execution.
- dr_
plan_ Sequence[Getexecution_ collections Dr Plan Executions Dr Plan Execution Collection] - The list of dr_plan_execution_collection.
- dr_
protection_ strgroup_ id - 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_ strexecution_ id - filters
Sequence[Get
Dr Plan Executions Filter] - state str
- The current state of the DR plan execution.
- dr
Plan List<Property Map>Execution Collections - The list of dr_plan_execution_collection.
- dr
Protection StringGroup Id - 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.
- display
Name String - The display name of the step execution. Example:
DATABASE_SWITCHOVER - dr
Plan StringExecution Id - filters List<Property Map>
- state String
- The current state of the DR plan execution.
Supporting Types
GetDrPlanExecutionsDrPlanExecutionCollection
GetDrPlanExecutionsDrPlanExecutionCollectionItem
- Automatic
Execution List<GetDetails Dr Plan Executions Dr Plan Execution Collection Item Automatic Execution Detail> - The details of the event that started the automatic DR plan execution.
- Compartment
Id string - The OCID of the compartment containing this DR plan execution. Example:
ocid1.compartment.oc1..uniqueID - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - Dr
Protection stringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - Execution
Duration intIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - Execution
Options List<GetDr Plan Executions Dr Plan Execution Collection Item Execution Option> - The options for a plan execution.
- 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"} - Group
Executions List<GetDr Plan Executions Dr Plan Execution Collection Item Group Execution> - A list of groups executed in this DR plan execution.
- Id string
- 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 stringDetails - A message describing the DR plan execution's current state in more detail.
- Log
Locations List<GetDr Plan Executions Dr Plan Execution Collection Item Log Location> - The details of an object storage log location for a DR protection group.
- Peer
Dr stringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID - Peer
Region string - The region of the peer DR protection group associated with this plan's DR protection group. Example:
us-ashburn-1 - Plan
Execution stringType - The type of the DR plan executed.
- Plan
Id 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.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - Time
Ended 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 - Time
Started string - The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - Time
Updated string - The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- Automatic
Execution []GetDetails Dr Plan Executions Dr Plan Execution Collection Item Automatic Execution Detail - The details of the event that started the automatic DR plan execution.
- Compartment
Id string - The OCID of the compartment containing this DR plan execution. Example:
ocid1.compartment.oc1..uniqueID - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - Dr
Protection stringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - Execution
Duration intIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - Execution
Options []GetDr Plan Executions Dr Plan Execution Collection Item Execution Option - The options for a plan execution.
- 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"} - Group
Executions []GetDr Plan Executions Dr Plan Execution Collection Item Group Execution - A list of groups executed in this DR plan execution.
- Id string
- 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 stringDetails - A message describing the DR plan execution's current state in more detail.
- Log
Locations []GetDr Plan Executions Dr Plan Execution Collection Item Log Location - The details of an object storage log location for a DR protection group.
- Peer
Dr stringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID - Peer
Region string - The region of the peer DR protection group associated with this plan's DR protection group. Example:
us-ashburn-1 - Plan
Execution stringType - The type of the DR plan executed.
- Plan
Id 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.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - Time
Ended 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 - Time
Started string - The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - Time
Updated string - The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- automatic
Execution List<GetDetails Dr Plan Executions Dr Plan Execution Collection Item Automatic Execution Detail> - The details of the event that started the automatic DR plan execution.
- compartment
Id String - The OCID of the compartment containing this DR plan execution. Example:
ocid1.compartment.oc1..uniqueID - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"} - display
Name String - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - dr
Protection StringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - execution
Duration IntegerIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - execution
Options List<GetDr Plan Executions Dr Plan Execution Collection Item Execution Option> - The options for a plan execution.
- 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"} - group
Executions List<GetDr Plan Executions Dr Plan Execution Collection Item Group Execution> - A list of groups executed in this DR plan execution.
- id String
- The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID - is
Automatic Boolean - A flag indicating whether execution was submitted automatically by Automatic DR Configuration. Example:
false - life
Cycle StringDetails - A message describing the DR plan execution's current state in more detail.
- log
Locations List<GetDr Plan Executions Dr Plan Execution Collection Item Log Location> - The details of an object storage log location for a DR protection group.
- peer
Dr StringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID - peer
Region String - The region of the peer DR protection group associated with this plan's DR protection group. Example:
us-ashburn-1 - plan
Execution StringType - The type of the DR plan executed.
- plan
Id 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.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - time
Ended 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 - time
Started String - The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - time
Updated String - The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- automatic
Execution GetDetails Dr Plan Executions Dr Plan Execution Collection Item Automatic Execution Detail[] - The details of the event that started the automatic DR plan execution.
- compartment
Id string - The OCID of the compartment containing this DR plan execution. Example:
ocid1.compartment.oc1..uniqueID - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"} - display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - dr
Protection stringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - execution
Duration numberIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - execution
Options GetDr Plan Executions Dr Plan Execution Collection Item Execution Option[] - The options for a plan execution.
- {[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"} - group
Executions GetDr Plan Executions Dr Plan Execution Collection Item Group Execution[] - A list of groups executed in this DR plan execution.
- id string
- The OCID of the DR plan execution. Example:
ocid1.drplanexecution.oc1..uniqueID - is
Automatic boolean - A flag indicating whether execution was submitted automatically by Automatic DR Configuration. Example:
false - life
Cycle stringDetails - A message describing the DR plan execution's current state in more detail.
- log
Locations GetDr Plan Executions Dr Plan Execution Collection Item Log Location[] - The details of an object storage log location for a DR protection group.
- peer
Dr stringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID - peer
Region string - The region of the peer DR protection group associated with this plan's DR protection group. Example:
us-ashburn-1 - plan
Execution stringType - The type of the DR plan executed.
- plan
Id 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.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - time
Ended 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 - time
Started string - The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - time
Updated string - The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
- automatic_
execution_ Sequence[Getdetails Dr Plan Executions Dr Plan Execution Collection Item Automatic Execution Detail] - 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 - 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_ strgroup_ id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - execution_
duration_ intin_ sec - The total duration in seconds taken to complete the step execution. Example:
35 - execution_
options Sequence[GetDr Plan Executions Dr Plan Execution Collection Item Execution Option] - The options for a plan execution.
- 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[GetDr Plan Executions Dr Plan Execution Collection Item Group Execution] - 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_ strdetails - A message describing the DR plan execution's current state in more detail.
- log_
locations Sequence[GetDr Plan Executions Dr Plan Execution Collection Item Log Location] - The details of an object storage log location for a DR protection group.
- peer_
dr_ strprotection_ group_ id - 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_ strtype - 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.
- 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
- automatic
Execution List<Property Map>Details - The details of the event that started the automatic DR plan execution.
- compartment
Id String - The OCID of the compartment containing this DR plan execution. Example:
ocid1.compartment.oc1..uniqueID - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"Operations.CostCenter": "42"} - display
Name String - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - dr
Protection StringGroup Id - The OCID of the DR protection group. Mandatory query param. Example:
ocid1.drprotectiongroup.oc1..uniqueID - execution
Duration NumberIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - execution
Options List<Property Map> - The options for a plan execution.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"Department": "Finance"} - group
Executions 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 - is
Automatic Boolean - A flag indicating whether execution was submitted automatically by Automatic DR Configuration. Example:
false - life
Cycle StringDetails - A message describing the DR plan execution's current state in more detail.
- log
Locations List<Property Map> - The details of an object storage log location for a DR protection group.
- peer
Dr StringProtection Group Id - The OCID of peer DR protection group associated with this plan's DR protection group. Example:
ocid1.drprotectiongroup.oc1..uniqueID - peer
Region String - The region of the peer DR protection group associated with this plan's DR protection group. Example:
us-ashburn-1 - plan
Execution StringType - The type of the DR plan executed.
- plan
Id 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.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time at which DR plan execution was created. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - time
Ended 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 - time
Started String - The date and time at which DR plan execution began. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z - time
Updated String - The time when DR plan execution was last updated. An RFC3339 formatted datetime string. Example:
2019-03-29T09:36:42Z
GetDrPlanExecutionsDrPlanExecutionCollectionItemAutomaticExecutionDetail
- Event
Name string - The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example:
SwitchoverAutonomousDatabase - Member
Id string - The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"
- Event
Name string - The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example:
SwitchoverAutonomousDatabase - Member
Id string - The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"
- event
Name String - The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example:
SwitchoverAutonomousDatabase - member
Id String - The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"
- event
Name string - The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example:
SwitchoverAutonomousDatabase - member
Id 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"
- event
Name String - The name of the Oracle Cloud Infrastructure event that started the automatic DR plan execution. Example:
SwitchoverAutonomousDatabase - member
Id String - The OCID of the member that emitted the event that started the automatic DR plan execution. Example: "ocid1.autonomousdatabase.oc1..uniqueID"
GetDrPlanExecutionsDrPlanExecutionCollectionItemExecutionOption
- Are
Prechecks boolEnabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true - Are
Warnings boolIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false - Plan
Execution stringType - The type of the DR plan executed.
- Are
Prechecks boolEnabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true - Are
Warnings boolIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false - Plan
Execution stringType - The type of the DR plan executed.
- are
Prechecks BooleanEnabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true - are
Warnings BooleanIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false - plan
Execution StringType - The type of the DR plan executed.
- are
Prechecks booleanEnabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true - are
Warnings booleanIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false - plan
Execution stringType - The type of the DR plan executed.
- are_
prechecks_ boolenabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true - are_
warnings_ boolignored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false - plan_
execution_ strtype - The type of the DR plan executed.
- are
Prechecks BooleanEnabled - A flag indicating whether a precheck should be executed before the plan execution. Example:
true - are
Warnings BooleanIgnored - A flag indicating whether warnings should be ignored during the plan execution. Example:
false - plan
Execution StringType - The type of the DR plan executed.
GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecution
- Display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - Execution
Duration intIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - Group
Id 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.
- Status
Details string - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - Step
Executions List<GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution> - A list of step executions in the group.
- Time
Ended 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 - Time
Started 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 string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - Execution
Duration intIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - Group
Id 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.
- Status
Details string - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - Step
Executions []GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution - A list of step executions in the group.
- Time
Ended 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 - Time
Started 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 String - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - execution
Duration IntegerIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - group
Id 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.
- status
Details String - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - step
Executions List<GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution> - A list of step executions in the group.
- time
Ended 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 - time
Started 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 string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - execution
Duration numberIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - group
Id 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.
- status
Details string - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - step
Executions GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution[] - A list of step executions in the group.
- time
Ended 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 - time
Started 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_ intin_ sec - 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[GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution] - 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
- display
Name String - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - execution
Duration NumberIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - group
Id 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.
- status
Details String - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - step
Executions List<Property Map> - A list of step executions in the group.
- time
Ended 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 - time
Started 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
- Display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - Execution
Duration intIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - Group
Id string - The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..uniqueID - Log
Locations List<GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution Log Location> - The details of an object storage log location for a DR protection group.
- Status string
- The status of the step execution.
- Status
Details string - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - Step
Id string - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID - Time
Ended 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 - Time
Started 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 - Type
Display stringName - The display name of the DR Plan step type. Example:
Database Switchover
- Display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - Execution
Duration intIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - Group
Id string - The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..uniqueID - Log
Locations []GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution Log Location - The details of an object storage log location for a DR protection group.
- Status string
- The status of the step execution.
- Status
Details string - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - Step
Id string - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID - Time
Ended 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 - Time
Started 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 - Type
Display stringName - The display name of the DR Plan step type. Example:
Database Switchover
- display
Name String - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - execution
Duration IntegerIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - group
Id String - The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..uniqueID - log
Locations List<GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution Log Location> - The details of an object storage log location for a DR protection group.
- status String
- The status of the step execution.
- status
Details String - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - step
Id String - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID - time
Ended 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 - time
Started 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 - type
Display StringName - The display name of the DR Plan step type. Example:
Database Switchover
- display
Name string - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - execution
Duration numberIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - group
Id string - The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..uniqueID - log
Locations GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution Log Location[] - The details of an object storage log location for a DR protection group.
- status string
- The status of the step execution.
- status
Details string - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - step
Id string - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID - time
Ended 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 - time
Started 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 - type
Display stringName - 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_ intin_ sec - 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[GetDr Plan Executions Dr Plan Execution Collection Item Group Execution Step Execution Log Location] - 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_ strname - The display name of the DR Plan step type. Example:
Database Switchover
- display
Name String - A filter to return only resources that match the given display name. Example:
MyResourceDisplayName - execution
Duration NumberIn Sec - The total duration in seconds taken to complete the step execution. Example:
35 - group
Id String - The unique id of the group to which this step belongs. Must not be modified by user. Example:
sgid1.group..uniqueID - log
Locations List<Property Map> - The details of an object storage log location for a DR protection group.
- status String
- The status of the step execution.
- status
Details String - Additional details on the step execution status. Example:
This step failed to complete due to a timeout - step
Id String - The unique id of the step. Must not be modified by user. Example:
sgid1.step..uniqueID - time
Ended 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 - time
Started 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 - type
Display StringName - The display name of the DR Plan step type. Example:
Database Switchover
GetDrPlanExecutionsDrPlanExecutionCollectionItemGroupExecutionStepExecutionLogLocation
GetDrPlanExecutionsDrPlanExecutionCollectionItemLogLocation
GetDrPlanExecutionsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
