Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.FleetAppsManagement.getTaskRecords
Explore with Pulumi AI
This data source provides the list of Task Records in Oracle Cloud Infrastructure Fleet Apps Management service.
Returns a list of TaskRecords.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testTaskRecords = oci.FleetAppsManagement.getTaskRecords({
compartmentId: compartmentId,
displayName: taskRecordDisplayName,
id: taskRecordId,
platform: taskRecordPlatform,
state: taskRecordState,
type: taskRecordType,
});
import pulumi
import pulumi_oci as oci
test_task_records = oci.FleetAppsManagement.get_task_records(compartment_id=compartment_id,
display_name=task_record_display_name,
id=task_record_id,
platform=task_record_platform,
state=task_record_state,
type=task_record_type)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/fleetappsmanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fleetappsmanagement.GetTaskRecords(ctx, &fleetappsmanagement.GetTaskRecordsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(taskRecordDisplayName),
Id: pulumi.StringRef(taskRecordId),
Platform: pulumi.StringRef(taskRecordPlatform),
State: pulumi.StringRef(taskRecordState),
Type: pulumi.StringRef(taskRecordType),
}, 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 testTaskRecords = Oci.FleetAppsManagement.GetTaskRecords.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = taskRecordDisplayName,
Id = taskRecordId,
Platform = taskRecordPlatform,
State = taskRecordState,
Type = taskRecordType,
});
});
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.GetTaskRecordsArgs;
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 testTaskRecords = FleetAppsManagementFunctions.getTaskRecords(GetTaskRecordsArgs.builder()
.compartmentId(compartmentId)
.displayName(taskRecordDisplayName)
.id(taskRecordId)
.platform(taskRecordPlatform)
.state(taskRecordState)
.type(taskRecordType)
.build());
}
}
variables:
testTaskRecords:
fn::invoke:
function: oci:FleetAppsManagement:getTaskRecords
arguments:
compartmentId: ${compartmentId}
displayName: ${taskRecordDisplayName}
id: ${taskRecordId}
platform: ${taskRecordPlatform}
state: ${taskRecordState}
type: ${taskRecordType}
Using getTaskRecords
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 getTaskRecords(args: GetTaskRecordsArgs, opts?: InvokeOptions): Promise<GetTaskRecordsResult>
function getTaskRecordsOutput(args: GetTaskRecordsOutputArgs, opts?: InvokeOptions): Output<GetTaskRecordsResult>
def get_task_records(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_fleetappsmanagement.GetTaskRecordsFilter]] = None,
id: Optional[str] = None,
platform: Optional[str] = None,
state: Optional[str] = None,
type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTaskRecordsResult
def get_task_records_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_fleetappsmanagement.GetTaskRecordsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
platform: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTaskRecordsResult]
func GetTaskRecords(ctx *Context, args *GetTaskRecordsArgs, opts ...InvokeOption) (*GetTaskRecordsResult, error)
func GetTaskRecordsOutput(ctx *Context, args *GetTaskRecordsOutputArgs, opts ...InvokeOption) GetTaskRecordsResultOutput
> Note: This function is named GetTaskRecords
in the Go SDK.
public static class GetTaskRecords
{
public static Task<GetTaskRecordsResult> InvokeAsync(GetTaskRecordsArgs args, InvokeOptions? opts = null)
public static Output<GetTaskRecordsResult> Invoke(GetTaskRecordsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTaskRecordsResult> getTaskRecords(GetTaskRecordsArgs args, InvokeOptions options)
public static Output<GetTaskRecordsResult> getTaskRecords(GetTaskRecordsArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetAppsManagement/getTaskRecords:getTaskRecords
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Task Records Filter> - Id string
- unique TaskDetail identifier
- Platform string
- The platform for the Task.
- State string
- The current state of the Task.
- Type string
- The type of the Task.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Task Records Filter - Id string
- unique TaskDetail identifier
- Platform string
- The platform for the Task.
- State string
- The current state of the Task.
- Type string
- The type of the Task.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Task Records Filter> - id String
- unique TaskDetail identifier
- platform String
- The platform for the Task.
- state String
- The current state of the Task.
- type String
- The type of the Task.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Task Records Filter[] - id string
- unique TaskDetail identifier
- platform string
- The platform for the Task.
- state string
- The current state of the Task.
- type string
- The type of the Task.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Get Task Records Filter] - id str
- unique TaskDetail identifier
- platform str
- The platform for the Task.
- state str
- The current state of the Task.
- type str
- The type of the Task.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
- id String
- unique TaskDetail identifier
- platform String
- The platform for the Task.
- state String
- The current state of the Task.
- type String
- The type of the Task.
getTaskRecords Result
The following output properties are available:
- Task
Record List<GetCollections Task Records Task Record Collection> - The list of task_record_collection.
- Compartment
Id string - 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
- Filters
List<Get
Task Records Filter> - Id string
- The OCID of the resource.
- Platform string
- The platform of the runbook.
- State string
- The current state of the TaskRecord.
- Type string
- Task type.
- Task
Record []GetCollections Task Records Task Record Collection - The list of task_record_collection.
- Compartment
Id string - 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
- Filters
[]Get
Task Records Filter - Id string
- The OCID of the resource.
- Platform string
- The platform of the runbook.
- State string
- The current state of the TaskRecord.
- Type string
- Task type.
- task
Record List<GetCollections Task Records Task Record Collection> - The list of task_record_collection.
- compartment
Id String - 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
- filters
List<Get
Task Records Filter> - id String
- The OCID of the resource.
- platform String
- The platform of the runbook.
- state String
- The current state of the TaskRecord.
- type String
- Task type.
- task
Record GetCollections Task Records Task Record Collection[] - The list of task_record_collection.
- compartment
Id string - 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
- filters
Get
Task Records Filter[] - id string
- The OCID of the resource.
- platform string
- The platform of the runbook.
- state string
- The current state of the TaskRecord.
- type string
- Task type.
- task_
record_ Sequence[fleetappsmanagement.collections Get Task Records Task Record Collection] - The list of task_record_collection.
- compartment_
id str - 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
- filters
Sequence[fleetappsmanagement.
Get Task Records Filter] - id str
- The OCID of the resource.
- platform str
- The platform of the runbook.
- state str
- The current state of the TaskRecord.
- type str
- Task type.
- task
Record List<Property Map>Collections - The list of task_record_collection.
- compartment
Id String - 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
- filters List<Property Map>
- id String
- The OCID of the resource.
- platform String
- The platform of the runbook.
- state String
- The current state of the TaskRecord.
- type String
- Task type.
Supporting Types
GetTaskRecordsFilter
GetTaskRecordsTaskRecordCollection
- Items
This property is required. List<GetTask Records Task Record Collection Item>
- Items
This property is required. []GetTask Records Task Record Collection Item
- items
This property is required. List<GetTask Records Task Record Collection Item>
- items
This property is required. GetTask Records Task Record Collection Item[]
- items
This property is required. Sequence[fleetappsmanagement.Get Task Records Task Record Collection Item]
- items
This property is required. List<Property Map>
GetTaskRecordsTaskRecordCollectionItem
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - The description of the argument.
- Details
This property is required. List<GetTask Records Task Record Collection Item Detail> - The details of the task.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. 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"}
- Id
This property is required. string - unique TaskDetail identifier
- Lifecycle
Details This property is required. 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.
- Resource
Region This property is required. string - Associated region
- State
This property is required. string - The current state of the Task.
This property is required. Dictionary<string, string>- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated This property is required. string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Type
This property is required. string - The type of the Task.
- Version
This property is required. string - The version of the task
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - The description of the argument.
- Details
This property is required. []GetTask Records Task Record Collection Item Detail - The details of the task.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. 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"}
- Id
This property is required. string - unique TaskDetail identifier
- Lifecycle
Details This property is required. 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.
- Resource
Region This property is required. string - Associated region
- State
This property is required. string - The current state of the Task.
This property is required. map[string]string- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated This property is required. string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Type
This property is required. string - The type of the Task.
- Version
This property is required. string - The version of the task
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - The description of the argument.
- details
This property is required. List<GetTask Records Task Record Collection Item Detail> - The details of the task.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. 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"}
- id
This property is required. String - unique TaskDetail identifier
- lifecycle
Details This property is required. 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.
- resource
Region This property is required. String - Associated region
- state
This property is required. String - The current state of the Task.
This property is required. Map<String,String>- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated This property is required. String - The time this resource was last updated. An RFC3339 formatted datetime string.
- type
This property is required. String - The type of the Task.
- version
This property is required. String - The version of the task
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. string - The description of the argument.
- details
This property is required. GetTask Records Task Record Collection Item Detail[] - The details of the task.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. {[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"}
- id
This property is required. string - unique TaskDetail identifier
- lifecycle
Details This property is required. 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.
- resource
Region This property is required. string - Associated region
- state
This property is required. string - The current state of the Task.
This property is required. {[key: string]: string}- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. string - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated This property is required. string - The time this resource was last updated. An RFC3339 formatted datetime string.
- type
This property is required. string - The type of the Task.
- version
This property is required. string - The version of the task
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. str - The description of the argument.
- details
This property is required. Sequence[fleetappsmanagement.Get Task Records Task Record Collection Item Detail] - The details of the task.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given.
This property is required. 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"}
- id
This property is required. str - unique TaskDetail identifier
- lifecycle_
details This property is required. 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.
- resource_
region This property is required. str - Associated region
- state
This property is required. str - The current state of the Task.
This property is required. Mapping[str, str]- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created This property is required. str - The time this resource was created. An RFC3339 formatted datetime string.
- time_
updated This property is required. str - The time this resource was last updated. An RFC3339 formatted datetime string.
- type
This property is required. str - The type of the Task.
- version
This property is required. str - The version of the task
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - The description of the argument.
- details
This property is required. List<Property Map> - The details of the task.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. 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"}
- id
This property is required. String - unique TaskDetail identifier
- lifecycle
Details This property is required. 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.
- resource
Region This property is required. String - Associated region
- state
This property is required. String - The current state of the Task.
This property is required. Map<String>- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The time this resource was created. An RFC3339 formatted datetime string.
- time
Updated This property is required. String - The time this resource was last updated. An RFC3339 formatted datetime string.
- type
This property is required. String - The type of the Task.
- version
This property is required. String - The version of the task
GetTaskRecordsTaskRecordCollectionItemDetail
- Execution
Details This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail> - Execution details.
- Is
Apply Subject Task This property is required. bool - Is this an Apply Subject Task? Set this to true for a Patch Execution Task which applies patches(subjects) on a target.
- Is
Discovery Output Task This property is required. bool - Is this a discovery output task?
- Os
Type This property is required. string - The OS for the task
- Platform
This property is required. string - The platform for the Task.
- Properties
This property is required. List<GetTask Records Task Record Collection Item Detail Property> - The properties of the task.
- Scope
This property is required. string - The scope of the task
- Execution
Details This property is required. []GetTask Records Task Record Collection Item Detail Execution Detail - Execution details.
- Is
Apply Subject Task This property is required. bool - Is this an Apply Subject Task? Set this to true for a Patch Execution Task which applies patches(subjects) on a target.
- Is
Discovery Output Task This property is required. bool - Is this a discovery output task?
- Os
Type This property is required. string - The OS for the task
- Platform
This property is required. string - The platform for the Task.
- Properties
This property is required. []GetTask Records Task Record Collection Item Detail Property - The properties of the task.
- Scope
This property is required. string - The scope of the task
- execution
Details This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail> - Execution details.
- is
Apply Subject Task This property is required. Boolean - Is this an Apply Subject Task? Set this to true for a Patch Execution Task which applies patches(subjects) on a target.
- is
Discovery Output Task This property is required. Boolean - Is this a discovery output task?
- os
Type This property is required. String - The OS for the task
- platform
This property is required. String - The platform for the Task.
- properties
This property is required. List<GetTask Records Task Record Collection Item Detail Property> - The properties of the task.
- scope
This property is required. String - The scope of the task
- execution
Details This property is required. GetTask Records Task Record Collection Item Detail Execution Detail[] - Execution details.
- is
Apply Subject Task This property is required. boolean - Is this an Apply Subject Task? Set this to true for a Patch Execution Task which applies patches(subjects) on a target.
- is
Discovery Output Task This property is required. boolean - Is this a discovery output task?
- os
Type This property is required. string - The OS for the task
- platform
This property is required. string - The platform for the Task.
- properties
This property is required. GetTask Records Task Record Collection Item Detail Property[] - The properties of the task.
- scope
This property is required. string - The scope of the task
- execution_
details This property is required. Sequence[fleetappsmanagement.Get Task Records Task Record Collection Item Detail Execution Detail] - Execution details.
- is_
apply_ subject_ task This property is required. bool - Is this an Apply Subject Task? Set this to true for a Patch Execution Task which applies patches(subjects) on a target.
- is_
discovery_ output_ task This property is required. bool - Is this a discovery output task?
- os_
type This property is required. str - The OS for the task
- platform
This property is required. str - The platform for the Task.
- properties
This property is required. Sequence[fleetappsmanagement.Get Task Records Task Record Collection Item Detail Property] - The properties of the task.
- scope
This property is required. str - The scope of the task
- execution
Details This property is required. List<Property Map> - Execution details.
- is
Apply Subject Task This property is required. Boolean - Is this an Apply Subject Task? Set this to true for a Patch Execution Task which applies patches(subjects) on a target.
- is
Discovery Output Task This property is required. Boolean - Is this a discovery output task?
- os
Type This property is required. String - The OS for the task
- platform
This property is required. String - The platform for the Task.
- properties
This property is required. List<Property Map> - The properties of the task.
- scope
This property is required. String - The scope of the task
GetTaskRecordsTaskRecordCollectionItemDetailExecutionDetail
- Command
This property is required. string - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- Contents
This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail Content> - Content Source details.
- Credentials
This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail Credential> - Credentials required for executing the task.
- Endpoint
This property is required. string - Endpoint to be invoked.
- Execution
Type This property is required. string - The action type of the task
- Variables
This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail Variable> - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
- Command
This property is required. string - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- Contents
This property is required. []GetTask Records Task Record Collection Item Detail Execution Detail Content - Content Source details.
- Credentials
This property is required. []GetTask Records Task Record Collection Item Detail Execution Detail Credential - Credentials required for executing the task.
- Endpoint
This property is required. string - Endpoint to be invoked.
- Execution
Type This property is required. string - The action type of the task
- Variables
This property is required. []GetTask Records Task Record Collection Item Detail Execution Detail Variable - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
- command
This property is required. String - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- contents
This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail Content> - Content Source details.
- credentials
This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail Credential> - Credentials required for executing the task.
- endpoint
This property is required. String - Endpoint to be invoked.
- execution
Type This property is required. String - The action type of the task
- variables
This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail Variable> - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
- command
This property is required. string - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- contents
This property is required. GetTask Records Task Record Collection Item Detail Execution Detail Content[] - Content Source details.
- credentials
This property is required. GetTask Records Task Record Collection Item Detail Execution Detail Credential[] - Credentials required for executing the task.
- endpoint
This property is required. string - Endpoint to be invoked.
- execution
Type This property is required. string - The action type of the task
- variables
This property is required. GetTask Records Task Record Collection Item Detail Execution Detail Variable[] - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
- command
This property is required. str - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- contents
This property is required. Sequence[fleetappsmanagement.Get Task Records Task Record Collection Item Detail Execution Detail Content] - Content Source details.
- credentials
This property is required. Sequence[fleetappsmanagement.Get Task Records Task Record Collection Item Detail Execution Detail Credential] - Credentials required for executing the task.
- endpoint
This property is required. str - Endpoint to be invoked.
- execution_
type This property is required. str - The action type of the task
- variables
This property is required. Sequence[fleetappsmanagement.Get Task Records Task Record Collection Item Detail Execution Detail Variable] - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
- command
This property is required. String - Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
- contents
This property is required. List<Property Map> - Content Source details.
- credentials
This property is required. List<Property Map> - Credentials required for executing the task.
- endpoint
This property is required. String - Endpoint to be invoked.
- execution
Type This property is required. String - The action type of the task
- variables
This property is required. List<Property Map> - The variable of the task. At least one of the dynamicArguments or output needs to be provided.
GetTaskRecordsTaskRecordCollectionItemDetailExecutionDetailContent
- Bucket
This property is required. string - Bucket Name.
- Checksum
This property is required. string - md5 checksum of the artifact.
- Namespace
This property is required. string - Namespace.
- Object
This property is required. string - Object Name.
- Source
Type This property is required. string - Content Source type details.
- Bucket
This property is required. string - Bucket Name.
- Checksum
This property is required. string - md5 checksum of the artifact.
- Namespace
This property is required. string - Namespace.
- Object
This property is required. string - Object Name.
- Source
Type This property is required. string - Content Source type details.
- bucket
This property is required. String - Bucket Name.
- checksum
This property is required. String - md5 checksum of the artifact.
- namespace
This property is required. String - Namespace.
- object
This property is required. String - Object Name.
- source
Type This property is required. String - Content Source type details.
- bucket
This property is required. string - Bucket Name.
- checksum
This property is required. string - md5 checksum of the artifact.
- namespace
This property is required. string - Namespace.
- object
This property is required. string - Object Name.
- source
Type This property is required. string - Content Source type details.
- bucket
This property is required. str - Bucket Name.
- checksum
This property is required. str - md5 checksum of the artifact.
- namespace
This property is required. str - Namespace.
- object
This property is required. str - Object Name.
- source_
type This property is required. str - Content Source type details.
- bucket
This property is required. String - Bucket Name.
- checksum
This property is required. String - md5 checksum of the artifact.
- namespace
This property is required. String - Namespace.
- object
This property is required. String - Object Name.
- source
Type This property is required. String - Content Source type details.
GetTaskRecordsTaskRecordCollectionItemDetailExecutionDetailCredential
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
- Id
This property is required. string - unique TaskDetail identifier
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
- Id
This property is required. string - unique TaskDetail identifier
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
- id
This property is required. String - unique TaskDetail identifier
- display
Name This property is required. string - A filter to return only resources that match the entire display name given.
- id
This property is required. string - unique TaskDetail identifier
- display_
name This property is required. str - A filter to return only resources that match the entire display name given.
- id
This property is required. str - unique TaskDetail identifier
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
- id
This property is required. String - unique TaskDetail identifier
GetTaskRecordsTaskRecordCollectionItemDetailExecutionDetailVariable
- Input
Variables This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail Variable Input Variable> - The input variables for the task.
- Output
Variables This property is required. List<string> - The list of output variables.
- Input
Variables This property is required. []GetTask Records Task Record Collection Item Detail Execution Detail Variable Input Variable - The input variables for the task.
- Output
Variables This property is required. []string - The list of output variables.
- input
Variables This property is required. List<GetTask Records Task Record Collection Item Detail Execution Detail Variable Input Variable> - The input variables for the task.
- output
Variables This property is required. List<String> - The list of output variables.
- input
Variables This property is required. GetTask Records Task Record Collection Item Detail Execution Detail Variable Input Variable[] - The input variables for the task.
- output
Variables This property is required. string[] - The list of output variables.
- input_
variables This property is required. Sequence[fleetappsmanagement.Get Task Records Task Record Collection Item Detail Execution Detail Variable Input Variable] - The input variables for the task.
- output_
variables This property is required. Sequence[str] - The list of output variables.
- input
Variables This property is required. List<Property Map> - The input variables for the task.
- output
Variables This property is required. List<String> - The list of output variables.
GetTaskRecordsTaskRecordCollectionItemDetailExecutionDetailVariableInputVariable
- Description
This property is required. string - The description of the argument.
- Name
This property is required. string - The name of the argument.
- Type
This property is required. string - The type of the Task.
- Description
This property is required. string - The description of the argument.
- Name
This property is required. string - The name of the argument.
- Type
This property is required. string - The type of the Task.
- description
This property is required. String - The description of the argument.
- name
This property is required. String - The name of the argument.
- type
This property is required. String - The type of the Task.
- description
This property is required. string - The description of the argument.
- name
This property is required. string - The name of the argument.
- type
This property is required. string - The type of the Task.
- description
This property is required. str - The description of the argument.
- name
This property is required. str - The name of the argument.
- type
This property is required. str - The type of the Task.
- description
This property is required. String - The description of the argument.
- name
This property is required. String - The name of the argument.
- type
This property is required. String - The type of the Task.
GetTaskRecordsTaskRecordCollectionItemDetailProperty
- Num
Retries This property is required. int - The number of retries allowed.
- Timeout
In Seconds This property is required. int - The timeout in seconds for the task.
- Num
Retries This property is required. int - The number of retries allowed.
- Timeout
In Seconds This property is required. int - The timeout in seconds for the task.
- num
Retries This property is required. Integer - The number of retries allowed.
- timeout
In Seconds This property is required. Integer - The timeout in seconds for the task.
- num
Retries This property is required. number - The number of retries allowed.
- timeout
In Seconds This property is required. number - The timeout in seconds for the task.
- num_
retries This property is required. int - The number of retries allowed.
- timeout_
in_ seconds This property is required. int - The timeout in seconds for the task.
- num
Retries This property is required. Number - The number of retries allowed.
- timeout
In Seconds This property is required. 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.