1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. getRunbookVersion
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

oci.FleetAppsManagement.getRunbookVersion

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

    This data source provides details about a specific Runbook Version resource in Oracle Cloud Infrastructure Fleet Apps Management service.

    Gets a Runbook Version by identifier.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testRunbookVersion = oci.FleetAppsManagement.getRunbookVersion({
        runbookVersionId: testRunbookVersionOciFleetAppsManagementRunbookVersion.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_runbook_version = oci.FleetAppsManagement.get_runbook_version(runbook_version_id=test_runbook_version_oci_fleet_apps_management_runbook_version["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/fleetappsmanagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fleetappsmanagement.GetRunbookVersion(ctx, &fleetappsmanagement.GetRunbookVersionArgs{
    			RunbookVersionId: testRunbookVersionOciFleetAppsManagementRunbookVersion.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 testRunbookVersion = Oci.FleetAppsManagement.GetRunbookVersion.Invoke(new()
        {
            RunbookVersionId = testRunbookVersionOciFleetAppsManagementRunbookVersion.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.FleetAppsManagement.FleetAppsManagementFunctions;
    import com.pulumi.oci.FleetAppsManagement.inputs.GetRunbookVersionArgs;
    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 testRunbookVersion = FleetAppsManagementFunctions.getRunbookVersion(GetRunbookVersionArgs.builder()
                .runbookVersionId(testRunbookVersionOciFleetAppsManagementRunbookVersion.id())
                .build());
    
        }
    }
    
    variables:
      testRunbookVersion:
        fn::invoke:
          function: oci:FleetAppsManagement:getRunbookVersion
          arguments:
            runbookVersionId: ${testRunbookVersionOciFleetAppsManagementRunbookVersion.id}
    

    Using getRunbookVersion

    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 getRunbookVersion(args: GetRunbookVersionArgs, opts?: InvokeOptions): Promise<GetRunbookVersionResult>
    function getRunbookVersionOutput(args: GetRunbookVersionOutputArgs, opts?: InvokeOptions): Output<GetRunbookVersionResult>
    def get_runbook_version(runbook_version_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetRunbookVersionResult
    def get_runbook_version_output(runbook_version_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetRunbookVersionResult]
    func LookupRunbookVersion(ctx *Context, args *LookupRunbookVersionArgs, opts ...InvokeOption) (*LookupRunbookVersionResult, error)
    func LookupRunbookVersionOutput(ctx *Context, args *LookupRunbookVersionOutputArgs, opts ...InvokeOption) LookupRunbookVersionResultOutput

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

    public static class GetRunbookVersion 
    {
        public static Task<GetRunbookVersionResult> InvokeAsync(GetRunbookVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetRunbookVersionResult> Invoke(GetRunbookVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRunbookVersionResult> getRunbookVersion(GetRunbookVersionArgs args, InvokeOptions options)
    public static Output<GetRunbookVersionResult> getRunbookVersion(GetRunbookVersionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:FleetAppsManagement/getRunbookVersion:getRunbookVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RunbookVersionId string
    Unique Runbook Version identifier
    RunbookVersionId string
    Unique Runbook Version identifier
    runbookVersionId String
    Unique Runbook Version identifier
    runbookVersionId string
    Unique Runbook Version identifier
    runbook_version_id str
    Unique Runbook Version identifier
    runbookVersionId String
    Unique Runbook Version identifier

    getRunbookVersion Result

    The following output properties are available:

    CompartmentId string
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    ExecutionWorkflowDetails List<GetRunbookVersionExecutionWorkflowDetail>
    Execution Workflow details.
    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Groups List<GetRunbookVersionGroup>
    The groups of the runbook.
    Id string
    The OCID of the resource.
    IsLatest bool
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    Name string
    The name of the task
    RollbackWorkflowDetails List<GetRunbookVersionRollbackWorkflowDetail>
    Rollback Workflow details.
    RunbookId string
    The OCID of the resource.
    RunbookVersionId string
    State string
    The current state of the FleetResource.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    Tasks List<GetRunbookVersionTask>
    A set of tasks to execute in the runbook.
    TimeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    CompartmentId string
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    ExecutionWorkflowDetails []GetRunbookVersionExecutionWorkflowDetail
    Execution Workflow details.
    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Groups []GetRunbookVersionGroup
    The groups of the runbook.
    Id string
    The OCID of the resource.
    IsLatest bool
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    Name string
    The name of the task
    RollbackWorkflowDetails []GetRunbookVersionRollbackWorkflowDetail
    Rollback Workflow details.
    RunbookId string
    The OCID of the resource.
    RunbookVersionId string
    State string
    The current state of the FleetResource.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    Tasks []GetRunbookVersionTask
    A set of tasks to execute in the runbook.
    TimeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    compartmentId String
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    executionWorkflowDetails List<GetRunbookVersionExecutionWorkflowDetail>
    Execution Workflow details.
    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    groups List<GetRunbookVersionGroup>
    The groups of the runbook.
    id String
    The OCID of the resource.
    isLatest Boolean
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    name String
    The name of the task
    rollbackWorkflowDetails List<GetRunbookVersionRollbackWorkflowDetail>
    Rollback Workflow details.
    runbookId String
    The OCID of the resource.
    runbookVersionId String
    state String
    The current state of the FleetResource.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    tasks List<GetRunbookVersionTask>
    A set of tasks to execute in the runbook.
    timeCreated String
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    compartmentId string
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    executionWorkflowDetails GetRunbookVersionExecutionWorkflowDetail[]
    Execution Workflow details.
    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    groups GetRunbookVersionGroup[]
    The groups of the runbook.
    id string
    The OCID of the resource.
    isLatest boolean
    lifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    name string
    The name of the task
    rollbackWorkflowDetails GetRunbookVersionRollbackWorkflowDetail[]
    Rollback Workflow details.
    runbookId string
    The OCID of the resource.
    runbookVersionId string
    state string
    The current state of the FleetResource.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    tasks GetRunbookVersionTask[]
    A set of tasks to execute in the runbook.
    timeCreated string
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    compartment_id str
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    execution_workflow_details Sequence[GetRunbookVersionExecutionWorkflowDetail]
    Execution Workflow details.
    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    groups Sequence[GetRunbookVersionGroup]
    The groups of the runbook.
    id str
    The OCID of the resource.
    is_latest bool
    lifecycle_details str
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    name str
    The name of the task
    rollback_workflow_details Sequence[GetRunbookVersionRollbackWorkflowDetail]
    Rollback Workflow details.
    runbook_id str
    The OCID of the resource.
    runbook_version_id str
    state str
    The current state of the FleetResource.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    tasks Sequence[GetRunbookVersionTask]
    A set of tasks to execute in the runbook.
    time_created str
    The time this resource was created. An RFC3339 formatted datetime string.
    time_updated str
    The time this resource was last updated. An RFC3339 formatted datetime string.
    compartmentId String
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    executionWorkflowDetails List<Property Map>
    Execution Workflow details.
    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    groups List<Property Map>
    The groups of the runbook.
    id String
    The OCID of the resource.
    isLatest Boolean
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    name String
    The name of the task
    rollbackWorkflowDetails List<Property Map>
    Rollback Workflow details.
    runbookId String
    The OCID of the resource.
    runbookVersionId String
    state String
    The current state of the FleetResource.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    tasks List<Property Map>
    A set of tasks to execute in the runbook.
    timeCreated String
    The time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.

    Supporting Types

    GetRunbookVersionExecutionWorkflowDetail

    workflows List<Property Map>
    Rollback Workflow for the runbook.

    GetRunbookVersionExecutionWorkflowDetailWorkflow

    GroupName string
    Name of the group.
    Steps List<GetRunbookVersionExecutionWorkflowDetailWorkflowStep>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    Input argument Type.
    GroupName string
    Name of the group.
    Steps []GetRunbookVersionExecutionWorkflowDetailWorkflowStep
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    Input argument Type.
    groupName String
    Name of the group.
    steps List<GetRunbookVersionExecutionWorkflowDetailWorkflowStep>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    Input argument Type.
    groupName string
    Name of the group.
    steps GetRunbookVersionExecutionWorkflowDetailWorkflowStep[]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type string
    Input argument Type.
    group_name str
    Name of the group.
    steps Sequence[GetRunbookVersionExecutionWorkflowDetailWorkflowStep]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type str
    Input argument Type.
    groupName String
    Name of the group.
    steps List<Property Map>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    Input argument Type.

    GetRunbookVersionExecutionWorkflowDetailWorkflowStep

    GroupName string
    Name of the group.
    StepName string
    The name of the task step the output variable belongs to.
    Steps List<string>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    Input argument Type.
    GroupName string
    Name of the group.
    StepName string
    The name of the task step the output variable belongs to.
    Steps []string
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    Input argument Type.
    groupName String
    Name of the group.
    stepName String
    The name of the task step the output variable belongs to.
    steps List<String>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    Input argument Type.
    groupName string
    Name of the group.
    stepName string
    The name of the task step the output variable belongs to.
    steps string[]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type string
    Input argument Type.
    group_name str
    Name of the group.
    step_name str
    The name of the task step the output variable belongs to.
    steps Sequence[str]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type str
    Input argument Type.
    groupName String
    Name of the group.
    stepName String
    The name of the task step the output variable belongs to.
    steps List<String>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    Input argument Type.

    GetRunbookVersionGroup

    Name string
    The name of the task
    Properties List<GetRunbookVersionGroupProperty>
    The properties of the task.
    Type string
    Input argument Type.
    Name string
    The name of the task
    Properties []GetRunbookVersionGroupProperty
    The properties of the task.
    Type string
    Input argument Type.
    name String
    The name of the task
    properties List<GetRunbookVersionGroupProperty>
    The properties of the task.
    type String
    Input argument Type.
    name string
    The name of the task
    properties GetRunbookVersionGroupProperty[]
    The properties of the task.
    type string
    Input argument Type.
    name str
    The name of the task
    properties Sequence[GetRunbookVersionGroupProperty]
    The properties of the task.
    type str
    Input argument Type.
    name String
    The name of the task
    properties List<Property Map>
    The properties of the task.
    type String
    Input argument Type.

    GetRunbookVersionGroupProperty

    ActionOnFailure string
    The action to be taken in case of a failure.
    NotificationPreferences List<GetRunbookVersionGroupPropertyNotificationPreference>
    Preferences to send notifications on the task activities.
    PauseDetails List<GetRunbookVersionGroupPropertyPauseDetail>
    Pause Details
    PreCondition string
    Build control flow conditions that determine the relevance of the task execution.
    RunOns List<GetRunbookVersionGroupPropertyRunOn>
    The runon conditions
    ActionOnFailure string
    The action to be taken in case of a failure.
    NotificationPreferences []GetRunbookVersionGroupPropertyNotificationPreference
    Preferences to send notifications on the task activities.
    PauseDetails []GetRunbookVersionGroupPropertyPauseDetail
    Pause Details
    PreCondition string
    Build control flow conditions that determine the relevance of the task execution.
    RunOns []GetRunbookVersionGroupPropertyRunOn
    The runon conditions
    actionOnFailure String
    The action to be taken in case of a failure.
    notificationPreferences List<GetRunbookVersionGroupPropertyNotificationPreference>
    Preferences to send notifications on the task activities.
    pauseDetails List<GetRunbookVersionGroupPropertyPauseDetail>
    Pause Details
    preCondition String
    Build control flow conditions that determine the relevance of the task execution.
    runOns List<GetRunbookVersionGroupPropertyRunOn>
    The runon conditions
    actionOnFailure string
    The action to be taken in case of a failure.
    notificationPreferences GetRunbookVersionGroupPropertyNotificationPreference[]
    Preferences to send notifications on the task activities.
    pauseDetails GetRunbookVersionGroupPropertyPauseDetail[]
    Pause Details
    preCondition string
    Build control flow conditions that determine the relevance of the task execution.
    runOns GetRunbookVersionGroupPropertyRunOn[]
    The runon conditions
    action_on_failure str
    The action to be taken in case of a failure.
    notification_preferences Sequence[GetRunbookVersionGroupPropertyNotificationPreference]
    Preferences to send notifications on the task activities.
    pause_details Sequence[GetRunbookVersionGroupPropertyPauseDetail]
    Pause Details
    pre_condition str
    Build control flow conditions that determine the relevance of the task execution.
    run_ons Sequence[GetRunbookVersionGroupPropertyRunOn]
    The runon conditions
    actionOnFailure String
    The action to be taken in case of a failure.
    notificationPreferences List<Property Map>
    Preferences to send notifications on the task activities.
    pauseDetails List<Property Map>
    Pause Details
    preCondition String
    Build control flow conditions that determine the relevance of the task execution.
    runOns List<Property Map>
    The runon conditions

    GetRunbookVersionGroupPropertyNotificationPreference

    ShouldNotifyOnPause bool
    Enables notification on pause.
    ShouldNotifyOnTaskFailure bool
    Enables or disables notification on Task Failures.
    ShouldNotifyOnTaskSuccess bool
    Enables or disables notification on Task Success.
    ShouldNotifyOnPause bool
    Enables notification on pause.
    ShouldNotifyOnTaskFailure bool
    Enables or disables notification on Task Failures.
    ShouldNotifyOnTaskSuccess bool
    Enables or disables notification on Task Success.
    shouldNotifyOnPause Boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure Boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess Boolean
    Enables or disables notification on Task Success.
    shouldNotifyOnPause boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess boolean
    Enables or disables notification on Task Success.
    should_notify_on_pause bool
    Enables notification on pause.
    should_notify_on_task_failure bool
    Enables or disables notification on Task Failures.
    should_notify_on_task_success bool
    Enables or disables notification on Task Success.
    shouldNotifyOnPause Boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure Boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess Boolean
    Enables or disables notification on Task Success.

    GetRunbookVersionGroupPropertyPauseDetail

    DurationInMinutes int
    Time in minutes to apply Pause.
    Kind string
    Run on based On.
    DurationInMinutes int
    Time in minutes to apply Pause.
    Kind string
    Run on based On.
    durationInMinutes Integer
    Time in minutes to apply Pause.
    kind String
    Run on based On.
    durationInMinutes number
    Time in minutes to apply Pause.
    kind string
    Run on based On.
    duration_in_minutes int
    Time in minutes to apply Pause.
    kind str
    Run on based On.
    durationInMinutes Number
    Time in minutes to apply Pause.
    kind String
    Run on based On.

    GetRunbookVersionGroupPropertyRunOn

    Condition string
    Build control flow conditions that determine the relevance of the task execution.
    Host string
    OCID of the self hosted instance.
    Kind string
    Run on based On.
    PreviousTaskInstanceDetails List<GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetail>
    Previous Task Instance Details
    Condition string
    Build control flow conditions that determine the relevance of the task execution.
    Host string
    OCID of the self hosted instance.
    Kind string
    Run on based On.
    PreviousTaskInstanceDetails []GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetail
    Previous Task Instance Details
    condition String
    Build control flow conditions that determine the relevance of the task execution.
    host String
    OCID of the self hosted instance.
    kind String
    Run on based On.
    previousTaskInstanceDetails List<GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetail>
    Previous Task Instance Details
    condition string
    Build control flow conditions that determine the relevance of the task execution.
    host string
    OCID of the self hosted instance.
    kind string
    Run on based On.
    previousTaskInstanceDetails GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetail[]
    Previous Task Instance Details
    condition str
    Build control flow conditions that determine the relevance of the task execution.
    host str
    OCID of the self hosted instance.
    kind str
    Run on based On.
    previous_task_instance_details Sequence[GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetail]
    Previous Task Instance Details
    condition String
    Build control flow conditions that determine the relevance of the task execution.
    host String
    OCID of the self hosted instance.
    kind String
    Run on based On.
    previousTaskInstanceDetails List<Property Map>
    Previous Task Instance Details

    GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetail

    OutputVariableDetails List<GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail>
    The details of the output variable that will be used for mapping.
    ResourceId string
    Resource Ocid.
    ResourceType string
    Resource Type.
    OutputVariableDetails []GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail
    The details of the output variable that will be used for mapping.
    ResourceId string
    Resource Ocid.
    ResourceType string
    Resource Type.
    outputVariableDetails List<GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail>
    The details of the output variable that will be used for mapping.
    resourceId String
    Resource Ocid.
    resourceType String
    Resource Type.
    outputVariableDetails GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail[]
    The details of the output variable that will be used for mapping.
    resourceId string
    Resource Ocid.
    resourceType string
    Resource Type.
    output_variable_details Sequence[GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail]
    The details of the output variable that will be used for mapping.
    resource_id str
    Resource Ocid.
    resource_type str
    Resource Type.
    outputVariableDetails List<Property Map>
    The details of the output variable that will be used for mapping.
    resourceId String
    Resource Ocid.
    resourceType String
    Resource Type.

    GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail

    OutputVariableName string
    The name of the output variable whose value has to be mapped.
    StepName string
    The name of the task step the output variable belongs to.
    OutputVariableName string
    The name of the output variable whose value has to be mapped.
    StepName string
    The name of the task step the output variable belongs to.
    outputVariableName String
    The name of the output variable whose value has to be mapped.
    stepName String
    The name of the task step the output variable belongs to.
    outputVariableName string
    The name of the output variable whose value has to be mapped.
    stepName string
    The name of the task step the output variable belongs to.
    output_variable_name str
    The name of the output variable whose value has to be mapped.
    step_name str
    The name of the task step the output variable belongs to.
    outputVariableName String
    The name of the output variable whose value has to be mapped.
    stepName String
    The name of the task step the output variable belongs to.

    GetRunbookVersionRollbackWorkflowDetail

    Scope string
    The scope of the task.
    Workflows List<GetRunbookVersionRollbackWorkflowDetailWorkflow>
    Rollback Workflow for the runbook.
    Scope string
    The scope of the task.
    Workflows []GetRunbookVersionRollbackWorkflowDetailWorkflow
    Rollback Workflow for the runbook.
    scope String
    The scope of the task.
    workflows List<GetRunbookVersionRollbackWorkflowDetailWorkflow>
    Rollback Workflow for the runbook.
    scope string
    The scope of the task.
    workflows GetRunbookVersionRollbackWorkflowDetailWorkflow[]
    Rollback Workflow for the runbook.
    scope str
    The scope of the task.
    workflows Sequence[GetRunbookVersionRollbackWorkflowDetailWorkflow]
    Rollback Workflow for the runbook.
    scope String
    The scope of the task.
    workflows List<Property Map>
    Rollback Workflow for the runbook.

    GetRunbookVersionRollbackWorkflowDetailWorkflow

    GroupName string
    Name of the group.
    Steps List<GetRunbookVersionRollbackWorkflowDetailWorkflowStep>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    Input argument Type.
    GroupName string
    Name of the group.
    Steps []GetRunbookVersionRollbackWorkflowDetailWorkflowStep
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    Input argument Type.
    groupName String
    Name of the group.
    steps List<GetRunbookVersionRollbackWorkflowDetailWorkflowStep>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    Input argument Type.
    groupName string
    Name of the group.
    steps GetRunbookVersionRollbackWorkflowDetailWorkflowStep[]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type string
    Input argument Type.
    group_name str
    Name of the group.
    steps Sequence[GetRunbookVersionRollbackWorkflowDetailWorkflowStep]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type str
    Input argument Type.
    groupName String
    Name of the group.
    steps List<Property Map>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    Input argument Type.

    GetRunbookVersionRollbackWorkflowDetailWorkflowStep

    GroupName string
    Name of the group.
    StepName string
    The name of the task step the output variable belongs to.
    Steps List<string>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    Input argument Type.
    GroupName string
    Name of the group.
    StepName string
    The name of the task step the output variable belongs to.
    Steps []string
    Tasks within the Group. Provide the stepName for all applicable tasks.
    Type string
    Input argument Type.
    groupName String
    Name of the group.
    stepName String
    The name of the task step the output variable belongs to.
    steps List<String>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    Input argument Type.
    groupName string
    Name of the group.
    stepName string
    The name of the task step the output variable belongs to.
    steps string[]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type string
    Input argument Type.
    group_name str
    Name of the group.
    step_name str
    The name of the task step the output variable belongs to.
    steps Sequence[str]
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type str
    Input argument Type.
    groupName String
    Name of the group.
    stepName String
    The name of the task step the output variable belongs to.
    steps List<String>
    Tasks within the Group. Provide the stepName for all applicable tasks.
    type String
    Input argument Type.

    GetRunbookVersionTask

    OutputVariableMappings List<GetRunbookVersionTaskOutputVariableMapping>
    Mapping output variables of previous tasks to the input variables of the current task.
    StepName string
    The name of the task step the output variable belongs to.
    StepProperties List<GetRunbookVersionTaskStepProperty>
    The properties of the component.
    TaskRecordDetails List<GetRunbookVersionTaskTaskRecordDetail>
    The details of the task.
    OutputVariableMappings []GetRunbookVersionTaskOutputVariableMapping
    Mapping output variables of previous tasks to the input variables of the current task.
    StepName string
    The name of the task step the output variable belongs to.
    StepProperties []GetRunbookVersionTaskStepProperty
    The properties of the component.
    TaskRecordDetails []GetRunbookVersionTaskTaskRecordDetail
    The details of the task.
    outputVariableMappings List<GetRunbookVersionTaskOutputVariableMapping>
    Mapping output variables of previous tasks to the input variables of the current task.
    stepName String
    The name of the task step the output variable belongs to.
    stepProperties List<GetRunbookVersionTaskStepProperty>
    The properties of the component.
    taskRecordDetails List<GetRunbookVersionTaskTaskRecordDetail>
    The details of the task.
    outputVariableMappings GetRunbookVersionTaskOutputVariableMapping[]
    Mapping output variables of previous tasks to the input variables of the current task.
    stepName string
    The name of the task step the output variable belongs to.
    stepProperties GetRunbookVersionTaskStepProperty[]
    The properties of the component.
    taskRecordDetails GetRunbookVersionTaskTaskRecordDetail[]
    The details of the task.
    output_variable_mappings Sequence[GetRunbookVersionTaskOutputVariableMapping]
    Mapping output variables of previous tasks to the input variables of the current task.
    step_name str
    The name of the task step the output variable belongs to.
    step_properties Sequence[GetRunbookVersionTaskStepProperty]
    The properties of the component.
    task_record_details Sequence[GetRunbookVersionTaskTaskRecordDetail]
    The details of the task.
    outputVariableMappings List<Property Map>
    Mapping output variables of previous tasks to the input variables of the current task.
    stepName String
    The name of the task step the output variable belongs to.
    stepProperties List<Property Map>
    The properties of the component.
    taskRecordDetails List<Property Map>
    The details of the task.

    GetRunbookVersionTaskOutputVariableMapping

    Name string
    The name of the task
    OutputVariableDetails List<GetRunbookVersionTaskOutputVariableMappingOutputVariableDetail>
    The details of the output variable that will be used for mapping.
    Name string
    The name of the task
    OutputVariableDetails []GetRunbookVersionTaskOutputVariableMappingOutputVariableDetail
    The details of the output variable that will be used for mapping.
    name String
    The name of the task
    outputVariableDetails List<GetRunbookVersionTaskOutputVariableMappingOutputVariableDetail>
    The details of the output variable that will be used for mapping.
    name string
    The name of the task
    outputVariableDetails GetRunbookVersionTaskOutputVariableMappingOutputVariableDetail[]
    The details of the output variable that will be used for mapping.
    name str
    The name of the task
    output_variable_details Sequence[GetRunbookVersionTaskOutputVariableMappingOutputVariableDetail]
    The details of the output variable that will be used for mapping.
    name String
    The name of the task
    outputVariableDetails List<Property Map>
    The details of the output variable that will be used for mapping.

    GetRunbookVersionTaskOutputVariableMappingOutputVariableDetail

    OutputVariableName string
    The name of the output variable whose value has to be mapped.
    StepName string
    The name of the task step the output variable belongs to.
    OutputVariableName string
    The name of the output variable whose value has to be mapped.
    StepName string
    The name of the task step the output variable belongs to.
    outputVariableName String
    The name of the output variable whose value has to be mapped.
    stepName String
    The name of the task step the output variable belongs to.
    outputVariableName string
    The name of the output variable whose value has to be mapped.
    stepName string
    The name of the task step the output variable belongs to.
    output_variable_name str
    The name of the output variable whose value has to be mapped.
    step_name str
    The name of the task step the output variable belongs to.
    outputVariableName String
    The name of the output variable whose value has to be mapped.
    stepName String
    The name of the task step the output variable belongs to.

    GetRunbookVersionTaskStepProperty

    ActionOnFailure string
    The action to be taken in case of a failure.
    NotificationPreferences List<GetRunbookVersionTaskStepPropertyNotificationPreference>
    Preferences to send notifications on the task activities.
    PauseDetails List<GetRunbookVersionTaskStepPropertyPauseDetail>
    Pause Details
    PreCondition string
    Build control flow conditions that determine the relevance of the task execution.
    RunOns List<GetRunbookVersionTaskStepPropertyRunOn>
    The runon conditions
    ActionOnFailure string
    The action to be taken in case of a failure.
    NotificationPreferences []GetRunbookVersionTaskStepPropertyNotificationPreference
    Preferences to send notifications on the task activities.
    PauseDetails []GetRunbookVersionTaskStepPropertyPauseDetail
    Pause Details
    PreCondition string
    Build control flow conditions that determine the relevance of the task execution.
    RunOns []GetRunbookVersionTaskStepPropertyRunOn
    The runon conditions
    actionOnFailure String
    The action to be taken in case of a failure.
    notificationPreferences List<GetRunbookVersionTaskStepPropertyNotificationPreference>
    Preferences to send notifications on the task activities.
    pauseDetails List<GetRunbookVersionTaskStepPropertyPauseDetail>
    Pause Details
    preCondition String
    Build control flow conditions that determine the relevance of the task execution.
    runOns List<GetRunbookVersionTaskStepPropertyRunOn>
    The runon conditions
    actionOnFailure string
    The action to be taken in case of a failure.
    notificationPreferences GetRunbookVersionTaskStepPropertyNotificationPreference[]
    Preferences to send notifications on the task activities.
    pauseDetails GetRunbookVersionTaskStepPropertyPauseDetail[]
    Pause Details
    preCondition string
    Build control flow conditions that determine the relevance of the task execution.
    runOns GetRunbookVersionTaskStepPropertyRunOn[]
    The runon conditions
    action_on_failure str
    The action to be taken in case of a failure.
    notification_preferences Sequence[GetRunbookVersionTaskStepPropertyNotificationPreference]
    Preferences to send notifications on the task activities.
    pause_details Sequence[GetRunbookVersionTaskStepPropertyPauseDetail]
    Pause Details
    pre_condition str
    Build control flow conditions that determine the relevance of the task execution.
    run_ons Sequence[GetRunbookVersionTaskStepPropertyRunOn]
    The runon conditions
    actionOnFailure String
    The action to be taken in case of a failure.
    notificationPreferences List<Property Map>
    Preferences to send notifications on the task activities.
    pauseDetails List<Property Map>
    Pause Details
    preCondition String
    Build control flow conditions that determine the relevance of the task execution.
    runOns List<Property Map>
    The runon conditions

    GetRunbookVersionTaskStepPropertyNotificationPreference

    ShouldNotifyOnPause bool
    Enables notification on pause.
    ShouldNotifyOnTaskFailure bool
    Enables or disables notification on Task Failures.
    ShouldNotifyOnTaskSuccess bool
    Enables or disables notification on Task Success.
    ShouldNotifyOnPause bool
    Enables notification on pause.
    ShouldNotifyOnTaskFailure bool
    Enables or disables notification on Task Failures.
    ShouldNotifyOnTaskSuccess bool
    Enables or disables notification on Task Success.
    shouldNotifyOnPause Boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure Boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess Boolean
    Enables or disables notification on Task Success.
    shouldNotifyOnPause boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess boolean
    Enables or disables notification on Task Success.
    should_notify_on_pause bool
    Enables notification on pause.
    should_notify_on_task_failure bool
    Enables or disables notification on Task Failures.
    should_notify_on_task_success bool
    Enables or disables notification on Task Success.
    shouldNotifyOnPause Boolean
    Enables notification on pause.
    shouldNotifyOnTaskFailure Boolean
    Enables or disables notification on Task Failures.
    shouldNotifyOnTaskSuccess Boolean
    Enables or disables notification on Task Success.

    GetRunbookVersionTaskStepPropertyPauseDetail

    DurationInMinutes int
    Time in minutes to apply Pause.
    Kind string
    Run on based On.
    DurationInMinutes int
    Time in minutes to apply Pause.
    Kind string
    Run on based On.
    durationInMinutes Integer
    Time in minutes to apply Pause.
    kind String
    Run on based On.
    durationInMinutes number
    Time in minutes to apply Pause.
    kind string
    Run on based On.
    duration_in_minutes int
    Time in minutes to apply Pause.
    kind str
    Run on based On.
    durationInMinutes Number
    Time in minutes to apply Pause.
    kind String
    Run on based On.

    GetRunbookVersionTaskStepPropertyRunOn

    Condition string
    Build control flow conditions that determine the relevance of the task execution.
    Host string
    OCID of the self hosted instance.
    Kind string
    Run on based On.
    PreviousTaskInstanceDetails List<GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetail>
    Previous Task Instance Details
    Condition string
    Build control flow conditions that determine the relevance of the task execution.
    Host string
    OCID of the self hosted instance.
    Kind string
    Run on based On.
    PreviousTaskInstanceDetails []GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetail
    Previous Task Instance Details
    condition String
    Build control flow conditions that determine the relevance of the task execution.
    host String
    OCID of the self hosted instance.
    kind String
    Run on based On.
    previousTaskInstanceDetails List<GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetail>
    Previous Task Instance Details
    condition string
    Build control flow conditions that determine the relevance of the task execution.
    host string
    OCID of the self hosted instance.
    kind string
    Run on based On.
    previousTaskInstanceDetails GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetail[]
    Previous Task Instance Details
    condition str
    Build control flow conditions that determine the relevance of the task execution.
    host str
    OCID of the self hosted instance.
    kind str
    Run on based On.
    previous_task_instance_details Sequence[GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetail]
    Previous Task Instance Details
    condition String
    Build control flow conditions that determine the relevance of the task execution.
    host String
    OCID of the self hosted instance.
    kind String
    Run on based On.
    previousTaskInstanceDetails List<Property Map>
    Previous Task Instance Details

    GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetail

    OutputVariableDetails List<GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail>
    The details of the output variable that will be used for mapping.
    ResourceId string
    Resource Ocid.
    ResourceType string
    Resource Type.
    OutputVariableDetails []GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail
    The details of the output variable that will be used for mapping.
    ResourceId string
    Resource Ocid.
    ResourceType string
    Resource Type.
    outputVariableDetails List<GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail>
    The details of the output variable that will be used for mapping.
    resourceId String
    Resource Ocid.
    resourceType String
    Resource Type.
    outputVariableDetails GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail[]
    The details of the output variable that will be used for mapping.
    resourceId string
    Resource Ocid.
    resourceType string
    Resource Type.
    output_variable_details Sequence[GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail]
    The details of the output variable that will be used for mapping.
    resource_id str
    Resource Ocid.
    resource_type str
    Resource Type.
    outputVariableDetails List<Property Map>
    The details of the output variable that will be used for mapping.
    resourceId String
    Resource Ocid.
    resourceType String
    Resource Type.

    GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail

    OutputVariableName string
    The name of the output variable whose value has to be mapped.
    StepName string
    The name of the task step the output variable belongs to.
    OutputVariableName string
    The name of the output variable whose value has to be mapped.
    StepName string
    The name of the task step the output variable belongs to.
    outputVariableName String
    The name of the output variable whose value has to be mapped.
    stepName String
    The name of the task step the output variable belongs to.
    outputVariableName string
    The name of the output variable whose value has to be mapped.
    stepName string
    The name of the task step the output variable belongs to.
    output_variable_name str
    The name of the output variable whose value has to be mapped.
    step_name str
    The name of the task step the output variable belongs to.
    outputVariableName String
    The name of the output variable whose value has to be mapped.
    stepName String
    The name of the task step the output variable belongs to.

    GetRunbookVersionTaskTaskRecordDetail

    Description string
    The description of the argument.
    ExecutionDetails List<GetRunbookVersionTaskTaskRecordDetailExecutionDetail>
    Execution details.
    IsApplySubjectTask bool
    Is this an Apply Subject Task? Ex. Patch Execution Task
    IsCopyToLibraryEnabled bool
    Make a copy of this task in Library
    IsDiscoveryOutputTask bool
    Is this a discovery output task?
    Name string
    The name of the task
    OsType string
    The OS for the task.
    Platform string
    The platform of the runbook.
    Properties List<GetRunbookVersionTaskTaskRecordDetailProperty>
    The properties of the task.
    Scope string
    The scope of the task.
    TaskRecordId string
    The ID of taskRecord.
    Description string
    The description of the argument.
    ExecutionDetails []GetRunbookVersionTaskTaskRecordDetailExecutionDetail
    Execution details.
    IsApplySubjectTask bool
    Is this an Apply Subject Task? Ex. Patch Execution Task
    IsCopyToLibraryEnabled bool
    Make a copy of this task in Library
    IsDiscoveryOutputTask bool
    Is this a discovery output task?
    Name string
    The name of the task
    OsType string
    The OS for the task.
    Platform string
    The platform of the runbook.
    Properties []GetRunbookVersionTaskTaskRecordDetailProperty
    The properties of the task.
    Scope string
    The scope of the task.
    TaskRecordId string
    The ID of taskRecord.
    description String
    The description of the argument.
    executionDetails List<GetRunbookVersionTaskTaskRecordDetailExecutionDetail>
    Execution details.
    isApplySubjectTask Boolean
    Is this an Apply Subject Task? Ex. Patch Execution Task
    isCopyToLibraryEnabled Boolean
    Make a copy of this task in Library
    isDiscoveryOutputTask Boolean
    Is this a discovery output task?
    name String
    The name of the task
    osType String
    The OS for the task.
    platform String
    The platform of the runbook.
    properties List<GetRunbookVersionTaskTaskRecordDetailProperty>
    The properties of the task.
    scope String
    The scope of the task.
    taskRecordId String
    The ID of taskRecord.
    description string
    The description of the argument.
    executionDetails GetRunbookVersionTaskTaskRecordDetailExecutionDetail[]
    Execution details.
    isApplySubjectTask boolean
    Is this an Apply Subject Task? Ex. Patch Execution Task
    isCopyToLibraryEnabled boolean
    Make a copy of this task in Library
    isDiscoveryOutputTask boolean
    Is this a discovery output task?
    name string
    The name of the task
    osType string
    The OS for the task.
    platform string
    The platform of the runbook.
    properties GetRunbookVersionTaskTaskRecordDetailProperty[]
    The properties of the task.
    scope string
    The scope of the task.
    taskRecordId string
    The ID of taskRecord.
    description str
    The description of the argument.
    execution_details Sequence[GetRunbookVersionTaskTaskRecordDetailExecutionDetail]
    Execution details.
    is_apply_subject_task bool
    Is this an Apply Subject Task? Ex. Patch Execution Task
    is_copy_to_library_enabled bool
    Make a copy of this task in Library
    is_discovery_output_task bool
    Is this a discovery output task?
    name str
    The name of the task
    os_type str
    The OS for the task.
    platform str
    The platform of the runbook.
    properties Sequence[GetRunbookVersionTaskTaskRecordDetailProperty]
    The properties of the task.
    scope str
    The scope of the task.
    task_record_id str
    The ID of taskRecord.
    description String
    The description of the argument.
    executionDetails List<Property Map>
    Execution details.
    isApplySubjectTask Boolean
    Is this an Apply Subject Task? Ex. Patch Execution Task
    isCopyToLibraryEnabled Boolean
    Make a copy of this task in Library
    isDiscoveryOutputTask Boolean
    Is this a discovery output task?
    name String
    The name of the task
    osType String
    The OS for the task.
    platform String
    The platform of the runbook.
    properties List<Property Map>
    The properties of the task.
    scope String
    The scope of the task.
    taskRecordId String
    The ID of taskRecord.

    GetRunbookVersionTaskTaskRecordDetailExecutionDetail

    CatalogId string
    Command string
    Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
    ConfigFile string
    Catalog Id having config file.
    Contents List<GetRunbookVersionTaskTaskRecordDetailExecutionDetailContent>
    Content Source details.
    Credentials List<GetRunbookVersionTaskTaskRecordDetailExecutionDetailCredential>
    Credentials required for executing the task.
    Endpoint string
    Endpoint to be invoked.
    ExecutionType string
    The action type of the task
    IsExecutableContent bool
    Is the Content an executable file?
    IsLocked bool
    Is the script locked to prevent changes directly in Object Storage?
    IsReadOutputVariableEnabled bool
    Is read output variable enabled
    TargetCompartmentId string
    OCID of the compartment to which the resource belongs to.
    Variables List<GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariable>
    The variable of the task. At least one of the dynamicArguments or output needs to be provided.
    CatalogId string
    Command string
    Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
    ConfigFile string
    Catalog Id having config file.
    Contents []GetRunbookVersionTaskTaskRecordDetailExecutionDetailContent
    Content Source details.
    Credentials []GetRunbookVersionTaskTaskRecordDetailExecutionDetailCredential
    Credentials required for executing the task.
    Endpoint string
    Endpoint to be invoked.
    ExecutionType string
    The action type of the task
    IsExecutableContent bool
    Is the Content an executable file?
    IsLocked bool
    Is the script locked to prevent changes directly in Object Storage?
    IsReadOutputVariableEnabled bool
    Is read output variable enabled
    TargetCompartmentId string
    OCID of the compartment to which the resource belongs to.
    Variables []GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariable
    The variable of the task. At least one of the dynamicArguments or output needs to be provided.
    catalogId String
    command String
    Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
    configFile String
    Catalog Id having config file.
    contents List<GetRunbookVersionTaskTaskRecordDetailExecutionDetailContent>
    Content Source details.
    credentials List<GetRunbookVersionTaskTaskRecordDetailExecutionDetailCredential>
    Credentials required for executing the task.
    endpoint String
    Endpoint to be invoked.
    executionType String
    The action type of the task
    isExecutableContent Boolean
    Is the Content an executable file?
    isLocked Boolean
    Is the script locked to prevent changes directly in Object Storage?
    isReadOutputVariableEnabled Boolean
    Is read output variable enabled
    targetCompartmentId String
    OCID of the compartment to which the resource belongs to.
    variables List<GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariable>
    The variable of the task. At least one of the dynamicArguments or output needs to be provided.
    catalogId string
    command string
    Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
    configFile string
    Catalog Id having config file.
    contents GetRunbookVersionTaskTaskRecordDetailExecutionDetailContent[]
    Content Source details.
    credentials GetRunbookVersionTaskTaskRecordDetailExecutionDetailCredential[]
    Credentials required for executing the task.
    endpoint string
    Endpoint to be invoked.
    executionType string
    The action type of the task
    isExecutableContent boolean
    Is the Content an executable file?
    isLocked boolean
    Is the script locked to prevent changes directly in Object Storage?
    isReadOutputVariableEnabled boolean
    Is read output variable enabled
    targetCompartmentId string
    OCID of the compartment to which the resource belongs to.
    variables GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariable[]
    The variable of the task. At least one of the dynamicArguments or output needs to be provided.
    catalog_id str
    command str
    Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
    config_file str
    Catalog Id having config file.
    contents Sequence[GetRunbookVersionTaskTaskRecordDetailExecutionDetailContent]
    Content Source details.
    credentials Sequence[GetRunbookVersionTaskTaskRecordDetailExecutionDetailCredential]
    Credentials required for executing the task.
    endpoint str
    Endpoint to be invoked.
    execution_type str
    The action type of the task
    is_executable_content bool
    Is the Content an executable file?
    is_locked bool
    Is the script locked to prevent changes directly in Object Storage?
    is_read_output_variable_enabled bool
    Is read output variable enabled
    target_compartment_id str
    OCID of the compartment to which the resource belongs to.
    variables Sequence[GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariable]
    The variable of the task. At least one of the dynamicArguments or output needs to be provided.
    catalogId String
    command String
    Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
    configFile String
    Catalog Id having config file.
    contents List<Property Map>
    Content Source details.
    credentials List<Property Map>
    Credentials required for executing the task.
    endpoint String
    Endpoint to be invoked.
    executionType String
    The action type of the task
    isExecutableContent Boolean
    Is the Content an executable file?
    isLocked Boolean
    Is the script locked to prevent changes directly in Object Storage?
    isReadOutputVariableEnabled Boolean
    Is read output variable enabled
    targetCompartmentId String
    OCID of the compartment to which the resource belongs to.
    variables List<Property Map>
    The variable of the task. At least one of the dynamicArguments or output needs to be provided.

    GetRunbookVersionTaskTaskRecordDetailExecutionDetailContent

    Bucket string
    Bucket Name.
    CatalogId string
    Checksum string
    md5 checksum of the artifact.
    Namespace string
    Namespace.
    Object string
    Object Name.
    SourceType string
    Content Source type details.
    Bucket string
    Bucket Name.
    CatalogId string
    Checksum string
    md5 checksum of the artifact.
    Namespace string
    Namespace.
    Object string
    Object Name.
    SourceType string
    Content Source type details.
    bucket String
    Bucket Name.
    catalogId String
    checksum String
    md5 checksum of the artifact.
    namespace String
    Namespace.
    object String
    Object Name.
    sourceType String
    Content Source type details.
    bucket string
    Bucket Name.
    catalogId string
    checksum string
    md5 checksum of the artifact.
    namespace string
    Namespace.
    object string
    Object Name.
    sourceType string
    Content Source type details.
    bucket str
    Bucket Name.
    catalog_id str
    checksum str
    md5 checksum of the artifact.
    namespace str
    Namespace.
    object str
    Object Name.
    source_type str
    Content Source type details.
    bucket String
    Bucket Name.
    catalogId String
    checksum String
    md5 checksum of the artifact.
    namespace String
    Namespace.
    object String
    Object Name.
    sourceType String
    Content Source type details.

    GetRunbookVersionTaskTaskRecordDetailExecutionDetailCredential

    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    The OCID of the resource.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Id string
    The OCID of the resource.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    The OCID of the resource.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id string
    The OCID of the resource.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id str
    The OCID of the resource.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    id String
    The OCID of the resource.

    GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariable

    InputVariables List<GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariableInputVariable>
    The input variables for the task.
    OutputVariables List<string>
    The list of output variables.
    InputVariables []GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariableInputVariable
    The input variables for the task.
    OutputVariables []string
    The list of output variables.
    inputVariables List<GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariableInputVariable>
    The input variables for the task.
    outputVariables List<String>
    The list of output variables.
    inputVariables GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariableInputVariable[]
    The input variables for the task.
    outputVariables string[]
    The list of output variables.
    input_variables Sequence[GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariableInputVariable]
    The input variables for the task.
    output_variables Sequence[str]
    The list of output variables.
    inputVariables List<Property Map>
    The input variables for the task.
    outputVariables List<String>
    The list of output variables.

    GetRunbookVersionTaskTaskRecordDetailExecutionDetailVariableInputVariable

    Description string
    The description of the argument.
    Name string
    The name of the task
    Type string
    Input argument Type.
    Description string
    The description of the argument.
    Name string
    The name of the task
    Type string
    Input argument Type.
    description String
    The description of the argument.
    name String
    The name of the task
    type String
    Input argument Type.
    description string
    The description of the argument.
    name string
    The name of the task
    type string
    Input argument Type.
    description str
    The description of the argument.
    name str
    The name of the task
    type str
    Input argument Type.
    description String
    The description of the argument.
    name String
    The name of the task
    type String
    Input argument Type.

    GetRunbookVersionTaskTaskRecordDetailProperty

    NumRetries int
    The number of retries allowed.
    TimeoutInSeconds int
    The timeout in seconds for the task.
    NumRetries int
    The number of retries allowed.
    TimeoutInSeconds int
    The timeout in seconds for the task.
    numRetries Integer
    The number of retries allowed.
    timeoutInSeconds Integer
    The timeout in seconds for the task.
    numRetries number
    The number of retries allowed.
    timeoutInSeconds number
    The timeout in seconds for the task.
    num_retries int
    The number of retries allowed.
    timeout_in_seconds int
    The timeout in seconds for the task.
    numRetries Number
    The number of retries allowed.
    timeoutInSeconds Number
    The timeout in seconds for the task.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi