Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.DataScience.getSchedules
Explore with Pulumi AI
This data source provides the list of Schedules in Oracle Cloud Infrastructure Data Science service.
Returns a list of Schedules.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSchedules = oci.DataScience.getSchedules({
compartmentId: compartmentId,
displayName: scheduleDisplayName,
id: scheduleId,
projectId: testProject.id,
state: scheduleState,
});
import pulumi
import pulumi_oci as oci
test_schedules = oci.DataScience.get_schedules(compartment_id=compartment_id,
display_name=schedule_display_name,
id=schedule_id,
project_id=test_project["id"],
state=schedule_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datascience"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datascience.GetSchedules(ctx, &datascience.GetSchedulesArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(scheduleDisplayName),
Id: pulumi.StringRef(scheduleId),
ProjectId: pulumi.StringRef(testProject.Id),
State: pulumi.StringRef(scheduleState),
}, 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 testSchedules = Oci.DataScience.GetSchedules.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = scheduleDisplayName,
Id = scheduleId,
ProjectId = testProject.Id,
State = scheduleState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetSchedulesArgs;
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 testSchedules = DataScienceFunctions.getSchedules(GetSchedulesArgs.builder()
.compartmentId(compartmentId)
.displayName(scheduleDisplayName)
.id(scheduleId)
.projectId(testProject.id())
.state(scheduleState)
.build());
}
}
variables:
testSchedules:
fn::invoke:
function: oci:DataScience:getSchedules
arguments:
compartmentId: ${compartmentId}
displayName: ${scheduleDisplayName}
id: ${scheduleId}
projectId: ${testProject.id}
state: ${scheduleState}
Using getSchedules
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 getSchedules(args: GetSchedulesArgs, opts?: InvokeOptions): Promise<GetSchedulesResult>
function getSchedulesOutput(args: GetSchedulesOutputArgs, opts?: InvokeOptions): Output<GetSchedulesResult>
def get_schedules(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_datascience.GetSchedulesFilter]] = None,
id: Optional[str] = None,
project_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchedulesResult
def get_schedules_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datascience.GetSchedulesFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchedulesResult]
func GetSchedules(ctx *Context, args *GetSchedulesArgs, opts ...InvokeOption) (*GetSchedulesResult, error)
func GetSchedulesOutput(ctx *Context, args *GetSchedulesOutputArgs, opts ...InvokeOption) GetSchedulesResultOutput
> Note: This function is named GetSchedules
in the Go SDK.
public static class GetSchedules
{
public static Task<GetSchedulesResult> InvokeAsync(GetSchedulesArgs args, InvokeOptions? opts = null)
public static Output<GetSchedulesResult> Invoke(GetSchedulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSchedulesResult> getSchedules(GetSchedulesArgs args, InvokeOptions options)
public static Output<GetSchedulesResult> getSchedules(GetSchedulesArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataScience/getSchedules:getSchedules
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - Filter results by the OCID of the compartment.
- Display
Name string - Filter results by its user-friendly name.
- Filters
List<Get
Schedules Filter> - Id string
- unique Schedule identifier
- Project
Id string - Filter results by the OCID of the project.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Compartment
Id string - Filter results by the OCID of the compartment.
- Display
Name string - Filter results by its user-friendly name.
- Filters
[]Get
Schedules Filter - Id string
- unique Schedule identifier
- Project
Id string - Filter results by the OCID of the project.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - Filter results by the OCID of the compartment.
- display
Name String - Filter results by its user-friendly name.
- filters
List<Get
Schedules Filter> - id String
- unique Schedule identifier
- project
Id String - Filter results by the OCID of the project.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id string - Filter results by the OCID of the compartment.
- display
Name string - Filter results by its user-friendly name.
- filters
Get
Schedules Filter[] - id string
- unique Schedule identifier
- project
Id string - Filter results by the OCID of the project.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment_
id str - Filter results by the OCID of the compartment.
- display_
name str - Filter results by its user-friendly name.
- filters
Sequence[datascience.
Get Schedules Filter] - id str
- unique Schedule identifier
- project_
id str - Filter results by the OCID of the project.
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - Filter results by the OCID of the compartment.
- display
Name String - Filter results by its user-friendly name.
- filters List<Property Map>
- id String
- unique Schedule identifier
- project
Id String - Filter results by the OCID of the project.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
getSchedules Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment where you want to create the schedule.
- Schedules
List<Get
Schedules Schedule> - The list of schedules.
- Display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- Filters
List<Get
Schedules Filter> - Id string
- The OCID of the schedule.
- Project
Id string - The OCID of the project associated with the schedule.
- State string
- The current state of the schedule. Example:
ACTIVE
- Compartment
Id string - The OCID of the compartment where you want to create the schedule.
- Schedules
[]Get
Schedules Schedule - The list of schedules.
- Display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- Filters
[]Get
Schedules Filter - Id string
- The OCID of the schedule.
- Project
Id string - The OCID of the project associated with the schedule.
- State string
- The current state of the schedule. Example:
ACTIVE
- compartment
Id String - The OCID of the compartment where you want to create the schedule.
- schedules
List<Get
Schedules Schedule> - The list of schedules.
- display
Name String - A user-friendly display name for the resource. Avoid entering confidential information.
- filters
List<Get
Schedules Filter> - id String
- The OCID of the schedule.
- project
Id String - The OCID of the project associated with the schedule.
- state String
- The current state of the schedule. Example:
ACTIVE
- compartment
Id string - The OCID of the compartment where you want to create the schedule.
- schedules
Get
Schedules Schedule[] - The list of schedules.
- display
Name string - A user-friendly display name for the resource. Avoid entering confidential information.
- filters
Get
Schedules Filter[] - id string
- The OCID of the schedule.
- project
Id string - The OCID of the project associated with the schedule.
- state string
- The current state of the schedule. Example:
ACTIVE
- compartment_
id str - The OCID of the compartment where you want to create the schedule.
- schedules
Sequence[datascience.
Get Schedules Schedule] - The list of schedules.
- display_
name str - A user-friendly display name for the resource. Avoid entering confidential information.
- filters
Sequence[datascience.
Get Schedules Filter] - id str
- The OCID of the schedule.
- project_
id str - The OCID of the project associated with the schedule.
- state str
- The current state of the schedule. Example:
ACTIVE
- compartment
Id String - The OCID of the compartment where you want to create the schedule.
- schedules List<Property Map>
- The list of schedules.
- display
Name String - A user-friendly display name for the resource. Avoid entering confidential information.
- filters List<Property Map>
- id String
- The OCID of the schedule.
- project
Id String - The OCID of the project associated with the schedule.
- state String
- The current state of the schedule. Example:
ACTIVE
Supporting Types
GetSchedulesFilter
GetSchedulesSchedule
- Actions
List<Get
Schedules Schedule Action> - The schedule action
- Compartment
Id string - Filter results by the OCID of the compartment.
- Created
By string - The OCID of the user who created the schedule.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- A short description of the schedule.
- Display
Name string - Filter results by its user-friendly name.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
- unique Schedule identifier
- Last
Schedule stringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger.
- Lifecycle
Details string - A message describing the current state in more detail.
- Log
Details List<GetSchedules Schedule Log Detail> - Custom logging details for schedule execution.
- Project
Id string - Filter results by the OCID of the project.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- Time
Last stringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- Time
Next stringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- Time
Updated string - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z
- Triggers
List<Get
Schedules Schedule Trigger> - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- Actions
[]Get
Schedules Schedule Action - The schedule action
- Compartment
Id string - Filter results by the OCID of the compartment.
- Created
By string - The OCID of the user who created the schedule.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
- A short description of the schedule.
- Display
Name string - Filter results by its user-friendly name.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
- unique Schedule identifier
- Last
Schedule stringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger.
- Lifecycle
Details string - A message describing the current state in more detail.
- Log
Details []GetSchedules Schedule Log Detail - Custom logging details for schedule execution.
- Project
Id string - Filter results by the OCID of the project.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- Time
Last stringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- Time
Next stringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- Time
Updated string - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z
- Triggers
[]Get
Schedules Schedule Trigger - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions
List<Get
Schedules Schedule Action> - The schedule action
- compartment
Id String - Filter results by the OCID of the compartment.
- created
By String - The OCID of the user who created the schedule.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- A short description of the schedule.
- display
Name String - Filter results by its user-friendly name.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
- unique Schedule identifier
- last
Schedule StringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger.
- lifecycle
Details String - A message describing the current state in more detail.
- log
Details List<GetSchedules Schedule Log Detail> - Custom logging details for schedule execution.
- project
Id String - Filter results by the OCID of the project.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time
Last StringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time
Next StringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time
Updated String - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z
- triggers
List<Get
Schedules Schedule Trigger> - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions
Get
Schedules Schedule Action[] - The schedule action
- compartment
Id string - Filter results by the OCID of the compartment.
- created
By string - The OCID of the user who created the schedule.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description string
- A short description of the schedule.
- display
Name string - Filter results by its user-friendly name.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id string
- unique Schedule identifier
- last
Schedule stringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger.
- lifecycle
Details string - A message describing the current state in more detail.
- log
Details GetSchedules Schedule Log Detail[] - Custom logging details for schedule execution.
- project
Id string - Filter results by the OCID of the project.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time
Last stringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time
Next stringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time
Updated string - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z
- triggers
Get
Schedules Schedule Trigger[] - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions
Sequence[datascience.
Get Schedules Schedule Action] - The schedule action
- compartment_
id str - Filter results by the OCID of the compartment.
- created_
by str - The OCID of the user who created the schedule.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description str
- A short description of the schedule.
- display_
name str - Filter results by its user-friendly name.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id str
- unique Schedule identifier
- last_
schedule_ strrun_ details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger.
- lifecycle_
details str - A message describing the current state in more detail.
- log_
details Sequence[datascience.Get Schedules Schedule Log Detail] - Custom logging details for schedule execution.
- project_
id str - Filter results by the OCID of the project.
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time_
last_ strschedule_ run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time_
next_ strscheduled_ run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time_
updated str - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z
- triggers
Sequence[datascience.
Get Schedules Schedule Trigger] - The trigger of the schedule can be UNIX cron or iCal expression or simple interval
- actions List<Property Map>
- The schedule action
- compartment
Id String - Filter results by the OCID of the compartment.
- created
By String - The OCID of the user who created the schedule.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
- A short description of the schedule.
- display
Name String - Filter results by its user-friendly name.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
- unique Schedule identifier
- last
Schedule StringRun Details - Details about the action performed by the last schedule execution. Example:
Invoked ML Application trigger.
- lifecycle
Details String - A message describing the current state in more detail.
- log
Details List<Property Map> - Custom logging details for schedule execution.
- project
Id String - Filter results by the OCID of the project.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the schedule was created. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time
Last StringSchedule Run - The last schedule execution time. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time
Next StringScheduled Run - The next scheduled execution time for the schedule. Format is defined by RFC3339. Example:
2022-08-05T01:02:29.600Z
- time
Updated String - The date and time the schedule was updated. Format is defined by RFC3339. Example:
2022-09-05T01:02:29.600Z
- triggers List<Property Map>
- The trigger of the schedule can be UNIX cron or iCal expression or simple interval
GetSchedulesScheduleAction
- Action
Details List<GetSchedules Schedule Action Action Detail> - Schedule Http action details
- Action
Type string - The Schedule Action type
- Action
Details []GetSchedules Schedule Action Action Detail - Schedule Http action details
- Action
Type string - The Schedule Action type
- action
Details List<GetSchedules Schedule Action Action Detail> - Schedule Http action details
- action
Type String - The Schedule Action type
- action
Details GetSchedules Schedule Action Action Detail[] - Schedule Http action details
- action
Type string - The Schedule Action type
- action_
details Sequence[datascience.Get Schedules Schedule Action Action Detail] - Schedule Http action details
- action_
type str - The Schedule Action type
- action
Details List<Property Map> - Schedule Http action details
- action
Type String - The Schedule Action type
GetSchedulesScheduleActionActionDetail
- Create
Job List<GetRun Details Schedules Schedule Action Action Detail Create Job Run Detail> - Parameters needed to create a new job run.
- Create
Pipeline List<GetRun Details Schedules Schedule Action Action Detail Create Pipeline Run Detail> - The information about new PipelineRun.
- Http
Action stringType - The type of http action to trigger.
- Ml
Application stringInstance View Id - The OCID of the schedule.
- Trigger
Ml List<GetApplication Instance View Flow Details Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail> - Payload for trigger request endpoint
- Create
Job []GetRun Details Schedules Schedule Action Action Detail Create Job Run Detail - Parameters needed to create a new job run.
- Create
Pipeline []GetRun Details Schedules Schedule Action Action Detail Create Pipeline Run Detail - The information about new PipelineRun.
- Http
Action stringType - The type of http action to trigger.
- Ml
Application stringInstance View Id - The OCID of the schedule.
- Trigger
Ml []GetApplication Instance View Flow Details Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail - Payload for trigger request endpoint
- create
Job List<GetRun Details Schedules Schedule Action Action Detail Create Job Run Detail> - Parameters needed to create a new job run.
- create
Pipeline List<GetRun Details Schedules Schedule Action Action Detail Create Pipeline Run Detail> - The information about new PipelineRun.
- http
Action StringType - The type of http action to trigger.
- ml
Application StringInstance View Id - The OCID of the schedule.
- trigger
Ml List<GetApplication Instance View Flow Details Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail> - Payload for trigger request endpoint
- create
Job GetRun Details Schedules Schedule Action Action Detail Create Job Run Detail[] - Parameters needed to create a new job run.
- create
Pipeline GetRun Details Schedules Schedule Action Action Detail Create Pipeline Run Detail[] - The information about new PipelineRun.
- http
Action stringType - The type of http action to trigger.
- ml
Application stringInstance View Id - The OCID of the schedule.
- trigger
Ml GetApplication Instance View Flow Details Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail[] - Payload for trigger request endpoint
- create_
job_ Sequence[datascience.run_ details Get Schedules Schedule Action Action Detail Create Job Run Detail] - Parameters needed to create a new job run.
- create_
pipeline_ Sequence[datascience.run_ details Get Schedules Schedule Action Action Detail Create Pipeline Run Detail] - The information about new PipelineRun.
- http_
action_ strtype - The type of http action to trigger.
- ml_
application_ strinstance_ view_ id - The OCID of the schedule.
- trigger_
ml_ Sequence[datascience.application_ instance_ view_ flow_ details Get Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail] - Payload for trigger request endpoint
- create
Job List<Property Map>Run Details - Parameters needed to create a new job run.
- create
Pipeline List<Property Map>Run Details - The information about new PipelineRun.
- http
Action StringType - The type of http action to trigger.
- ml
Application StringInstance View Id - The OCID of the schedule.
- trigger
Ml List<Property Map>Application Instance View Flow Details - Payload for trigger request endpoint
GetSchedulesScheduleActionActionDetailCreateJobRunDetail
- Compartment
Id string - Filter results by the OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - Filter results by its user-friendly name.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Job
Configuration List<GetOverride Details Schedules Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail> - The job configuration details
- Job
Environment List<GetConfiguration Override Details Schedules Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail> - Environment configuration to capture job runtime dependencies.
- Job
Id string - The OCID of the job to create a run for.
- Job
Log List<GetConfiguration Override Details Schedules Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail> - Logging configuration for resource.
- Project
Id string - Filter results by the OCID of the project.
- Compartment
Id string - Filter results by the OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - Filter results by its user-friendly name.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Job
Configuration []GetOverride Details Schedules Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail - The job configuration details
- Job
Environment []GetConfiguration Override Details Schedules Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail - Environment configuration to capture job runtime dependencies.
- Job
Id string - The OCID of the job to create a run for.
- Job
Log []GetConfiguration Override Details Schedules Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail - Logging configuration for resource.
- Project
Id string - Filter results by the OCID of the project.
- compartment
Id String - Filter results by the OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - Filter results by its user-friendly name.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- job
Configuration List<GetOverride Details Schedules Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail> - The job configuration details
- job
Environment List<GetConfiguration Override Details Schedules Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail> - Environment configuration to capture job runtime dependencies.
- job
Id String - The OCID of the job to create a run for.
- job
Log List<GetConfiguration Override Details Schedules Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail> - Logging configuration for resource.
- project
Id String - Filter results by the OCID of the project.
- compartment
Id string - Filter results by the OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - Filter results by its user-friendly name.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- job
Configuration GetOverride Details Schedules Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail[] - The job configuration details
- job
Environment GetConfiguration Override Details Schedules Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail[] - Environment configuration to capture job runtime dependencies.
- job
Id string - The OCID of the job to create a run for.
- job
Log GetConfiguration Override Details Schedules Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail[] - Logging configuration for resource.
- project
Id string - Filter results by the OCID of the project.
- compartment_
id str - Filter results by the OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - Filter results by its user-friendly name.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- job_
configuration_ Sequence[datascience.override_ details Get Schedules Schedule Action Action Detail Create Job Run Detail Job Configuration Override Detail] - The job configuration details
- job_
environment_ Sequence[datascience.configuration_ override_ details Get Schedules Schedule Action Action Detail Create Job Run Detail Job Environment Configuration Override Detail] - Environment configuration to capture job runtime dependencies.
- job_
id str - The OCID of the job to create a run for.
- job_
log_ Sequence[datascience.configuration_ override_ details Get Schedules Schedule Action Action Detail Create Job Run Detail Job Log Configuration Override Detail] - Logging configuration for resource.
- project_
id str - Filter results by the OCID of the project.
- compartment
Id String - Filter results by the OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - Filter results by its user-friendly name.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- job
Configuration List<Property Map>Override Details - The job configuration details
- job
Environment List<Property Map>Configuration Override Details - Environment configuration to capture job runtime dependencies.
- job
Id String - The OCID of the job to create a run for.
- job
Log List<Property Map>Configuration Override Details - Logging configuration for resource.
- project
Id String - Filter results by the OCID of the project.
GetSchedulesScheduleActionActionDetailCreateJobRunDetailJobConfigurationOverrideDetail
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables Dictionary<string, string> - Environment variables to set for step.
- Job
Type string - The type of job.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables map[string]string - Environment variables to set for step.
- Job
Type string - The type of job.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String,String> - Environment variables to set for step.
- job
Type String - The type of job.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
- command
Line stringArguments - The command line arguments to set for step.
- environment
Variables {[key: string]: string} - Environment variables to set for step.
- job
Type string - The type of job.
- maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- command_
line_ strarguments - The command line arguments to set for step.
- environment_
variables Mapping[str, str] - Environment variables to set for step.
- job_
type str - The type of job.
- maximum_
runtime_ strin_ minutes - A time bound for the execution of the step.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String> - Environment variables to set for step.
- job
Type String - The type of job.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
GetSchedulesScheduleActionActionDetailCreateJobRunDetailJobEnvironmentConfigurationOverrideDetail
- Cmds List<string>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Entrypoints List<string>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- Job
Environment stringType - The environment configuration type used for job runtime.
- Cmds []string
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Entrypoints []string
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- Job
Environment stringType - The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
- job
Environment StringType - The environment configuration type used for job runtime.
- cmds string[]
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints string[]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature stringId - OCID of the container image signature
- job
Environment stringType - The environment configuration type used for job runtime.
- cmds Sequence[str]
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints Sequence[str]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image str
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image_
digest str - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image_
signature_ strid - OCID of the container image signature
- job_
environment_ strtype - The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
- job
Environment StringType - The environment configuration type used for job runtime.
GetSchedulesScheduleActionActionDetailCreateJobRunDetailJobLogConfigurationOverrideDetail
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - If customer logging is enabled for pipeline.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - If customer logging is enabled for pipeline.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - If customer logging is enabled for pipeline.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
- enable
Auto booleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging boolean - If customer logging is enabled for pipeline.
- log
Group stringId - The OCID of the log group.
- log
Id string - The OCID of the custom log to be used for Schedule logging.
- enable_
auto_ boollog_ creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable_
logging bool - If customer logging is enabled for pipeline.
- log_
group_ strid - The OCID of the log group.
- log_
id str - The OCID of the custom log to be used for Schedule logging.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - If customer logging is enabled for pipeline.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
GetSchedulesScheduleActionActionDetailCreatePipelineRunDetail
- Compartment
Id string - Filter results by the OCID of the compartment.
- Configuration
Override List<GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail> - The configuration details of a pipeline.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - Filter results by its user-friendly name.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Log
Configuration List<GetOverride Details Schedules Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail> - The pipeline log configuration details.
- Pipeline
Id string - The OCID of the pipeline for which pipeline run is created.
- Project
Id string - Filter results by the OCID of the project.
- Step
Override List<GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail> - Array of step override details. Only Step Configuration is allowed to be overridden.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Compartment
Id string - Filter results by the OCID of the compartment.
- Configuration
Override []GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail - The configuration details of a pipeline.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - Filter results by its user-friendly name.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Log
Configuration []GetOverride Details Schedules Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail - The pipeline log configuration details.
- Pipeline
Id string - The OCID of the pipeline for which pipeline run is created.
- Project
Id string - Filter results by the OCID of the project.
- Step
Override []GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail - Array of step override details. Only Step Configuration is allowed to be overridden.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment
Id String - Filter results by the OCID of the compartment.
- configuration
Override List<GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail> - The configuration details of a pipeline.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - Filter results by its user-friendly name.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- log
Configuration List<GetOverride Details Schedules Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail> - The pipeline log configuration details.
- pipeline
Id String - The OCID of the pipeline for which pipeline run is created.
- project
Id String - Filter results by the OCID of the project.
- step
Override List<GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail> - Array of step override details. Only Step Configuration is allowed to be overridden.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment
Id string - Filter results by the OCID of the compartment.
- configuration
Override GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail[] - The configuration details of a pipeline.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - Filter results by its user-friendly name.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- log
Configuration GetOverride Details Schedules Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail[] - The pipeline log configuration details.
- pipeline
Id string - The OCID of the pipeline for which pipeline run is created.
- project
Id string - Filter results by the OCID of the project.
- step
Override GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail[] - Array of step override details. Only Step Configuration is allowed to be overridden.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment_
id str - Filter results by the OCID of the compartment.
- configuration_
override_ Sequence[datascience.details Get Schedules Schedule Action Action Detail Create Pipeline Run Detail Configuration Override Detail] - The configuration details of a pipeline.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - Filter results by its user-friendly name.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- log_
configuration_ Sequence[datascience.override_ details Get Schedules Schedule Action Action Detail Create Pipeline Run Detail Log Configuration Override Detail] - The pipeline log configuration details.
- pipeline_
id str - The OCID of the pipeline for which pipeline run is created.
- project_
id str - Filter results by the OCID of the project.
- step_
override_ Sequence[datascience.details Get Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail] - Array of step override details. Only Step Configuration is allowed to be overridden.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- compartment
Id String - Filter results by the OCID of the compartment.
- configuration
Override List<Property Map>Details - The configuration details of a pipeline.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - Filter results by its user-friendly name.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- log
Configuration List<Property Map>Override Details - The pipeline log configuration details.
- pipeline
Id String - The OCID of the pipeline for which pipeline run is created.
- project
Id String - Filter results by the OCID of the project.
- step
Override List<Property Map>Details - Array of step override details. Only Step Configuration is allowed to be overridden.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
GetSchedulesScheduleActionActionDetailCreatePipelineRunDetailConfigurationOverrideDetail
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables Dictionary<string, string> - Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- Type string
- The type of pipeline.
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables map[string]string - Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- Type string
- The type of pipeline.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String,String> - Environment variables to set for step.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
- type String
- The type of pipeline.
- command
Line stringArguments - The command line arguments to set for step.
- environment
Variables {[key: string]: string} - Environment variables to set for step.
- maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- type string
- The type of pipeline.
- command_
line_ strarguments - The command line arguments to set for step.
- environment_
variables Mapping[str, str] - Environment variables to set for step.
- maximum_
runtime_ strin_ minutes - A time bound for the execution of the step.
- type str
- The type of pipeline.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String> - Environment variables to set for step.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
- type String
- The type of pipeline.
GetSchedulesScheduleActionActionDetailCreatePipelineRunDetailLogConfigurationOverrideDetail
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - If customer logging is enabled for pipeline.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- Enable
Logging bool - If customer logging is enabled for pipeline.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - If customer logging is enabled for pipeline.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
- enable
Auto booleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging boolean - If customer logging is enabled for pipeline.
- log
Group stringId - The OCID of the log group.
- log
Id string - The OCID of the custom log to be used for Schedule logging.
- enable_
auto_ boollog_ creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable_
logging bool - If customer logging is enabled for pipeline.
- log_
group_ strid - The OCID of the log group.
- log_
id str - The OCID of the custom log to be used for Schedule logging.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for pipeline runs.
- enable
Logging Boolean - If customer logging is enabled for pipeline.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
GetSchedulesScheduleActionActionDetailCreatePipelineRunDetailStepOverrideDetail
- Step
Configuration List<GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail> - The configuration details of a step.
- Step
Container List<GetConfiguration Details Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail> - Container Details for a step in pipeline.
- Step
Name string - The name of the step.
- Step
Configuration []GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail - The configuration details of a step.
- Step
Container []GetConfiguration Details Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail - Container Details for a step in pipeline.
- Step
Name string - The name of the step.
- step
Configuration List<GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail> - The configuration details of a step.
- step
Container List<GetConfiguration Details Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail> - Container Details for a step in pipeline.
- step
Name String - The name of the step.
- step
Configuration GetDetails Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail[] - The configuration details of a step.
- step
Container GetConfiguration Details Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail[] - Container Details for a step in pipeline.
- step
Name string - The name of the step.
- step_
configuration_ Sequence[datascience.details Get Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Configuration Detail] - The configuration details of a step.
- step_
container_ Sequence[datascience.configuration_ details Get Schedules Schedule Action Action Detail Create Pipeline Run Detail Step Override Detail Step Container Configuration Detail] - Container Details for a step in pipeline.
- step_
name str - The name of the step.
- step
Configuration List<Property Map>Details - The configuration details of a step.
- step
Container List<Property Map>Configuration Details - Container Details for a step in pipeline.
- step
Name String - The name of the step.
GetSchedulesScheduleActionActionDetailCreatePipelineRunDetailStepOverrideDetailStepConfigurationDetail
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables Dictionary<string, string> - Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- Command
Line stringArguments - The command line arguments to set for step.
- Environment
Variables map[string]string - Environment variables to set for step.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String,String> - Environment variables to set for step.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
- command
Line stringArguments - The command line arguments to set for step.
- environment
Variables {[key: string]: string} - Environment variables to set for step.
- maximum
Runtime stringIn Minutes - A time bound for the execution of the step.
- command_
line_ strarguments - The command line arguments to set for step.
- environment_
variables Mapping[str, str] - Environment variables to set for step.
- maximum_
runtime_ strin_ minutes - A time bound for the execution of the step.
- command
Line StringArguments - The command line arguments to set for step.
- environment
Variables Map<String> - Environment variables to set for step.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the step.
GetSchedulesScheduleActionActionDetailCreatePipelineRunDetailStepOverrideDetailStepContainerConfigurationDetail
- Cmds List<string>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Container
Type string - The type of container.
- Entrypoints List<string>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- Cmds []string
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Container
Type string - The type of container.
- Entrypoints []string
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - container
Type String - The type of container.
- entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
- cmds string[]
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - container
Type string - The type of container.
- entrypoints string[]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature stringId - OCID of the container image signature
- cmds Sequence[str]
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - container_
type str - The type of container.
- entrypoints Sequence[str]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image str
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image_
digest str - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image_
signature_ strid - OCID of the container image signature
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - container
Type String - The type of container.
- entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format.
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
GetSchedulesScheduleActionActionDetailTriggerMlApplicationInstanceViewFlowDetail
- Parameters
List<Get
Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter> - Parameters provided for given trigger invocation (they must match predefined schema)
- Trigger
Name string - Name of trigger
- Parameters
[]Get
Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter - Parameters provided for given trigger invocation (they must match predefined schema)
- Trigger
Name string - Name of trigger
- parameters
List<Get
Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter> - Parameters provided for given trigger invocation (they must match predefined schema)
- trigger
Name String - Name of trigger
- parameters
Get
Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter[] - Parameters provided for given trigger invocation (they must match predefined schema)
- trigger
Name string - Name of trigger
- parameters
Sequence[datascience.
Get Schedules Schedule Action Action Detail Trigger Ml Application Instance View Flow Detail Parameter] - Parameters provided for given trigger invocation (they must match predefined schema)
- trigger_
name str - Name of trigger
- parameters List<Property Map>
- Parameters provided for given trigger invocation (they must match predefined schema)
- trigger
Name String - Name of trigger
GetSchedulesScheduleActionActionDetailTriggerMlApplicationInstanceViewFlowDetailParameter
GetSchedulesScheduleLogDetail
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the custom log to be used for Schedule logging.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
- log
Group stringId - The OCID of the log group.
- log
Id string - The OCID of the custom log to be used for Schedule logging.
- log_
group_ strid - The OCID of the log group.
- log_
id str - The OCID of the custom log to be used for Schedule logging.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the custom log to be used for Schedule logging.
GetSchedulesScheduleTrigger
- Cron
Expression string - Schedule cron expression
- Frequency string
- The type of frequency
- Interval int
- The interval of frequency.
- Is
Random boolStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- Recurrence string
- This recurrence field conforms to RFC-5545 formatting
- Time
End string - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- Time
Start string - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- Trigger
Type string - The schedule trigger type
- Cron
Expression string - Schedule cron expression
- Frequency string
- The type of frequency
- Interval int
- The interval of frequency.
- Is
Random boolStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- Recurrence string
- This recurrence field conforms to RFC-5545 formatting
- Time
End string - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- Time
Start string - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- Trigger
Type string - The schedule trigger type
- cron
Expression String - Schedule cron expression
- frequency String
- The type of frequency
- interval Integer
- The interval of frequency.
- is
Random BooleanStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- recurrence String
- This recurrence field conforms to RFC-5545 formatting
- time
End String - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- time
Start String - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- trigger
Type String - The schedule trigger type
- cron
Expression string - Schedule cron expression
- frequency string
- The type of frequency
- interval number
- The interval of frequency.
- is
Random booleanStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- recurrence string
- This recurrence field conforms to RFC-5545 formatting
- time
End string - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- time
Start string - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- trigger
Type string - The schedule trigger type
- cron_
expression str - Schedule cron expression
- frequency str
- The type of frequency
- interval int
- The interval of frequency.
- is_
random_ boolstart_ time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- recurrence str
- This recurrence field conforms to RFC-5545 formatting
- time_
end str - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- time_
start str - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- trigger_
type str - The schedule trigger type
- cron
Expression String - Schedule cron expression
- frequency String
- The type of frequency
- interval Number
- The interval of frequency.
- is
Random BooleanStart Time - when true and timeStart is null, system generate a random start time between now and now + interval; isRandomStartTime can be true if timeStart is null.
- recurrence String
- This recurrence field conforms to RFC-5545 formatting
- time
End String - The schedule end date time, if null, the schedule will never expire. Format is defined by RFC3339.
- time
Start String - The schedule starting date time, if null, System set the time when schedule is created. Format is defined by RFC3339.
- trigger
Type String - The schedule trigger type
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.