1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getExecutionAction
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.Database.getExecutionAction

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

    This data source provides details about a specific Execution Action resource in Oracle Cloud Infrastructure Database service.

    Gets information about the specified execution action.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testExecutionAction = oci.Database.getExecutionAction({
        executionActionId: testExecutionActionOciDatabaseExecutionAction.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_execution_action = oci.Database.get_execution_action(execution_action_id=test_execution_action_oci_database_execution_action["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := database.GetExecutionAction(ctx, &database.GetExecutionActionArgs{
    			ExecutionActionId: testExecutionActionOciDatabaseExecutionAction.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testExecutionAction = Oci.Database.GetExecutionAction.Invoke(new()
        {
            ExecutionActionId = testExecutionActionOciDatabaseExecutionAction.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Database.DatabaseFunctions;
    import com.pulumi.oci.Database.inputs.GetExecutionActionArgs;
    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 testExecutionAction = DatabaseFunctions.getExecutionAction(GetExecutionActionArgs.builder()
                .executionActionId(testExecutionActionOciDatabaseExecutionAction.id())
                .build());
    
        }
    }
    
    variables:
      testExecutionAction:
        fn::invoke:
          function: oci:Database:getExecutionAction
          arguments:
            executionActionId: ${testExecutionActionOciDatabaseExecutionAction.id}
    

    Using getExecutionAction

    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 getExecutionAction(args: GetExecutionActionArgs, opts?: InvokeOptions): Promise<GetExecutionActionResult>
    function getExecutionActionOutput(args: GetExecutionActionOutputArgs, opts?: InvokeOptions): Output<GetExecutionActionResult>
    def get_execution_action(execution_action_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetExecutionActionResult
    def get_execution_action_output(execution_action_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetExecutionActionResult]
    func GetExecutionAction(ctx *Context, args *GetExecutionActionArgs, opts ...InvokeOption) (*GetExecutionActionResult, error)
    func GetExecutionActionOutput(ctx *Context, args *GetExecutionActionOutputArgs, opts ...InvokeOption) GetExecutionActionResultOutput

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

    public static class GetExecutionAction 
    {
        public static Task<GetExecutionActionResult> InvokeAsync(GetExecutionActionArgs args, InvokeOptions? opts = null)
        public static Output<GetExecutionActionResult> Invoke(GetExecutionActionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExecutionActionResult> getExecutionAction(GetExecutionActionArgs args, InvokeOptions options)
    public static Output<GetExecutionActionResult> getExecutionAction(GetExecutionActionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Database/getExecutionAction:getExecutionAction
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExecutionActionId string
    The execution action OCID.
    ExecutionActionId string
    The execution action OCID.
    executionActionId String
    The execution action OCID.
    executionActionId string
    The execution action OCID.
    execution_action_id str
    The execution action OCID.
    executionActionId String
    The execution action OCID.

    getExecutionAction Result

    The following output properties are available:

    ActionMembers List<GetExecutionActionActionMember>
    List of action members of this execution action.
    ActionParams Dictionary<string, string>
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    ActionType string
    The action type of the execution action being performed
    CompartmentId string
    The OCID of the compartment.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Description string
    Description of the execution action.
    DisplayName string
    The user-friendly name for the execution action. The name does not need to be unique.
    EstimatedTimeInMins int
    The estimated time of the execution action in minutes.
    ExecutionActionId string
    ExecutionActionOrder int
    The priority order of the execution action.
    ExecutionWindowId string
    The OCID of the execution window resource the execution action belongs to.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the execution action.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleSubstate string
    The current sub-state of the execution action. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    State string
    The current state of the execution action. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    TimeCreated string
    The date and time the execution action was created.
    TimeUpdated string
    The last date and time that the execution action was updated.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    ActionMembers []GetExecutionActionActionMember
    List of action members of this execution action.
    ActionParams map[string]string
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    ActionType string
    The action type of the execution action being performed
    CompartmentId string
    The OCID of the compartment.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    Description string
    Description of the execution action.
    DisplayName string
    The user-friendly name for the execution action. The name does not need to be unique.
    EstimatedTimeInMins int
    The estimated time of the execution action in minutes.
    ExecutionActionId string
    ExecutionActionOrder int
    The priority order of the execution action.
    ExecutionWindowId string
    The OCID of the execution window resource the execution action belongs to.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the execution action.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    LifecycleSubstate string
    The current sub-state of the execution action. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    State string
    The current state of the execution action. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    TimeCreated string
    The date and time the execution action was created.
    TimeUpdated string
    The last date and time that the execution action was updated.
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    actionMembers List<GetExecutionActionActionMember>
    List of action members of this execution action.
    actionParams Map<String,String>
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    actionType String
    The action type of the execution action being performed
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description String
    Description of the execution action.
    displayName String
    The user-friendly name for the execution action. The name does not need to be unique.
    estimatedTimeInMins Integer
    The estimated time of the execution action in minutes.
    executionActionId String
    executionActionOrder Integer
    The priority order of the execution action.
    executionWindowId String
    The OCID of the execution window resource the execution action belongs to.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the execution action.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleSubstate String
    The current sub-state of the execution action. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state String
    The current state of the execution action. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    timeCreated String
    The date and time the execution action was created.
    timeUpdated String
    The last date and time that the execution action was updated.
    totalTimeTakenInMins Integer
    The total time taken by corresponding resource activity in minutes.
    actionMembers GetExecutionActionActionMember[]
    List of action members of this execution action.
    actionParams {[key: string]: string}
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    actionType string
    The action type of the execution action being performed
    compartmentId string
    The OCID of the compartment.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description string
    Description of the execution action.
    displayName string
    The user-friendly name for the execution action. The name does not need to be unique.
    estimatedTimeInMins number
    The estimated time of the execution action in minutes.
    executionActionId string
    executionActionOrder number
    The priority order of the execution action.
    executionWindowId string
    The OCID of the execution window resource the execution action belongs to.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the execution action.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    lifecycleSubstate string
    The current sub-state of the execution action. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state string
    The current state of the execution action. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    timeCreated string
    The date and time the execution action was created.
    timeUpdated string
    The last date and time that the execution action was updated.
    totalTimeTakenInMins number
    The total time taken by corresponding resource activity in minutes.
    action_members Sequence[database.GetExecutionActionActionMember]
    List of action members of this execution action.
    action_params Mapping[str, str]
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    action_type str
    The action type of the execution action being performed
    compartment_id str
    The OCID of the compartment.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description str
    Description of the execution action.
    display_name str
    The user-friendly name for the execution action. The name does not need to be unique.
    estimated_time_in_mins int
    The estimated time of the execution action in minutes.
    execution_action_id str
    execution_action_order int
    The priority order of the execution action.
    execution_window_id str
    The OCID of the execution window resource the execution action belongs to.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the execution action.
    lifecycle_details str
    Additional information about the current lifecycle state.
    lifecycle_substate str
    The current sub-state of the execution action. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state str
    The current state of the execution action. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    time_created str
    The date and time the execution action was created.
    time_updated str
    The last date and time that the execution action was updated.
    total_time_taken_in_mins int
    The total time taken by corresponding resource activity in minutes.
    actionMembers List<Property Map>
    List of action members of this execution action.
    actionParams Map<String>
    Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {"count": "3"}
    actionType String
    The action type of the execution action being performed
    compartmentId String
    The OCID of the compartment.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
    description String
    Description of the execution action.
    displayName String
    The user-friendly name for the execution action. The name does not need to be unique.
    estimatedTimeInMins Number
    The estimated time of the execution action in minutes.
    executionActionId String
    executionActionOrder Number
    The priority order of the execution action.
    executionWindowId String
    The OCID of the execution window resource the execution action belongs to.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the execution action.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    lifecycleSubstate String
    The current sub-state of the execution action. Valid states are DURATION_EXCEEDED, MAINTENANCE_IN_PROGRESS and WAITING.
    state String
    The current state of the execution action. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, UPDATING, DELETED, SUCCEEDED and PARTIAL_SUCCESS.
    timeCreated String
    The date and time the execution action was created.
    timeUpdated String
    The last date and time that the execution action was updated.
    totalTimeTakenInMins Number
    The total time taken by corresponding resource activity in minutes.

    Supporting Types

    GetExecutionActionActionMember

    EstimatedTimeInMins int
    The estimated time of the execution action in minutes.
    MemberId string
    The OCID of the parent resource the execution action belongs to.
    MemberOrder int
    The priority order of the execution action member.
    Status string
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    EstimatedTimeInMins int
    The estimated time of the execution action in minutes.
    MemberId string
    The OCID of the parent resource the execution action belongs to.
    MemberOrder int
    The priority order of the execution action member.
    Status string
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    TotalTimeTakenInMins int
    The total time taken by corresponding resource activity in minutes.
    estimatedTimeInMins Integer
    The estimated time of the execution action in minutes.
    memberId String
    The OCID of the parent resource the execution action belongs to.
    memberOrder Integer
    The priority order of the execution action member.
    status String
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    totalTimeTakenInMins Integer
    The total time taken by corresponding resource activity in minutes.
    estimatedTimeInMins number
    The estimated time of the execution action in minutes.
    memberId string
    The OCID of the parent resource the execution action belongs to.
    memberOrder number
    The priority order of the execution action member.
    status string
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    totalTimeTakenInMins number
    The total time taken by corresponding resource activity in minutes.
    estimated_time_in_mins int
    The estimated time of the execution action in minutes.
    member_id str
    The OCID of the parent resource the execution action belongs to.
    member_order int
    The priority order of the execution action member.
    status str
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    total_time_taken_in_mins int
    The total time taken by corresponding resource activity in minutes.
    estimatedTimeInMins Number
    The estimated time of the execution action in minutes.
    memberId String
    The OCID of the parent resource the execution action belongs to.
    memberOrder Number
    The priority order of the execution action member.
    status String
    The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum:

    • SCHEDULED
    • IN_PROGRESS
    • FAILED
    • CANCELED
    • DURATION_EXCEEDED
    • RESCHEDULED
    • SUCCEEDED
    totalTimeTakenInMins Number
    The total time taken by corresponding resource activity in minutes.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi