Permissions for REST API Operations
Lists the REST API operations available in Full Stack Disaster Recovery (Full Stack DR) and the permissions required for each Disaster Recovery (DR) operation.
Refer to Permissions in Oracle Cloud Infrastructure Documentation for more information about permissions.
Table 6-3 Permissions Required for REST API Operations
REST API Operation | Permissions (| = or, & = and) | Description |
---|---|---|
CancelDrPlanExecution |
DISASTER_RECOVERY_PLAN_EXECUTION_CREATE |
Cancel the DR Plan Execution identified by drPlanExecutionId .
|
AssociateDrProtectionGroup |
DISASTER_RECOVERY_PROTECTION_GROUP_UPDATE |
Create an association between the DR Protection Group identified by drProtectionGroupId and another DR Protection Group in a different region.
|
CancelWorkRequest |
DISASTER_RECOVERY_WORKREQUEST_DELETE |
Cancel the work request identified by workRequestId .
|
CreateDrPlan |
DISASTER_RECOVERY_PLAN_CREATE |
Creates a new DR Plan of the specified DR Plan type. |
CreateDrPlanExecution |
DISASTER_RECOVERY_PLAN_EXECUTION_CREATE |
DISASTER_RECOVERY_PLAN_PRECHECK_CREATE |
Execute a DR Plan for a DR Protection Group. |
CreateDrProtectionGroup |
DISASTER_RECOVERY_PROTECTION_GROUP_CREATE |
Create a new DR protection group. |
ChangeDrProtectionGroupCompartment |
DISASTER_RECOVERY_PROTECTION_GROUP_UPDATE |
Move the DR Protection Group identified by drProtectionGroupId to a different compartment.
|
DeleteDrPlan |
DISASTER_RECOVERY_PLAN_DELETE |
Delete a DR plan identified by drPlanId .
|
DeleteDrPlanExecution |
DISASTER_RECOVERY_PLAN_EXECUTION_DELETE |
DISASTER_RECOVERY_PLAN_PRECHECK_DELETE |
Delete the DR Plan Execution identified by drPlanExecutionId .
|
DeleteDrProtectionGroup |
DISASTER_RECOVERY_PROTECTION_GROUP_DELETE |
Delete the DR Protection Group identified by drProtectionGroupId .
|
DisassociateDrProtectionGroup |
DISASTER_RECOVERY_PROTECTION_GROUP_UPDATE |
Delete the association between the DR Protection Group identified by drProtectionGroupId . and its peer DR Protection Group.
|
GetDrPlan |
DISASTER_RECOVERY_PLAN_READ |
Get details for the DR Plan identified by drPlanId .
|
GetDrPlanExecution |
DISASTER_RECOVERY_PLAN_EXECUTION_READ |
Get details of a DR plan execution identified by drPlanExecutionId .
|
GetDrProtectionGroup |
DISASTER_RECOVERY_PROTECTION_GROUP_READ |
Get details of a DR protection group identified by drProtectionGroupId .
|
GetWorkRequest |
DISASTER_RECOVERY_WORKREQUEST_READ |
Get the status of the work request identified by workRequestId .
|
IgnoreDrPlanExecution |
DISASTER_RECOVERY_PLAN_EXECUTION_CREATE |
Ignore failed group or step in DR Plan Execution identified by drPlanExecutionId and resume execution.
|
ListDrPlanExecutions |
DISASTER_RECOVERY_PLAN_EXECUTION_INSPECT |
Get a summary list of all DR Plan Executions for a DR Protection Group. |
ListDrPlans |
DISASTER_RECOVERY_PLAN_INSPECT |
Get a summary list of all DR Plans for a DR Protection Group. |
ListDrProtectionGroups |
DISASTER_RECOVERY_PROTECTION_GROUP_INSPECT |
Get a summary list of all DR Protection Groups in a compartment. |
ListWorkRequestErrors |
DISASTER_RECOVERY_WORKREQUEST_INSPECT |
Lists work request errors for the work request identified by workRequestId .
|
ListWorkRequestLogs |
DISASTER_RECOVERY_WORKREQUEST_INSPECT |
Returns a (paginated) list of logs for the work request identified by workRequestId .
|
ListWorkRequests |
DISASTER_RECOVERY_WORKREQUEST_INSPECT |
List work requests in a compartment. |
PauseDrPlanExecution |
DISASTER_RECOVERY_PLAN_EXECUTION_CREATE |
Pause the DR plan execution identified by drPlanExecutionId .
|
ResumeDrPlanExecution |
DISASTER_RECOVERY_PLAN_EXECUTION_CREATE |
Resume the DR plan execution identified by drPlanExecutionId .
|
RetryDrPlanExecution |
DISASTER_RECOVERY_PLAN_EXECUTION_CREATE |
Retry failed group or step in DR Plan Execution identified by drPlanExecutionId and resume execution.
|
UpdateDrPlan |
DISASTER_RECOVERY_PLAN_UPDATE |
Update the DR Plan identified by drPlanId .
|
UpdateDrPlanExecution |
DISASTER_RECOVERY_PLAN_EXECUTION_UPDATE |
DISASTER_RECOVERY_PLAN_PRECHECK_UPDATE |
Update the DR Plan Execution identified by drPlanExecutionId .
|
UpdateDrProtectionGroup |
DISASTER_RECOVERY_PROTECTION_GROUP_UPDATE |
Update the DR Protection Group identified by drProtectionGroupId .
|
UpdateDrProtectionGroupRole |
DISASTER_RECOVERY_PROTECTION_GROUP_UPDATE |
Update the role of the DR Protection Group identified by drProtectionGroupId .
|
Parent topic: Policies for Full Stack Disaster Recovery