Disaster Recovery Functions

Package: DBMS_CLOUD_OCI_DR_DISASTER_RECOVERY

ASSOCIATE_DR_PROTECTION_GROUP Function

Create an association between the DR protection group identified by *drProtectionGroupId* and another DR protection group.

Syntax

FUNCTION associate_dr_protection_group (
  associate_dr_protection_group_details dbms_cloud_oci_disaster_recovery_associate_dr_protection_group_details_t,
  dr_protection_group_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_associate_dr_protection_group_response_t;

Parameters

Parameter Description

associate_dr_protection_group_details

(required) Details for creating an association between two DR protection groups.

dr_protection_group_id

(required) The OCID of the DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CANCEL_DR_PLAN_EXECUTION Function

Cancel the DR plan execution identified by *drPlanExecutionId*.

Syntax

FUNCTION cancel_dr_plan_execution (
  cancel_dr_plan_execution_details dbms_cloud_oci_disaster_recovery_cancel_dr_plan_execution_details_t,
  dr_plan_execution_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_cancel_dr_plan_execution_response_t;

Parameters

Parameter Description

cancel_dr_plan_execution_details

(required) Details for canceling the DR plan execution.

dr_plan_execution_id

(required) The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CANCEL_WORK_REQUEST Function

Cancel the work request identified by *workRequestId*.

Syntax

FUNCTION cancel_work_request (
  work_request_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_cancel_work_request_response_t;

Parameters

Parameter Description

work_request_id

(required) The ID (OCID) of the asynchronous request. Example: `ocid1.workrequest.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CHANGE_DR_PROTECTION_GROUP_COMPARTMENT Function

Move the DR protection group identified by *drProtectionGroupId* to a different compartment.

Syntax

FUNCTION change_dr_protection_group_compartment (
  change_dr_protection_group_compartment_details dbms_cloud_oci_disaster_recovery_change_dr_protection_group_compartment_details_t,
  dr_protection_group_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_change_dr_protection_group_compartment_response_t;

Parameters

Parameter Description

change_dr_protection_group_compartment_details

(required) Details for changing the DR protection group compartment.

dr_protection_group_id

(required) The OCID of the DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CREATE_DR_PLAN Function

Create a DR plan of the specified DR plan type.

Syntax

FUNCTION create_dr_plan (
  create_dr_plan_details dbms_cloud_oci_disaster_recovery_create_dr_plan_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_create_dr_plan_response_t;

Parameters

Parameter Description

create_dr_plan_details

(required) Details for creating the new DR plan.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CREATE_DR_PLAN_EXECUTION Function

Execute a DR plan for a DR protection group.

Syntax

FUNCTION create_dr_plan_execution (
  create_dr_plan_execution_details dbms_cloud_oci_disaster_recovery_create_dr_plan_execution_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_create_dr_plan_execution_response_t;

Parameters

Parameter Description

create_dr_plan_execution_details

(required) Details for creating the DR plan execution.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

CREATE_DR_PROTECTION_GROUP Function

Create a DR protection group.

Syntax

FUNCTION create_dr_protection_group (
  create_dr_protection_group_details dbms_cloud_oci_disaster_recovery_create_dr_protection_group_details_t,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_create_dr_protection_group_response_t;

Parameters

Parameter Description

create_dr_protection_group_details

(required) Details for creating the DR protection group.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_DR_PLAN Function

Delete the DR plan identified by *drPlanId*.

Syntax

FUNCTION delete_dr_plan (
  dr_plan_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_delete_dr_plan_response_t;

Parameters

Parameter Description

dr_plan_id

(required) The OCID of the DR plan. Example: `ocid1.drplan.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_DR_PLAN_EXECUTION Function

Delete the DR plan execution identified by *drPlanExecutionId*.

Syntax

FUNCTION delete_dr_plan_execution (
  dr_plan_execution_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_delete_dr_plan_execution_response_t;

Parameters

Parameter Description

dr_plan_execution_id

(required) The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DELETE_DR_PROTECTION_GROUP Function

Delete the DR protection group identified by *drProtectionGroupId*.

Syntax

FUNCTION delete_dr_protection_group (
  dr_protection_group_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_delete_dr_protection_group_response_t;

Parameters

Parameter Description

dr_protection_group_id

(required) The OCID of the DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

DISASSOCIATE_DR_PROTECTION_GROUP Function

Delete the association between the DR protection group identified by *drProtectionGroupId*. and its peer DR protection group.

Syntax

FUNCTION disassociate_dr_protection_group (
  disassociate_dr_protection_group_details dbms_cloud_oci_disaster_recovery_disassociate_dr_protection_group_details_t,
  dr_protection_group_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_disassociate_dr_protection_group_response_t;

Parameters

Parameter Description

disassociate_dr_protection_group_details

(required) Details for deleting the association between two DR protection groups.

dr_protection_group_id

(required) The OCID of the DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_DR_PLAN Function

Get details for the DR plan identified by *drPlanId*.

Syntax

FUNCTION get_dr_plan (
  dr_plan_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_get_dr_plan_response_t;

Parameters

Parameter Description

dr_plan_id

(required) The OCID of the DR plan. Example: `ocid1.drplan.oc1..uniqueID`

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_DR_PLAN_EXECUTION Function

Get details for the DR plan execution identified by *drPlanExecutionId*.

Syntax

FUNCTION get_dr_plan_execution (
  dr_plan_execution_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_get_dr_plan_execution_response_t;

Parameters

Parameter Description

dr_plan_execution_id

(required) The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_DR_PROTECTION_GROUP Function

Get the DR protection group identified by *drProtectionGroupId*.

Syntax

FUNCTION get_dr_protection_group (
  dr_protection_group_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_get_dr_protection_group_response_t;

Parameters

Parameter Description

dr_protection_group_id

(required) The OCID of the DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

GET_WORK_REQUEST Function

Get the status of the work request identified by *workRequestId*.

Syntax

FUNCTION get_work_request (
  work_request_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_get_work_request_response_t;

Parameters

Parameter Description

work_request_id

(required) The ID (OCID) of the asynchronous request. Example: `ocid1.workrequest.oc1..uniqueID`

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

IGNORE_DR_PLAN_EXECUTION Function

Ignore the failed group or step in DR plan execution identified by *drPlanExecutionId* and resume execution.

Syntax

FUNCTION ignore_dr_plan_execution (
  ignore_dr_plan_execution_details dbms_cloud_oci_disaster_recovery_ignore_dr_plan_execution_details_t,
  dr_plan_execution_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_ignore_dr_plan_execution_response_t;

Parameters

Parameter Description

ignore_dr_plan_execution_details

(required) Details for ignoring the failed group or step and resuming execution.

dr_plan_execution_id

(required) The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_DR_PLAN_EXECUTIONS Function

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

Syntax

FUNCTION list_dr_plan_executions (
  dr_protection_group_id varchar2,
  lifecycle_state varchar2 DEFAULT NULL,
  dr_plan_execution_id varchar2 DEFAULT NULL,
  dr_plan_execution_type varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_list_dr_plan_executions_response_t;

Parameters

Parameter Description

dr_protection_group_id

(required) The OCID of the DR protection group. Mandatory query param. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

lifecycle_state

(optional) A filter to return only DR plan executions that match the given lifecycle state.

Allowed values are: 'ACCEPTED', 'IN_PROGRESS', 'WAITING', 'CANCELING', 'CANCELED', 'SUCCEEDED', 'FAILED', 'DELETING', 'DELETED', 'PAUSING', 'PAUSED', 'RESUMING'

dr_plan_execution_id

(optional) The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`

dr_plan_execution_type

(optional) The DR plan execution type.

Allowed values are: 'SWITCHOVER', 'SWITCHOVER_PRECHECK', 'FAILOVER', 'FAILOVER_PRECHECK', 'START_DRILL', 'START_DRILL_PRECHECK', 'STOP_DRILL', 'STOP_DRILL_PRECHECK'

display_name

(optional) A filter to return only resources that match the given display name. Example: `MyResourceDisplayName`

limit

(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. 1 is the minimum, 1000 is the maximum. For important details about how pagination works, see List Pagination. Example: `100`

page

(optional) For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important details about how pagination works, see List Pagination.

sort_order

(optional) The sort order to use, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default. Example: `MyResourceDisplayName`

Allowed values are: 'timeCreated', 'displayName'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_DR_PLANS Function

Get a summary list of all DR plans for a DR protection group.

Syntax

FUNCTION list_dr_plans (
  dr_protection_group_id varchar2,
  lifecycle_state varchar2 DEFAULT NULL,
  dr_plan_id varchar2 DEFAULT NULL,
  dr_plan_type varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_list_dr_plans_response_t;

Parameters

Parameter Description

dr_protection_group_id

(required) The OCID of the DR protection group. Mandatory query param. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

lifecycle_state

(optional) A filter to return only DR plans that match the given lifecycle state.

Allowed values are: 'CREATING', 'UPDATING', 'ACTIVE', 'INACTIVE', 'DELETING', 'DELETED', 'FAILED', 'NEEDS_ATTENTION'

dr_plan_id

(optional) The OCID of the DR plan. Example: `ocid1.drplan.oc1..uniqueID`

dr_plan_type

(optional) The DR plan type.

Allowed values are: 'SWITCHOVER', 'FAILOVER', 'START_DRILL', 'STOP_DRILL'

display_name

(optional) A filter to return only resources that match the given display name. Example: `MyResourceDisplayName`

limit

(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. 1 is the minimum, 1000 is the maximum. For important details about how pagination works, see List Pagination. Example: `100`

page

(optional) For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important details about how pagination works, see List Pagination.

sort_order

(optional) The sort order to use, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default. Example: `MyResourceDisplayName`

Allowed values are: 'timeCreated', 'displayName'

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_DR_PROTECTION_GROUPS Function

Get a summary list of all DR protection groups in a compartment.

Syntax

FUNCTION list_dr_protection_groups (
  compartment_id varchar2,
  lifecycle_state varchar2 DEFAULT NULL,
  dr_protection_group_id varchar2 DEFAULT NULL,
  display_name varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  role varchar2 DEFAULT NULL,
  lifecycle_sub_state varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_list_dr_protection_groups_response_t;

Parameters

Parameter Description

compartment_id

(required) The ID (OCID) of the compartment in which to list resources. Example: `ocid1.compartment.oc1..uniqueID`

lifecycle_state

(optional) A filter to return only DR protection groups that match the given lifecycle state.

Allowed values are: 'CREATING', 'ACTIVE', 'UPDATING', 'INACTIVE', 'NEEDS_ATTENTION', 'DELETING', 'DELETED', 'FAILED'

dr_protection_group_id

(optional) The OCID of the DR protection group. Optional query param. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

display_name

(optional) A filter to return only resources that match the given display name. Example: `MyResourceDisplayName`

limit

(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. 1 is the minimum, 1000 is the maximum. For important details about how pagination works, see List Pagination. Example: `100`

page

(optional) For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important details about how pagination works, see List Pagination.

sort_order

(optional) The sort order to use, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default. Example: `MyResourceDisplayName`

Allowed values are: 'timeCreated', 'displayName'

opc_request_id

(optional) The client request ID for tracing.

role

(optional) The DR protection group Role.

Allowed values are: 'PRIMARY', 'STANDBY', 'UNCONFIGURED'

lifecycle_sub_state

(optional) A filter to return only DR protection groups that match the given lifecycle sub-state.

Allowed values are: 'DR_DRILL_IN_PROGRESS'

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_WORK_REQUEST_ERRORS Function

Get a list of work request errors for the work request identified by *workRequestId*.

Syntax

FUNCTION list_work_request_errors (
  work_request_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_list_work_request_errors_response_t;

Parameters

Parameter Description

work_request_id

(required) The ID (OCID) of the asynchronous request. Example: `ocid1.workrequest.oc1..uniqueID`

opc_request_id

(optional) The client request ID for tracing.

page

(optional) For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important details about how pagination works, see List Pagination.

limit

(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. 1 is the minimum, 1000 is the maximum. For important details about how pagination works, see List Pagination. Example: `100`

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.

Allowed values are: 'timeAccepted'

sort_order

(optional) The sort order to use, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_WORK_REQUEST_LOGS Function

Get a list of logs for the work request identified by *workRequestId*.

Syntax

FUNCTION list_work_request_logs (
  work_request_id varchar2,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_list_work_request_logs_response_t;

Parameters

Parameter Description

work_request_id

(required) The ID (OCID) of the asynchronous request. Example: `ocid1.workrequest.oc1..uniqueID`

opc_request_id

(optional) The client request ID for tracing.

page

(optional) For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important details about how pagination works, see List Pagination.

limit

(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. 1 is the minimum, 1000 is the maximum. For important details about how pagination works, see List Pagination. Example: `100`

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.

Allowed values are: 'timeAccepted'

sort_order

(optional) The sort order to use, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

LIST_WORK_REQUESTS Function

Lists the work requests in a compartment.

Syntax

FUNCTION list_work_requests (
  compartment_id varchar2 DEFAULT NULL,
  work_request_id varchar2 DEFAULT NULL,
  status varchar2 DEFAULT NULL,
  resource_id varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  page varchar2 DEFAULT NULL,
  limit number DEFAULT NULL,
  sort_order varchar2 DEFAULT NULL,
  sort_by varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_list_work_requests_response_t;

Parameters

Parameter Description

compartment_id

(optional) The ID (OCID) of the compartment in which to list resources. Example: `ocid1.compartment.oc1..uniqueID`

work_request_id

(optional) The ID (OCID) of the asynchronous work request. Example: `ocid1.workrequest.oc1..uniqueID`

status

(optional) A filter to return only resources whose lifecycleState matches the given OperationStatus.

Allowed values are: 'ACCEPTED', 'IN_PROGRESS', 'WAITING', 'CANCELING', 'CANCELED', 'SUCCEEDED', 'FAILED', 'NEEDS_ATTENTION'

resource_id

(optional) The ID (OCID) of the resource affected by the work request. Example: `ocid1.drplanexecution.oc1..uniqueID`

opc_request_id

(optional) The client request ID for tracing.

page

(optional) For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important details about how pagination works, see List Pagination.

limit

(optional) For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call. 1 is the minimum, 1000 is the maximum. For important details about how pagination works, see List Pagination. Example: `100`

sort_order

(optional) The sort order to use, either 'asc' or 'desc'.

Allowed values are: 'ASC', 'DESC'

sort_by

(optional) The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.

Allowed values are: 'timeAccepted'

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

PAUSE_DR_PLAN_EXECUTION Function

Pause the DR plan execution identified by *drPlanExecutionId*.

Syntax

FUNCTION pause_dr_plan_execution (
  pause_dr_plan_execution_details dbms_cloud_oci_disaster_recovery_pause_dr_plan_execution_details_t,
  dr_plan_execution_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_pause_dr_plan_execution_response_t;

Parameters

Parameter Description

pause_dr_plan_execution_details

(required) Details for pausing the DR plan execution.

dr_plan_execution_id

(required) The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

RESUME_DR_PLAN_EXECUTION Function

Resume the DR plan execution identified by *drPlanExecutionId*.

Syntax

FUNCTION resume_dr_plan_execution (
  resume_dr_plan_execution_details dbms_cloud_oci_disaster_recovery_resume_dr_plan_execution_details_t,
  dr_plan_execution_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_resume_dr_plan_execution_response_t;

Parameters

Parameter Description

resume_dr_plan_execution_details

(required) Details for resuming the DR plan execution.

dr_plan_execution_id

(required) The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

RETRY_DR_PLAN_EXECUTION Function

Retry the failed group or step in DR plan execution identified by *drPlanExecutionId* and resume execution.

Syntax

FUNCTION retry_dr_plan_execution (
  retry_dr_plan_execution_details dbms_cloud_oci_disaster_recovery_retry_dr_plan_execution_details_t,
  dr_plan_execution_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_retry_dr_plan_execution_response_t;

Parameters

Parameter Description

retry_dr_plan_execution_details

(required) Details for retrying execution of the failed group or step.

dr_plan_execution_id

(required) The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_DR_PLAN Function

Update the DR plan identified by *drPlanId*.

Syntax

FUNCTION update_dr_plan (
  update_dr_plan_details dbms_cloud_oci_disaster_recovery_update_dr_plan_details_t,
  dr_plan_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_update_dr_plan_response_t;

Parameters

Parameter Description

update_dr_plan_details

(required) Details for updating the DR plan.

dr_plan_id

(required) The OCID of the DR plan. Example: `ocid1.drplan.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_DR_PLAN_EXECUTION Function

Update the DR plan execution identified by *drPlanExecutionId*.

Syntax

FUNCTION update_dr_plan_execution (
  update_dr_plan_execution_details dbms_cloud_oci_disaster_recovery_update_dr_plan_execution_details_t,
  dr_plan_execution_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_update_dr_plan_execution_response_t;

Parameters

Parameter Description

update_dr_plan_execution_details

(required) Details for updating the DR plan execution.

dr_plan_execution_id

(required) The OCID of the DR plan execution. Example: `ocid1.drplanexecution.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_DR_PROTECTION_GROUP Function

Update the DR protection group identified by *drProtectionGroupId*.

Syntax

FUNCTION update_dr_protection_group (
  update_dr_protection_group_details dbms_cloud_oci_disaster_recovery_update_dr_protection_group_details_t,
  dr_protection_group_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_update_dr_protection_group_response_t;

Parameters

Parameter Description

update_dr_protection_group_details

(required) Details for updating the the DR protection group.

dr_protection_group_id

(required) The OCID of the DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.

UPDATE_DR_PROTECTION_GROUP_ROLE Function

Update the role of the DR protection group identified by *drProtectionGroupId*.

Syntax

FUNCTION update_dr_protection_group_role (
  update_dr_protection_group_role_details dbms_cloud_oci_disaster_recovery_update_dr_protection_group_role_details_t,
  dr_protection_group_id varchar2,
  if_match varchar2 DEFAULT NULL,
  opc_retry_token varchar2 DEFAULT NULL,
  opc_request_id varchar2 DEFAULT NULL,
  region varchar2 DEFAULT NULL, 
  endpoint varchar2 DEFAULT NULL,
  credential_name varchar2 DEFAULT NULL
) RETURN dbms_cloud_oci_dr_disaster_recovery_update_dr_protection_group_role_response_t;

Parameters

Parameter Description

update_dr_protection_group_role_details

(required) The role details for the DR protection group to be updated.

dr_protection_group_id

(required) The OCID of the DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`

if_match

(optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.

opc_retry_token

(optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.

opc_request_id

(optional) The client request ID for tracing.

region

(optional) OCI region id. e.g us-phoenix-1 for US West (Phoenix).

endpoint

(optional) The endpoint of the service to call using this function. e.g https://disaster-recovery.{region}.oci.{secondLevelDomain}.If both endpoint and region are given, then endpoint takes precedence.

credential_name

(optional) The name of the credential for authenticating with the corresponding cloud native API.