Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi
oci.FleetAppsManagement.getRunbookVersion
Explore with Pulumi AI
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:
- Runbook
Version stringId - Unique Runbook Version identifier
- Runbook
Version stringId - Unique Runbook Version identifier
- runbook
Version StringId - Unique Runbook Version identifier
- runbook
Version stringId - Unique Runbook Version identifier
- runbook_
version_ strid - Unique Runbook Version identifier
- runbook
Version StringId - Unique Runbook Version identifier
getRunbookVersion Result
The following output properties are available:
- Compartment
Id string - Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Execution
Workflow List<GetDetails Runbook Version Execution Workflow Detail> - Execution Workflow details.
- 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<Get
Runbook Version Group> - The groups of the runbook.
- Id string
- The OCID of the resource.
- Is
Latest bool - Lifecycle
Details 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
- Rollback
Workflow List<GetDetails Runbook Version Rollback Workflow Detail> - Rollback Workflow details.
- Runbook
Id string - The OCID of the resource.
- Runbook
Version stringId - State string
- The current state of the FleetResource.
- 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<Get
Runbook Version Task> - A set of tasks to execute in the runbook.
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Compartment
Id string - map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Execution
Workflow []GetDetails Runbook Version Execution Workflow Detail - Execution Workflow details.
- 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
[]Get
Runbook Version Group - The groups of the runbook.
- Id string
- The OCID of the resource.
- Is
Latest bool - Lifecycle
Details 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
- Rollback
Workflow []GetDetails Runbook Version Rollback Workflow Detail - Rollback Workflow details.
- Runbook
Id string - The OCID of the resource.
- Runbook
Version stringId - State string
- The current state of the FleetResource.
- 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
[]Get
Runbook Version Task - A set of tasks to execute in the runbook.
- Time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- compartment
Id String - Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- execution
Workflow List<GetDetails Runbook Version Execution Workflow Detail> - Execution Workflow details.
- 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<Get
Runbook Version Group> - The groups of the runbook.
- id String
- The OCID of the resource.
- is
Latest Boolean - lifecycle
Details 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
- rollback
Workflow List<GetDetails Runbook Version Rollback Workflow Detail> - Rollback Workflow details.
- runbook
Id String - The OCID of the resource.
- runbook
Version StringId - state String
- The current state of the FleetResource.
- 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<Get
Runbook Version Task> - A set of tasks to execute in the runbook.
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- compartment
Id string - {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- execution
Workflow GetDetails Runbook Version Execution Workflow Detail[] - Execution Workflow details.
- {[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
Get
Runbook Version Group[] - The groups of the runbook.
- id string
- The OCID of the resource.
- is
Latest boolean - lifecycle
Details 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
- rollback
Workflow GetDetails Runbook Version Rollback Workflow Detail[] - Rollback Workflow details.
- runbook
Id string - The OCID of the resource.
- runbook
Version stringId - state string
- The current state of the FleetResource.
- {[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
Get
Runbook Version Task[] - A set of tasks to execute in the runbook.
- time
Created string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- compartment_
id str - 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_ Sequence[Getdetails Runbook Version Execution Workflow Detail] - Execution Workflow details.
- 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[Get
Runbook Version Group] - 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_ Sequence[Getdetails Runbook Version Rollback Workflow Detail] - Rollback Workflow details.
- runbook_
id str - The OCID of the resource.
- runbook_
version_ strid - state str
- The current state of the FleetResource.
- 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[Get
Runbook Version Task] - 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.
- compartment
Id String - Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- execution
Workflow List<Property Map>Details - Execution Workflow details.
- 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.
- is
Latest Boolean - lifecycle
Details 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
- rollback
Workflow List<Property Map>Details - Rollback Workflow details.
- runbook
Id String - The OCID of the resource.
- runbook
Version StringId - state String
- The current state of the FleetResource.
- 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.
- time
Created String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
Supporting Types
GetRunbookVersionExecutionWorkflowDetail
- Workflows
List<Get
Runbook Version Execution Workflow Detail Workflow> - Rollback Workflow for the runbook.
- Workflows
[]Get
Runbook Version Execution Workflow Detail Workflow - Rollback Workflow for the runbook.
- workflows
List<Get
Runbook Version Execution Workflow Detail Workflow> - Rollback Workflow for the runbook.
- workflows
Get
Runbook Version Execution Workflow Detail Workflow[] - Rollback Workflow for the runbook.
- workflows
Sequence[Get
Runbook Version Execution Workflow Detail Workflow] - Rollback Workflow for the runbook.
- workflows List<Property Map>
- Rollback Workflow for the runbook.
GetRunbookVersionExecutionWorkflowDetailWorkflow
- Group
Name string - Name of the group.
- Steps
List<Get
Runbook Version Execution Workflow Detail Workflow Step> - Tasks within the Group. Provide the stepName for all applicable tasks.
- Type string
- Input argument Type.
- Group
Name string - Name of the group.
- Steps
[]Get
Runbook Version Execution Workflow Detail Workflow Step - Tasks within the Group. Provide the stepName for all applicable tasks.
- Type string
- Input argument Type.
- group
Name String - Name of the group.
- steps
List<Get
Runbook Version Execution Workflow Detail Workflow Step> - Tasks within the Group. Provide the stepName for all applicable tasks.
- type String
- Input argument Type.
- group
Name string - Name of the group.
- steps
Get
Runbook Version Execution Workflow Detail Workflow Step[] - 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[Get
Runbook Version Execution Workflow Detail Workflow Step] - Tasks within the Group. Provide the stepName for all applicable tasks.
- type str
- Input argument Type.
- group
Name 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
- 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.
GetRunbookVersionGroup
- Name string
- The name of the task
- Properties
List<Get
Runbook Version Group Property> - The properties of the task.
- Type string
- Input argument Type.
- Name string
- The name of the task
- Properties
[]Get
Runbook Version Group Property - The properties of the task.
- Type string
- Input argument Type.
- name String
- The name of the task
- properties
List<Get
Runbook Version Group Property> - The properties of the task.
- type String
- Input argument Type.
- name string
- The name of the task
- properties
Get
Runbook Version Group Property[] - The properties of the task.
- type string
- Input argument Type.
- name str
- The name of the task
- properties
Sequence[Get
Runbook Version Group Property] - 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
- Action
On stringFailure - The action to be taken in case of a failure.
- Notification
Preferences List<GetRunbook Version Group Property Notification Preference> - Preferences to send notifications on the task activities.
- Pause
Details List<GetRunbook Version Group Property Pause Detail> - Pause Details
- Pre
Condition string - Build control flow conditions that determine the relevance of the task execution.
- Run
Ons List<GetRunbook Version Group Property Run On> - The runon conditions
- Action
On stringFailure - The action to be taken in case of a failure.
- Notification
Preferences []GetRunbook Version Group Property Notification Preference - Preferences to send notifications on the task activities.
- Pause
Details []GetRunbook Version Group Property Pause Detail - Pause Details
- Pre
Condition string - Build control flow conditions that determine the relevance of the task execution.
- Run
Ons []GetRunbook Version Group Property Run On - The runon conditions
- action
On StringFailure - The action to be taken in case of a failure.
- notification
Preferences List<GetRunbook Version Group Property Notification Preference> - Preferences to send notifications on the task activities.
- pause
Details List<GetRunbook Version Group Property Pause Detail> - Pause Details
- pre
Condition String - Build control flow conditions that determine the relevance of the task execution.
- run
Ons List<GetRunbook Version Group Property Run On> - The runon conditions
- action
On stringFailure - The action to be taken in case of a failure.
- notification
Preferences GetRunbook Version Group Property Notification Preference[] - Preferences to send notifications on the task activities.
- pause
Details GetRunbook Version Group Property Pause Detail[] - Pause Details
- pre
Condition string - Build control flow conditions that determine the relevance of the task execution.
- run
Ons GetRunbook Version Group Property Run On[] - The runon conditions
- action_
on_ strfailure - The action to be taken in case of a failure.
- notification_
preferences Sequence[GetRunbook Version Group Property Notification Preference] - Preferences to send notifications on the task activities.
- pause_
details Sequence[GetRunbook Version Group Property Pause Detail] - Pause Details
- pre_
condition str - Build control flow conditions that determine the relevance of the task execution.
- run_
ons Sequence[GetRunbook Version Group Property Run On] - The runon conditions
- action
On StringFailure - The action to be taken in case of a failure.
- notification
Preferences List<Property Map> - Preferences to send notifications on the task activities.
- pause
Details List<Property Map> - Pause Details
- pre
Condition String - Build control flow conditions that determine the relevance of the task execution.
- run
Ons List<Property Map> - The runon conditions
GetRunbookVersionGroupPropertyNotificationPreference
- Should
Notify boolOn Pause - Enables notification on pause.
- Should
Notify boolOn Task Failure - Enables or disables notification on Task Failures.
- Should
Notify boolOn Task Success - Enables or disables notification on Task Success.
- Should
Notify boolOn Pause - Enables notification on pause.
- Should
Notify boolOn Task Failure - Enables or disables notification on Task Failures.
- Should
Notify boolOn Task Success - Enables or disables notification on Task Success.
- should
Notify BooleanOn Pause - Enables notification on pause.
- should
Notify BooleanOn Task Failure - Enables or disables notification on Task Failures.
- should
Notify BooleanOn Task Success - Enables or disables notification on Task Success.
- should
Notify booleanOn Pause - Enables notification on pause.
- should
Notify booleanOn Task Failure - Enables or disables notification on Task Failures.
- should
Notify booleanOn Task Success - Enables or disables notification on Task Success.
- should_
notify_ boolon_ pause - Enables notification on pause.
- should_
notify_ boolon_ task_ failure - Enables or disables notification on Task Failures.
- should_
notify_ boolon_ task_ success - Enables or disables notification on Task Success.
- should
Notify BooleanOn Pause - Enables notification on pause.
- should
Notify BooleanOn Task Failure - Enables or disables notification on Task Failures.
- should
Notify BooleanOn Task Success - Enables or disables notification on Task Success.
GetRunbookVersionGroupPropertyPauseDetail
- Duration
In intMinutes - Time in minutes to apply Pause.
- Kind string
- Run on based On.
- Duration
In intMinutes - Time in minutes to apply Pause.
- Kind string
- Run on based On.
- duration
In IntegerMinutes - Time in minutes to apply Pause.
- kind String
- Run on based On.
- duration
In numberMinutes - Time in minutes to apply Pause.
- kind string
- Run on based On.
- duration_
in_ intminutes - Time in minutes to apply Pause.
- kind str
- Run on based On.
- duration
In NumberMinutes - 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.
- Previous
Task List<GetInstance Details Runbook Version Group Property Run On Previous Task Instance Detail> - 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.
- Previous
Task []GetInstance Details Runbook Version Group Property Run On Previous Task Instance Detail - 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.
- previous
Task List<GetInstance Details Runbook Version Group Property Run On Previous Task Instance Detail> - 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.
- previous
Task GetInstance Details Runbook Version Group Property Run On Previous Task Instance Detail[] - 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_ Sequence[Getinstance_ details Runbook Version Group Property Run On Previous Task Instance Detail] - 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.
- previous
Task List<Property Map>Instance Details - Previous Task Instance Details
GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetail
- Output
Variable List<GetDetails Runbook Version Group Property Run On Previous Task Instance Detail Output Variable Detail> - The details of the output variable that will be used for mapping.
- Resource
Id string - Resource Ocid.
- Resource
Type string - Resource Type.
- Output
Variable []GetDetails Runbook Version Group Property Run On Previous Task Instance Detail Output Variable Detail - The details of the output variable that will be used for mapping.
- Resource
Id string - Resource Ocid.
- Resource
Type string - Resource Type.
- output
Variable List<GetDetails Runbook Version Group Property Run On Previous Task Instance Detail Output Variable Detail> - The details of the output variable that will be used for mapping.
- resource
Id String - Resource Ocid.
- resource
Type String - Resource Type.
- output
Variable GetDetails Runbook Version Group Property Run On Previous Task Instance Detail Output Variable Detail[] - The details of the output variable that will be used for mapping.
- resource
Id string - Resource Ocid.
- resource
Type string - Resource Type.
- output_
variable_ Sequence[Getdetails Runbook Version Group Property Run On Previous Task Instance Detail Output Variable Detail] - The details of the output variable that will be used for mapping.
- resource_
id str - Resource Ocid.
- resource_
type str - Resource Type.
- output
Variable List<Property Map>Details - The details of the output variable that will be used for mapping.
- resource
Id String - Resource Ocid.
- resource
Type String - Resource Type.
GetRunbookVersionGroupPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail
- Output
Variable stringName - The name of the output variable whose value has to be mapped.
- Step
Name string - The name of the task step the output variable belongs to.
- Output
Variable stringName - The name of the output variable whose value has to be mapped.
- Step
Name string - The name of the task step the output variable belongs to.
- output
Variable StringName - The name of the output variable whose value has to be mapped.
- step
Name String - The name of the task step the output variable belongs to.
- output
Variable stringName - The name of the output variable whose value has to be mapped.
- step
Name string - The name of the task step the output variable belongs to.
- output_
variable_ strname - 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.
- output
Variable StringName - The name of the output variable whose value has to be mapped.
- step
Name String - The name of the task step the output variable belongs to.
GetRunbookVersionRollbackWorkflowDetail
- Scope string
- The scope of the task.
- Workflows
List<Get
Runbook Version Rollback Workflow Detail Workflow> - Rollback Workflow for the runbook.
- Scope string
- The scope of the task.
- Workflows
[]Get
Runbook Version Rollback Workflow Detail Workflow - Rollback Workflow for the runbook.
- scope String
- The scope of the task.
- workflows
List<Get
Runbook Version Rollback Workflow Detail Workflow> - Rollback Workflow for the runbook.
- scope string
- The scope of the task.
- workflows
Get
Runbook Version Rollback Workflow Detail Workflow[] - Rollback Workflow for the runbook.
- scope str
- The scope of the task.
- workflows
Sequence[Get
Runbook Version Rollback Workflow Detail Workflow] - Rollback Workflow for the runbook.
- scope String
- The scope of the task.
- workflows List<Property Map>
- Rollback Workflow for the runbook.
GetRunbookVersionRollbackWorkflowDetailWorkflow
- Group
Name string - Name of the group.
- Steps
List<Get
Runbook Version Rollback Workflow Detail Workflow Step> - Tasks within the Group. Provide the stepName for all applicable tasks.
- Type string
- Input argument Type.
- Group
Name string - Name of the group.
- Steps
[]Get
Runbook Version Rollback Workflow Detail Workflow Step - Tasks within the Group. Provide the stepName for all applicable tasks.
- Type string
- Input argument Type.
- group
Name String - Name of the group.
- steps
List<Get
Runbook Version Rollback Workflow Detail Workflow Step> - Tasks within the Group. Provide the stepName for all applicable tasks.
- type String
- Input argument Type.
- group
Name string - Name of the group.
- steps
Get
Runbook Version Rollback Workflow Detail Workflow Step[] - 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[Get
Runbook Version Rollback Workflow Detail Workflow Step] - Tasks within the Group. Provide the stepName for all applicable tasks.
- type str
- Input argument Type.
- group
Name 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
- 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.
GetRunbookVersionTask
- Output
Variable List<GetMappings Runbook Version Task Output Variable Mapping> - Mapping output variables of previous tasks to the input variables of the current task.
- Step
Name string - The name of the task step the output variable belongs to.
- Step
Properties List<GetRunbook Version Task Step Property> - The properties of the component.
- Task
Record List<GetDetails Runbook Version Task Task Record Detail> - The details of the task.
- Output
Variable []GetMappings Runbook Version Task Output Variable Mapping - Mapping output variables of previous tasks to the input variables of the current task.
- Step
Name string - The name of the task step the output variable belongs to.
- Step
Properties []GetRunbook Version Task Step Property - The properties of the component.
- Task
Record []GetDetails Runbook Version Task Task Record Detail - The details of the task.
- output
Variable List<GetMappings Runbook Version Task Output Variable Mapping> - Mapping output variables of previous tasks to the input variables of the current task.
- step
Name String - The name of the task step the output variable belongs to.
- step
Properties List<GetRunbook Version Task Step Property> - The properties of the component.
- task
Record List<GetDetails Runbook Version Task Task Record Detail> - The details of the task.
- output
Variable GetMappings Runbook Version Task Output Variable Mapping[] - Mapping output variables of previous tasks to the input variables of the current task.
- step
Name string - The name of the task step the output variable belongs to.
- step
Properties GetRunbook Version Task Step Property[] - The properties of the component.
- task
Record GetDetails Runbook Version Task Task Record Detail[] - The details of the task.
- output_
variable_ Sequence[Getmappings Runbook Version Task Output Variable Mapping] - 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[GetRunbook Version Task Step Property] - The properties of the component.
- task_
record_ Sequence[Getdetails Runbook Version Task Task Record Detail] - The details of the task.
- output
Variable List<Property Map>Mappings - Mapping output variables of previous tasks to the input variables of the current task.
- step
Name String - The name of the task step the output variable belongs to.
- step
Properties List<Property Map> - The properties of the component.
- task
Record List<Property Map>Details - The details of the task.
GetRunbookVersionTaskOutputVariableMapping
- Name string
- The name of the task
- Output
Variable List<GetDetails Runbook Version Task Output Variable Mapping Output Variable Detail> - The details of the output variable that will be used for mapping.
- Name string
- The name of the task
- Output
Variable []GetDetails Runbook Version Task Output Variable Mapping Output Variable Detail - The details of the output variable that will be used for mapping.
- name String
- The name of the task
- output
Variable List<GetDetails Runbook Version Task Output Variable Mapping Output Variable Detail> - The details of the output variable that will be used for mapping.
- name string
- The name of the task
- output
Variable GetDetails Runbook Version Task Output Variable Mapping Output Variable Detail[] - The details of the output variable that will be used for mapping.
- name str
- The name of the task
- output_
variable_ Sequence[Getdetails Runbook Version Task Output Variable Mapping Output Variable Detail] - The details of the output variable that will be used for mapping.
- name String
- The name of the task
- output
Variable List<Property Map>Details - The details of the output variable that will be used for mapping.
GetRunbookVersionTaskOutputVariableMappingOutputVariableDetail
- Output
Variable stringName - The name of the output variable whose value has to be mapped.
- Step
Name string - The name of the task step the output variable belongs to.
- Output
Variable stringName - The name of the output variable whose value has to be mapped.
- Step
Name string - The name of the task step the output variable belongs to.
- output
Variable StringName - The name of the output variable whose value has to be mapped.
- step
Name String - The name of the task step the output variable belongs to.
- output
Variable stringName - The name of the output variable whose value has to be mapped.
- step
Name string - The name of the task step the output variable belongs to.
- output_
variable_ strname - 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.
- output
Variable StringName - The name of the output variable whose value has to be mapped.
- step
Name String - The name of the task step the output variable belongs to.
GetRunbookVersionTaskStepProperty
- Action
On stringFailure - The action to be taken in case of a failure.
- Notification
Preferences List<GetRunbook Version Task Step Property Notification Preference> - Preferences to send notifications on the task activities.
- Pause
Details List<GetRunbook Version Task Step Property Pause Detail> - Pause Details
- Pre
Condition string - Build control flow conditions that determine the relevance of the task execution.
- Run
Ons List<GetRunbook Version Task Step Property Run On> - The runon conditions
- Action
On stringFailure - The action to be taken in case of a failure.
- Notification
Preferences []GetRunbook Version Task Step Property Notification Preference - Preferences to send notifications on the task activities.
- Pause
Details []GetRunbook Version Task Step Property Pause Detail - Pause Details
- Pre
Condition string - Build control flow conditions that determine the relevance of the task execution.
- Run
Ons []GetRunbook Version Task Step Property Run On - The runon conditions
- action
On StringFailure - The action to be taken in case of a failure.
- notification
Preferences List<GetRunbook Version Task Step Property Notification Preference> - Preferences to send notifications on the task activities.
- pause
Details List<GetRunbook Version Task Step Property Pause Detail> - Pause Details
- pre
Condition String - Build control flow conditions that determine the relevance of the task execution.
- run
Ons List<GetRunbook Version Task Step Property Run On> - The runon conditions
- action
On stringFailure - The action to be taken in case of a failure.
- notification
Preferences GetRunbook Version Task Step Property Notification Preference[] - Preferences to send notifications on the task activities.
- pause
Details GetRunbook Version Task Step Property Pause Detail[] - Pause Details
- pre
Condition string - Build control flow conditions that determine the relevance of the task execution.
- run
Ons GetRunbook Version Task Step Property Run On[] - The runon conditions
- action_
on_ strfailure - The action to be taken in case of a failure.
- notification_
preferences Sequence[GetRunbook Version Task Step Property Notification Preference] - Preferences to send notifications on the task activities.
- pause_
details Sequence[GetRunbook Version Task Step Property Pause Detail] - Pause Details
- pre_
condition str - Build control flow conditions that determine the relevance of the task execution.
- run_
ons Sequence[GetRunbook Version Task Step Property Run On] - The runon conditions
- action
On StringFailure - The action to be taken in case of a failure.
- notification
Preferences List<Property Map> - Preferences to send notifications on the task activities.
- pause
Details List<Property Map> - Pause Details
- pre
Condition String - Build control flow conditions that determine the relevance of the task execution.
- run
Ons List<Property Map> - The runon conditions
GetRunbookVersionTaskStepPropertyNotificationPreference
- Should
Notify boolOn Pause - Enables notification on pause.
- Should
Notify boolOn Task Failure - Enables or disables notification on Task Failures.
- Should
Notify boolOn Task Success - Enables or disables notification on Task Success.
- Should
Notify boolOn Pause - Enables notification on pause.
- Should
Notify boolOn Task Failure - Enables or disables notification on Task Failures.
- Should
Notify boolOn Task Success - Enables or disables notification on Task Success.
- should
Notify BooleanOn Pause - Enables notification on pause.
- should
Notify BooleanOn Task Failure - Enables or disables notification on Task Failures.
- should
Notify BooleanOn Task Success - Enables or disables notification on Task Success.
- should
Notify booleanOn Pause - Enables notification on pause.
- should
Notify booleanOn Task Failure - Enables or disables notification on Task Failures.
- should
Notify booleanOn Task Success - Enables or disables notification on Task Success.
- should_
notify_ boolon_ pause - Enables notification on pause.
- should_
notify_ boolon_ task_ failure - Enables or disables notification on Task Failures.
- should_
notify_ boolon_ task_ success - Enables or disables notification on Task Success.
- should
Notify BooleanOn Pause - Enables notification on pause.
- should
Notify BooleanOn Task Failure - Enables or disables notification on Task Failures.
- should
Notify BooleanOn Task Success - Enables or disables notification on Task Success.
GetRunbookVersionTaskStepPropertyPauseDetail
- Duration
In intMinutes - Time in minutes to apply Pause.
- Kind string
- Run on based On.
- Duration
In intMinutes - Time in minutes to apply Pause.
- Kind string
- Run on based On.
- duration
In IntegerMinutes - Time in minutes to apply Pause.
- kind String
- Run on based On.
- duration
In numberMinutes - Time in minutes to apply Pause.
- kind string
- Run on based On.
- duration_
in_ intminutes - Time in minutes to apply Pause.
- kind str
- Run on based On.
- duration
In NumberMinutes - 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.
- Previous
Task List<GetInstance Details Runbook Version Task Step Property Run On Previous Task Instance Detail> - 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.
- Previous
Task []GetInstance Details Runbook Version Task Step Property Run On Previous Task Instance Detail - 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.
- previous
Task List<GetInstance Details Runbook Version Task Step Property Run On Previous Task Instance Detail> - 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.
- previous
Task GetInstance Details Runbook Version Task Step Property Run On Previous Task Instance Detail[] - 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_ Sequence[Getinstance_ details Runbook Version Task Step Property Run On Previous Task Instance Detail] - 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.
- previous
Task List<Property Map>Instance Details - Previous Task Instance Details
GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetail
- Output
Variable List<GetDetails Runbook Version Task Step Property Run On Previous Task Instance Detail Output Variable Detail> - The details of the output variable that will be used for mapping.
- Resource
Id string - Resource Ocid.
- Resource
Type string - Resource Type.
- Output
Variable []GetDetails Runbook Version Task Step Property Run On Previous Task Instance Detail Output Variable Detail - The details of the output variable that will be used for mapping.
- Resource
Id string - Resource Ocid.
- Resource
Type string - Resource Type.
- output
Variable List<GetDetails Runbook Version Task Step Property Run On Previous Task Instance Detail Output Variable Detail> - The details of the output variable that will be used for mapping.
- resource
Id String - Resource Ocid.
- resource
Type String - Resource Type.
- output
Variable GetDetails Runbook Version Task Step Property Run On Previous Task Instance Detail Output Variable Detail[] - The details of the output variable that will be used for mapping.
- resource
Id string - Resource Ocid.
- resource
Type string - Resource Type.
- output_
variable_ Sequence[Getdetails Runbook Version Task Step Property Run On Previous Task Instance Detail Output Variable Detail] - The details of the output variable that will be used for mapping.
- resource_
id str - Resource Ocid.
- resource_
type str - Resource Type.
- output
Variable List<Property Map>Details - The details of the output variable that will be used for mapping.
- resource
Id String - Resource Ocid.
- resource
Type String - Resource Type.
GetRunbookVersionTaskStepPropertyRunOnPreviousTaskInstanceDetailOutputVariableDetail
- Output
Variable stringName - The name of the output variable whose value has to be mapped.
- Step
Name string - The name of the task step the output variable belongs to.
- Output
Variable stringName - The name of the output variable whose value has to be mapped.
- Step
Name string - The name of the task step the output variable belongs to.
- output
Variable StringName - The name of the output variable whose value has to be mapped.
- step
Name String - The name of the task step the output variable belongs to.
- output
Variable stringName - The name of the output variable whose value has to be mapped.
- step
Name string - The name of the task step the output variable belongs to.
- output_
variable_ strname - 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.
- output
Variable StringName - The name of the output variable whose value has to be mapped.
- step
Name String - The name of the task step the output variable belongs to.
GetRunbookVersionTaskTaskRecordDetail
- Description string
- The description of the argument.
- Execution
Details List<GetRunbook Version Task Task Record Detail Execution Detail> - Execution details.
- Is
Apply boolSubject Task - Is this an Apply Subject Task? Ex. Patch Execution Task
- Is
Copy boolTo Library Enabled - Make a copy of this task in Library
- Is
Discovery boolOutput Task - Is this a discovery output task?
- Name string
- The name of the task
- Os
Type string - The OS for the task.
- Platform string
- The platform of the runbook.
- Properties
List<Get
Runbook Version Task Task Record Detail Property> - The properties of the task.
- Scope string
- The scope of the task.
- Task
Record stringId - The ID of taskRecord.
- Description string
- The description of the argument.
- Execution
Details []GetRunbook Version Task Task Record Detail Execution Detail - Execution details.
- Is
Apply boolSubject Task - Is this an Apply Subject Task? Ex. Patch Execution Task
- Is
Copy boolTo Library Enabled - Make a copy of this task in Library
- Is
Discovery boolOutput Task - Is this a discovery output task?
- Name string
- The name of the task
- Os
Type string - The OS for the task.
- Platform string
- The platform of the runbook.
- Properties
[]Get
Runbook Version Task Task Record Detail Property - The properties of the task.
- Scope string
- The scope of the task.
- Task
Record stringId - The ID of taskRecord.
- description String
- The description of the argument.
- execution
Details List<GetRunbook Version Task Task Record Detail Execution Detail> - Execution details.
- is
Apply BooleanSubject Task - Is this an Apply Subject Task? Ex. Patch Execution Task
- is
Copy BooleanTo Library Enabled - Make a copy of this task in Library
- is
Discovery BooleanOutput Task - Is this a discovery output task?
- name String
- The name of the task
- os
Type String - The OS for the task.
- platform String
- The platform of the runbook.
- properties
List<Get
Runbook Version Task Task Record Detail Property> - The properties of the task.
- scope String
- The scope of the task.
- task
Record StringId - The ID of taskRecord.
- description string
- The description of the argument.
- execution
Details GetRunbook Version Task Task Record Detail Execution Detail[] - Execution details.
- is
Apply booleanSubject Task - Is this an Apply Subject Task? Ex. Patch Execution Task
- is
Copy booleanTo Library Enabled - Make a copy of this task in Library
- is
Discovery booleanOutput Task - Is this a discovery output task?
- name string
- The name of the task
- os
Type string - The OS for the task.
- platform string
- The platform of the runbook.
- properties
Get
Runbook Version Task Task Record Detail Property[] - The properties of the task.
- scope string
- The scope of the task.
- task
Record stringId - The ID of taskRecord.
- description str
- The description of the argument.
- execution_
details Sequence[GetRunbook Version Task Task Record Detail Execution Detail] - Execution details.
- is_
apply_ boolsubject_ task - Is this an Apply Subject Task? Ex. Patch Execution Task
- is_
copy_ boolto_ library_ enabled - Make a copy of this task in Library
- is_
discovery_ booloutput_ task - 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[Get
Runbook Version Task Task Record Detail Property] - The properties of the task.
- scope str
- The scope of the task.
- task_
record_ strid - The ID of taskRecord.
- description String
- The description of the argument.
- execution
Details List<Property Map> - Execution details.
- is
Apply BooleanSubject Task - Is this an Apply Subject Task? Ex. Patch Execution Task
- is
Copy BooleanTo Library Enabled - Make a copy of this task in Library
- is
Discovery BooleanOutput Task - Is this a discovery output task?
- name String
- The name of the task
- os
Type 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.
- task
Record StringId - The ID of taskRecord.
GetRunbookVersionTaskTaskRecordDetailExecutionDetail
- Catalog
Id string - Command string
- Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- Config
File string - Catalog Id having config file.
- Contents
List<Get
Runbook Version Task Task Record Detail Execution Detail Content> - Content Source details.
- Credentials
List<Get
Runbook Version Task Task Record Detail Execution Detail Credential> - Credentials required for executing the task.
- Endpoint string
- Endpoint to be invoked.
- Execution
Type string - The action type of the task
- Is
Executable boolContent - Is the Content an executable file?
- Is
Locked bool - Is the script locked to prevent changes directly in Object Storage?
- Is
Read boolOutput Variable Enabled - Is read output variable enabled
- Target
Compartment stringId - OCID of the compartment to which the resource belongs to.
- Variables
List<Get
Runbook Version Task Task Record Detail Execution Detail Variable> - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
- Catalog
Id string - Command string
- Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- Config
File string - Catalog Id having config file.
- Contents
[]Get
Runbook Version Task Task Record Detail Execution Detail Content - Content Source details.
- Credentials
[]Get
Runbook Version Task Task Record Detail Execution Detail Credential - Credentials required for executing the task.
- Endpoint string
- Endpoint to be invoked.
- Execution
Type string - The action type of the task
- Is
Executable boolContent - Is the Content an executable file?
- Is
Locked bool - Is the script locked to prevent changes directly in Object Storage?
- Is
Read boolOutput Variable Enabled - Is read output variable enabled
- Target
Compartment stringId - OCID of the compartment to which the resource belongs to.
- Variables
[]Get
Runbook Version Task Task Record Detail Execution Detail Variable - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
- catalog
Id String - command String
- Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- config
File String - Catalog Id having config file.
- contents
List<Get
Runbook Version Task Task Record Detail Execution Detail Content> - Content Source details.
- credentials
List<Get
Runbook Version Task Task Record Detail Execution Detail Credential> - Credentials required for executing the task.
- endpoint String
- Endpoint to be invoked.
- execution
Type String - The action type of the task
- is
Executable BooleanContent - Is the Content an executable file?
- is
Locked Boolean - Is the script locked to prevent changes directly in Object Storage?
- is
Read BooleanOutput Variable Enabled - Is read output variable enabled
- target
Compartment StringId - OCID of the compartment to which the resource belongs to.
- variables
List<Get
Runbook Version Task Task Record Detail Execution Detail Variable> - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
- catalog
Id string - command string
- Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- config
File string - Catalog Id having config file.
- contents
Get
Runbook Version Task Task Record Detail Execution Detail Content[] - Content Source details.
- credentials
Get
Runbook Version Task Task Record Detail Execution Detail Credential[] - Credentials required for executing the task.
- endpoint string
- Endpoint to be invoked.
- execution
Type string - The action type of the task
- is
Executable booleanContent - Is the Content an executable file?
- is
Locked boolean - Is the script locked to prevent changes directly in Object Storage?
- is
Read booleanOutput Variable Enabled - Is read output variable enabled
- target
Compartment stringId - OCID of the compartment to which the resource belongs to.
- variables
Get
Runbook Version Task Task Record Detail Execution Detail Variable[] - 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[Get
Runbook Version Task Task Record Detail Execution Detail Content] - Content Source details.
- credentials
Sequence[Get
Runbook Version Task Task Record Detail Execution Detail Credential] - Credentials required for executing the task.
- endpoint str
- Endpoint to be invoked.
- execution_
type str - The action type of the task
- is_
executable_ boolcontent - Is the Content an executable file?
- is_
locked bool - Is the script locked to prevent changes directly in Object Storage?
- is_
read_ booloutput_ variable_ enabled - Is read output variable enabled
- target_
compartment_ strid - OCID of the compartment to which the resource belongs to.
- variables
Sequence[Get
Runbook Version Task Task Record Detail Execution Detail Variable] - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
- catalog
Id String - command String
- Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- config
File 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.
- execution
Type String - The action type of the task
- is
Executable BooleanContent - Is the Content an executable file?
- is
Locked Boolean - Is the script locked to prevent changes directly in Object Storage?
- is
Read BooleanOutput Variable Enabled - Is read output variable enabled
- target
Compartment StringId - 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 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.
GetRunbookVersionTaskTaskRecordDetailExecutionDetailCredential
- Display
Name 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 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 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 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.
- display
Name 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
- Input
Variables List<GetRunbook Version Task Task Record Detail Execution Detail Variable Input Variable> - The input variables for the task.
- Output
Variables List<string> - The list of output variables.
- Input
Variables []GetRunbook Version Task Task Record Detail Execution Detail Variable Input Variable - The input variables for the task.
- Output
Variables []string - The list of output variables.
- input
Variables List<GetRunbook Version Task Task Record Detail Execution Detail Variable Input Variable> - The input variables for the task.
- output
Variables List<String> - The list of output variables.
- input
Variables GetRunbook Version Task Task Record Detail Execution Detail Variable Input Variable[] - The input variables for the task.
- output
Variables string[] - The list of output variables.
- input_
variables Sequence[GetRunbook Version Task Task Record Detail Execution Detail Variable Input Variable] - The input variables for the task.
- output_
variables Sequence[str] - The list of output variables.
- input
Variables List<Property Map> - The input variables for the task.
- output
Variables 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
- Num
Retries int - The number of retries allowed.
- Timeout
In intSeconds - The timeout in seconds for the task.
- Num
Retries int - The number of retries allowed.
- Timeout
In intSeconds - The timeout in seconds for the task.
- num
Retries Integer - The number of retries allowed.
- timeout
In IntegerSeconds - The timeout in seconds for the task.
- num
Retries number - The number of retries allowed.
- timeout
In numberSeconds - The timeout in seconds for the task.
- num_
retries int - The number of retries allowed.
- timeout_
in_ intseconds - The timeout in seconds for the task.
- num
Retries Number - The number of retries allowed.
- timeout
In NumberSeconds - 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.