ibm.SchematicsJob
Explore with Pulumi AI
Create, update, and delete ibm.SchematicsJob
. For more information, about IBM Cloud Schematics job, refer to setting up jobs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const schematicsJob = new ibm.SchematicsJob("schematicsJob", {
commandName: "ansible_playbook_run | ansible_playbook_check",
commandObject: "action",
commandObjectId: "<action_id>",
commandParameter: "<yml_file_name>",
location: "us-east",
});
import pulumi
import pulumi_ibm as ibm
schematics_job = ibm.SchematicsJob("schematicsJob",
command_name="ansible_playbook_run | ansible_playbook_check",
command_object="action",
command_object_id="<action_id>",
command_parameter="<yml_file_name>",
location="us-east")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.NewSchematicsJob(ctx, "schematicsJob", &ibm.SchematicsJobArgs{
CommandName: pulumi.String("ansible_playbook_run | ansible_playbook_check"),
CommandObject: pulumi.String("action"),
CommandObjectId: pulumi.String("<action_id>"),
CommandParameter: pulumi.String("<yml_file_name>"),
Location: pulumi.String("us-east"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var schematicsJob = new Ibm.SchematicsJob("schematicsJob", new()
{
CommandName = "ansible_playbook_run | ansible_playbook_check",
CommandObject = "action",
CommandObjectId = "<action_id>",
CommandParameter = "<yml_file_name>",
Location = "us-east",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.SchematicsJob;
import com.pulumi.ibm.SchematicsJobArgs;
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) {
var schematicsJob = new SchematicsJob("schematicsJob", SchematicsJobArgs.builder()
.commandName("ansible_playbook_run | ansible_playbook_check")
.commandObject("action")
.commandObjectId("<action_id>")
.commandParameter("<yml_file_name>")
.location("us-east")
.build());
}
}
resources:
schematicsJob:
type: ibm:SchematicsJob
properties:
commandName: ansible_playbook_run | ansible_playbook_check
commandObject: action
commandObjectId: <action_id>
commandParameter: <yml_file_name>
location: us-east
Create SchematicsJob Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SchematicsJob(name: string, args: SchematicsJobArgs, opts?: CustomResourceOptions);
@overload
def SchematicsJob(resource_name: str,
args: SchematicsJobArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SchematicsJob(resource_name: str,
opts: Optional[ResourceOptions] = None,
command_object_id: Optional[str] = None,
command_name: Optional[str] = None,
command_object: Optional[str] = None,
datas: Optional[Sequence[SchematicsJobDataArgs]] = None,
command_options: Optional[Sequence[str]] = None,
command_parameter: Optional[str] = None,
bastion: Optional[SchematicsJobBastionArgs] = None,
job_env_settings: Optional[Sequence[SchematicsJobJobEnvSettingArgs]] = None,
job_inputs: Optional[Sequence[SchematicsJobJobInputArgs]] = None,
location: Optional[str] = None,
log_summaries: Optional[Sequence[SchematicsJobLogSummaryArgs]] = None,
schematics_job_id: Optional[str] = None,
tags: Optional[Sequence[str]] = None)
func NewSchematicsJob(ctx *Context, name string, args SchematicsJobArgs, opts ...ResourceOption) (*SchematicsJob, error)
public SchematicsJob(string name, SchematicsJobArgs args, CustomResourceOptions? opts = null)
public SchematicsJob(String name, SchematicsJobArgs args)
public SchematicsJob(String name, SchematicsJobArgs args, CustomResourceOptions options)
type: ibm:SchematicsJob
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SchematicsJobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SchematicsJobArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SchematicsJobArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SchematicsJobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SchematicsJobArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var schematicsJobResource = new Ibm.SchematicsJob("schematicsJobResource", new()
{
CommandObjectId = "string",
CommandName = "string",
CommandObject = "string",
Datas = new[]
{
new Ibm.Inputs.SchematicsJobDataArgs
{
JobType = "string",
ActionJobDatas = new[]
{
new Ibm.Inputs.SchematicsJobDataActionJobDataArgs
{
ActionName = "string",
Inputs = new[]
{
new Ibm.Inputs.SchematicsJobDataActionJobDataInputArgs
{
Link = "string",
Metadatas = new[]
{
new Ibm.Inputs.SchematicsJobDataActionJobDataInputMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
},
Name = "string",
Value = "string",
},
},
InventoryRecord = new Ibm.Inputs.SchematicsJobDataActionJobDataInventoryRecordArgs
{
CreatedAt = "string",
CreatedBy = "string",
Description = "string",
Id = "string",
InventoriesIni = "string",
Location = "string",
Name = "string",
ResourceGroup = "string",
ResourceQueries = new[]
{
"string",
},
UpdatedAt = "string",
UpdatedBy = "string",
},
MaterializedInventory = "string",
Outputs = new[]
{
new Ibm.Inputs.SchematicsJobDataActionJobDataOutputArgs
{
Link = "string",
Metadatas = new[]
{
new Ibm.Inputs.SchematicsJobDataActionJobDataOutputMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
},
Name = "string",
Value = "string",
},
},
Settings = new[]
{
new Ibm.Inputs.SchematicsJobDataActionJobDataSettingArgs
{
Link = "string",
Metadatas = new[]
{
new Ibm.Inputs.SchematicsJobDataActionJobDataSettingMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
},
Name = "string",
Value = "string",
},
},
UpdatedAt = "string",
},
},
FlowJobDatas = new[]
{
new Ibm.Inputs.SchematicsJobDataFlowJobDataArgs
{
FlowId = "string",
FlowName = "string",
UpdatedAt = "string",
Workitems = new[]
{
new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemArgs
{
CommandObjectId = "string",
CommandObjectName = "string",
Inputs = new[]
{
new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemInputArgs
{
Link = "string",
Metadata = new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemInputMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
Name = "string",
Value = "string",
},
},
LastJob = new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemLastJobArgs
{
CommandName = "string",
CommandObject = "string",
CommandObjectId = "string",
CommandObjectName = "string",
JobId = "string",
JobStatus = "string",
},
Layers = "string",
Outputs = new[]
{
new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemOutputArgs
{
Link = "string",
Metadata = new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemOutputMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
Name = "string",
Value = "string",
},
},
Settings = new[]
{
new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemSettingArgs
{
Link = "string",
Metadata = new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemSettingMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
Name = "string",
Value = "string",
},
},
Source = new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemSourceArgs
{
SourceType = "string",
Catalog = new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemSourceCatalogArgs
{
CatalogName = "string",
OfferingId = "string",
OfferingKind = "string",
OfferingName = "string",
OfferingRepoUrl = "string",
OfferingVersion = "string",
OfferingVersionId = "string",
},
Git = new Ibm.Inputs.SchematicsJobDataFlowJobDataWorkitemSourceGitArgs
{
ComputedGitRepoUrl = "string",
GitBranch = "string",
GitRelease = "string",
GitRepoFolder = "string",
GitRepoUrl = "string",
GitToken = "string",
},
},
SourceType = "string",
UpdatedAt = "string",
},
},
},
},
SystemJobData = new Ibm.Inputs.SchematicsJobDataSystemJobDataArgs
{
KeyId = "string",
SchematicsResourceIds = new[]
{
"string",
},
UpdatedAt = "string",
},
WorkspaceJobData = new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataArgs
{
FlowId = "string",
FlowName = "string",
Inputs = new[]
{
new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataInputArgs
{
Link = "string",
Metadata = new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataInputMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
Name = "string",
Value = "string",
},
},
Outputs = new[]
{
new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataOutputArgs
{
Link = "string",
Metadata = new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataOutputMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
Name = "string",
Value = "string",
},
},
Settings = new[]
{
new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataSettingArgs
{
Link = "string",
Metadata = new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataSettingMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
Name = "string",
Value = "string",
},
},
TemplateDatas = new[]
{
new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataTemplateDataArgs
{
FlowIndex = 0,
Inputs = new[]
{
new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataTemplateDataInputArgs
{
Link = "string",
Metadata = new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataTemplateDataInputMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
Name = "string",
Value = "string",
},
},
Outputs = new[]
{
new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataTemplateDataOutputArgs
{
Link = "string",
Metadata = new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
Name = "string",
Value = "string",
},
},
Settings = new[]
{
new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataTemplateDataSettingArgs
{
Link = "string",
Metadata = new Ibm.Inputs.SchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadataArgs
{
Aliases = new[]
{
"string",
},
DefaultValue = "string",
Description = "string",
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
MaxLength = 0,
MaxValue = 0,
MinLength = 0,
MinValue = 0,
Options = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
Type = "string",
},
Name = "string",
Value = "string",
},
},
TemplateId = "string",
TemplateName = "string",
UpdatedAt = "string",
},
},
UpdatedAt = "string",
WorkspaceName = "string",
},
},
},
CommandOptions = new[]
{
"string",
},
CommandParameter = "string",
Bastion = new Ibm.Inputs.SchematicsJobBastionArgs
{
Host = "string",
Name = "string",
},
JobEnvSettings = new[]
{
new Ibm.Inputs.SchematicsJobJobEnvSettingArgs
{
Name = "string",
Value = "string",
Link = "string",
Metadatas = new[]
{
new Ibm.Inputs.SchematicsJobJobEnvSettingMetadataArgs
{
Type = "string",
MaxValue = 0,
Options = new[]
{
"string",
},
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
Description = "string",
MinLength = 0,
MaxLength = 0,
MinValue = 0,
Aliases = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
DefaultValue = "string",
},
},
},
},
JobInputs = new[]
{
new Ibm.Inputs.SchematicsJobJobInputArgs
{
Name = "string",
Value = "string",
Link = "string",
Metadatas = new[]
{
new Ibm.Inputs.SchematicsJobJobInputMetadataArgs
{
Type = "string",
MaxValue = 0,
Options = new[]
{
"string",
},
GroupBy = "string",
Hidden = false,
Immutable = false,
Matches = "string",
Description = "string",
MinLength = 0,
MaxLength = 0,
MinValue = 0,
Aliases = new[]
{
"string",
},
Position = 0,
Secure = false,
Source = "string",
DefaultValue = "string",
},
},
},
},
Location = "string",
LogSummaries = new[]
{
new Ibm.Inputs.SchematicsJobLogSummaryArgs
{
ActionJobs = new[]
{
new Ibm.Inputs.SchematicsJobLogSummaryActionJobArgs
{
PlayCount = 0,
Recaps = new[]
{
new Ibm.Inputs.SchematicsJobLogSummaryActionJobRecapArgs
{
Changed = 0,
Failed = 0,
Ok = 0,
Skipped = 0,
Targets = new[]
{
"string",
},
Unreachable = 0,
},
},
TargetCount = 0,
TaskCount = 0,
},
},
ElapsedTime = 0,
FlowJob = new Ibm.Inputs.SchematicsJobLogSummaryFlowJobArgs
{
Workitems = new[]
{
new Ibm.Inputs.SchematicsJobLogSummaryFlowJobWorkitemArgs
{
JobId = "string",
LogUrl = "string",
ResourcesAdd = 0,
ResourcesDestroy = 0,
ResourcesModify = 0,
WorkspaceId = "string",
},
},
WorkitemsCompleted = 0,
WorkitemsFailed = 0,
WorkitemsPending = 0,
},
JobId = "string",
JobType = "string",
LogAnalyzedTill = "string",
LogErrors = new[]
{
new Ibm.Inputs.SchematicsJobLogSummaryLogErrorArgs
{
ErrorCode = "string",
ErrorCount = 0,
ErrorMsg = "string",
},
},
LogStartAt = "string",
RepoDownloadJobs = new[]
{
new Ibm.Inputs.SchematicsJobLogSummaryRepoDownloadJobArgs
{
DetectedFiletype = "string",
InputsCount = "string",
OutputsCount = "string",
QuarantinedFileCount = 0,
ScannedFileCount = 0,
},
},
SystemJob = new Ibm.Inputs.SchematicsJobLogSummarySystemJobArgs
{
Failed = 0,
Success = 0,
TargetCount = 0,
},
WorkspaceJob = new Ibm.Inputs.SchematicsJobLogSummaryWorkspaceJobArgs
{
ResourcesAdd = 0,
ResourcesDestroy = 0,
ResourcesModify = 0,
},
},
},
SchematicsJobId = "string",
Tags = new[]
{
"string",
},
});
example, err := ibm.NewSchematicsJob(ctx, "schematicsJobResource", &ibm.SchematicsJobArgs{
CommandObjectId: pulumi.String("string"),
CommandName: pulumi.String("string"),
CommandObject: pulumi.String("string"),
Datas: ibm.SchematicsJobDataArray{
&ibm.SchematicsJobDataArgs{
JobType: pulumi.String("string"),
ActionJobDatas: ibm.SchematicsJobDataActionJobDataArray{
&ibm.SchematicsJobDataActionJobDataArgs{
ActionName: pulumi.String("string"),
Inputs: ibm.SchematicsJobDataActionJobDataInputTypeArray{
&ibm.SchematicsJobDataActionJobDataInputTypeArgs{
Link: pulumi.String("string"),
Metadatas: ibm.SchematicsJobDataActionJobDataInputMetadataArray{
&ibm.SchematicsJobDataActionJobDataInputMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
InventoryRecord: &ibm.SchematicsJobDataActionJobDataInventoryRecordArgs{
CreatedAt: pulumi.String("string"),
CreatedBy: pulumi.String("string"),
Description: pulumi.String("string"),
Id: pulumi.String("string"),
InventoriesIni: pulumi.String("string"),
Location: pulumi.String("string"),
Name: pulumi.String("string"),
ResourceGroup: pulumi.String("string"),
ResourceQueries: pulumi.StringArray{
pulumi.String("string"),
},
UpdatedAt: pulumi.String("string"),
UpdatedBy: pulumi.String("string"),
},
MaterializedInventory: pulumi.String("string"),
Outputs: ibm.SchematicsJobDataActionJobDataOutputTypeArray{
&ibm.SchematicsJobDataActionJobDataOutputTypeArgs{
Link: pulumi.String("string"),
Metadatas: ibm.SchematicsJobDataActionJobDataOutputMetadataArray{
&ibm.SchematicsJobDataActionJobDataOutputMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Settings: ibm.SchematicsJobDataActionJobDataSettingArray{
&ibm.SchematicsJobDataActionJobDataSettingArgs{
Link: pulumi.String("string"),
Metadatas: ibm.SchematicsJobDataActionJobDataSettingMetadataArray{
&ibm.SchematicsJobDataActionJobDataSettingMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
UpdatedAt: pulumi.String("string"),
},
},
FlowJobDatas: ibm.SchematicsJobDataFlowJobDataArray{
&ibm.SchematicsJobDataFlowJobDataArgs{
FlowId: pulumi.String("string"),
FlowName: pulumi.String("string"),
UpdatedAt: pulumi.String("string"),
Workitems: ibm.SchematicsJobDataFlowJobDataWorkitemArray{
&ibm.SchematicsJobDataFlowJobDataWorkitemArgs{
CommandObjectId: pulumi.String("string"),
CommandObjectName: pulumi.String("string"),
Inputs: ibm.SchematicsJobDataFlowJobDataWorkitemInputTypeArray{
&ibm.SchematicsJobDataFlowJobDataWorkitemInputTypeArgs{
Link: pulumi.String("string"),
Metadata: &ibm.SchematicsJobDataFlowJobDataWorkitemInputMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
LastJob: &ibm.SchematicsJobDataFlowJobDataWorkitemLastJobArgs{
CommandName: pulumi.String("string"),
CommandObject: pulumi.String("string"),
CommandObjectId: pulumi.String("string"),
CommandObjectName: pulumi.String("string"),
JobId: pulumi.String("string"),
JobStatus: pulumi.String("string"),
},
Layers: pulumi.String("string"),
Outputs: ibm.SchematicsJobDataFlowJobDataWorkitemOutputTypeArray{
&ibm.SchematicsJobDataFlowJobDataWorkitemOutputTypeArgs{
Link: pulumi.String("string"),
Metadata: &ibm.SchematicsJobDataFlowJobDataWorkitemOutputMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Settings: ibm.SchematicsJobDataFlowJobDataWorkitemSettingArray{
&ibm.SchematicsJobDataFlowJobDataWorkitemSettingArgs{
Link: pulumi.String("string"),
Metadata: &ibm.SchematicsJobDataFlowJobDataWorkitemSettingMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Source: &ibm.SchematicsJobDataFlowJobDataWorkitemSourceArgs{
SourceType: pulumi.String("string"),
Catalog: &ibm.SchematicsJobDataFlowJobDataWorkitemSourceCatalogArgs{
CatalogName: pulumi.String("string"),
OfferingId: pulumi.String("string"),
OfferingKind: pulumi.String("string"),
OfferingName: pulumi.String("string"),
OfferingRepoUrl: pulumi.String("string"),
OfferingVersion: pulumi.String("string"),
OfferingVersionId: pulumi.String("string"),
},
Git: &ibm.SchematicsJobDataFlowJobDataWorkitemSourceGitArgs{
ComputedGitRepoUrl: pulumi.String("string"),
GitBranch: pulumi.String("string"),
GitRelease: pulumi.String("string"),
GitRepoFolder: pulumi.String("string"),
GitRepoUrl: pulumi.String("string"),
GitToken: pulumi.String("string"),
},
},
SourceType: pulumi.String("string"),
UpdatedAt: pulumi.String("string"),
},
},
},
},
SystemJobData: &ibm.SchematicsJobDataSystemJobDataArgs{
KeyId: pulumi.String("string"),
SchematicsResourceIds: pulumi.StringArray{
pulumi.String("string"),
},
UpdatedAt: pulumi.String("string"),
},
WorkspaceJobData: &ibm.SchematicsJobDataWorkspaceJobDataArgs{
FlowId: pulumi.String("string"),
FlowName: pulumi.String("string"),
Inputs: ibm.SchematicsJobDataWorkspaceJobDataInputTypeArray{
&ibm.SchematicsJobDataWorkspaceJobDataInputTypeArgs{
Link: pulumi.String("string"),
Metadata: &ibm.SchematicsJobDataWorkspaceJobDataInputMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Outputs: ibm.SchematicsJobDataWorkspaceJobDataOutputTypeArray{
&ibm.SchematicsJobDataWorkspaceJobDataOutputTypeArgs{
Link: pulumi.String("string"),
Metadata: &ibm.SchematicsJobDataWorkspaceJobDataOutputMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Settings: ibm.SchematicsJobDataWorkspaceJobDataSettingArray{
&ibm.SchematicsJobDataWorkspaceJobDataSettingArgs{
Link: pulumi.String("string"),
Metadata: &ibm.SchematicsJobDataWorkspaceJobDataSettingMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TemplateDatas: ibm.SchematicsJobDataWorkspaceJobDataTemplateDataArray{
&ibm.SchematicsJobDataWorkspaceJobDataTemplateDataArgs{
FlowIndex: pulumi.Float64(0),
Inputs: ibm.SchematicsJobDataWorkspaceJobDataTemplateDataInputTypeArray{
&ibm.SchematicsJobDataWorkspaceJobDataTemplateDataInputTypeArgs{
Link: pulumi.String("string"),
Metadata: &ibm.SchematicsJobDataWorkspaceJobDataTemplateDataInputMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Outputs: ibm.SchematicsJobDataWorkspaceJobDataTemplateDataOutputTypeArray{
&ibm.SchematicsJobDataWorkspaceJobDataTemplateDataOutputTypeArgs{
Link: pulumi.String("string"),
Metadata: &ibm.SchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Settings: ibm.SchematicsJobDataWorkspaceJobDataTemplateDataSettingArray{
&ibm.SchematicsJobDataWorkspaceJobDataTemplateDataSettingArgs{
Link: pulumi.String("string"),
Metadata: &ibm.SchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadataArgs{
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
DefaultValue: pulumi.String("string"),
Description: pulumi.String("string"),
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
MaxLength: pulumi.Float64(0),
MaxValue: pulumi.Float64(0),
MinLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
Type: pulumi.String("string"),
},
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TemplateId: pulumi.String("string"),
TemplateName: pulumi.String("string"),
UpdatedAt: pulumi.String("string"),
},
},
UpdatedAt: pulumi.String("string"),
WorkspaceName: pulumi.String("string"),
},
},
},
CommandOptions: pulumi.StringArray{
pulumi.String("string"),
},
CommandParameter: pulumi.String("string"),
Bastion: &ibm.SchematicsJobBastionArgs{
Host: pulumi.String("string"),
Name: pulumi.String("string"),
},
JobEnvSettings: ibm.SchematicsJobJobEnvSettingArray{
&ibm.SchematicsJobJobEnvSettingArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
Link: pulumi.String("string"),
Metadatas: ibm.SchematicsJobJobEnvSettingMetadataArray{
&ibm.SchematicsJobJobEnvSettingMetadataArgs{
Type: pulumi.String("string"),
MaxValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
Description: pulumi.String("string"),
MinLength: pulumi.Float64(0),
MaxLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
DefaultValue: pulumi.String("string"),
},
},
},
},
JobInputs: ibm.SchematicsJobJobInputArray{
&ibm.SchematicsJobJobInputArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
Link: pulumi.String("string"),
Metadatas: ibm.SchematicsJobJobInputMetadataArray{
&ibm.SchematicsJobJobInputMetadataArgs{
Type: pulumi.String("string"),
MaxValue: pulumi.Float64(0),
Options: pulumi.StringArray{
pulumi.String("string"),
},
GroupBy: pulumi.String("string"),
Hidden: pulumi.Bool(false),
Immutable: pulumi.Bool(false),
Matches: pulumi.String("string"),
Description: pulumi.String("string"),
MinLength: pulumi.Float64(0),
MaxLength: pulumi.Float64(0),
MinValue: pulumi.Float64(0),
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
Position: pulumi.Float64(0),
Secure: pulumi.Bool(false),
Source: pulumi.String("string"),
DefaultValue: pulumi.String("string"),
},
},
},
},
Location: pulumi.String("string"),
LogSummaries: ibm.SchematicsJobLogSummaryArray{
&ibm.SchematicsJobLogSummaryArgs{
ActionJobs: ibm.SchematicsJobLogSummaryActionJobArray{
&ibm.SchematicsJobLogSummaryActionJobArgs{
PlayCount: pulumi.Float64(0),
Recaps: ibm.SchematicsJobLogSummaryActionJobRecapArray{
&ibm.SchematicsJobLogSummaryActionJobRecapArgs{
Changed: pulumi.Float64(0),
Failed: pulumi.Float64(0),
Ok: pulumi.Float64(0),
Skipped: pulumi.Float64(0),
Targets: pulumi.StringArray{
pulumi.String("string"),
},
Unreachable: pulumi.Float64(0),
},
},
TargetCount: pulumi.Float64(0),
TaskCount: pulumi.Float64(0),
},
},
ElapsedTime: pulumi.Float64(0),
FlowJob: &ibm.SchematicsJobLogSummaryFlowJobArgs{
Workitems: ibm.SchematicsJobLogSummaryFlowJobWorkitemArray{
&ibm.SchematicsJobLogSummaryFlowJobWorkitemArgs{
JobId: pulumi.String("string"),
LogUrl: pulumi.String("string"),
ResourcesAdd: pulumi.Float64(0),
ResourcesDestroy: pulumi.Float64(0),
ResourcesModify: pulumi.Float64(0),
WorkspaceId: pulumi.String("string"),
},
},
WorkitemsCompleted: pulumi.Float64(0),
WorkitemsFailed: pulumi.Float64(0),
WorkitemsPending: pulumi.Float64(0),
},
JobId: pulumi.String("string"),
JobType: pulumi.String("string"),
LogAnalyzedTill: pulumi.String("string"),
LogErrors: ibm.SchematicsJobLogSummaryLogErrorArray{
&ibm.SchematicsJobLogSummaryLogErrorArgs{
ErrorCode: pulumi.String("string"),
ErrorCount: pulumi.Float64(0),
ErrorMsg: pulumi.String("string"),
},
},
LogStartAt: pulumi.String("string"),
RepoDownloadJobs: ibm.SchematicsJobLogSummaryRepoDownloadJobArray{
&ibm.SchematicsJobLogSummaryRepoDownloadJobArgs{
DetectedFiletype: pulumi.String("string"),
InputsCount: pulumi.String("string"),
OutputsCount: pulumi.String("string"),
QuarantinedFileCount: pulumi.Float64(0),
ScannedFileCount: pulumi.Float64(0),
},
},
SystemJob: &ibm.SchematicsJobLogSummarySystemJobArgs{
Failed: pulumi.Float64(0),
Success: pulumi.Float64(0),
TargetCount: pulumi.Float64(0),
},
WorkspaceJob: &ibm.SchematicsJobLogSummaryWorkspaceJobArgs{
ResourcesAdd: pulumi.Float64(0),
ResourcesDestroy: pulumi.Float64(0),
ResourcesModify: pulumi.Float64(0),
},
},
},
SchematicsJobId: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
})
var schematicsJobResource = new SchematicsJob("schematicsJobResource", SchematicsJobArgs.builder()
.commandObjectId("string")
.commandName("string")
.commandObject("string")
.datas(SchematicsJobDataArgs.builder()
.jobType("string")
.actionJobDatas(SchematicsJobDataActionJobDataArgs.builder()
.actionName("string")
.inputs(SchematicsJobDataActionJobDataInputArgs.builder()
.link("string")
.metadatas(SchematicsJobDataActionJobDataInputMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.inventoryRecord(SchematicsJobDataActionJobDataInventoryRecordArgs.builder()
.createdAt("string")
.createdBy("string")
.description("string")
.id("string")
.inventoriesIni("string")
.location("string")
.name("string")
.resourceGroup("string")
.resourceQueries("string")
.updatedAt("string")
.updatedBy("string")
.build())
.materializedInventory("string")
.outputs(SchematicsJobDataActionJobDataOutputArgs.builder()
.link("string")
.metadatas(SchematicsJobDataActionJobDataOutputMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.settings(SchematicsJobDataActionJobDataSettingArgs.builder()
.link("string")
.metadatas(SchematicsJobDataActionJobDataSettingMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.updatedAt("string")
.build())
.flowJobDatas(SchematicsJobDataFlowJobDataArgs.builder()
.flowId("string")
.flowName("string")
.updatedAt("string")
.workitems(SchematicsJobDataFlowJobDataWorkitemArgs.builder()
.commandObjectId("string")
.commandObjectName("string")
.inputs(SchematicsJobDataFlowJobDataWorkitemInputArgs.builder()
.link("string")
.metadata(SchematicsJobDataFlowJobDataWorkitemInputMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.lastJob(SchematicsJobDataFlowJobDataWorkitemLastJobArgs.builder()
.commandName("string")
.commandObject("string")
.commandObjectId("string")
.commandObjectName("string")
.jobId("string")
.jobStatus("string")
.build())
.layers("string")
.outputs(SchematicsJobDataFlowJobDataWorkitemOutputArgs.builder()
.link("string")
.metadata(SchematicsJobDataFlowJobDataWorkitemOutputMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.settings(SchematicsJobDataFlowJobDataWorkitemSettingArgs.builder()
.link("string")
.metadata(SchematicsJobDataFlowJobDataWorkitemSettingMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.source(SchematicsJobDataFlowJobDataWorkitemSourceArgs.builder()
.sourceType("string")
.catalog(SchematicsJobDataFlowJobDataWorkitemSourceCatalogArgs.builder()
.catalogName("string")
.offeringId("string")
.offeringKind("string")
.offeringName("string")
.offeringRepoUrl("string")
.offeringVersion("string")
.offeringVersionId("string")
.build())
.git(SchematicsJobDataFlowJobDataWorkitemSourceGitArgs.builder()
.computedGitRepoUrl("string")
.gitBranch("string")
.gitRelease("string")
.gitRepoFolder("string")
.gitRepoUrl("string")
.gitToken("string")
.build())
.build())
.sourceType("string")
.updatedAt("string")
.build())
.build())
.systemJobData(SchematicsJobDataSystemJobDataArgs.builder()
.keyId("string")
.schematicsResourceIds("string")
.updatedAt("string")
.build())
.workspaceJobData(SchematicsJobDataWorkspaceJobDataArgs.builder()
.flowId("string")
.flowName("string")
.inputs(SchematicsJobDataWorkspaceJobDataInputArgs.builder()
.link("string")
.metadata(SchematicsJobDataWorkspaceJobDataInputMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.outputs(SchematicsJobDataWorkspaceJobDataOutputArgs.builder()
.link("string")
.metadata(SchematicsJobDataWorkspaceJobDataOutputMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.settings(SchematicsJobDataWorkspaceJobDataSettingArgs.builder()
.link("string")
.metadata(SchematicsJobDataWorkspaceJobDataSettingMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.templateDatas(SchematicsJobDataWorkspaceJobDataTemplateDataArgs.builder()
.flowIndex(0)
.inputs(SchematicsJobDataWorkspaceJobDataTemplateDataInputArgs.builder()
.link("string")
.metadata(SchematicsJobDataWorkspaceJobDataTemplateDataInputMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.outputs(SchematicsJobDataWorkspaceJobDataTemplateDataOutputArgs.builder()
.link("string")
.metadata(SchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.settings(SchematicsJobDataWorkspaceJobDataTemplateDataSettingArgs.builder()
.link("string")
.metadata(SchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadataArgs.builder()
.aliases("string")
.defaultValue("string")
.description("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.maxLength(0)
.maxValue(0)
.minLength(0)
.minValue(0)
.options("string")
.position(0)
.secure(false)
.source("string")
.type("string")
.build())
.name("string")
.value("string")
.build())
.templateId("string")
.templateName("string")
.updatedAt("string")
.build())
.updatedAt("string")
.workspaceName("string")
.build())
.build())
.commandOptions("string")
.commandParameter("string")
.bastion(SchematicsJobBastionArgs.builder()
.host("string")
.name("string")
.build())
.jobEnvSettings(SchematicsJobJobEnvSettingArgs.builder()
.name("string")
.value("string")
.link("string")
.metadatas(SchematicsJobJobEnvSettingMetadataArgs.builder()
.type("string")
.maxValue(0)
.options("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.description("string")
.minLength(0)
.maxLength(0)
.minValue(0)
.aliases("string")
.position(0)
.secure(false)
.source("string")
.defaultValue("string")
.build())
.build())
.jobInputs(SchematicsJobJobInputArgs.builder()
.name("string")
.value("string")
.link("string")
.metadatas(SchematicsJobJobInputMetadataArgs.builder()
.type("string")
.maxValue(0)
.options("string")
.groupBy("string")
.hidden(false)
.immutable(false)
.matches("string")
.description("string")
.minLength(0)
.maxLength(0)
.minValue(0)
.aliases("string")
.position(0)
.secure(false)
.source("string")
.defaultValue("string")
.build())
.build())
.location("string")
.logSummaries(SchematicsJobLogSummaryArgs.builder()
.actionJobs(SchematicsJobLogSummaryActionJobArgs.builder()
.playCount(0)
.recaps(SchematicsJobLogSummaryActionJobRecapArgs.builder()
.changed(0)
.failed(0)
.ok(0)
.skipped(0)
.targets("string")
.unreachable(0)
.build())
.targetCount(0)
.taskCount(0)
.build())
.elapsedTime(0)
.flowJob(SchematicsJobLogSummaryFlowJobArgs.builder()
.workitems(SchematicsJobLogSummaryFlowJobWorkitemArgs.builder()
.jobId("string")
.logUrl("string")
.resourcesAdd(0)
.resourcesDestroy(0)
.resourcesModify(0)
.workspaceId("string")
.build())
.workitemsCompleted(0)
.workitemsFailed(0)
.workitemsPending(0)
.build())
.jobId("string")
.jobType("string")
.logAnalyzedTill("string")
.logErrors(SchematicsJobLogSummaryLogErrorArgs.builder()
.errorCode("string")
.errorCount(0)
.errorMsg("string")
.build())
.logStartAt("string")
.repoDownloadJobs(SchematicsJobLogSummaryRepoDownloadJobArgs.builder()
.detectedFiletype("string")
.inputsCount("string")
.outputsCount("string")
.quarantinedFileCount(0)
.scannedFileCount(0)
.build())
.systemJob(SchematicsJobLogSummarySystemJobArgs.builder()
.failed(0)
.success(0)
.targetCount(0)
.build())
.workspaceJob(SchematicsJobLogSummaryWorkspaceJobArgs.builder()
.resourcesAdd(0)
.resourcesDestroy(0)
.resourcesModify(0)
.build())
.build())
.schematicsJobId("string")
.tags("string")
.build());
schematics_job_resource = ibm.SchematicsJob("schematicsJobResource",
command_object_id="string",
command_name="string",
command_object="string",
datas=[{
"job_type": "string",
"action_job_datas": [{
"action_name": "string",
"inputs": [{
"link": "string",
"metadatas": [{
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
}],
"name": "string",
"value": "string",
}],
"inventory_record": {
"created_at": "string",
"created_by": "string",
"description": "string",
"id": "string",
"inventories_ini": "string",
"location": "string",
"name": "string",
"resource_group": "string",
"resource_queries": ["string"],
"updated_at": "string",
"updated_by": "string",
},
"materialized_inventory": "string",
"outputs": [{
"link": "string",
"metadatas": [{
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
}],
"name": "string",
"value": "string",
}],
"settings": [{
"link": "string",
"metadatas": [{
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
}],
"name": "string",
"value": "string",
}],
"updated_at": "string",
}],
"flow_job_datas": [{
"flow_id": "string",
"flow_name": "string",
"updated_at": "string",
"workitems": [{
"command_object_id": "string",
"command_object_name": "string",
"inputs": [{
"link": "string",
"metadata": {
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
},
"name": "string",
"value": "string",
}],
"last_job": {
"command_name": "string",
"command_object": "string",
"command_object_id": "string",
"command_object_name": "string",
"job_id": "string",
"job_status": "string",
},
"layers": "string",
"outputs": [{
"link": "string",
"metadata": {
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
},
"name": "string",
"value": "string",
}],
"settings": [{
"link": "string",
"metadata": {
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
},
"name": "string",
"value": "string",
}],
"source": {
"source_type": "string",
"catalog": {
"catalog_name": "string",
"offering_id": "string",
"offering_kind": "string",
"offering_name": "string",
"offering_repo_url": "string",
"offering_version": "string",
"offering_version_id": "string",
},
"git": {
"computed_git_repo_url": "string",
"git_branch": "string",
"git_release": "string",
"git_repo_folder": "string",
"git_repo_url": "string",
"git_token": "string",
},
},
"source_type": "string",
"updated_at": "string",
}],
}],
"system_job_data": {
"key_id": "string",
"schematics_resource_ids": ["string"],
"updated_at": "string",
},
"workspace_job_data": {
"flow_id": "string",
"flow_name": "string",
"inputs": [{
"link": "string",
"metadata": {
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
},
"name": "string",
"value": "string",
}],
"outputs": [{
"link": "string",
"metadata": {
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
},
"name": "string",
"value": "string",
}],
"settings": [{
"link": "string",
"metadata": {
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
},
"name": "string",
"value": "string",
}],
"template_datas": [{
"flow_index": 0,
"inputs": [{
"link": "string",
"metadata": {
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
},
"name": "string",
"value": "string",
}],
"outputs": [{
"link": "string",
"metadata": {
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
},
"name": "string",
"value": "string",
}],
"settings": [{
"link": "string",
"metadata": {
"aliases": ["string"],
"default_value": "string",
"description": "string",
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"max_length": 0,
"max_value": 0,
"min_length": 0,
"min_value": 0,
"options": ["string"],
"position": 0,
"secure": False,
"source": "string",
"type": "string",
},
"name": "string",
"value": "string",
}],
"template_id": "string",
"template_name": "string",
"updated_at": "string",
}],
"updated_at": "string",
"workspace_name": "string",
},
}],
command_options=["string"],
command_parameter="string",
bastion={
"host": "string",
"name": "string",
},
job_env_settings=[{
"name": "string",
"value": "string",
"link": "string",
"metadatas": [{
"type": "string",
"max_value": 0,
"options": ["string"],
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"description": "string",
"min_length": 0,
"max_length": 0,
"min_value": 0,
"aliases": ["string"],
"position": 0,
"secure": False,
"source": "string",
"default_value": "string",
}],
}],
job_inputs=[{
"name": "string",
"value": "string",
"link": "string",
"metadatas": [{
"type": "string",
"max_value": 0,
"options": ["string"],
"group_by": "string",
"hidden": False,
"immutable": False,
"matches": "string",
"description": "string",
"min_length": 0,
"max_length": 0,
"min_value": 0,
"aliases": ["string"],
"position": 0,
"secure": False,
"source": "string",
"default_value": "string",
}],
}],
location="string",
log_summaries=[{
"action_jobs": [{
"play_count": 0,
"recaps": [{
"changed": 0,
"failed": 0,
"ok": 0,
"skipped": 0,
"targets": ["string"],
"unreachable": 0,
}],
"target_count": 0,
"task_count": 0,
}],
"elapsed_time": 0,
"flow_job": {
"workitems": [{
"job_id": "string",
"log_url": "string",
"resources_add": 0,
"resources_destroy": 0,
"resources_modify": 0,
"workspace_id": "string",
}],
"workitems_completed": 0,
"workitems_failed": 0,
"workitems_pending": 0,
},
"job_id": "string",
"job_type": "string",
"log_analyzed_till": "string",
"log_errors": [{
"error_code": "string",
"error_count": 0,
"error_msg": "string",
}],
"log_start_at": "string",
"repo_download_jobs": [{
"detected_filetype": "string",
"inputs_count": "string",
"outputs_count": "string",
"quarantined_file_count": 0,
"scanned_file_count": 0,
}],
"system_job": {
"failed": 0,
"success": 0,
"target_count": 0,
},
"workspace_job": {
"resources_add": 0,
"resources_destroy": 0,
"resources_modify": 0,
},
}],
schematics_job_id="string",
tags=["string"])
const schematicsJobResource = new ibm.SchematicsJob("schematicsJobResource", {
commandObjectId: "string",
commandName: "string",
commandObject: "string",
datas: [{
jobType: "string",
actionJobDatas: [{
actionName: "string",
inputs: [{
link: "string",
metadatas: [{
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
}],
name: "string",
value: "string",
}],
inventoryRecord: {
createdAt: "string",
createdBy: "string",
description: "string",
id: "string",
inventoriesIni: "string",
location: "string",
name: "string",
resourceGroup: "string",
resourceQueries: ["string"],
updatedAt: "string",
updatedBy: "string",
},
materializedInventory: "string",
outputs: [{
link: "string",
metadatas: [{
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
}],
name: "string",
value: "string",
}],
settings: [{
link: "string",
metadatas: [{
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
}],
name: "string",
value: "string",
}],
updatedAt: "string",
}],
flowJobDatas: [{
flowId: "string",
flowName: "string",
updatedAt: "string",
workitems: [{
commandObjectId: "string",
commandObjectName: "string",
inputs: [{
link: "string",
metadata: {
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
},
name: "string",
value: "string",
}],
lastJob: {
commandName: "string",
commandObject: "string",
commandObjectId: "string",
commandObjectName: "string",
jobId: "string",
jobStatus: "string",
},
layers: "string",
outputs: [{
link: "string",
metadata: {
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
},
name: "string",
value: "string",
}],
settings: [{
link: "string",
metadata: {
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
},
name: "string",
value: "string",
}],
source: {
sourceType: "string",
catalog: {
catalogName: "string",
offeringId: "string",
offeringKind: "string",
offeringName: "string",
offeringRepoUrl: "string",
offeringVersion: "string",
offeringVersionId: "string",
},
git: {
computedGitRepoUrl: "string",
gitBranch: "string",
gitRelease: "string",
gitRepoFolder: "string",
gitRepoUrl: "string",
gitToken: "string",
},
},
sourceType: "string",
updatedAt: "string",
}],
}],
systemJobData: {
keyId: "string",
schematicsResourceIds: ["string"],
updatedAt: "string",
},
workspaceJobData: {
flowId: "string",
flowName: "string",
inputs: [{
link: "string",
metadata: {
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
},
name: "string",
value: "string",
}],
outputs: [{
link: "string",
metadata: {
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
},
name: "string",
value: "string",
}],
settings: [{
link: "string",
metadata: {
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
},
name: "string",
value: "string",
}],
templateDatas: [{
flowIndex: 0,
inputs: [{
link: "string",
metadata: {
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
},
name: "string",
value: "string",
}],
outputs: [{
link: "string",
metadata: {
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
},
name: "string",
value: "string",
}],
settings: [{
link: "string",
metadata: {
aliases: ["string"],
defaultValue: "string",
description: "string",
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
maxLength: 0,
maxValue: 0,
minLength: 0,
minValue: 0,
options: ["string"],
position: 0,
secure: false,
source: "string",
type: "string",
},
name: "string",
value: "string",
}],
templateId: "string",
templateName: "string",
updatedAt: "string",
}],
updatedAt: "string",
workspaceName: "string",
},
}],
commandOptions: ["string"],
commandParameter: "string",
bastion: {
host: "string",
name: "string",
},
jobEnvSettings: [{
name: "string",
value: "string",
link: "string",
metadatas: [{
type: "string",
maxValue: 0,
options: ["string"],
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
description: "string",
minLength: 0,
maxLength: 0,
minValue: 0,
aliases: ["string"],
position: 0,
secure: false,
source: "string",
defaultValue: "string",
}],
}],
jobInputs: [{
name: "string",
value: "string",
link: "string",
metadatas: [{
type: "string",
maxValue: 0,
options: ["string"],
groupBy: "string",
hidden: false,
immutable: false,
matches: "string",
description: "string",
minLength: 0,
maxLength: 0,
minValue: 0,
aliases: ["string"],
position: 0,
secure: false,
source: "string",
defaultValue: "string",
}],
}],
location: "string",
logSummaries: [{
actionJobs: [{
playCount: 0,
recaps: [{
changed: 0,
failed: 0,
ok: 0,
skipped: 0,
targets: ["string"],
unreachable: 0,
}],
targetCount: 0,
taskCount: 0,
}],
elapsedTime: 0,
flowJob: {
workitems: [{
jobId: "string",
logUrl: "string",
resourcesAdd: 0,
resourcesDestroy: 0,
resourcesModify: 0,
workspaceId: "string",
}],
workitemsCompleted: 0,
workitemsFailed: 0,
workitemsPending: 0,
},
jobId: "string",
jobType: "string",
logAnalyzedTill: "string",
logErrors: [{
errorCode: "string",
errorCount: 0,
errorMsg: "string",
}],
logStartAt: "string",
repoDownloadJobs: [{
detectedFiletype: "string",
inputsCount: "string",
outputsCount: "string",
quarantinedFileCount: 0,
scannedFileCount: 0,
}],
systemJob: {
failed: 0,
success: 0,
targetCount: 0,
},
workspaceJob: {
resourcesAdd: 0,
resourcesDestroy: 0,
resourcesModify: 0,
},
}],
schematicsJobId: "string",
tags: ["string"],
});
type: ibm:SchematicsJob
properties:
bastion:
host: string
name: string
commandName: string
commandObject: string
commandObjectId: string
commandOptions:
- string
commandParameter: string
datas:
- actionJobDatas:
- actionName: string
inputs:
- link: string
metadatas:
- aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
inventoryRecord:
createdAt: string
createdBy: string
description: string
id: string
inventoriesIni: string
location: string
name: string
resourceGroup: string
resourceQueries:
- string
updatedAt: string
updatedBy: string
materializedInventory: string
outputs:
- link: string
metadatas:
- aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
settings:
- link: string
metadatas:
- aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
updatedAt: string
flowJobDatas:
- flowId: string
flowName: string
updatedAt: string
workitems:
- commandObjectId: string
commandObjectName: string
inputs:
- link: string
metadata:
aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
lastJob:
commandName: string
commandObject: string
commandObjectId: string
commandObjectName: string
jobId: string
jobStatus: string
layers: string
outputs:
- link: string
metadata:
aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
settings:
- link: string
metadata:
aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
source:
catalog:
catalogName: string
offeringId: string
offeringKind: string
offeringName: string
offeringRepoUrl: string
offeringVersion: string
offeringVersionId: string
git:
computedGitRepoUrl: string
gitBranch: string
gitRelease: string
gitRepoFolder: string
gitRepoUrl: string
gitToken: string
sourceType: string
sourceType: string
updatedAt: string
jobType: string
systemJobData:
keyId: string
schematicsResourceIds:
- string
updatedAt: string
workspaceJobData:
flowId: string
flowName: string
inputs:
- link: string
metadata:
aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
outputs:
- link: string
metadata:
aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
settings:
- link: string
metadata:
aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
templateDatas:
- flowIndex: 0
inputs:
- link: string
metadata:
aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
outputs:
- link: string
metadata:
aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
settings:
- link: string
metadata:
aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
templateId: string
templateName: string
updatedAt: string
updatedAt: string
workspaceName: string
jobEnvSettings:
- link: string
metadatas:
- aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
jobInputs:
- link: string
metadatas:
- aliases:
- string
defaultValue: string
description: string
groupBy: string
hidden: false
immutable: false
matches: string
maxLength: 0
maxValue: 0
minLength: 0
minValue: 0
options:
- string
position: 0
secure: false
source: string
type: string
name: string
value: string
location: string
logSummaries:
- actionJobs:
- playCount: 0
recaps:
- changed: 0
failed: 0
ok: 0
skipped: 0
targets:
- string
unreachable: 0
targetCount: 0
taskCount: 0
elapsedTime: 0
flowJob:
workitems:
- jobId: string
logUrl: string
resourcesAdd: 0
resourcesDestroy: 0
resourcesModify: 0
workspaceId: string
workitemsCompleted: 0
workitemsFailed: 0
workitemsPending: 0
jobId: string
jobType: string
logAnalyzedTill: string
logErrors:
- errorCode: string
errorCount: 0
errorMsg: string
logStartAt: string
repoDownloadJobs:
- detectedFiletype: string
inputsCount: string
outputsCount: string
quarantinedFileCount: 0
scannedFileCount: 0
systemJob:
failed: 0
success: 0
targetCount: 0
workspaceJob:
resourcesAdd: 0
resourcesDestroy: 0
resourcesModify: 0
schematicsJobId: string
tags:
- string
SchematicsJob Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SchematicsJob resource accepts the following input properties:
- Command
Name string - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- Command
Object string - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- Command
Object stringId - Job command object id (workspace-id, action-id).
- Bastion
Schematics
Job Bastion - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- Command
Options List<string> - Command line options for the command.
- Command
Parameter string - Schematics job command parameter (playbook-name).
- Datas
List<Schematics
Job Data> - Job data. Nested scheme for data:
- Job
Env List<SchematicsSettings Job Job Env Setting> - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- Job
Inputs List<SchematicsJob Job Input> - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- Location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- Log
Summaries List<SchematicsJob Log Summary> - Job log summary record. Nested scheme for log_summary:
- Schematics
Job stringId - The unique identifier of the schematics_job.
- List<string>
- User defined tags, while running the job.
- Command
Name string - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- Command
Object string - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- Command
Object stringId - Job command object id (workspace-id, action-id).
- Bastion
Schematics
Job Bastion Args - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- Command
Options []string - Command line options for the command.
- Command
Parameter string - Schematics job command parameter (playbook-name).
- Datas
[]Schematics
Job Data Args - Job data. Nested scheme for data:
- Job
Env []SchematicsSettings Job Job Env Setting Args - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- Job
Inputs []SchematicsJob Job Input Args - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- Location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- Log
Summaries []SchematicsJob Log Summary Args - Job log summary record. Nested scheme for log_summary:
- Schematics
Job stringId - The unique identifier of the schematics_job.
- []string
- User defined tags, while running the job.
- command
Name String - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command
Object String - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command
Object StringId - Job command object id (workspace-id, action-id).
- bastion
Schematics
Job Bastion - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- command
Options List<String> - Command line options for the command.
- command
Parameter String - Schematics job command parameter (playbook-name).
- datas
List<Schematics
Job Data> - Job data. Nested scheme for data:
- job
Env List<SchematicsSettings Job Job Env Setting> - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- job
Inputs List<SchematicsJob Job Input> - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- location String
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- log
Summaries List<SchematicsJob Log Summary> - Job log summary record. Nested scheme for log_summary:
- schematics
Job StringId - The unique identifier of the schematics_job.
- List<String>
- User defined tags, while running the job.
- command
Name string - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command
Object string - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command
Object stringId - Job command object id (workspace-id, action-id).
- bastion
Schematics
Job Bastion - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- command
Options string[] - Command line options for the command.
- command
Parameter string - Schematics job command parameter (playbook-name).
- datas
Schematics
Job Data[] - Job data. Nested scheme for data:
- job
Env SchematicsSettings Job Job Env Setting[] - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- job
Inputs SchematicsJob Job Input[] - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- log
Summaries SchematicsJob Log Summary[] - Job log summary record. Nested scheme for log_summary:
- schematics
Job stringId - The unique identifier of the schematics_job.
- string[]
- User defined tags, while running the job.
- command_
name str - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command_
object str - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command_
object_ strid - Job command object id (workspace-id, action-id).
- bastion
Schematics
Job Bastion Args - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- command_
options Sequence[str] - Command line options for the command.
- command_
parameter str - Schematics job command parameter (playbook-name).
- datas
Sequence[Schematics
Job Data Args] - Job data. Nested scheme for data:
- job_
env_ Sequence[Schematicssettings Job Job Env Setting Args] - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- job_
inputs Sequence[SchematicsJob Job Input Args] - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- location str
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- log_
summaries Sequence[SchematicsJob Log Summary Args] - Job log summary record. Nested scheme for log_summary:
- schematics_
job_ strid - The unique identifier of the schematics_job.
- Sequence[str]
- User defined tags, while running the job.
- command
Name String - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command
Object String - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command
Object StringId - Job command object id (workspace-id, action-id).
- bastion Property Map
- Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- command
Options List<String> - Command line options for the command.
- command
Parameter String - Schematics job command parameter (playbook-name).
- datas List<Property Map>
- Job data. Nested scheme for data:
- job
Env List<Property Map>Settings - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- job
Inputs List<Property Map> - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- location String
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- log
Summaries List<Property Map> - Job log summary record. Nested scheme for log_summary:
- schematics
Job StringId - The unique identifier of the schematics_job.
- List<String>
- User defined tags, while running the job.
Outputs
All input properties are implicitly available as output properties. Additionally, the SchematicsJob resource produces the following output properties:
- Description string
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- Duration string
- (Optional, String) Duration of job execution; example 40 sec.
- End
At string - (String) Job end time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Log
Store stringUrl - (Optional, String) Job log store URL.
- Name string
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- Resource
Group string - (Optional, String) Resource-group name derived from the related Workspace or Action.
- Results
Url string - (Optional, String) Job results store URL.
- Start
At string - (Optional, String) Job start time.
- State
Store stringUrl - (Optional, String) Job state store URL.
- Statuses
List<Schematics
Job Status> - Job Status. MaxItems: 1. Nested scheme for status:
- Submitted
At string - (String) Job submission time.
- Submitted
By string - (String) Email address of user who submitted the job.
- Updated
At string - (String) Job status updation timestamp.
- Description string
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- Duration string
- (Optional, String) Duration of job execution; example 40 sec.
- End
At string - (String) Job end time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Log
Store stringUrl - (Optional, String) Job log store URL.
- Name string
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- Resource
Group string - (Optional, String) Resource-group name derived from the related Workspace or Action.
- Results
Url string - (Optional, String) Job results store URL.
- Start
At string - (Optional, String) Job start time.
- State
Store stringUrl - (Optional, String) Job state store URL.
- Statuses
[]Schematics
Job Status - Job Status. MaxItems: 1. Nested scheme for status:
- Submitted
At string - (String) Job submission time.
- Submitted
By string - (String) Email address of user who submitted the job.
- Updated
At string - (String) Job status updation timestamp.
- description String
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- duration String
- (Optional, String) Duration of job execution; example 40 sec.
- end
At String - (String) Job end time.
- id String
- The provider-assigned unique ID for this managed resource.
- log
Store StringUrl - (Optional, String) Job log store URL.
- name String
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- resource
Group String - (Optional, String) Resource-group name derived from the related Workspace or Action.
- results
Url String - (Optional, String) Job results store URL.
- start
At String - (Optional, String) Job start time.
- state
Store StringUrl - (Optional, String) Job state store URL.
- statuses
List<Schematics
Job Status> - Job Status. MaxItems: 1. Nested scheme for status:
- submitted
At String - (String) Job submission time.
- submitted
By String - (String) Email address of user who submitted the job.
- updated
At String - (String) Job status updation timestamp.
- description string
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- duration string
- (Optional, String) Duration of job execution; example 40 sec.
- end
At string - (String) Job end time.
- id string
- The provider-assigned unique ID for this managed resource.
- log
Store stringUrl - (Optional, String) Job log store URL.
- name string
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- resource
Group string - (Optional, String) Resource-group name derived from the related Workspace or Action.
- results
Url string - (Optional, String) Job results store URL.
- start
At string - (Optional, String) Job start time.
- state
Store stringUrl - (Optional, String) Job state store URL.
- statuses
Schematics
Job Status[] - Job Status. MaxItems: 1. Nested scheme for status:
- submitted
At string - (String) Job submission time.
- submitted
By string - (String) Email address of user who submitted the job.
- updated
At string - (String) Job status updation timestamp.
- description str
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- duration str
- (Optional, String) Duration of job execution; example 40 sec.
- end_
at str - (String) Job end time.
- id str
- The provider-assigned unique ID for this managed resource.
- log_
store_ strurl - (Optional, String) Job log store URL.
- name str
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- resource_
group str - (Optional, String) Resource-group name derived from the related Workspace or Action.
- results_
url str - (Optional, String) Job results store URL.
- start_
at str - (Optional, String) Job start time.
- state_
store_ strurl - (Optional, String) Job state store URL.
- statuses
Sequence[Schematics
Job Status] - Job Status. MaxItems: 1. Nested scheme for status:
- submitted_
at str - (String) Job submission time.
- submitted_
by str - (String) Email address of user who submitted the job.
- updated_
at str - (String) Job status updation timestamp.
- description String
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- duration String
- (Optional, String) Duration of job execution; example 40 sec.
- end
At String - (String) Job end time.
- id String
- The provider-assigned unique ID for this managed resource.
- log
Store StringUrl - (Optional, String) Job log store URL.
- name String
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- resource
Group String - (Optional, String) Resource-group name derived from the related Workspace or Action.
- results
Url String - (Optional, String) Job results store URL.
- start
At String - (Optional, String) Job start time.
- state
Store StringUrl - (Optional, String) Job state store URL.
- statuses List<Property Map>
- Job Status. MaxItems: 1. Nested scheme for status:
- submitted
At String - (String) Job submission time.
- submitted
By String - (String) Email address of user who submitted the job.
- updated
At String - (String) Job status updation timestamp.
Look up Existing SchematicsJob Resource
Get an existing SchematicsJob resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SchematicsJobState, opts?: CustomResourceOptions): SchematicsJob
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
bastion: Optional[SchematicsJobBastionArgs] = None,
command_name: Optional[str] = None,
command_object: Optional[str] = None,
command_object_id: Optional[str] = None,
command_options: Optional[Sequence[str]] = None,
command_parameter: Optional[str] = None,
datas: Optional[Sequence[SchematicsJobDataArgs]] = None,
description: Optional[str] = None,
duration: Optional[str] = None,
end_at: Optional[str] = None,
job_env_settings: Optional[Sequence[SchematicsJobJobEnvSettingArgs]] = None,
job_inputs: Optional[Sequence[SchematicsJobJobInputArgs]] = None,
location: Optional[str] = None,
log_store_url: Optional[str] = None,
log_summaries: Optional[Sequence[SchematicsJobLogSummaryArgs]] = None,
name: Optional[str] = None,
resource_group: Optional[str] = None,
results_url: Optional[str] = None,
schematics_job_id: Optional[str] = None,
start_at: Optional[str] = None,
state_store_url: Optional[str] = None,
statuses: Optional[Sequence[SchematicsJobStatusArgs]] = None,
submitted_at: Optional[str] = None,
submitted_by: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
updated_at: Optional[str] = None) -> SchematicsJob
func GetSchematicsJob(ctx *Context, name string, id IDInput, state *SchematicsJobState, opts ...ResourceOption) (*SchematicsJob, error)
public static SchematicsJob Get(string name, Input<string> id, SchematicsJobState? state, CustomResourceOptions? opts = null)
public static SchematicsJob get(String name, Output<String> id, SchematicsJobState state, CustomResourceOptions options)
resources: _: type: ibm:SchematicsJob get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Bastion
Schematics
Job Bastion - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- Command
Name string - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- Command
Object string - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- Command
Object stringId - Job command object id (workspace-id, action-id).
- Command
Options List<string> - Command line options for the command.
- Command
Parameter string - Schematics job command parameter (playbook-name).
- Datas
List<Schematics
Job Data> - Job data. Nested scheme for data:
- Description string
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- Duration string
- (Optional, String) Duration of job execution; example 40 sec.
- End
At string - (String) Job end time.
- Job
Env List<SchematicsSettings Job Job Env Setting> - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- Job
Inputs List<SchematicsJob Job Input> - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- Location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- Log
Store stringUrl - (Optional, String) Job log store URL.
- Log
Summaries List<SchematicsJob Log Summary> - Job log summary record. Nested scheme for log_summary:
- Name string
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- Resource
Group string - (Optional, String) Resource-group name derived from the related Workspace or Action.
- Results
Url string - (Optional, String) Job results store URL.
- Schematics
Job stringId - The unique identifier of the schematics_job.
- Start
At string - (Optional, String) Job start time.
- State
Store stringUrl - (Optional, String) Job state store URL.
- Statuses
List<Schematics
Job Status> - Job Status. MaxItems: 1. Nested scheme for status:
- Submitted
At string - (String) Job submission time.
- Submitted
By string - (String) Email address of user who submitted the job.
- List<string>
- User defined tags, while running the job.
- Updated
At string - (String) Job status updation timestamp.
- Bastion
Schematics
Job Bastion Args - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- Command
Name string - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- Command
Object string - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- Command
Object stringId - Job command object id (workspace-id, action-id).
- Command
Options []string - Command line options for the command.
- Command
Parameter string - Schematics job command parameter (playbook-name).
- Datas
[]Schematics
Job Data Args - Job data. Nested scheme for data:
- Description string
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- Duration string
- (Optional, String) Duration of job execution; example 40 sec.
- End
At string - (String) Job end time.
- Job
Env []SchematicsSettings Job Job Env Setting Args - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- Job
Inputs []SchematicsJob Job Input Args - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- Location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- Log
Store stringUrl - (Optional, String) Job log store URL.
- Log
Summaries []SchematicsJob Log Summary Args - Job log summary record. Nested scheme for log_summary:
- Name string
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- Resource
Group string - (Optional, String) Resource-group name derived from the related Workspace or Action.
- Results
Url string - (Optional, String) Job results store URL.
- Schematics
Job stringId - The unique identifier of the schematics_job.
- Start
At string - (Optional, String) Job start time.
- State
Store stringUrl - (Optional, String) Job state store URL.
- Statuses
[]Schematics
Job Status Args - Job Status. MaxItems: 1. Nested scheme for status:
- Submitted
At string - (String) Job submission time.
- Submitted
By string - (String) Email address of user who submitted the job.
- []string
- User defined tags, while running the job.
- Updated
At string - (String) Job status updation timestamp.
- bastion
Schematics
Job Bastion - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- command
Name String - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command
Object String - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command
Object StringId - Job command object id (workspace-id, action-id).
- command
Options List<String> - Command line options for the command.
- command
Parameter String - Schematics job command parameter (playbook-name).
- datas
List<Schematics
Job Data> - Job data. Nested scheme for data:
- description String
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- duration String
- (Optional, String) Duration of job execution; example 40 sec.
- end
At String - (String) Job end time.
- job
Env List<SchematicsSettings Job Job Env Setting> - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- job
Inputs List<SchematicsJob Job Input> - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- location String
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- log
Store StringUrl - (Optional, String) Job log store URL.
- log
Summaries List<SchematicsJob Log Summary> - Job log summary record. Nested scheme for log_summary:
- name String
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- resource
Group String - (Optional, String) Resource-group name derived from the related Workspace or Action.
- results
Url String - (Optional, String) Job results store URL.
- schematics
Job StringId - The unique identifier of the schematics_job.
- start
At String - (Optional, String) Job start time.
- state
Store StringUrl - (Optional, String) Job state store URL.
- statuses
List<Schematics
Job Status> - Job Status. MaxItems: 1. Nested scheme for status:
- submitted
At String - (String) Job submission time.
- submitted
By String - (String) Email address of user who submitted the job.
- List<String>
- User defined tags, while running the job.
- updated
At String - (String) Job status updation timestamp.
- bastion
Schematics
Job Bastion - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- command
Name string - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command
Object string - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command
Object stringId - Job command object id (workspace-id, action-id).
- command
Options string[] - Command line options for the command.
- command
Parameter string - Schematics job command parameter (playbook-name).
- datas
Schematics
Job Data[] - Job data. Nested scheme for data:
- description string
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- duration string
- (Optional, String) Duration of job execution; example 40 sec.
- end
At string - (String) Job end time.
- job
Env SchematicsSettings Job Job Env Setting[] - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- job
Inputs SchematicsJob Job Input[] - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- log
Store stringUrl - (Optional, String) Job log store URL.
- log
Summaries SchematicsJob Log Summary[] - Job log summary record. Nested scheme for log_summary:
- name string
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- resource
Group string - (Optional, String) Resource-group name derived from the related Workspace or Action.
- results
Url string - (Optional, String) Job results store URL.
- schematics
Job stringId - The unique identifier of the schematics_job.
- start
At string - (Optional, String) Job start time.
- state
Store stringUrl - (Optional, String) Job state store URL.
- statuses
Schematics
Job Status[] - Job Status. MaxItems: 1. Nested scheme for status:
- submitted
At string - (String) Job submission time.
- submitted
By string - (String) Email address of user who submitted the job.
- string[]
- User defined tags, while running the job.
- updated
At string - (String) Job status updation timestamp.
- bastion
Schematics
Job Bastion Args - Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- command_
name str - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command_
object str - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command_
object_ strid - Job command object id (workspace-id, action-id).
- command_
options Sequence[str] - Command line options for the command.
- command_
parameter str - Schematics job command parameter (playbook-name).
- datas
Sequence[Schematics
Job Data Args] - Job data. Nested scheme for data:
- description str
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- duration str
- (Optional, String) Duration of job execution; example 40 sec.
- end_
at str - (String) Job end time.
- job_
env_ Sequence[Schematicssettings Job Job Env Setting Args] - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- job_
inputs Sequence[SchematicsJob Job Input Args] - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- location str
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- log_
store_ strurl - (Optional, String) Job log store URL.
- log_
summaries Sequence[SchematicsJob Log Summary Args] - Job log summary record. Nested scheme for log_summary:
- name str
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- resource_
group str - (Optional, String) Resource-group name derived from the related Workspace or Action.
- results_
url str - (Optional, String) Job results store URL.
- schematics_
job_ strid - The unique identifier of the schematics_job.
- start_
at str - (Optional, String) Job start time.
- state_
store_ strurl - (Optional, String) Job state store URL.
- statuses
Sequence[Schematics
Job Status Args] - Job Status. MaxItems: 1. Nested scheme for status:
- submitted_
at str - (String) Job submission time.
- submitted_
by str - (String) Email address of user who submitted the job.
- Sequence[str]
- User defined tags, while running the job.
- updated_
at str - (String) Job status updation timestamp.
- bastion Property Map
- Describes a bastion resource. MaxItems: 1. Nested scheme for bastion:
- command
Name String - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command
Object String - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command
Object StringId - Job command object id (workspace-id, action-id).
- command
Options List<String> - Command line options for the command.
- command
Parameter String - Schematics job command parameter (playbook-name).
- datas List<Property Map>
- Job data. Nested scheme for data:
- description String
- (Optional, String) The description of your job is derived from the related action or workspace. The description can be up to 2048 characters long in size.
- duration String
- (Optional, String) Duration of job execution; example 40 sec.
- end
At String - (String) Job end time.
- job
Env List<Property Map>Settings - Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
- job
Inputs List<Property Map> - Job inputs used by Action or Workspace. Nested scheme for job_inputs:
- location String
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- log
Store StringUrl - (Optional, String) Job log store URL.
- log
Summaries List<Property Map> - Job log summary record. Nested scheme for log_summary:
- name String
- (Optional, String) Job name, uniquely derived from the related Workspace or Action.
- resource
Group String - (Optional, String) Resource-group name derived from the related Workspace or Action.
- results
Url String - (Optional, String) Job results store URL.
- schematics
Job StringId - The unique identifier of the schematics_job.
- start
At String - (Optional, String) Job start time.
- state
Store StringUrl - (Optional, String) Job state store URL.
- statuses List<Property Map>
- Job Status. MaxItems: 1. Nested scheme for status:
- submitted
At String - (String) Job submission time.
- submitted
By String - (String) Email address of user who submitted the job.
- List<String>
- User defined tags, while running the job.
- updated
At String - (String) Job status updation timestamp.
Supporting Types
SchematicsJobBastion, SchematicsJobBastionArgs
SchematicsJobData, SchematicsJobDataArgs
- Job
Type string - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow-job
- Action
Job List<SchematicsDatas Job Data Action Job Data> - Action Job data. Nested scheme for action_job_data:
- Flow
Job List<SchematicsDatas Job Data Flow Job Data> - Flow Job data. Nested scheme for flow_job_data:
- System
Job SchematicsData Job Data System Job Data - Controls Job data. MaxItems: 1. Nested scheme for system_job_data:
- Workspace
Job SchematicsData Job Data Workspace Job Data - Workspace Job data. MaxItems: 1. Nested scheme for workspace_job_data:
- Job
Type string - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow-job
- Action
Job []SchematicsDatas Job Data Action Job Data - Action Job data. Nested scheme for action_job_data:
- Flow
Job []SchematicsDatas Job Data Flow Job Data - Flow Job data. Nested scheme for flow_job_data:
- System
Job SchematicsData Job Data System Job Data - Controls Job data. MaxItems: 1. Nested scheme for system_job_data:
- Workspace
Job SchematicsData Job Data Workspace Job Data - Workspace Job data. MaxItems: 1. Nested scheme for workspace_job_data:
- job
Type String - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow-job
- action
Job List<SchematicsDatas Job Data Action Job Data> - Action Job data. Nested scheme for action_job_data:
- flow
Job List<SchematicsDatas Job Data Flow Job Data> - Flow Job data. Nested scheme for flow_job_data:
- system
Job SchematicsData Job Data System Job Data - Controls Job data. MaxItems: 1. Nested scheme for system_job_data:
- workspace
Job SchematicsData Job Data Workspace Job Data - Workspace Job data. MaxItems: 1. Nested scheme for workspace_job_data:
- job
Type string - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow-job
- action
Job SchematicsDatas Job Data Action Job Data[] - Action Job data. Nested scheme for action_job_data:
- flow
Job SchematicsDatas Job Data Flow Job Data[] - Flow Job data. Nested scheme for flow_job_data:
- system
Job SchematicsData Job Data System Job Data - Controls Job data. MaxItems: 1. Nested scheme for system_job_data:
- workspace
Job SchematicsData Job Data Workspace Job Data - Workspace Job data. MaxItems: 1. Nested scheme for workspace_job_data:
- job_
type str - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow-job
- action_
job_ Sequence[Schematicsdatas Job Data Action Job Data] - Action Job data. Nested scheme for action_job_data:
- flow_
job_ Sequence[Schematicsdatas Job Data Flow Job Data] - Flow Job data. Nested scheme for flow_job_data:
- system_
job_ Schematicsdata Job Data System Job Data - Controls Job data. MaxItems: 1. Nested scheme for system_job_data:
- workspace_
job_ Schematicsdata Job Data Workspace Job Data - Workspace Job data. MaxItems: 1. Nested scheme for workspace_job_data:
- job
Type String - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow-job
- action
Job List<Property Map>Datas - Action Job data. Nested scheme for action_job_data:
- flow
Job List<Property Map>Datas - Flow Job data. Nested scheme for flow_job_data:
- system
Job Property MapData - Controls Job data. MaxItems: 1. Nested scheme for system_job_data:
- workspace
Job Property MapData - Workspace Job data. MaxItems: 1. Nested scheme for workspace_job_data:
SchematicsJobDataActionJobData, SchematicsJobDataActionJobDataArgs
- Action
Name string - Flow name.
- Inputs
List<Schematics
Job Data Action Job Data Input> - Input variables data used by the Action Job. Nested scheme for inputs:
- Inventory
Record SchematicsJob Data Action Job Data Inventory Record - Complete inventory resource details with user inputs and system generated data. MaxItems: 1. Nested scheme for inventory_record:
- Materialized
Inventory string - Materialized inventory details used by the Action Job, in .ini format.
- Outputs
List<Schematics
Job Data Action Job Data Output> - Output variables data from the Action Job. Nested scheme for outputs:
- Settings
List<Schematics
Job Data Action Job Data Setting> - Environment variables used by all the templates in the Action. Nested scheme for settings:
- Updated
At string - Job status updation timestamp.
- Action
Name string - Flow name.
- Inputs
[]Schematics
Job Data Action Job Data Input Type - Input variables data used by the Action Job. Nested scheme for inputs:
- Inventory
Record SchematicsJob Data Action Job Data Inventory Record - Complete inventory resource details with user inputs and system generated data. MaxItems: 1. Nested scheme for inventory_record:
- Materialized
Inventory string - Materialized inventory details used by the Action Job, in .ini format.
- Outputs
[]Schematics
Job Data Action Job Data Output Type - Output variables data from the Action Job. Nested scheme for outputs:
- Settings
[]Schematics
Job Data Action Job Data Setting - Environment variables used by all the templates in the Action. Nested scheme for settings:
- Updated
At string - Job status updation timestamp.
- action
Name String - Flow name.
- inputs
List<Schematics
Job Data Action Job Data Input> - Input variables data used by the Action Job. Nested scheme for inputs:
- inventory
Record SchematicsJob Data Action Job Data Inventory Record - Complete inventory resource details with user inputs and system generated data. MaxItems: 1. Nested scheme for inventory_record:
- materialized
Inventory String - Materialized inventory details used by the Action Job, in .ini format.
- outputs
List<Schematics
Job Data Action Job Data Output> - Output variables data from the Action Job. Nested scheme for outputs:
- settings
List<Schematics
Job Data Action Job Data Setting> - Environment variables used by all the templates in the Action. Nested scheme for settings:
- updated
At String - Job status updation timestamp.
- action
Name string - Flow name.
- inputs
Schematics
Job Data Action Job Data Input[] - Input variables data used by the Action Job. Nested scheme for inputs:
- inventory
Record SchematicsJob Data Action Job Data Inventory Record - Complete inventory resource details with user inputs and system generated data. MaxItems: 1. Nested scheme for inventory_record:
- materialized
Inventory string - Materialized inventory details used by the Action Job, in .ini format.
- outputs
Schematics
Job Data Action Job Data Output[] - Output variables data from the Action Job. Nested scheme for outputs:
- settings
Schematics
Job Data Action Job Data Setting[] - Environment variables used by all the templates in the Action. Nested scheme for settings:
- updated
At string - Job status updation timestamp.
- action_
name str - Flow name.
- inputs
Sequence[Schematics
Job Data Action Job Data Input] - Input variables data used by the Action Job. Nested scheme for inputs:
- inventory_
record SchematicsJob Data Action Job Data Inventory Record - Complete inventory resource details with user inputs and system generated data. MaxItems: 1. Nested scheme for inventory_record:
- materialized_
inventory str - Materialized inventory details used by the Action Job, in .ini format.
- outputs
Sequence[Schematics
Job Data Action Job Data Output] - Output variables data from the Action Job. Nested scheme for outputs:
- settings
Sequence[Schematics
Job Data Action Job Data Setting] - Environment variables used by all the templates in the Action. Nested scheme for settings:
- updated_
at str - Job status updation timestamp.
- action
Name String - Flow name.
- inputs List<Property Map>
- Input variables data used by the Action Job. Nested scheme for inputs:
- inventory
Record Property Map - Complete inventory resource details with user inputs and system generated data. MaxItems: 1. Nested scheme for inventory_record:
- materialized
Inventory String - Materialized inventory details used by the Action Job, in .ini format.
- outputs List<Property Map>
- Output variables data from the Action Job. Nested scheme for outputs:
- settings List<Property Map>
- Environment variables used by all the templates in the Action. Nested scheme for settings:
- updated
At String - Job status updation timestamp.
SchematicsJobDataActionJobDataInput, SchematicsJobDataActionJobDataInputArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Schematics
Job Data Action Job Data Input Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Schematics
Job Data Action Job Data Input Metadata - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Schematics
Job Data Action Job Data Input Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Schematics
Job Data Action Job Data Input Metadata[] - User editable metadata for the variables. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Schematics
Job Data Action Job Data Input Metadata] - User editable metadata for the variables. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataActionJobDataInputMetadata, SchematicsJobDataActionJobDataInputMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataActionJobDataInventoryRecord, SchematicsJobDataActionJobDataInventoryRecordArgs
- Created
At string - Inventory creation time.
- Created
By string - Email address of user who created the Inventory.
- Description string
- The description of your Inventory. The description can be up to 2048 characters long in size.
- Id string
- Inventory id.
- Inventories
Ini string - Input inventory of host and host group for the playbook, in the .ini file format.
- Location string
- List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- Name string
- The unique name of your Inventory. The name can be up to 128 characters long and can include alphanumeric characters, spaces, dashes, and underscores.
- Resource
Group string - Resource-group name for the Inventory definition. By default, Inventory will be created in Default Resource Group.
- Resource
Queries List<string> - Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
- Updated
At string - Inventory updation time.
- Updated
By string - Email address of user who updated the Inventory.
- Created
At string - Inventory creation time.
- Created
By string - Email address of user who created the Inventory.
- Description string
- The description of your Inventory. The description can be up to 2048 characters long in size.
- Id string
- Inventory id.
- Inventories
Ini string - Input inventory of host and host group for the playbook, in the .ini file format.
- Location string
- List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- Name string
- The unique name of your Inventory. The name can be up to 128 characters long and can include alphanumeric characters, spaces, dashes, and underscores.
- Resource
Group string - Resource-group name for the Inventory definition. By default, Inventory will be created in Default Resource Group.
- Resource
Queries []string - Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
- Updated
At string - Inventory updation time.
- Updated
By string - Email address of user who updated the Inventory.
- created
At String - Inventory creation time.
- created
By String - Email address of user who created the Inventory.
- description String
- The description of your Inventory. The description can be up to 2048 characters long in size.
- id String
- Inventory id.
- inventories
Ini String - Input inventory of host and host group for the playbook, in the .ini file format.
- location String
- List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- name String
- The unique name of your Inventory. The name can be up to 128 characters long and can include alphanumeric characters, spaces, dashes, and underscores.
- resource
Group String - Resource-group name for the Inventory definition. By default, Inventory will be created in Default Resource Group.
- resource
Queries List<String> - Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
- updated
At String - Inventory updation time.
- updated
By String - Email address of user who updated the Inventory.
- created
At string - Inventory creation time.
- created
By string - Email address of user who created the Inventory.
- description string
- The description of your Inventory. The description can be up to 2048 characters long in size.
- id string
- Inventory id.
- inventories
Ini string - Input inventory of host and host group for the playbook, in the .ini file format.
- location string
- List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- name string
- The unique name of your Inventory. The name can be up to 128 characters long and can include alphanumeric characters, spaces, dashes, and underscores.
- resource
Group string - Resource-group name for the Inventory definition. By default, Inventory will be created in Default Resource Group.
- resource
Queries string[] - Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
- updated
At string - Inventory updation time.
- updated
By string - Email address of user who updated the Inventory.
- created_
at str - Inventory creation time.
- created_
by str - Email address of user who created the Inventory.
- description str
- The description of your Inventory. The description can be up to 2048 characters long in size.
- id str
- Inventory id.
- inventories_
ini str - Input inventory of host and host group for the playbook, in the .ini file format.
- location str
- List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- name str
- The unique name of your Inventory. The name can be up to 128 characters long and can include alphanumeric characters, spaces, dashes, and underscores.
- resource_
group str - Resource-group name for the Inventory definition. By default, Inventory will be created in Default Resource Group.
- resource_
queries Sequence[str] - Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
- updated_
at str - Inventory updation time.
- updated_
by str - Email address of user who updated the Inventory.
- created
At String - Inventory creation time.
- created
By String - Email address of user who created the Inventory.
- description String
- The description of your Inventory. The description can be up to 2048 characters long in size.
- id String
- Inventory id.
- inventories
Ini String - Input inventory of host and host group for the playbook, in the .ini file format.
- location String
- List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- name String
- The unique name of your Inventory. The name can be up to 128 characters long and can include alphanumeric characters, spaces, dashes, and underscores.
- resource
Group String - Resource-group name for the Inventory definition. By default, Inventory will be created in Default Resource Group.
- resource
Queries List<String> - Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
- updated
At String - Inventory updation time.
- updated
By String - Email address of user who updated the Inventory.
SchematicsJobDataActionJobDataOutput, SchematicsJobDataActionJobDataOutputArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Schematics
Job Data Action Job Data Output Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Schematics
Job Data Action Job Data Output Metadata - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Schematics
Job Data Action Job Data Output Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Schematics
Job Data Action Job Data Output Metadata[] - User editable metadata for the variables. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Schematics
Job Data Action Job Data Output Metadata] - User editable metadata for the variables. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataActionJobDataOutputMetadata, SchematicsJobDataActionJobDataOutputMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataActionJobDataSetting, SchematicsJobDataActionJobDataSettingArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Schematics
Job Data Action Job Data Setting Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Schematics
Job Data Action Job Data Setting Metadata - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Schematics
Job Data Action Job Data Setting Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Schematics
Job Data Action Job Data Setting Metadata[] - User editable metadata for the variables. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Schematics
Job Data Action Job Data Setting Metadata] - User editable metadata for the variables. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataActionJobDataSettingMetadata, SchematicsJobDataActionJobDataSettingMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataFlowJobData, SchematicsJobDataFlowJobDataArgs
- Flow
Id string - Flow ID.
- Flow
Name string - Flow Name.
- Updated
At string - Job status updation timestamp.
- Workitems
List<Schematics
Job Data Flow Job Data Workitem> - Job data used by each workitem Job. Nested scheme for workitems:
- Flow
Id string - Flow ID.
- Flow
Name string - Flow Name.
- Updated
At string - Job status updation timestamp.
- Workitems
[]Schematics
Job Data Flow Job Data Workitem - Job data used by each workitem Job. Nested scheme for workitems:
- flow
Id String - Flow ID.
- flow
Name String - Flow Name.
- updated
At String - Job status updation timestamp.
- workitems
List<Schematics
Job Data Flow Job Data Workitem> - Job data used by each workitem Job. Nested scheme for workitems:
- flow
Id string - Flow ID.
- flow
Name string - Flow Name.
- updated
At string - Job status updation timestamp.
- workitems
Schematics
Job Data Flow Job Data Workitem[] - Job data used by each workitem Job. Nested scheme for workitems:
- flow_
id str - Flow ID.
- flow_
name str - Flow Name.
- updated_
at str - Job status updation timestamp.
- workitems
Sequence[Schematics
Job Data Flow Job Data Workitem] - Job data used by each workitem Job. Nested scheme for workitems:
- flow
Id String - Flow ID.
- flow
Name String - Flow Name.
- updated
At String - Job status updation timestamp.
- workitems List<Property Map>
- Job data used by each workitem Job. Nested scheme for workitems:
SchematicsJobDataFlowJobDataWorkitem, SchematicsJobDataFlowJobDataWorkitemArgs
- Command
Object stringId - command object id.
- Command
Object stringName - command object name.
- Inputs
List<Schematics
Job Data Flow Job Data Workitem Input> - Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
- Last
Job SchematicsJob Data Flow Job Data Workitem Last Job - Status of the last job executed by the workitem. MaxItems: 1. Nested scheme for last_job:
- Layers string
- layer name.
- Outputs
List<Schematics
Job Data Flow Job Data Workitem Output> - Output variables for the workItem. Nested scheme for outputs:
- Settings
List<Schematics
Job Data Flow Job Data Workitem Setting> - Environment variables for the workItem. Nested scheme for settings:
- Source
Schematics
Job Data Flow Job Data Workitem Source - Source of templates, playbooks, or controls. MaxItems: 1. Nested scheme for source:
- Source
Type string - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- Updated
At string - Job status updation timestamp.
- Command
Object stringId - command object id.
- Command
Object stringName - command object name.
- Inputs
[]Schematics
Job Data Flow Job Data Workitem Input Type - Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
- Last
Job SchematicsJob Data Flow Job Data Workitem Last Job - Status of the last job executed by the workitem. MaxItems: 1. Nested scheme for last_job:
- Layers string
- layer name.
- Outputs
[]Schematics
Job Data Flow Job Data Workitem Output Type - Output variables for the workItem. Nested scheme for outputs:
- Settings
[]Schematics
Job Data Flow Job Data Workitem Setting - Environment variables for the workItem. Nested scheme for settings:
- Source
Schematics
Job Data Flow Job Data Workitem Source - Source of templates, playbooks, or controls. MaxItems: 1. Nested scheme for source:
- Source
Type string - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- Updated
At string - Job status updation timestamp.
- command
Object StringId - command object id.
- command
Object StringName - command object name.
- inputs
List<Schematics
Job Data Flow Job Data Workitem Input> - Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
- last
Job SchematicsJob Data Flow Job Data Workitem Last Job - Status of the last job executed by the workitem. MaxItems: 1. Nested scheme for last_job:
- layers String
- layer name.
- outputs
List<Schematics
Job Data Flow Job Data Workitem Output> - Output variables for the workItem. Nested scheme for outputs:
- settings
List<Schematics
Job Data Flow Job Data Workitem Setting> - Environment variables for the workItem. Nested scheme for settings:
- source
Schematics
Job Data Flow Job Data Workitem Source - Source of templates, playbooks, or controls. MaxItems: 1. Nested scheme for source:
- source
Type String - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- updated
At String - Job status updation timestamp.
- command
Object stringId - command object id.
- command
Object stringName - command object name.
- inputs
Schematics
Job Data Flow Job Data Workitem Input[] - Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
- last
Job SchematicsJob Data Flow Job Data Workitem Last Job - Status of the last job executed by the workitem. MaxItems: 1. Nested scheme for last_job:
- layers string
- layer name.
- outputs
Schematics
Job Data Flow Job Data Workitem Output[] - Output variables for the workItem. Nested scheme for outputs:
- settings
Schematics
Job Data Flow Job Data Workitem Setting[] - Environment variables for the workItem. Nested scheme for settings:
- source
Schematics
Job Data Flow Job Data Workitem Source - Source of templates, playbooks, or controls. MaxItems: 1. Nested scheme for source:
- source
Type string - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- updated
At string - Job status updation timestamp.
- command_
object_ strid - command object id.
- command_
object_ strname - command object name.
- inputs
Sequence[Schematics
Job Data Flow Job Data Workitem Input] - Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
- last_
job SchematicsJob Data Flow Job Data Workitem Last Job - Status of the last job executed by the workitem. MaxItems: 1. Nested scheme for last_job:
- layers str
- layer name.
- outputs
Sequence[Schematics
Job Data Flow Job Data Workitem Output] - Output variables for the workItem. Nested scheme for outputs:
- settings
Sequence[Schematics
Job Data Flow Job Data Workitem Setting] - Environment variables for the workItem. Nested scheme for settings:
- source
Schematics
Job Data Flow Job Data Workitem Source - Source of templates, playbooks, or controls. MaxItems: 1. Nested scheme for source:
- source_
type str - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- updated_
at str - Job status updation timestamp.
- command
Object StringId - command object id.
- command
Object StringName - command object name.
- inputs List<Property Map>
- Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
- last
Job Property Map - Status of the last job executed by the workitem. MaxItems: 1. Nested scheme for last_job:
- layers String
- layer name.
- outputs List<Property Map>
- Output variables for the workItem. Nested scheme for outputs:
- settings List<Property Map>
- Environment variables for the workItem. Nested scheme for settings:
- source Property Map
- Source of templates, playbooks, or controls. MaxItems: 1. Nested scheme for source:
- source
Type String - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- updated
At String - Job status updation timestamp.
SchematicsJobDataFlowJobDataWorkitemInput, SchematicsJobDataFlowJobDataWorkitemInputArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Flow Job Data Workitem Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Flow Job Data Workitem Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Flow Job Data Workitem Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Flow Job Data Workitem Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Flow Job Data Workitem Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata Property Map
- User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataFlowJobDataWorkitemInputMetadata, SchematicsJobDataFlowJobDataWorkitemInputMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataFlowJobDataWorkitemLastJob, SchematicsJobDataFlowJobDataWorkitemLastJobArgs
- Command
Name string - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- Command
Object string - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- Command
Object stringId - Workitem command object id, maps to workspace_id or action_id.
- Command
Object stringName - command object name (workspace_name/action_name).
- Job
Id string - Workspace job id.
- Job
Status string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Command
Name string - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- Command
Object string - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- Command
Object stringId - Workitem command object id, maps to workspace_id or action_id.
- Command
Object stringName - command object name (workspace_name/action_name).
- Job
Id string - Workspace job id.
- Job
Status string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- command
Name String - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command
Object String - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command
Object StringId - Workitem command object id, maps to workspace_id or action_id.
- command
Object StringName - command object name (workspace_name/action_name).
- job
Id String - Workspace job id.
- job
Status String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- command
Name string - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command
Object string - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command
Object stringId - Workitem command object id, maps to workspace_id or action_id.
- command
Object stringName - command object name (workspace_name/action_name).
- job
Id string - Workspace job id.
- job
Status string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- command_
name str - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command_
object str - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command_
object_ strid - Workitem command object id, maps to workspace_id or action_id.
- command_
object_ strname - command object name (workspace_name/action_name).
- job_
id str - Workspace job id.
- job_
status str - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- command
Name String - Schematics job command name.
- Constraints: Allowable values are: workspace_plan, workspace_apply, workspace_destroy, workspace_refresh, ansible_playbook_run, ansible_playbook_check, create_action, put_action, patch_action, delete_action, system_key_enable, system_key_delete, system_key_disable, system_key_rotate, system_key_restore, create_workspace, put_workspace, patch_workspace, delete_workspace, create_cart, create_environment, put_environment, delete_environment, environment_init, environment_install, environment_uninstall, repository_process
- command
Object String - Name of the Schematics automation resource.
- Constraints: Allowable values are: workspace, action, system, environment
- command
Object StringId - Workitem command object id, maps to workspace_id or action_id.
- command
Object StringName - command object name (workspace_name/action_name).
- job
Id String - Workspace job id.
- job
Status String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
SchematicsJobDataFlowJobDataWorkitemOutput, SchematicsJobDataFlowJobDataWorkitemOutputArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Flow Job Data Workitem Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Flow Job Data Workitem Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Flow Job Data Workitem Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Flow Job Data Workitem Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Flow Job Data Workitem Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata Property Map
- User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataFlowJobDataWorkitemOutputMetadata, SchematicsJobDataFlowJobDataWorkitemOutputMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataFlowJobDataWorkitemSetting, SchematicsJobDataFlowJobDataWorkitemSettingArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Flow Job Data Workitem Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Flow Job Data Workitem Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Flow Job Data Workitem Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Flow Job Data Workitem Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Flow Job Data Workitem Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata Property Map
- User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataFlowJobDataWorkitemSettingMetadata, SchematicsJobDataFlowJobDataWorkitemSettingMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataFlowJobDataWorkitemSource, SchematicsJobDataFlowJobDataWorkitemSourceArgs
- Source
Type string - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- Catalog
Schematics
Job Data Flow Job Data Workitem Source Catalog - Connection details to IBM Cloud Catalog source. MaxItems: 1. Nested scheme for catalog:
- Git
Schematics
Job Data Flow Job Data Workitem Source Git - Connection details to Git source. MaxItems: 1. Nested scheme for git:
- Source
Type string - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- Catalog
Schematics
Job Data Flow Job Data Workitem Source Catalog - Connection details to IBM Cloud Catalog source. MaxItems: 1. Nested scheme for catalog:
- Git
Schematics
Job Data Flow Job Data Workitem Source Git - Connection details to Git source. MaxItems: 1. Nested scheme for git:
- source
Type String - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- catalog
Schematics
Job Data Flow Job Data Workitem Source Catalog - Connection details to IBM Cloud Catalog source. MaxItems: 1. Nested scheme for catalog:
- git
Schematics
Job Data Flow Job Data Workitem Source Git - Connection details to Git source. MaxItems: 1. Nested scheme for git:
- source
Type string - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- catalog
Schematics
Job Data Flow Job Data Workitem Source Catalog - Connection details to IBM Cloud Catalog source. MaxItems: 1. Nested scheme for catalog:
- git
Schematics
Job Data Flow Job Data Workitem Source Git - Connection details to Git source. MaxItems: 1. Nested scheme for git:
- source_
type str - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- catalog
Schematics
Job Data Flow Job Data Workitem Source Catalog - Connection details to IBM Cloud Catalog source. MaxItems: 1. Nested scheme for catalog:
- git
Schematics
Job Data Flow Job Data Workitem Source Git - Connection details to Git source. MaxItems: 1. Nested scheme for git:
- source
Type String - Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- catalog Property Map
- Connection details to IBM Cloud Catalog source. MaxItems: 1. Nested scheme for catalog:
- git Property Map
- Connection details to Git source. MaxItems: 1. Nested scheme for git:
SchematicsJobDataFlowJobDataWorkitemSourceCatalog, SchematicsJobDataFlowJobDataWorkitemSourceCatalogArgs
- Catalog
Name string - name of the private catalog.
- Offering
Id string - Id of the offering the IBM Catalog.
- Offering
Kind string - Type of the offering, in the IBM Catalog.
- Offering
Name string - Name of the offering in the IBM Catalog.
- Offering
Repo stringUrl - Repo Url of the offering, in the IBM Catalog.
- Offering
Version string - Version string of the offering in the IBM Catalog.
- Offering
Version stringId - Id of the offering version the IBM Catalog.
- Catalog
Name string - name of the private catalog.
- Offering
Id string - Id of the offering the IBM Catalog.
- Offering
Kind string - Type of the offering, in the IBM Catalog.
- Offering
Name string - Name of the offering in the IBM Catalog.
- Offering
Repo stringUrl - Repo Url of the offering, in the IBM Catalog.
- Offering
Version string - Version string of the offering in the IBM Catalog.
- Offering
Version stringId - Id of the offering version the IBM Catalog.
- catalog
Name String - name of the private catalog.
- offering
Id String - Id of the offering the IBM Catalog.
- offering
Kind String - Type of the offering, in the IBM Catalog.
- offering
Name String - Name of the offering in the IBM Catalog.
- offering
Repo StringUrl - Repo Url of the offering, in the IBM Catalog.
- offering
Version String - Version string of the offering in the IBM Catalog.
- offering
Version StringId - Id of the offering version the IBM Catalog.
- catalog
Name string - name of the private catalog.
- offering
Id string - Id of the offering the IBM Catalog.
- offering
Kind string - Type of the offering, in the IBM Catalog.
- offering
Name string - Name of the offering in the IBM Catalog.
- offering
Repo stringUrl - Repo Url of the offering, in the IBM Catalog.
- offering
Version string - Version string of the offering in the IBM Catalog.
- offering
Version stringId - Id of the offering version the IBM Catalog.
- catalog_
name str - name of the private catalog.
- offering_
id str - Id of the offering the IBM Catalog.
- offering_
kind str - Type of the offering, in the IBM Catalog.
- offering_
name str - Name of the offering in the IBM Catalog.
- offering_
repo_ strurl - Repo Url of the offering, in the IBM Catalog.
- offering_
version str - Version string of the offering in the IBM Catalog.
- offering_
version_ strid - Id of the offering version the IBM Catalog.
- catalog
Name String - name of the private catalog.
- offering
Id String - Id of the offering the IBM Catalog.
- offering
Kind String - Type of the offering, in the IBM Catalog.
- offering
Name String - Name of the offering in the IBM Catalog.
- offering
Repo StringUrl - Repo Url of the offering, in the IBM Catalog.
- offering
Version String - Version string of the offering in the IBM Catalog.
- offering
Version StringId - Id of the offering version the IBM Catalog.
SchematicsJobDataFlowJobDataWorkitemSourceGit, SchematicsJobDataFlowJobDataWorkitemSourceGitArgs
- Computed
Git stringRepo Url - The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- Git
Branch string - Name of the branch, used to fetch the Git Repo.
- Git
Release string - Name of the release tag, used to fetch the Git Repo.
- Git
Repo stringFolder - Name of the folder in the Git Repo, that contains the template.
- Git
Repo stringUrl - URL to the GIT Repo that can be used to clone the template.
- Git
Token string - Personal Access Token to connect to Git URLs.
- Computed
Git stringRepo Url - The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- Git
Branch string - Name of the branch, used to fetch the Git Repo.
- Git
Release string - Name of the release tag, used to fetch the Git Repo.
- Git
Repo stringFolder - Name of the folder in the Git Repo, that contains the template.
- Git
Repo stringUrl - URL to the GIT Repo that can be used to clone the template.
- Git
Token string - Personal Access Token to connect to Git URLs.
- computed
Git StringRepo Url - The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- git
Branch String - Name of the branch, used to fetch the Git Repo.
- git
Release String - Name of the release tag, used to fetch the Git Repo.
- git
Repo StringFolder - Name of the folder in the Git Repo, that contains the template.
- git
Repo StringUrl - URL to the GIT Repo that can be used to clone the template.
- git
Token String - Personal Access Token to connect to Git URLs.
- computed
Git stringRepo Url - The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- git
Branch string - Name of the branch, used to fetch the Git Repo.
- git
Release string - Name of the release tag, used to fetch the Git Repo.
- git
Repo stringFolder - Name of the folder in the Git Repo, that contains the template.
- git
Repo stringUrl - URL to the GIT Repo that can be used to clone the template.
- git
Token string - Personal Access Token to connect to Git URLs.
- computed_
git_ strrepo_ url - The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- git_
branch str - Name of the branch, used to fetch the Git Repo.
- git_
release str - Name of the release tag, used to fetch the Git Repo.
- git_
repo_ strfolder - Name of the folder in the Git Repo, that contains the template.
- git_
repo_ strurl - URL to the GIT Repo that can be used to clone the template.
- git_
token str - Personal Access Token to connect to Git URLs.
- computed
Git StringRepo Url - The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- git
Branch String - Name of the branch, used to fetch the Git Repo.
- git
Release String - Name of the release tag, used to fetch the Git Repo.
- git
Repo StringFolder - Name of the folder in the Git Repo, that contains the template.
- git
Repo StringUrl - URL to the GIT Repo that can be used to clone the template.
- git
Token String - Personal Access Token to connect to Git URLs.
SchematicsJobDataSystemJobData, SchematicsJobDataSystemJobDataArgs
- Key
Id string - Key ID for which key event is generated.
- Schematics
Resource List<string>Ids - List of the schematics resource id.
- Updated
At string - Job status updation timestamp.
- Key
Id string - Key ID for which key event is generated.
- Schematics
Resource []stringIds - List of the schematics resource id.
- Updated
At string - Job status updation timestamp.
- key
Id String - Key ID for which key event is generated.
- schematics
Resource List<String>Ids - List of the schematics resource id.
- updated
At String - Job status updation timestamp.
- key
Id string - Key ID for which key event is generated.
- schematics
Resource string[]Ids - List of the schematics resource id.
- updated
At string - Job status updation timestamp.
- key_
id str - Key ID for which key event is generated.
- schematics_
resource_ Sequence[str]ids - List of the schematics resource id.
- updated_
at str - Job status updation timestamp.
- key
Id String - Key ID for which key event is generated.
- schematics
Resource List<String>Ids - List of the schematics resource id.
- updated
At String - Job status updation timestamp.
SchematicsJobDataWorkspaceJobData, SchematicsJobDataWorkspaceJobDataArgs
- Flow
Id string - Flow Id.
- Flow
Name string - Flow name.
- Inputs
List<Schematics
Job Data Workspace Job Data Input> - Input variables data used by the Workspace Job. Nested scheme for inputs:
- Outputs
List<Schematics
Job Data Workspace Job Data Output> - Output variables data from the Workspace Job. Nested scheme for outputs:
- Settings
List<Schematics
Job Data Workspace Job Data Setting> - Environment variables used by all the templates in the Workspace. MaxItems: 1. Nested scheme for settings:
- Template
Datas List<SchematicsJob Data Workspace Job Data Template Data> - Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
- Updated
At string - Job status updation timestamp.
- Workspace
Name string - Workspace name.
- Flow
Id string - Flow Id.
- Flow
Name string - Flow name.
- Inputs
[]Schematics
Job Data Workspace Job Data Input Type - Input variables data used by the Workspace Job. Nested scheme for inputs:
- Outputs
[]Schematics
Job Data Workspace Job Data Output Type - Output variables data from the Workspace Job. Nested scheme for outputs:
- Settings
[]Schematics
Job Data Workspace Job Data Setting - Environment variables used by all the templates in the Workspace. MaxItems: 1. Nested scheme for settings:
- Template
Datas []SchematicsJob Data Workspace Job Data Template Data - Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
- Updated
At string - Job status updation timestamp.
- Workspace
Name string - Workspace name.
- flow
Id String - Flow Id.
- flow
Name String - Flow name.
- inputs
List<Schematics
Job Data Workspace Job Data Input> - Input variables data used by the Workspace Job. Nested scheme for inputs:
- outputs
List<Schematics
Job Data Workspace Job Data Output> - Output variables data from the Workspace Job. Nested scheme for outputs:
- settings
List<Schematics
Job Data Workspace Job Data Setting> - Environment variables used by all the templates in the Workspace. MaxItems: 1. Nested scheme for settings:
- template
Datas List<SchematicsJob Data Workspace Job Data Template Data> - Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
- updated
At String - Job status updation timestamp.
- workspace
Name String - Workspace name.
- flow
Id string - Flow Id.
- flow
Name string - Flow name.
- inputs
Schematics
Job Data Workspace Job Data Input[] - Input variables data used by the Workspace Job. Nested scheme for inputs:
- outputs
Schematics
Job Data Workspace Job Data Output[] - Output variables data from the Workspace Job. Nested scheme for outputs:
- settings
Schematics
Job Data Workspace Job Data Setting[] - Environment variables used by all the templates in the Workspace. MaxItems: 1. Nested scheme for settings:
- template
Datas SchematicsJob Data Workspace Job Data Template Data[] - Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
- updated
At string - Job status updation timestamp.
- workspace
Name string - Workspace name.
- flow_
id str - Flow Id.
- flow_
name str - Flow name.
- inputs
Sequence[Schematics
Job Data Workspace Job Data Input] - Input variables data used by the Workspace Job. Nested scheme for inputs:
- outputs
Sequence[Schematics
Job Data Workspace Job Data Output] - Output variables data from the Workspace Job. Nested scheme for outputs:
- settings
Sequence[Schematics
Job Data Workspace Job Data Setting] - Environment variables used by all the templates in the Workspace. MaxItems: 1. Nested scheme for settings:
- template_
datas Sequence[SchematicsJob Data Workspace Job Data Template Data] - Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
- updated_
at str - Job status updation timestamp.
- workspace_
name str - Workspace name.
- flow
Id String - Flow Id.
- flow
Name String - Flow name.
- inputs List<Property Map>
- Input variables data used by the Workspace Job. Nested scheme for inputs:
- outputs List<Property Map>
- Output variables data from the Workspace Job. Nested scheme for outputs:
- settings List<Property Map>
- Environment variables used by all the templates in the Workspace. MaxItems: 1. Nested scheme for settings:
- template
Datas List<Property Map> - Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
- updated
At String - Job status updation timestamp.
- workspace
Name String - Workspace name.
SchematicsJobDataWorkspaceJobDataInput, SchematicsJobDataWorkspaceJobDataInputArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata Property Map
- User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataWorkspaceJobDataInputMetadata, SchematicsJobDataWorkspaceJobDataInputMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataWorkspaceJobDataOutput, SchematicsJobDataWorkspaceJobDataOutputArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata Property Map
- User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataWorkspaceJobDataOutputMetadata, SchematicsJobDataWorkspaceJobDataOutputMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataWorkspaceJobDataSetting, SchematicsJobDataWorkspaceJobDataSettingArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Setting Metadata - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Setting Metadata - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Setting Metadata - User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Setting Metadata - User editable metadata for the variables. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Setting Metadata - User editable metadata for the variables. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata Property Map
- User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataWorkspaceJobDataSettingMetadata, SchematicsJobDataWorkspaceJobDataSettingMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataWorkspaceJobDataTemplateData, SchematicsJobDataWorkspaceJobDataTemplateDataArgs
- Flow
Index double - Index of the template in the Flow.
- Inputs
List<Schematics
Job Data Workspace Job Data Template Data Input> - Job inputs used by the Templates. Nested scheme for inputs:
- Outputs
List<Schematics
Job Data Workspace Job Data Template Data Output> - Job output from the Templates. Nested scheme for outputs:
- Settings
List<Schematics
Job Data Workspace Job Data Template Data Setting> - Environment variables used by the template. Nested scheme for settings:
- Template
Id string - Template Id.
- Template
Name string - Template name.
- Updated
At string - Job status updation timestamp.
- Flow
Index float64 - Index of the template in the Flow.
- Inputs
[]Schematics
Job Data Workspace Job Data Template Data Input Type - Job inputs used by the Templates. Nested scheme for inputs:
- Outputs
[]Schematics
Job Data Workspace Job Data Template Data Output Type - Job output from the Templates. Nested scheme for outputs:
- Settings
[]Schematics
Job Data Workspace Job Data Template Data Setting - Environment variables used by the template. Nested scheme for settings:
- Template
Id string - Template Id.
- Template
Name string - Template name.
- Updated
At string - Job status updation timestamp.
- flow
Index Double - Index of the template in the Flow.
- inputs
List<Schematics
Job Data Workspace Job Data Template Data Input> - Job inputs used by the Templates. Nested scheme for inputs:
- outputs
List<Schematics
Job Data Workspace Job Data Template Data Output> - Job output from the Templates. Nested scheme for outputs:
- settings
List<Schematics
Job Data Workspace Job Data Template Data Setting> - Environment variables used by the template. Nested scheme for settings:
- template
Id String - Template Id.
- template
Name String - Template name.
- updated
At String - Job status updation timestamp.
- flow
Index number - Index of the template in the Flow.
- inputs
Schematics
Job Data Workspace Job Data Template Data Input[] - Job inputs used by the Templates. Nested scheme for inputs:
- outputs
Schematics
Job Data Workspace Job Data Template Data Output[] - Job output from the Templates. Nested scheme for outputs:
- settings
Schematics
Job Data Workspace Job Data Template Data Setting[] - Environment variables used by the template. Nested scheme for settings:
- template
Id string - Template Id.
- template
Name string - Template name.
- updated
At string - Job status updation timestamp.
- flow_
index float - Index of the template in the Flow.
- inputs
Sequence[Schematics
Job Data Workspace Job Data Template Data Input] - Job inputs used by the Templates. Nested scheme for inputs:
- outputs
Sequence[Schematics
Job Data Workspace Job Data Template Data Output] - Job output from the Templates. Nested scheme for outputs:
- settings
Sequence[Schematics
Job Data Workspace Job Data Template Data Setting] - Environment variables used by the template. Nested scheme for settings:
- template_
id str - Template Id.
- template_
name str - Template name.
- updated_
at str - Job status updation timestamp.
- flow
Index Number - Index of the template in the Flow.
- inputs List<Property Map>
- Job inputs used by the Templates. Nested scheme for inputs:
- outputs List<Property Map>
- Job output from the Templates. Nested scheme for outputs:
- settings List<Property Map>
- Environment variables used by the template. Nested scheme for settings:
- template
Id String - Template Id.
- template
Name String - Template name.
- updated
At String - Job status updation timestamp.
SchematicsJobDataWorkspaceJobDataTemplateDataInput, SchematicsJobDataWorkspaceJobDataTemplateDataInputArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Template Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Template Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Template Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Template Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Template Data Input Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata Property Map
- User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataWorkspaceJobDataTemplateDataInputMetadata, SchematicsJobDataWorkspaceJobDataTemplateDataInputMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataWorkspaceJobDataTemplateDataOutput, SchematicsJobDataWorkspaceJobDataTemplateDataOutputArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Template Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Template Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Template Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Template Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Template Data Output Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata Property Map
- User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadata, SchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobDataWorkspaceJobDataTemplateDataSetting, SchematicsJobDataWorkspaceJobDataTemplateDataSettingArgs
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Template Data Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadata
Schematics
Job Data Workspace Job Data Template Data Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Template Data Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Template Data Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadata
Schematics
Job Data Workspace Job Data Template Data Setting Metadata - User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadata Property Map
- User editable metadata for the variables. MaxItems: 1. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
SchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadata, SchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadataArgs
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
SchematicsJobJobEnvSetting, SchematicsJobJobEnvSettingArgs
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Schematics
Job Job Env Setting Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Schematics
Job Job Env Setting Metadata - User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Schematics
Job Job Env Setting Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Schematics
Job Job Env Setting Metadata[] - User editable metadata for the variables. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Schematics
Job Job Env Setting Metadata] - User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- User editable metadata for the variables. Nested scheme for metadata:
SchematicsJobJobEnvSettingMetadata, SchematicsJobJobEnvSettingMetadataArgs
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
SchematicsJobJobInput, SchematicsJobJobInputArgs
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Schematics
Job Job Input Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- Name string
- Name of the variable.
- Value string
- Value for the variable or reference to the value.
- Link string
- Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Schematics
Job Job Input Metadata - User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Schematics
Job Job Input Metadata> - User editable metadata for the variables. Nested scheme for metadata:
- name string
- Name of the variable.
- value string
- Value for the variable or reference to the value.
- link string
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Schematics
Job Job Input Metadata[] - User editable metadata for the variables. Nested scheme for metadata:
- name str
- Name of the variable.
- value str
- Value for the variable or reference to the value.
- link str
- Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Schematics
Job Job Input Metadata] - User editable metadata for the variables. Nested scheme for metadata:
- name String
- Name of the variable.
- value String
- Value for the variable or reference to the value.
- link String
- Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- User editable metadata for the variables. Nested scheme for metadata:
SchematicsJobJobInputMetadata, SchematicsJobJobInputMetadataArgs
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases List<string>
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length double - Maximum length of the variable value. Applicable for string type.
- Max
Value double - Maximum value of the variable. Applicable for integer type.
- Min
Length double - Minimum length of the variable value. Applicable for string type.
- Min
Value double - Minimum value of the variable. Applicable for integer type.
- Options List<string>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- Type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- List of aliases for the variable name.
- Default
Value string - Default value for the variable, if the override value is not specified.
- Description string
- Description of the meta data.
- Group
By string - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- Is the variable readonly ?.
- Matches string
- Regex for the variable value.
- Max
Length float64 - Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - Minimum value of the variable. Applicable for integer type.
- Options []string
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- Relative position of this variable in a list.
- Secure bool
- Is the variable secure or sensitive ?.
- Source string
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Double - Maximum length of the variable value. Applicable for string type.
- max
Value Double - Maximum value of the variable. Applicable for integer type.
- min
Length Double - Minimum length of the variable value. Applicable for string type.
- min
Value Double - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
- type string
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- List of aliases for the variable name.
- default
Value string - Default value for the variable, if the override value is not specified.
- description string
- Description of the meta data.
- group
By string - Display name of the group this variable belongs to.
- boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- Is the variable readonly ?.
- matches string
- Regex for the variable value.
- max
Length number - Maximum length of the variable value. Applicable for string type.
- max
Value number - Maximum value of the variable. Applicable for integer type.
- min
Length number - Minimum length of the variable value. Applicable for string type.
- min
Value number - Minimum value of the variable. Applicable for integer type.
- options string[]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- Relative position of this variable in a list.
- secure boolean
- Is the variable secure or sensitive ?.
- source string
- Source of this meta-data.
- type str
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- List of aliases for the variable name.
- default_
value str - Default value for the variable, if the override value is not specified.
- description str
- Description of the meta data.
- group_
by str - Display name of the group this variable belongs to.
- bool
- If true, the variable will not be displayed on UI or CLI.
- immutable bool
- Is the variable readonly ?.
- matches str
- Regex for the variable value.
- max_
length float - Maximum length of the variable value. Applicable for string type.
- max_
value float - Maximum value of the variable. Applicable for integer type.
- min_
length float - Minimum length of the variable value. Applicable for string type.
- min_
value float - Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- Relative position of this variable in a list.
- secure bool
- Is the variable secure or sensitive ?.
- source str
- Source of this meta-data.
- type String
- Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- List of aliases for the variable name.
- default
Value String - Default value for the variable, if the override value is not specified.
- description String
- Description of the meta data.
- group
By String - Display name of the group this variable belongs to.
- Boolean
- If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- Is the variable readonly ?.
- matches String
- Regex for the variable value.
- max
Length Number - Maximum length of the variable value. Applicable for string type.
- max
Value Number - Maximum value of the variable. Applicable for integer type.
- min
Length Number - Minimum length of the variable value. Applicable for string type.
- min
Value Number - Minimum value of the variable. Applicable for integer type.
- options List<String>
- List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- Relative position of this variable in a list.
- secure Boolean
- Is the variable secure or sensitive ?.
- source String
- Source of this meta-data.
SchematicsJobLogSummary, SchematicsJobLogSummaryArgs
- Action
Jobs List<SchematicsJob Log Summary Action Job> - Flow Job log summary. Nested scheme for action_job:
- Elapsed
Time double - Job log elapsed time (log_analyzed_till - log_start_at).
- Flow
Job SchematicsJob Log Summary Flow Job - Flow Job log summary. MaxItems: 1. Nested scheme for flow_job:
- Job
Id string - Workspace Id.
- Job
Type string - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
- Log
Analyzed stringTill - Job log update timestamp.
- Log
Errors List<SchematicsJob Log Summary Log Error> - Job log errors. Nested scheme for log_errors:
- Log
Start stringAt - Job log start timestamp.
- Repo
Download List<SchematicsJobs Job Log Summary Repo Download Job> - Repo download Job log summary. Nested scheme for repo_download_job:
- System
Job SchematicsJob Log Summary System Job - System Job log summary. MaxItems: 1. Nested scheme for system_job:
- Workspace
Job SchematicsJob Log Summary Workspace Job - Workspace Job log summary. MaxItems: 1. Nested scheme for workspace_job:
- Action
Jobs []SchematicsJob Log Summary Action Job - Flow Job log summary. Nested scheme for action_job:
- Elapsed
Time float64 - Job log elapsed time (log_analyzed_till - log_start_at).
- Flow
Job SchematicsJob Log Summary Flow Job - Flow Job log summary. MaxItems: 1. Nested scheme for flow_job:
- Job
Id string - Workspace Id.
- Job
Type string - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
- Log
Analyzed stringTill - Job log update timestamp.
- Log
Errors []SchematicsJob Log Summary Log Error - Job log errors. Nested scheme for log_errors:
- Log
Start stringAt - Job log start timestamp.
- Repo
Download []SchematicsJobs Job Log Summary Repo Download Job - Repo download Job log summary. Nested scheme for repo_download_job:
- System
Job SchematicsJob Log Summary System Job - System Job log summary. MaxItems: 1. Nested scheme for system_job:
- Workspace
Job SchematicsJob Log Summary Workspace Job - Workspace Job log summary. MaxItems: 1. Nested scheme for workspace_job:
- action
Jobs List<SchematicsJob Log Summary Action Job> - Flow Job log summary. Nested scheme for action_job:
- elapsed
Time Double - Job log elapsed time (log_analyzed_till - log_start_at).
- flow
Job SchematicsJob Log Summary Flow Job - Flow Job log summary. MaxItems: 1. Nested scheme for flow_job:
- job
Id String - Workspace Id.
- job
Type String - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
- log
Analyzed StringTill - Job log update timestamp.
- log
Errors List<SchematicsJob Log Summary Log Error> - Job log errors. Nested scheme for log_errors:
- log
Start StringAt - Job log start timestamp.
- repo
Download List<SchematicsJobs Job Log Summary Repo Download Job> - Repo download Job log summary. Nested scheme for repo_download_job:
- system
Job SchematicsJob Log Summary System Job - System Job log summary. MaxItems: 1. Nested scheme for system_job:
- workspace
Job SchematicsJob Log Summary Workspace Job - Workspace Job log summary. MaxItems: 1. Nested scheme for workspace_job:
- action
Jobs SchematicsJob Log Summary Action Job[] - Flow Job log summary. Nested scheme for action_job:
- elapsed
Time number - Job log elapsed time (log_analyzed_till - log_start_at).
- flow
Job SchematicsJob Log Summary Flow Job - Flow Job log summary. MaxItems: 1. Nested scheme for flow_job:
- job
Id string - Workspace Id.
- job
Type string - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
- log
Analyzed stringTill - Job log update timestamp.
- log
Errors SchematicsJob Log Summary Log Error[] - Job log errors. Nested scheme for log_errors:
- log
Start stringAt - Job log start timestamp.
- repo
Download SchematicsJobs Job Log Summary Repo Download Job[] - Repo download Job log summary. Nested scheme for repo_download_job:
- system
Job SchematicsJob Log Summary System Job - System Job log summary. MaxItems: 1. Nested scheme for system_job:
- workspace
Job SchematicsJob Log Summary Workspace Job - Workspace Job log summary. MaxItems: 1. Nested scheme for workspace_job:
- action_
jobs Sequence[SchematicsJob Log Summary Action Job] - Flow Job log summary. Nested scheme for action_job:
- elapsed_
time float - Job log elapsed time (log_analyzed_till - log_start_at).
- flow_
job SchematicsJob Log Summary Flow Job - Flow Job log summary. MaxItems: 1. Nested scheme for flow_job:
- job_
id str - Workspace Id.
- job_
type str - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
- log_
analyzed_ strtill - Job log update timestamp.
- log_
errors Sequence[SchematicsJob Log Summary Log Error] - Job log errors. Nested scheme for log_errors:
- log_
start_ strat - Job log start timestamp.
- repo_
download_ Sequence[Schematicsjobs Job Log Summary Repo Download Job] - Repo download Job log summary. Nested scheme for repo_download_job:
- system_
job SchematicsJob Log Summary System Job - System Job log summary. MaxItems: 1. Nested scheme for system_job:
- workspace_
job SchematicsJob Log Summary Workspace Job - Workspace Job log summary. MaxItems: 1. Nested scheme for workspace_job:
- action
Jobs List<Property Map> - Flow Job log summary. Nested scheme for action_job:
- elapsed
Time Number - Job log elapsed time (log_analyzed_till - log_start_at).
- flow
Job Property Map - Flow Job log summary. MaxItems: 1. Nested scheme for flow_job:
- job
Id String - Workspace Id.
- job
Type String - Type of Job.
- Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
- log
Analyzed StringTill - Job log update timestamp.
- log
Errors List<Property Map> - Job log errors. Nested scheme for log_errors:
- log
Start StringAt - Job log start timestamp.
- repo
Download List<Property Map>Jobs - Repo download Job log summary. Nested scheme for repo_download_job:
- system
Job Property Map - System Job log summary. MaxItems: 1. Nested scheme for system_job:
- workspace
Job Property Map - Workspace Job log summary. MaxItems: 1. Nested scheme for workspace_job:
SchematicsJobLogSummaryActionJob, SchematicsJobLogSummaryActionJobArgs
- Play
Count double - number of plays in playbook.
- Recaps
List<Schematics
Job Log Summary Action Job Recap> - Recap records. Nested scheme for recap:
- Target
Count double - number of targets or hosts.
- Task
Count double - number of tasks in playbook.
- Play
Count float64 - number of plays in playbook.
- Recaps
[]Schematics
Job Log Summary Action Job Recap - Recap records. Nested scheme for recap:
- Target
Count float64 - number of targets or hosts.
- Task
Count float64 - number of tasks in playbook.
- play
Count Double - number of plays in playbook.
- recaps
List<Schematics
Job Log Summary Action Job Recap> - Recap records. Nested scheme for recap:
- target
Count Double - number of targets or hosts.
- task
Count Double - number of tasks in playbook.
- play
Count number - number of plays in playbook.
- recaps
Schematics
Job Log Summary Action Job Recap[] - Recap records. Nested scheme for recap:
- target
Count number - number of targets or hosts.
- task
Count number - number of tasks in playbook.
- play_
count float - number of plays in playbook.
- recaps
Sequence[Schematics
Job Log Summary Action Job Recap] - Recap records. Nested scheme for recap:
- target_
count float - number of targets or hosts.
- task_
count float - number of tasks in playbook.
- play
Count Number - number of plays in playbook.
- recaps List<Property Map>
- Recap records. Nested scheme for recap:
- target
Count Number - number of targets or hosts.
- task
Count Number - number of tasks in playbook.
SchematicsJobLogSummaryActionJobRecap, SchematicsJobLogSummaryActionJobRecapArgs
SchematicsJobLogSummaryFlowJob, SchematicsJobLogSummaryFlowJobArgs
- Workitems
List<Schematics
Job Log Summary Flow Job Workitem> - Nested scheme for workitems:
- Workitems
Completed double - Number of workitems completed successfully.
- Workitems
Failed double - Number of workitems failed.
- Workitems
Pending double - Number of workitems pending in the flow.
- Workitems
[]Schematics
Job Log Summary Flow Job Workitem - Nested scheme for workitems:
- Workitems
Completed float64 - Number of workitems completed successfully.
- Workitems
Failed float64 - Number of workitems failed.
- Workitems
Pending float64 - Number of workitems pending in the flow.
- workitems
List<Schematics
Job Log Summary Flow Job Workitem> - Nested scheme for workitems:
- workitems
Completed Double - Number of workitems completed successfully.
- workitems
Failed Double - Number of workitems failed.
- workitems
Pending Double - Number of workitems pending in the flow.
- workitems
Schematics
Job Log Summary Flow Job Workitem[] - Nested scheme for workitems:
- workitems
Completed number - Number of workitems completed successfully.
- workitems
Failed number - Number of workitems failed.
- workitems
Pending number - Number of workitems pending in the flow.
- workitems
Sequence[Schematics
Job Log Summary Flow Job Workitem] - Nested scheme for workitems:
- workitems_
completed float - Number of workitems completed successfully.
- workitems_
failed float - Number of workitems failed.
- workitems_
pending float - Number of workitems pending in the flow.
- workitems List<Property Map>
- Nested scheme for workitems:
- workitems
Completed Number - Number of workitems completed successfully.
- workitems
Failed Number - Number of workitems failed.
- workitems
Pending Number - Number of workitems pending in the flow.
SchematicsJobLogSummaryFlowJobWorkitem, SchematicsJobLogSummaryFlowJobWorkitemArgs
- Job
Id string - workspace JOB ID.
- Log
Url string - Log url for job.
- Resources
Add double - Number of resources add.
- Resources
Destroy double - Number of resources destroy.
- Resources
Modify double - Number of resources modify.
- Workspace
Id string - workspace ID.
- Job
Id string - workspace JOB ID.
- Log
Url string - Log url for job.
- Resources
Add float64 - Number of resources add.
- Resources
Destroy float64 - Number of resources destroy.
- Resources
Modify float64 - Number of resources modify.
- Workspace
Id string - workspace ID.
- job
Id String - workspace JOB ID.
- log
Url String - Log url for job.
- resources
Add Double - Number of resources add.
- resources
Destroy Double - Number of resources destroy.
- resources
Modify Double - Number of resources modify.
- workspace
Id String - workspace ID.
- job
Id string - workspace JOB ID.
- log
Url string - Log url for job.
- resources
Add number - Number of resources add.
- resources
Destroy number - Number of resources destroy.
- resources
Modify number - Number of resources modify.
- workspace
Id string - workspace ID.
- job_
id str - workspace JOB ID.
- log_
url str - Log url for job.
- resources_
add float - Number of resources add.
- resources_
destroy float - Number of resources destroy.
- resources_
modify float - Number of resources modify.
- workspace_
id str - workspace ID.
- job
Id String - workspace JOB ID.
- log
Url String - Log url for job.
- resources
Add Number - Number of resources add.
- resources
Destroy Number - Number of resources destroy.
- resources
Modify Number - Number of resources modify.
- workspace
Id String - workspace ID.
SchematicsJobLogSummaryLogError, SchematicsJobLogSummaryLogErrorArgs
- Error
Code string - Error code in the Log.
- Error
Count double - Number of occurrence.
- Error
Msg string - Summary error message in the log.
- Error
Code string - Error code in the Log.
- Error
Count float64 - Number of occurrence.
- Error
Msg string - Summary error message in the log.
- error
Code String - Error code in the Log.
- error
Count Double - Number of occurrence.
- error
Msg String - Summary error message in the log.
- error
Code string - Error code in the Log.
- error
Count number - Number of occurrence.
- error
Msg string - Summary error message in the log.
- error_
code str - Error code in the Log.
- error_
count float - Number of occurrence.
- error_
msg str - Summary error message in the log.
- error
Code String - Error code in the Log.
- error
Count Number - Number of occurrence.
- error
Msg String - Summary error message in the log.
SchematicsJobLogSummaryRepoDownloadJob, SchematicsJobLogSummaryRepoDownloadJobArgs
- Detected
Filetype string - Detected template or data file type.
- Inputs
Count string - Number of inputs detected.
- Outputs
Count string - Number of outputs detected.
- Quarantined
File doubleCount - Number of files quarantined.
- Scanned
File doubleCount - Number of files scanned.
- Detected
Filetype string - Detected template or data file type.
- Inputs
Count string - Number of inputs detected.
- Outputs
Count string - Number of outputs detected.
- Quarantined
File float64Count - Number of files quarantined.
- Scanned
File float64Count - Number of files scanned.
- detected
Filetype String - Detected template or data file type.
- inputs
Count String - Number of inputs detected.
- outputs
Count String - Number of outputs detected.
- quarantined
File DoubleCount - Number of files quarantined.
- scanned
File DoubleCount - Number of files scanned.
- detected
Filetype string - Detected template or data file type.
- inputs
Count string - Number of inputs detected.
- outputs
Count string - Number of outputs detected.
- quarantined
File numberCount - Number of files quarantined.
- scanned
File numberCount - Number of files scanned.
- detected_
filetype str - Detected template or data file type.
- inputs_
count str - Number of inputs detected.
- outputs_
count str - Number of outputs detected.
- quarantined_
file_ floatcount - Number of files quarantined.
- scanned_
file_ floatcount - Number of files scanned.
- detected
Filetype String - Detected template or data file type.
- inputs
Count String - Number of inputs detected.
- outputs
Count String - Number of outputs detected.
- quarantined
File NumberCount - Number of files quarantined.
- scanned
File NumberCount - Number of files scanned.
SchematicsJobLogSummarySystemJob, SchematicsJobLogSummarySystemJobArgs
- Failed double
- Number of failed.
- Success double
- Number of passed.
- Target
Count double - number of targets or hosts.
- Failed float64
- Number of failed.
- Success float64
- Number of passed.
- Target
Count float64 - number of targets or hosts.
- failed Double
- Number of failed.
- success Double
- Number of passed.
- target
Count Double - number of targets or hosts.
- failed number
- Number of failed.
- success number
- Number of passed.
- target
Count number - number of targets or hosts.
- failed float
- Number of failed.
- success float
- Number of passed.
- target_
count float - number of targets or hosts.
- failed Number
- Number of failed.
- success Number
- Number of passed.
- target
Count Number - number of targets or hosts.
SchematicsJobLogSummaryWorkspaceJob, SchematicsJobLogSummaryWorkspaceJobArgs
- Resources
Add double - Number of resources add.
- Resources
Destroy double - Number of resources destroy.
- Resources
Modify double - Number of resources modify.
- Resources
Add float64 - Number of resources add.
- Resources
Destroy float64 - Number of resources destroy.
- Resources
Modify float64 - Number of resources modify.
- resources
Add Double - Number of resources add.
- resources
Destroy Double - Number of resources destroy.
- resources
Modify Double - Number of resources modify.
- resources
Add number - Number of resources add.
- resources
Destroy number - Number of resources destroy.
- resources
Modify number - Number of resources modify.
- resources_
add float - Number of resources add.
- resources_
destroy float - Number of resources destroy.
- resources_
modify float - Number of resources modify.
- resources
Add Number - Number of resources add.
- resources
Destroy Number - Number of resources destroy.
- resources
Modify Number - Number of resources modify.
SchematicsJobStatus, SchematicsJobStatusArgs
- Action
Job List<SchematicsStatuses Job Status Action Job Status> - Action Job Status. Nested scheme for action_job_status:
- Flow
Job List<SchematicsStatuses Job Status Flow Job Status> - Environment Flow JOB Status. MaxItems: 1. Nested scheme for flow_job_status:
- System
Job List<SchematicsStatuses Job Status System Job Status> - System Job Status. MaxItems: 1. Nested scheme for system_job_status:
- Workspace
Job List<SchematicsStatuses Job Status Workspace Job Status> - Workspace Job Status. Nested scheme for workspace_job_status:
- Action
Job []SchematicsStatuses Job Status Action Job Status - Action Job Status. Nested scheme for action_job_status:
- Flow
Job []SchematicsStatuses Job Status Flow Job Status - Environment Flow JOB Status. MaxItems: 1. Nested scheme for flow_job_status:
- System
Job []SchematicsStatuses Job Status System Job Status - System Job Status. MaxItems: 1. Nested scheme for system_job_status:
- Workspace
Job []SchematicsStatuses Job Status Workspace Job Status - Workspace Job Status. Nested scheme for workspace_job_status:
- action
Job List<SchematicsStatuses Job Status Action Job Status> - Action Job Status. Nested scheme for action_job_status:
- flow
Job List<SchematicsStatuses Job Status Flow Job Status> - Environment Flow JOB Status. MaxItems: 1. Nested scheme for flow_job_status:
- system
Job List<SchematicsStatuses Job Status System Job Status> - System Job Status. MaxItems: 1. Nested scheme for system_job_status:
- workspace
Job List<SchematicsStatuses Job Status Workspace Job Status> - Workspace Job Status. Nested scheme for workspace_job_status:
- action
Job SchematicsStatuses Job Status Action Job Status[] - Action Job Status. Nested scheme for action_job_status:
- flow
Job SchematicsStatuses Job Status Flow Job Status[] - Environment Flow JOB Status. MaxItems: 1. Nested scheme for flow_job_status:
- system
Job SchematicsStatuses Job Status System Job Status[] - System Job Status. MaxItems: 1. Nested scheme for system_job_status:
- workspace
Job SchematicsStatuses Job Status Workspace Job Status[] - Workspace Job Status. Nested scheme for workspace_job_status:
- action_
job_ Sequence[Schematicsstatuses Job Status Action Job Status] - Action Job Status. Nested scheme for action_job_status:
- flow_
job_ Sequence[Schematicsstatuses Job Status Flow Job Status] - Environment Flow JOB Status. MaxItems: 1. Nested scheme for flow_job_status:
- system_
job_ Sequence[Schematicsstatuses Job Status System Job Status] - System Job Status. MaxItems: 1. Nested scheme for system_job_status:
- workspace_
job_ Sequence[Schematicsstatuses Job Status Workspace Job Status] - Workspace Job Status. Nested scheme for workspace_job_status:
- action
Job List<Property Map>Statuses - Action Job Status. Nested scheme for action_job_status:
- flow
Job List<Property Map>Statuses - Environment Flow JOB Status. MaxItems: 1. Nested scheme for flow_job_status:
- system
Job List<Property Map>Statuses - System Job Status. MaxItems: 1. Nested scheme for system_job_status:
- workspace
Job List<Property Map>Statuses - Workspace Job Status. Nested scheme for workspace_job_status:
SchematicsJobStatusActionJobStatus, SchematicsJobStatusActionJobStatusArgs
- Action
Name string - Action name.
- Bastion
Status stringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- Bastion
Status stringMessage - Bastion status message - to be displayed along with the bastion_status_code;.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Action Job status message - to be displayed along with the action_status_code.
- Targets
Status stringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- Targets
Status stringMessage - Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
- Updated
At string - Job status updation timestamp.
- Action
Name string - Action name.
- Bastion
Status stringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- Bastion
Status stringMessage - Bastion status message - to be displayed along with the bastion_status_code;.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Action Job status message - to be displayed along with the action_status_code.
- Targets
Status stringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- Targets
Status stringMessage - Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
- Updated
At string - Job status updation timestamp.
- action
Name String - Action name.
- bastion
Status StringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- bastion
Status StringMessage - Bastion status message - to be displayed along with the bastion_status_code;.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Action Job status message - to be displayed along with the action_status_code.
- targets
Status StringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- targets
Status StringMessage - Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
- updated
At String - Job status updation timestamp.
- action
Name string - Action name.
- bastion
Status stringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- bastion
Status stringMessage - Bastion status message - to be displayed along with the bastion_status_code;.
- status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message string - Action Job status message - to be displayed along with the action_status_code.
- targets
Status stringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- targets
Status stringMessage - Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
- updated
At string - Job status updation timestamp.
- action_
name str - Action name.
- bastion_
status_ strcode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- bastion_
status_ strmessage - Bastion status message - to be displayed along with the bastion_status_code;.
- status_
code str - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status_
message str - Action Job status message - to be displayed along with the action_status_code.
- targets_
status_ strcode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- targets_
status_ strmessage - Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
- updated_
at str - Job status updation timestamp.
- action
Name String - Action name.
- bastion
Status StringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- bastion
Status StringMessage - Bastion status message - to be displayed along with the bastion_status_code;.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Action Job status message - to be displayed along with the action_status_code.
- targets
Status StringCode - Status of Resources.
- Constraints: Allowable values are: none, ready, processing, error
- targets
Status StringMessage - Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
- updated
At String - Job status updation timestamp.
SchematicsJobStatusFlowJobStatus, SchematicsJobStatusFlowJobStatusArgs
- Flow
Id string - flow id.
- Flow
Name string - flow name.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Flow Job status message - to be displayed along with the status_code;.
- Updated
At string - Job status updation timestamp.
- Workitems
List<Schematics
Job Status Flow Job Status Workitem> - Environment's individual workItem status details;. Nested scheme for workitems:
- Flow
Id string - flow id.
- Flow
Name string - flow name.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Flow Job status message - to be displayed along with the status_code;.
- Updated
At string - Job status updation timestamp.
- Workitems
[]Schematics
Job Status Flow Job Status Workitem - Environment's individual workItem status details;. Nested scheme for workitems:
- flow
Id String - flow id.
- flow
Name String - flow name.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Flow Job status message - to be displayed along with the status_code;.
- updated
At String - Job status updation timestamp.
- workitems
List<Schematics
Job Status Flow Job Status Workitem> - Environment's individual workItem status details;. Nested scheme for workitems:
- flow
Id string - flow id.
- flow
Name string - flow name.
- status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message string - Flow Job status message - to be displayed along with the status_code;.
- updated
At string - Job status updation timestamp.
- workitems
Schematics
Job Status Flow Job Status Workitem[] - Environment's individual workItem status details;. Nested scheme for workitems:
- flow_
id str - flow id.
- flow_
name str - flow name.
- status_
code str - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status_
message str - Flow Job status message - to be displayed along with the status_code;.
- updated_
at str - Job status updation timestamp.
- workitems
Sequence[Schematics
Job Status Flow Job Status Workitem] - Environment's individual workItem status details;. Nested scheme for workitems:
- flow
Id String - flow id.
- flow
Name String - flow name.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Flow Job status message - to be displayed along with the status_code;.
- updated
At String - Job status updation timestamp.
- workitems List<Property Map>
- Environment's individual workItem status details;. Nested scheme for workitems:
SchematicsJobStatusFlowJobStatusWorkitem, SchematicsJobStatusFlowJobStatusWorkitemArgs
- Job
Id string - workspace job id.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - workitem job status message;.
- Updated
At string - workitem job status updation timestamp.
- Workspace
Id string - Workspace id.
- Workspace
Name string - workspace name.
- Job
Id string - workspace job id.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - workitem job status message;.
- Updated
At string - workitem job status updation timestamp.
- Workspace
Id string - Workspace id.
- Workspace
Name string - workspace name.
- job
Id String - workspace job id.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - workitem job status message;.
- updated
At String - workitem job status updation timestamp.
- workspace
Id String - Workspace id.
- workspace
Name String - workspace name.
- job
Id string - workspace job id.
- status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message string - workitem job status message;.
- updated
At string - workitem job status updation timestamp.
- workspace
Id string - Workspace id.
- workspace
Name string - workspace name.
- job_
id str - workspace job id.
- status_
code str - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status_
message str - workitem job status message;.
- updated_
at str - workitem job status updation timestamp.
- workspace_
id str - Workspace id.
- workspace_
name str - workspace name.
- job
Id String - workspace job id.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - workitem job status message;.
- updated
At String - workitem job status updation timestamp.
- workspace
Id String - Workspace id.
- workspace
Name String - workspace name.
SchematicsJobStatusSystemJobStatus, SchematicsJobStatusSystemJobStatusArgs
- Schematics
Resource List<SchematicsStatuses Job Status System Job Status Schematics Resource Status> - job staus for each schematics resource. Nested scheme for schematics_resource_status:
- System
Status stringCode - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- System
Status stringMessage - System job message.
- Updated
At string - Job status updation timestamp.
- Schematics
Resource []SchematicsStatuses Job Status System Job Status Schematics Resource Status - job staus for each schematics resource. Nested scheme for schematics_resource_status:
- System
Status stringCode - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- System
Status stringMessage - System job message.
- Updated
At string - Job status updation timestamp.
- schematics
Resource List<SchematicsStatuses Job Status System Job Status Schematics Resource Status> - job staus for each schematics resource. Nested scheme for schematics_resource_status:
- system
Status StringCode - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- system
Status StringMessage - System job message.
- updated
At String - Job status updation timestamp.
- schematics
Resource SchematicsStatuses Job Status System Job Status Schematics Resource Status[] - job staus for each schematics resource. Nested scheme for schematics_resource_status:
- system
Status stringCode - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- system
Status stringMessage - System job message.
- updated
At string - Job status updation timestamp.
- schematics_
resource_ Sequence[Schematicsstatuses Job Status System Job Status Schematics Resource Status] - job staus for each schematics resource. Nested scheme for schematics_resource_status:
- system_
status_ strcode - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- system_
status_ strmessage - System job message.
- updated_
at str - Job status updation timestamp.
- schematics
Resource List<Property Map>Statuses - job staus for each schematics resource. Nested scheme for schematics_resource_status:
- system
Status StringCode - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- system
Status StringMessage - System job message.
- updated
At String - Job status updation timestamp.
SchematicsJobStatusSystemJobStatusSchematicsResourceStatus, SchematicsJobStatusSystemJobStatusSchematicsResourceStatusArgs
- Schematics
Resource stringId - id for each resource which is targeted as a part of system job.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - system job status message.
- Updated
At string - Job status updation timestamp.
- Schematics
Resource stringId - id for each resource which is targeted as a part of system job.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - system job status message.
- Updated
At string - Job status updation timestamp.
- schematics
Resource StringId - id for each resource which is targeted as a part of system job.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - system job status message.
- updated
At String - Job status updation timestamp.
- schematics
Resource stringId - id for each resource which is targeted as a part of system job.
- status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message string - system job status message.
- updated
At string - Job status updation timestamp.
- schematics_
resource_ strid - id for each resource which is targeted as a part of system job.
- status_
code str - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status_
message str - system job status message.
- updated_
at str - Job status updation timestamp.
- schematics
Resource StringId - id for each resource which is targeted as a part of system job.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - system job status message.
- updated
At String - Job status updation timestamp.
SchematicsJobStatusWorkspaceJobStatus, SchematicsJobStatusWorkspaceJobStatusArgs
- Flow
Statuses List<SchematicsJob Status Workspace Job Status Flow Status> - Environment Flow JOB Status.MaxItems: 1. Nested scheme for flow_status:
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Workspace job status message (eg. App1_Setup_Pending, for a 'Setup' flow in the 'App1' Workspace).
- Template
Statuses List<SchematicsJob Status Workspace Job Status Template Status> - Workspace Flow Template job status. Nested scheme for template_status:
- Updated
At string - Job status updation timestamp.
- Workspace
Name string - Workspace name.
- Flow
Statuses []SchematicsJob Status Workspace Job Status Flow Status - Environment Flow JOB Status.MaxItems: 1. Nested scheme for flow_status:
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Workspace job status message (eg. App1_Setup_Pending, for a 'Setup' flow in the 'App1' Workspace).
- Template
Statuses []SchematicsJob Status Workspace Job Status Template Status - Workspace Flow Template job status. Nested scheme for template_status:
- Updated
At string - Job status updation timestamp.
- Workspace
Name string - Workspace name.
- flow
Statuses List<SchematicsJob Status Workspace Job Status Flow Status> - Environment Flow JOB Status.MaxItems: 1. Nested scheme for flow_status:
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Workspace job status message (eg. App1_Setup_Pending, for a 'Setup' flow in the 'App1' Workspace).
- template
Statuses List<SchematicsJob Status Workspace Job Status Template Status> - Workspace Flow Template job status. Nested scheme for template_status:
- updated
At String - Job status updation timestamp.
- workspace
Name String - Workspace name.
- flow
Statuses SchematicsJob Status Workspace Job Status Flow Status[] - Environment Flow JOB Status.MaxItems: 1. Nested scheme for flow_status:
- status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message string - Workspace job status message (eg. App1_Setup_Pending, for a 'Setup' flow in the 'App1' Workspace).
- template
Statuses SchematicsJob Status Workspace Job Status Template Status[] - Workspace Flow Template job status. Nested scheme for template_status:
- updated
At string - Job status updation timestamp.
- workspace
Name string - Workspace name.
- flow_
statuses Sequence[SchematicsJob Status Workspace Job Status Flow Status] - Environment Flow JOB Status.MaxItems: 1. Nested scheme for flow_status:
- status_
code str - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status_
message str - Workspace job status message (eg. App1_Setup_Pending, for a 'Setup' flow in the 'App1' Workspace).
- template_
statuses Sequence[SchematicsJob Status Workspace Job Status Template Status] - Workspace Flow Template job status. Nested scheme for template_status:
- updated_
at str - Job status updation timestamp.
- workspace_
name str - Workspace name.
- flow
Statuses List<Property Map> - Environment Flow JOB Status.MaxItems: 1. Nested scheme for flow_status:
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Workspace job status message (eg. App1_Setup_Pending, for a 'Setup' flow in the 'App1' Workspace).
- template
Statuses List<Property Map> - Workspace Flow Template job status. Nested scheme for template_status:
- updated
At String - Job status updation timestamp.
- workspace
Name String - Workspace name.
SchematicsJobStatusWorkspaceJobStatusFlowStatus, SchematicsJobStatusWorkspaceJobStatusFlowStatusArgs
- Flow
Id string - flow id.
- Flow
Name string - flow name.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Flow Job status message - to be displayed along with the status_code;.
- Updated
At string - Job status updation timestamp.
- Workitems
List<Schematics
Job Status Workspace Job Status Flow Status Workitem> - Environment's individual workItem status details;. Nested scheme for workitems:
- Flow
Id string - flow id.
- Flow
Name string - flow name.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Flow Job status message - to be displayed along with the status_code;.
- Updated
At string - Job status updation timestamp.
- Workitems
[]Schematics
Job Status Workspace Job Status Flow Status Workitem - Environment's individual workItem status details;. Nested scheme for workitems:
- flow
Id String - flow id.
- flow
Name String - flow name.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Flow Job status message - to be displayed along with the status_code;.
- updated
At String - Job status updation timestamp.
- workitems
List<Schematics
Job Status Workspace Job Status Flow Status Workitem> - Environment's individual workItem status details;. Nested scheme for workitems:
- flow
Id string - flow id.
- flow
Name string - flow name.
- status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message string - Flow Job status message - to be displayed along with the status_code;.
- updated
At string - Job status updation timestamp.
- workitems
Schematics
Job Status Workspace Job Status Flow Status Workitem[] - Environment's individual workItem status details;. Nested scheme for workitems:
- flow_
id str - flow id.
- flow_
name str - flow name.
- status_
code str - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status_
message str - Flow Job status message - to be displayed along with the status_code;.
- updated_
at str - Job status updation timestamp.
- workitems
Sequence[Schematics
Job Status Workspace Job Status Flow Status Workitem] - Environment's individual workItem status details;. Nested scheme for workitems:
- flow
Id String - flow id.
- flow
Name String - flow name.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Flow Job status message - to be displayed along with the status_code;.
- updated
At String - Job status updation timestamp.
- workitems List<Property Map>
- Environment's individual workItem status details;. Nested scheme for workitems:
SchematicsJobStatusWorkspaceJobStatusFlowStatusWorkitem, SchematicsJobStatusWorkspaceJobStatusFlowStatusWorkitemArgs
- Job
Id string - workspace job id.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - workitem job status message;.
- Updated
At string - workitem job status updation timestamp.
- Workspace
Id string - Workspace id.
- Workspace
Name string - workspace name.
- Job
Id string - workspace job id.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - workitem job status message;.
- Updated
At string - workitem job status updation timestamp.
- Workspace
Id string - Workspace id.
- Workspace
Name string - workspace name.
- job
Id String - workspace job id.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - workitem job status message;.
- updated
At String - workitem job status updation timestamp.
- workspace
Id String - Workspace id.
- workspace
Name String - workspace name.
- job
Id string - workspace job id.
- status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message string - workitem job status message;.
- updated
At string - workitem job status updation timestamp.
- workspace
Id string - Workspace id.
- workspace
Name string - workspace name.
- job_
id str - workspace job id.
- status_
code str - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status_
message str - workitem job status message;.
- updated_
at str - workitem job status updation timestamp.
- workspace_
id str - Workspace id.
- workspace_
name str - workspace name.
- job
Id String - workspace job id.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - workitem job status message;.
- updated
At String - workitem job status updation timestamp.
- workspace
Id String - Workspace id.
- workspace
Name String - workspace name.
SchematicsJobStatusWorkspaceJobStatusTemplateStatus, SchematicsJobStatusWorkspaceJobStatusTemplateStatusArgs
- Flow
Index double - Index of the template in the Flow.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Template job status message (eg. VPCt1_Apply_Pending, for a 'VPCt1' Template).
- Template
Id string - Template Id.
- Template
Name string - Template name.
- Updated
At string - Job status updation timestamp.
- Flow
Index float64 - Index of the template in the Flow.
- Status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- Status
Message string - Template job status message (eg. VPCt1_Apply_Pending, for a 'VPCt1' Template).
- Template
Id string - Template Id.
- Template
Name string - Template name.
- Updated
At string - Job status updation timestamp.
- flow
Index Double - Index of the template in the Flow.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Template job status message (eg. VPCt1_Apply_Pending, for a 'VPCt1' Template).
- template
Id String - Template Id.
- template
Name String - Template name.
- updated
At String - Job status updation timestamp.
- flow
Index number - Index of the template in the Flow.
- status
Code string - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message string - Template job status message (eg. VPCt1_Apply_Pending, for a 'VPCt1' Template).
- template
Id string - Template Id.
- template
Name string - Template name.
- updated
At string - Job status updation timestamp.
- flow_
index float - Index of the template in the Flow.
- status_
code str - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status_
message str - Template job status message (eg. VPCt1_Apply_Pending, for a 'VPCt1' Template).
- template_
id str - Template Id.
- template_
name str - Template name.
- updated_
at str - Job status updation timestamp.
- flow
Index Number - Index of the template in the Flow.
- status
Code String - Status of Jobs.
- Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
- status
Message String - Template job status message (eg. VPCt1_Apply_Pending, for a 'VPCt1' Template).
- template
Id String - Template Id.
- template
Name String - Template name.
- updated
At String - Job status updation timestamp.
Import
You can import the ibm_schematics_job
resource by using id
. Job ID.
Syntax
$ pulumi import ibm:index/schematicsJob:SchematicsJob schematics_job <id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.