1. Packages
  2. Ibm Provider
  3. API Docs
  4. getSchematicsJob
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getSchematicsJob

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Retrieve information about a Schematics job. For more details about the Schematics and Schematics job, see setting up jobs.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const schematicsJob = ibm.getSchematicsJob({
        jobId: "job_id",
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    schematics_job = ibm.get_schematics_job(job_id="job_id")
    
    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.LookupSchematicsJob(ctx, &ibm.LookupSchematicsJobArgs{
    			JobId: "job_id",
    		}, nil)
    		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 = Ibm.GetSchematicsJob.Invoke(new()
        {
            JobId = "job_id",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetSchematicsJobArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var schematicsJob = IbmFunctions.getSchematicsJob(GetSchematicsJobArgs.builder()
                .jobId("job_id")
                .build());
    
        }
    }
    
    variables:
      schematicsJob:
        fn::invoke:
          function: ibm:getSchematicsJob
          arguments:
            jobId: job_id
    

    Using getSchematicsJob

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSchematicsJob(args: GetSchematicsJobArgs, opts?: InvokeOptions): Promise<GetSchematicsJobResult>
    function getSchematicsJobOutput(args: GetSchematicsJobOutputArgs, opts?: InvokeOptions): Output<GetSchematicsJobResult>
    def get_schematics_job(job_id: Optional[str] = None,
                           location: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetSchematicsJobResult
    def get_schematics_job_output(job_id: Optional[pulumi.Input[str]] = None,
                           location: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetSchematicsJobResult]
    func LookupSchematicsJob(ctx *Context, args *LookupSchematicsJobArgs, opts ...InvokeOption) (*LookupSchematicsJobResult, error)
    func LookupSchematicsJobOutput(ctx *Context, args *LookupSchematicsJobOutputArgs, opts ...InvokeOption) LookupSchematicsJobResultOutput

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

    public static class GetSchematicsJob 
    {
        public static Task<GetSchematicsJobResult> InvokeAsync(GetSchematicsJobArgs args, InvokeOptions? opts = null)
        public static Output<GetSchematicsJobResult> Invoke(GetSchematicsJobInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSchematicsJobResult> getSchematicsJob(GetSchematicsJobArgs args, InvokeOptions options)
    public static Output<GetSchematicsJobResult> getSchematicsJob(GetSchematicsJobArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getSchematicsJob:getSchematicsJob
      arguments:
        # arguments dictionary

    The following arguments are supported:

    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    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
    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    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
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    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
    jobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    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
    job_id str
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    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
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    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

    getSchematicsJob Result

    The following output properties are available:

    Bastions List<GetSchematicsJobBastion>
    (List) Describes a bastion resource. Nested scheme for bastion:
    CommandName string
    (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
    CommandObject string
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    CommandObjectId string
    (String) Workitem command object id, maps to workspace_id or action_id.
    CommandOptions List<string>
    (List) Command line options for the command.
    CommandParameter string
    (String) Schematics job command parameter (playbook-name).
    Datas List<GetSchematicsJobData>
    (List) Job data. Nested scheme for data:
    Description string
    (String) Description of the meta data.
    Duration string
    (String) Duration of job execution; example 40 sec.
    EndAt string
    (String) Job end time.
    Id string
    (String) Job ID.
    JobEnvSettings List<GetSchematicsJobJobEnvSetting>
    (List) Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
    JobId string
    (String) workspace job id.
    JobInputs List<GetSchematicsJobJobInput>
    (List) Job inputs used by Action or Workspace. Nested scheme for job_inputs:
    Location string
    (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
    LogStoreUrl string
    (String) Job log store URL.
    LogSummaries List<GetSchematicsJobLogSummary>
    (List) Job log summary record. Nested scheme for log_summary:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    ResourceGroup string
    (String) Resource-group name derived from the related Workspace or Action.
    ResultsUrl string
    (String) Job results store URL.
    StartAt string
    (String) Job start time.
    StateStoreUrl string
    (String) Job state store URL.
    Statuses List<GetSchematicsJobStatus>
    (List) Job Status. Nested scheme for status:
    SubmittedAt string
    (String) Job submission time.
    SubmittedBy string
    (String) Email address of user who submitted the job.
    Tags List<string>
    (List) User defined tags, while running the job.
    UpdatedAt string
    (String) Job status updation timestamp.
    Bastions []GetSchematicsJobBastion
    (List) Describes a bastion resource. Nested scheme for bastion:
    CommandName string
    (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
    CommandObject string
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    CommandObjectId string
    (String) Workitem command object id, maps to workspace_id or action_id.
    CommandOptions []string
    (List) Command line options for the command.
    CommandParameter string
    (String) Schematics job command parameter (playbook-name).
    Datas []GetSchematicsJobData
    (List) Job data. Nested scheme for data:
    Description string
    (String) Description of the meta data.
    Duration string
    (String) Duration of job execution; example 40 sec.
    EndAt string
    (String) Job end time.
    Id string
    (String) Job ID.
    JobEnvSettings []GetSchematicsJobJobEnvSetting
    (List) Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
    JobId string
    (String) workspace job id.
    JobInputs []GetSchematicsJobJobInput
    (List) Job inputs used by Action or Workspace. Nested scheme for job_inputs:
    Location string
    (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
    LogStoreUrl string
    (String) Job log store URL.
    LogSummaries []GetSchematicsJobLogSummary
    (List) Job log summary record. Nested scheme for log_summary:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    ResourceGroup string
    (String) Resource-group name derived from the related Workspace or Action.
    ResultsUrl string
    (String) Job results store URL.
    StartAt string
    (String) Job start time.
    StateStoreUrl string
    (String) Job state store URL.
    Statuses []GetSchematicsJobStatus
    (List) Job Status. Nested scheme for status:
    SubmittedAt string
    (String) Job submission time.
    SubmittedBy string
    (String) Email address of user who submitted the job.
    Tags []string
    (List) User defined tags, while running the job.
    UpdatedAt string
    (String) Job status updation timestamp.
    bastions List<GetSchematicsJobBastion>
    (List) Describes a bastion resource. Nested scheme for bastion:
    commandName String
    (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
    commandObject String
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    commandObjectId String
    (String) Workitem command object id, maps to workspace_id or action_id.
    commandOptions List<String>
    (List) Command line options for the command.
    commandParameter String
    (String) Schematics job command parameter (playbook-name).
    datas List<GetSchematicsJobData>
    (List) Job data. Nested scheme for data:
    description String
    (String) Description of the meta data.
    duration String
    (String) Duration of job execution; example 40 sec.
    endAt String
    (String) Job end time.
    id String
    (String) Job ID.
    jobEnvSettings List<GetSchematicsJobJobEnvSetting>
    (List) Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
    jobId String
    (String) workspace job id.
    jobInputs List<GetSchematicsJobJobInput>
    (List) Job inputs used by Action or Workspace. Nested scheme for job_inputs:
    location String
    (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
    logStoreUrl String
    (String) Job log store URL.
    logSummaries List<GetSchematicsJobLogSummary>
    (List) Job log summary record. Nested scheme for log_summary:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    resourceGroup String
    (String) Resource-group name derived from the related Workspace or Action.
    resultsUrl String
    (String) Job results store URL.
    startAt String
    (String) Job start time.
    stateStoreUrl String
    (String) Job state store URL.
    statuses List<GetSchematicsJobStatus>
    (List) Job Status. Nested scheme for status:
    submittedAt String
    (String) Job submission time.
    submittedBy String
    (String) Email address of user who submitted the job.
    tags List<String>
    (List) User defined tags, while running the job.
    updatedAt String
    (String) Job status updation timestamp.
    bastions GetSchematicsJobBastion[]
    (List) Describes a bastion resource. Nested scheme for bastion:
    commandName string
    (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
    commandObject string
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    commandObjectId string
    (String) Workitem command object id, maps to workspace_id or action_id.
    commandOptions string[]
    (List) Command line options for the command.
    commandParameter string
    (String) Schematics job command parameter (playbook-name).
    datas GetSchematicsJobData[]
    (List) Job data. Nested scheme for data:
    description string
    (String) Description of the meta data.
    duration string
    (String) Duration of job execution; example 40 sec.
    endAt string
    (String) Job end time.
    id string
    (String) Job ID.
    jobEnvSettings GetSchematicsJobJobEnvSetting[]
    (List) Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
    jobId string
    (String) workspace job id.
    jobInputs GetSchematicsJobJobInput[]
    (List) Job inputs used by Action or Workspace. Nested scheme for job_inputs:
    location string
    (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
    logStoreUrl string
    (String) Job log store URL.
    logSummaries GetSchematicsJobLogSummary[]
    (List) Job log summary record. Nested scheme for log_summary:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    resourceGroup string
    (String) Resource-group name derived from the related Workspace or Action.
    resultsUrl string
    (String) Job results store URL.
    startAt string
    (String) Job start time.
    stateStoreUrl string
    (String) Job state store URL.
    statuses GetSchematicsJobStatus[]
    (List) Job Status. Nested scheme for status:
    submittedAt string
    (String) Job submission time.
    submittedBy string
    (String) Email address of user who submitted the job.
    tags string[]
    (List) User defined tags, while running the job.
    updatedAt string
    (String) Job status updation timestamp.
    bastions Sequence[GetSchematicsJobBastion]
    (List) Describes a bastion resource. Nested scheme for bastion:
    command_name str
    (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 str
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    command_object_id str
    (String) Workitem command object id, maps to workspace_id or action_id.
    command_options Sequence[str]
    (List) Command line options for the command.
    command_parameter str
    (String) Schematics job command parameter (playbook-name).
    datas Sequence[GetSchematicsJobData]
    (List) Job data. Nested scheme for data:
    description str
    (String) Description of the meta data.
    duration str
    (String) Duration of job execution; example 40 sec.
    end_at str
    (String) Job end time.
    id str
    (String) Job ID.
    job_env_settings Sequence[GetSchematicsJobJobEnvSetting]
    (List) Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
    job_id str
    (String) workspace job id.
    job_inputs Sequence[GetSchematicsJobJobInput]
    (List) Job inputs used by Action or Workspace. Nested scheme for job_inputs:
    location str
    (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
    log_store_url str
    (String) Job log store URL.
    log_summaries Sequence[GetSchematicsJobLogSummary]
    (List) Job log summary record. Nested scheme for log_summary:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    resource_group str
    (String) Resource-group name derived from the related Workspace or Action.
    results_url str
    (String) Job results store URL.
    start_at str
    (String) Job start time.
    state_store_url str
    (String) Job state store URL.
    statuses Sequence[GetSchematicsJobStatus]
    (List) Job Status. Nested scheme for status:
    submitted_at str
    (String) Job submission time.
    submitted_by str
    (String) Email address of user who submitted the job.
    tags Sequence[str]
    (List) User defined tags, while running the job.
    updated_at str
    (String) Job status updation timestamp.
    bastions List<Property Map>
    (List) Describes a bastion resource. Nested scheme for bastion:
    commandName String
    (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
    commandObject String
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    commandObjectId String
    (String) Workitem command object id, maps to workspace_id or action_id.
    commandOptions List<String>
    (List) Command line options for the command.
    commandParameter String
    (String) Schematics job command parameter (playbook-name).
    datas List<Property Map>
    (List) Job data. Nested scheme for data:
    description String
    (String) Description of the meta data.
    duration String
    (String) Duration of job execution; example 40 sec.
    endAt String
    (String) Job end time.
    id String
    (String) Job ID.
    jobEnvSettings List<Property Map>
    (List) Environment variables used by the Job while performing Action or Workspace. Nested scheme for job_env_settings:
    jobId String
    (String) workspace job id.
    jobInputs List<Property Map>
    (List) Job inputs used by Action or Workspace. Nested scheme for job_inputs:
    location String
    (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
    logStoreUrl String
    (String) Job log store URL.
    logSummaries List<Property Map>
    (List) Job log summary record. Nested scheme for log_summary:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    resourceGroup String
    (String) Resource-group name derived from the related Workspace or Action.
    resultsUrl String
    (String) Job results store URL.
    startAt String
    (String) Job start time.
    stateStoreUrl String
    (String) Job state store URL.
    statuses List<Property Map>
    (List) Job Status. Nested scheme for status:
    submittedAt String
    (String) Job submission time.
    submittedBy String
    (String) Email address of user who submitted the job.
    tags List<String>
    (List) User defined tags, while running the job.
    updatedAt String
    (String) Job status updation timestamp.

    Supporting Types

    GetSchematicsJobBastion

    Host string
    (String) Reference to the Inventory resource definition.
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Host string
    (String) Reference to the Inventory resource definition.
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    host String
    (String) Reference to the Inventory resource definition.
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    host string
    (String) Reference to the Inventory resource definition.
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    host str
    (String) Reference to the Inventory resource definition.
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    host String
    (String) Reference to the Inventory resource definition.
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.

    GetSchematicsJobData

    ActionJobDatas List<GetSchematicsJobDataActionJobData>
    (List) Action Job data. Nested scheme for action_job_data:
    FlowJobDatas List<GetSchematicsJobDataFlowJobData>
    (List) Flow Job data. Nested scheme for flow_job_data:
    JobType string
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    SystemJobDatas List<GetSchematicsJobDataSystemJobData>
    (List) Controls Job data. Nested scheme for system_job_data:
    WorkspaceJobDatas List<GetSchematicsJobDataWorkspaceJobData>
    (List) Workspace Job data. Nested scheme for workspace_job_data:
    ActionJobDatas []GetSchematicsJobDataActionJobData
    (List) Action Job data. Nested scheme for action_job_data:
    FlowJobDatas []GetSchematicsJobDataFlowJobData
    (List) Flow Job data. Nested scheme for flow_job_data:
    JobType string
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    SystemJobDatas []GetSchematicsJobDataSystemJobData
    (List) Controls Job data. Nested scheme for system_job_data:
    WorkspaceJobDatas []GetSchematicsJobDataWorkspaceJobData
    (List) Workspace Job data. Nested scheme for workspace_job_data:
    actionJobDatas List<GetSchematicsJobDataActionJobData>
    (List) Action Job data. Nested scheme for action_job_data:
    flowJobDatas List<GetSchematicsJobDataFlowJobData>
    (List) Flow Job data. Nested scheme for flow_job_data:
    jobType String
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    systemJobDatas List<GetSchematicsJobDataSystemJobData>
    (List) Controls Job data. Nested scheme for system_job_data:
    workspaceJobDatas List<GetSchematicsJobDataWorkspaceJobData>
    (List) Workspace Job data. Nested scheme for workspace_job_data:
    actionJobDatas GetSchematicsJobDataActionJobData[]
    (List) Action Job data. Nested scheme for action_job_data:
    flowJobDatas GetSchematicsJobDataFlowJobData[]
    (List) Flow Job data. Nested scheme for flow_job_data:
    jobType string
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    systemJobDatas GetSchematicsJobDataSystemJobData[]
    (List) Controls Job data. Nested scheme for system_job_data:
    workspaceJobDatas GetSchematicsJobDataWorkspaceJobData[]
    (List) Workspace Job data. Nested scheme for workspace_job_data:
    action_job_datas Sequence[GetSchematicsJobDataActionJobData]
    (List) Action Job data. Nested scheme for action_job_data:
    flow_job_datas Sequence[GetSchematicsJobDataFlowJobData]
    (List) Flow Job data. Nested scheme for flow_job_data:
    job_type str
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    system_job_datas Sequence[GetSchematicsJobDataSystemJobData]
    (List) Controls Job data. Nested scheme for system_job_data:
    workspace_job_datas Sequence[GetSchematicsJobDataWorkspaceJobData]
    (List) Workspace Job data. Nested scheme for workspace_job_data:
    actionJobDatas List<Property Map>
    (List) Action Job data. Nested scheme for action_job_data:
    flowJobDatas List<Property Map>
    (List) Flow Job data. Nested scheme for flow_job_data:
    jobType String
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    systemJobDatas List<Property Map>
    (List) Controls Job data. Nested scheme for system_job_data:
    workspaceJobDatas List<Property Map>
    (List) Workspace Job data. Nested scheme for workspace_job_data:

    GetSchematicsJobDataActionJobData

    ActionName string
    (String) Action name.
    Inputs List<GetSchematicsJobDataActionJobDataInput>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    InventoryRecords List<GetSchematicsJobDataActionJobDataInventoryRecord>
    (List) Complete inventory resource details with user inputs and system generated data. Nested scheme for inventory_record:
    MaterializedInventory string
    (String) Materialized inventory details used by the Action Job, in .ini format.
    Outputs List<GetSchematicsJobDataActionJobDataOutput>
    (List) Output variables for the workItem. Nested scheme for outputs:
    Settings List<GetSchematicsJobDataActionJobDataSetting>
    (List) Environment variables for the workItem. Nested scheme for settings:
    UpdatedAt string
    (String) Job status updation timestamp.
    ActionName string
    (String) Action name.
    Inputs []GetSchematicsJobDataActionJobDataInputType
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    InventoryRecords []GetSchematicsJobDataActionJobDataInventoryRecord
    (List) Complete inventory resource details with user inputs and system generated data. Nested scheme for inventory_record:
    MaterializedInventory string
    (String) Materialized inventory details used by the Action Job, in .ini format.
    Outputs []GetSchematicsJobDataActionJobDataOutputType
    (List) Output variables for the workItem. Nested scheme for outputs:
    Settings []GetSchematicsJobDataActionJobDataSetting
    (List) Environment variables for the workItem. Nested scheme for settings:
    UpdatedAt string
    (String) Job status updation timestamp.
    actionName String
    (String) Action name.
    inputs List<GetSchematicsJobDataActionJobDataInput>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    inventoryRecords List<GetSchematicsJobDataActionJobDataInventoryRecord>
    (List) Complete inventory resource details with user inputs and system generated data. Nested scheme for inventory_record:
    materializedInventory String
    (String) Materialized inventory details used by the Action Job, in .ini format.
    outputs List<GetSchematicsJobDataActionJobDataOutput>
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings List<GetSchematicsJobDataActionJobDataSetting>
    (List) Environment variables for the workItem. Nested scheme for settings:
    updatedAt String
    (String) Job status updation timestamp.
    actionName string
    (String) Action name.
    inputs GetSchematicsJobDataActionJobDataInput[]
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    inventoryRecords GetSchematicsJobDataActionJobDataInventoryRecord[]
    (List) Complete inventory resource details with user inputs and system generated data. Nested scheme for inventory_record:
    materializedInventory string
    (String) Materialized inventory details used by the Action Job, in .ini format.
    outputs GetSchematicsJobDataActionJobDataOutput[]
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings GetSchematicsJobDataActionJobDataSetting[]
    (List) Environment variables for the workItem. Nested scheme for settings:
    updatedAt string
    (String) Job status updation timestamp.
    action_name str
    (String) Action name.
    inputs Sequence[GetSchematicsJobDataActionJobDataInput]
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    inventory_records Sequence[GetSchematicsJobDataActionJobDataInventoryRecord]
    (List) Complete inventory resource details with user inputs and system generated data. Nested scheme for inventory_record:
    materialized_inventory str
    (String) Materialized inventory details used by the Action Job, in .ini format.
    outputs Sequence[GetSchematicsJobDataActionJobDataOutput]
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings Sequence[GetSchematicsJobDataActionJobDataSetting]
    (List) Environment variables for the workItem. Nested scheme for settings:
    updated_at str
    (String) Job status updation timestamp.
    actionName String
    (String) Action name.
    inputs List<Property Map>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    inventoryRecords List<Property Map>
    (List) Complete inventory resource details with user inputs and system generated data. Nested scheme for inventory_record:
    materializedInventory String
    (String) Materialized inventory details used by the Action Job, in .ini format.
    outputs List<Property Map>
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings List<Property Map>
    (List) Environment variables for the workItem. Nested scheme for settings:
    updatedAt String
    (String) Job status updation timestamp.

    GetSchematicsJobDataActionJobDataInput

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataActionJobDataInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataActionJobDataInputMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataActionJobDataInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataActionJobDataInputMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataActionJobDataInputMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataActionJobDataInputMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataActionJobDataInventoryRecord

    CreatedAt string
    (String) Inventory creation time.
    CreatedBy string
    (String) Email address of user who created the Inventory.
    Description string
    (String) Description of the meta data.
    Id string
    (String) Job ID.
    InventoriesIni string
    (String) Input inventory of host and host group for the playbook, in the .ini file format.
    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
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    ResourceGroup string
    (String) Resource-group name derived from the related Workspace or Action.
    ResourceQueries List<string>
    (List) Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
    UpdatedAt string
    (String) Job status updation timestamp.
    UpdatedBy string
    (String) Email address of user who updated the Inventory.
    CreatedAt string
    (String) Inventory creation time.
    CreatedBy string
    (String) Email address of user who created the Inventory.
    Description string
    (String) Description of the meta data.
    Id string
    (String) Job ID.
    InventoriesIni string
    (String) Input inventory of host and host group for the playbook, in the .ini file format.
    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
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    ResourceGroup string
    (String) Resource-group name derived from the related Workspace or Action.
    ResourceQueries []string
    (List) Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
    UpdatedAt string
    (String) Job status updation timestamp.
    UpdatedBy string
    (String) Email address of user who updated the Inventory.
    createdAt String
    (String) Inventory creation time.
    createdBy String
    (String) Email address of user who created the Inventory.
    description String
    (String) Description of the meta data.
    id String
    (String) Job ID.
    inventoriesIni String
    (String) Input inventory of host and host group for the playbook, in the .ini file format.
    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
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    resourceGroup String
    (String) Resource-group name derived from the related Workspace or Action.
    resourceQueries List<String>
    (List) Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
    updatedAt String
    (String) Job status updation timestamp.
    updatedBy String
    (String) Email address of user who updated the Inventory.
    createdAt string
    (String) Inventory creation time.
    createdBy string
    (String) Email address of user who created the Inventory.
    description string
    (String) Description of the meta data.
    id string
    (String) Job ID.
    inventoriesIni string
    (String) Input inventory of host and host group for the playbook, in the .ini file format.
    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
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    resourceGroup string
    (String) Resource-group name derived from the related Workspace or Action.
    resourceQueries string[]
    (List) Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
    updatedAt string
    (String) Job status updation timestamp.
    updatedBy string
    (String) Email address of user who updated the Inventory.
    created_at str
    (String) Inventory creation time.
    created_by str
    (String) Email address of user who created the Inventory.
    description str
    (String) Description of the meta data.
    id str
    (String) Job ID.
    inventories_ini str
    (String) Input inventory of host and host group for the playbook, in the .ini file format.
    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
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    resource_group str
    (String) Resource-group name derived from the related Workspace or Action.
    resource_queries Sequence[str]
    (List) Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
    updated_at str
    (String) Job status updation timestamp.
    updated_by str
    (String) Email address of user who updated the Inventory.
    createdAt String
    (String) Inventory creation time.
    createdBy String
    (String) Email address of user who created the Inventory.
    description String
    (String) Description of the meta data.
    id String
    (String) Job ID.
    inventoriesIni String
    (String) Input inventory of host and host group for the playbook, in the .ini file format.
    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
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    resourceGroup String
    (String) Resource-group name derived from the related Workspace or Action.
    resourceQueries List<String>
    (List) Input resource queries that is used to dynamically generate the inventory of host and host group for the playbook.
    updatedAt String
    (String) Job status updation timestamp.
    updatedBy String
    (String) Email address of user who updated the Inventory.

    GetSchematicsJobDataActionJobDataOutput

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataActionJobDataOutputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataActionJobDataOutputMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataActionJobDataOutputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataActionJobDataOutputMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataActionJobDataOutputMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataActionJobDataOutputMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataActionJobDataSetting

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataActionJobDataSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataActionJobDataSettingMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataActionJobDataSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataActionJobDataSettingMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataActionJobDataSettingMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataActionJobDataSettingMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataFlowJobData

    FlowId string
    (String) flow id.
    FlowName string
    (String) flow name.
    UpdatedAt string
    (String) Job status updation timestamp.
    Workitems List<GetSchematicsJobDataFlowJobDataWorkitem>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    FlowId string
    (String) flow id.
    FlowName string
    (String) flow name.
    UpdatedAt string
    (String) Job status updation timestamp.
    Workitems []GetSchematicsJobDataFlowJobDataWorkitem
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flowId String
    (String) flow id.
    flowName String
    (String) flow name.
    updatedAt String
    (String) Job status updation timestamp.
    workitems List<GetSchematicsJobDataFlowJobDataWorkitem>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flowId string
    (String) flow id.
    flowName string
    (String) flow name.
    updatedAt string
    (String) Job status updation timestamp.
    workitems GetSchematicsJobDataFlowJobDataWorkitem[]
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flow_id str
    (String) flow id.
    flow_name str
    (String) flow name.
    updated_at str
    (String) Job status updation timestamp.
    workitems Sequence[GetSchematicsJobDataFlowJobDataWorkitem]
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flowId String
    (String) flow id.
    flowName String
    (String) flow name.
    updatedAt String
    (String) Job status updation timestamp.
    workitems List<Property Map>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:

    GetSchematicsJobDataFlowJobDataWorkitem

    CommandObjectId string
    (String) Workitem command object id, maps to workspace_id or action_id.
    CommandObjectName string
    (String) command object name (workspace_name/action_name).
    Inputs List<GetSchematicsJobDataFlowJobDataWorkitemInput>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    LastJobs List<GetSchematicsJobDataFlowJobDataWorkitemLastJob>
    (List) Status of the last job executed by the workitem. Nested scheme for last_job:
    Layers string
    (String) layer name.
    Outputs List<GetSchematicsJobDataFlowJobDataWorkitemOutput>
    (List) Output variables for the workItem. Nested scheme for outputs:
    Settings List<GetSchematicsJobDataFlowJobDataWorkitemSetting>
    (List) Environment variables for the workItem. Nested scheme for settings:
    SourceType string
    (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
    Sources List<GetSchematicsJobDataFlowJobDataWorkitemSource>
    (String) Source of this meta-data.
    UpdatedAt string
    (String) Job status updation timestamp.
    CommandObjectId string
    (String) Workitem command object id, maps to workspace_id or action_id.
    CommandObjectName string
    (String) command object name (workspace_name/action_name).
    Inputs []GetSchematicsJobDataFlowJobDataWorkitemInputType
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    LastJobs []GetSchematicsJobDataFlowJobDataWorkitemLastJob
    (List) Status of the last job executed by the workitem. Nested scheme for last_job:
    Layers string
    (String) layer name.
    Outputs []GetSchematicsJobDataFlowJobDataWorkitemOutputType
    (List) Output variables for the workItem. Nested scheme for outputs:
    Settings []GetSchematicsJobDataFlowJobDataWorkitemSetting
    (List) Environment variables for the workItem. Nested scheme for settings:
    SourceType string
    (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
    Sources []GetSchematicsJobDataFlowJobDataWorkitemSource
    (String) Source of this meta-data.
    UpdatedAt string
    (String) Job status updation timestamp.
    commandObjectId String
    (String) Workitem command object id, maps to workspace_id or action_id.
    commandObjectName String
    (String) command object name (workspace_name/action_name).
    inputs List<GetSchematicsJobDataFlowJobDataWorkitemInput>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    lastJobs List<GetSchematicsJobDataFlowJobDataWorkitemLastJob>
    (List) Status of the last job executed by the workitem. Nested scheme for last_job:
    layers String
    (String) layer name.
    outputs List<GetSchematicsJobDataFlowJobDataWorkitemOutput>
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings List<GetSchematicsJobDataFlowJobDataWorkitemSetting>
    (List) Environment variables for the workItem. Nested scheme for settings:
    sourceType String
    (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
    sources List<GetSchematicsJobDataFlowJobDataWorkitemSource>
    (String) Source of this meta-data.
    updatedAt String
    (String) Job status updation timestamp.
    commandObjectId string
    (String) Workitem command object id, maps to workspace_id or action_id.
    commandObjectName string
    (String) command object name (workspace_name/action_name).
    inputs GetSchematicsJobDataFlowJobDataWorkitemInput[]
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    lastJobs GetSchematicsJobDataFlowJobDataWorkitemLastJob[]
    (List) Status of the last job executed by the workitem. Nested scheme for last_job:
    layers string
    (String) layer name.
    outputs GetSchematicsJobDataFlowJobDataWorkitemOutput[]
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings GetSchematicsJobDataFlowJobDataWorkitemSetting[]
    (List) Environment variables for the workItem. Nested scheme for settings:
    sourceType string
    (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
    sources GetSchematicsJobDataFlowJobDataWorkitemSource[]
    (String) Source of this meta-data.
    updatedAt string
    (String) Job status updation timestamp.
    command_object_id str
    (String) Workitem command object id, maps to workspace_id or action_id.
    command_object_name str
    (String) command object name (workspace_name/action_name).
    inputs Sequence[GetSchematicsJobDataFlowJobDataWorkitemInput]
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    last_jobs Sequence[GetSchematicsJobDataFlowJobDataWorkitemLastJob]
    (List) Status of the last job executed by the workitem. Nested scheme for last_job:
    layers str
    (String) layer name.
    outputs Sequence[GetSchematicsJobDataFlowJobDataWorkitemOutput]
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings Sequence[GetSchematicsJobDataFlowJobDataWorkitemSetting]
    (List) Environment variables for the workItem. Nested scheme for settings:
    source_type str
    (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
    sources Sequence[GetSchematicsJobDataFlowJobDataWorkitemSource]
    (String) Source of this meta-data.
    updated_at str
    (String) Job status updation timestamp.
    commandObjectId String
    (String) Workitem command object id, maps to workspace_id or action_id.
    commandObjectName String
    (String) command object name (workspace_name/action_name).
    inputs List<Property Map>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    lastJobs List<Property Map>
    (List) Status of the last job executed by the workitem. Nested scheme for last_job:
    layers String
    (String) layer name.
    outputs List<Property Map>
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings List<Property Map>
    (List) Environment variables for the workItem. Nested scheme for settings:
    sourceType String
    (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
    sources List<Property Map>
    (String) Source of this meta-data.
    updatedAt String
    (String) Job status updation timestamp.

    GetSchematicsJobDataFlowJobDataWorkitemInput

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataFlowJobDataWorkitemInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataFlowJobDataWorkitemInputMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataFlowJobDataWorkitemInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataFlowJobDataWorkitemInputMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataFlowJobDataWorkitemInputMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataFlowJobDataWorkitemInputMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataFlowJobDataWorkitemLastJob

    CommandName string
    (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
    CommandObject string
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    CommandObjectId string
    (String) Workitem command object id, maps to workspace_id or action_id.
    CommandObjectName string
    (String) command object name (workspace_name/action_name).
    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    JobStatus string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    CommandName string
    (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
    CommandObject string
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    CommandObjectId string
    (String) Workitem command object id, maps to workspace_id or action_id.
    CommandObjectName string
    (String) command object name (workspace_name/action_name).
    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    JobStatus string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    commandName String
    (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
    commandObject String
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    commandObjectId String
    (String) Workitem command object id, maps to workspace_id or action_id.
    commandObjectName String
    (String) command object name (workspace_name/action_name).
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    jobStatus String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    commandName string
    (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
    commandObject string
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    commandObjectId string
    (String) Workitem command object id, maps to workspace_id or action_id.
    commandObjectName string
    (String) command object name (workspace_name/action_name).
    jobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    jobStatus string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    command_name str
    (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 str
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    command_object_id str
    (String) Workitem command object id, maps to workspace_id or action_id.
    command_object_name str
    (String) command object name (workspace_name/action_name).
    job_id str
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    job_status str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    commandName String
    (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
    commandObject String
    (String) Name of the Schematics automation resource.

    • Constraints: Allowable values are: workspace, action, system, environment
    commandObjectId String
    (String) Workitem command object id, maps to workspace_id or action_id.
    commandObjectName String
    (String) command object name (workspace_name/action_name).
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    jobStatus String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled

    GetSchematicsJobDataFlowJobDataWorkitemOutput

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataFlowJobDataWorkitemOutputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataFlowJobDataWorkitemOutputMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataFlowJobDataWorkitemOutputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataFlowJobDataWorkitemOutputMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataFlowJobDataWorkitemOutputMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataFlowJobDataWorkitemOutputMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataFlowJobDataWorkitemSetting

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataFlowJobDataWorkitemSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataFlowJobDataWorkitemSettingMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataFlowJobDataWorkitemSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataFlowJobDataWorkitemSettingMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataFlowJobDataWorkitemSettingMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataFlowJobDataWorkitemSettingMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataFlowJobDataWorkitemSource

    Catalogs List<GetSchematicsJobDataFlowJobDataWorkitemSourceCatalog>
    (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
    Gits List<GetSchematicsJobDataFlowJobDataWorkitemSourceGit>
    (List) Connection details to Git source. Nested scheme for git:
    SourceType string
    (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
    Catalogs []GetSchematicsJobDataFlowJobDataWorkitemSourceCatalog
    (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
    Gits []GetSchematicsJobDataFlowJobDataWorkitemSourceGit
    (List) Connection details to Git source. Nested scheme for git:
    SourceType string
    (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
    catalogs List<GetSchematicsJobDataFlowJobDataWorkitemSourceCatalog>
    (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
    gits List<GetSchematicsJobDataFlowJobDataWorkitemSourceGit>
    (List) Connection details to Git source. Nested scheme for git:
    sourceType String
    (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
    catalogs GetSchematicsJobDataFlowJobDataWorkitemSourceCatalog[]
    (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
    gits GetSchematicsJobDataFlowJobDataWorkitemSourceGit[]
    (List) Connection details to Git source. Nested scheme for git:
    sourceType string
    (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
    catalogs Sequence[GetSchematicsJobDataFlowJobDataWorkitemSourceCatalog]
    (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
    gits Sequence[GetSchematicsJobDataFlowJobDataWorkitemSourceGit]
    (List) Connection details to Git source. Nested scheme for git:
    source_type str
    (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
    catalogs List<Property Map>
    (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
    gits List<Property Map>
    (List) Connection details to Git source. Nested scheme for git:
    sourceType String
    (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

    GetSchematicsJobDataFlowJobDataWorkitemSourceCatalog

    CatalogName string
    (String) name of the private catalog.
    OfferingId string
    (String) Id of the offering the IBM Catalog.
    OfferingKind string
    (String) Type of the offering, in the IBM Catalog.
    OfferingName string
    (String) Name of the offering in the IBM Catalog.
    OfferingRepoUrl string
    (String) Repo Url of the offering, in the IBM Catalog.
    OfferingVersion string
    (String) Version string of the offering in the IBM Catalog.
    OfferingVersionId string
    (String) Id of the offering version the IBM Catalog.
    CatalogName string
    (String) name of the private catalog.
    OfferingId string
    (String) Id of the offering the IBM Catalog.
    OfferingKind string
    (String) Type of the offering, in the IBM Catalog.
    OfferingName string
    (String) Name of the offering in the IBM Catalog.
    OfferingRepoUrl string
    (String) Repo Url of the offering, in the IBM Catalog.
    OfferingVersion string
    (String) Version string of the offering in the IBM Catalog.
    OfferingVersionId string
    (String) Id of the offering version the IBM Catalog.
    catalogName String
    (String) name of the private catalog.
    offeringId String
    (String) Id of the offering the IBM Catalog.
    offeringKind String
    (String) Type of the offering, in the IBM Catalog.
    offeringName String
    (String) Name of the offering in the IBM Catalog.
    offeringRepoUrl String
    (String) Repo Url of the offering, in the IBM Catalog.
    offeringVersion String
    (String) Version string of the offering in the IBM Catalog.
    offeringVersionId String
    (String) Id of the offering version the IBM Catalog.
    catalogName string
    (String) name of the private catalog.
    offeringId string
    (String) Id of the offering the IBM Catalog.
    offeringKind string
    (String) Type of the offering, in the IBM Catalog.
    offeringName string
    (String) Name of the offering in the IBM Catalog.
    offeringRepoUrl string
    (String) Repo Url of the offering, in the IBM Catalog.
    offeringVersion string
    (String) Version string of the offering in the IBM Catalog.
    offeringVersionId string
    (String) Id of the offering version the IBM Catalog.
    catalog_name str
    (String) name of the private catalog.
    offering_id str
    (String) Id of the offering the IBM Catalog.
    offering_kind str
    (String) Type of the offering, in the IBM Catalog.
    offering_name str
    (String) Name of the offering in the IBM Catalog.
    offering_repo_url str
    (String) Repo Url of the offering, in the IBM Catalog.
    offering_version str
    (String) Version string of the offering in the IBM Catalog.
    offering_version_id str
    (String) Id of the offering version the IBM Catalog.
    catalogName String
    (String) name of the private catalog.
    offeringId String
    (String) Id of the offering the IBM Catalog.
    offeringKind String
    (String) Type of the offering, in the IBM Catalog.
    offeringName String
    (String) Name of the offering in the IBM Catalog.
    offeringRepoUrl String
    (String) Repo Url of the offering, in the IBM Catalog.
    offeringVersion String
    (String) Version string of the offering in the IBM Catalog.
    offeringVersionId String
    (String) Id of the offering version the IBM Catalog.

    GetSchematicsJobDataFlowJobDataWorkitemSourceGit

    ComputedGitRepoUrl string
    (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
    GitBranch string
    (String) Name of the branch, used to fetch the Git Repo.
    GitRelease string
    (String) Name of the release tag, used to fetch the Git Repo.
    GitRepoFolder string
    (String) Name of the folder in the Git Repo, that contains the template.
    GitRepoUrl string
    (String) URL to the GIT Repo that can be used to clone the template.
    GitToken string
    (String) Personal Access Token to connect to Git URLs.
    ComputedGitRepoUrl string
    (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
    GitBranch string
    (String) Name of the branch, used to fetch the Git Repo.
    GitRelease string
    (String) Name of the release tag, used to fetch the Git Repo.
    GitRepoFolder string
    (String) Name of the folder in the Git Repo, that contains the template.
    GitRepoUrl string
    (String) URL to the GIT Repo that can be used to clone the template.
    GitToken string
    (String) Personal Access Token to connect to Git URLs.
    computedGitRepoUrl String
    (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
    gitBranch String
    (String) Name of the branch, used to fetch the Git Repo.
    gitRelease String
    (String) Name of the release tag, used to fetch the Git Repo.
    gitRepoFolder String
    (String) Name of the folder in the Git Repo, that contains the template.
    gitRepoUrl String
    (String) URL to the GIT Repo that can be used to clone the template.
    gitToken String
    (String) Personal Access Token to connect to Git URLs.
    computedGitRepoUrl string
    (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
    gitBranch string
    (String) Name of the branch, used to fetch the Git Repo.
    gitRelease string
    (String) Name of the release tag, used to fetch the Git Repo.
    gitRepoFolder string
    (String) Name of the folder in the Git Repo, that contains the template.
    gitRepoUrl string
    (String) URL to the GIT Repo that can be used to clone the template.
    gitToken string
    (String) Personal Access Token to connect to Git URLs.
    computed_git_repo_url str
    (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
    git_branch str
    (String) Name of the branch, used to fetch the Git Repo.
    git_release str
    (String) Name of the release tag, used to fetch the Git Repo.
    git_repo_folder str
    (String) Name of the folder in the Git Repo, that contains the template.
    git_repo_url str
    (String) URL to the GIT Repo that can be used to clone the template.
    git_token str
    (String) Personal Access Token to connect to Git URLs.
    computedGitRepoUrl String
    (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
    gitBranch String
    (String) Name of the branch, used to fetch the Git Repo.
    gitRelease String
    (String) Name of the release tag, used to fetch the Git Repo.
    gitRepoFolder String
    (String) Name of the folder in the Git Repo, that contains the template.
    gitRepoUrl String
    (String) URL to the GIT Repo that can be used to clone the template.
    gitToken String
    (String) Personal Access Token to connect to Git URLs.

    GetSchematicsJobDataSystemJobData

    KeyId string
    (String) Key ID for which key event is generated.
    SchematicsResourceIds List<string>
    (String) id for each resource which is targeted as a part of system job.
    UpdatedAt string
    (String) Job status updation timestamp.
    KeyId string
    (String) Key ID for which key event is generated.
    SchematicsResourceIds []string
    (String) id for each resource which is targeted as a part of system job.
    UpdatedAt string
    (String) Job status updation timestamp.
    keyId String
    (String) Key ID for which key event is generated.
    schematicsResourceIds List<String>
    (String) id for each resource which is targeted as a part of system job.
    updatedAt String
    (String) Job status updation timestamp.
    keyId string
    (String) Key ID for which key event is generated.
    schematicsResourceIds string[]
    (String) id for each resource which is targeted as a part of system job.
    updatedAt string
    (String) Job status updation timestamp.
    key_id str
    (String) Key ID for which key event is generated.
    schematics_resource_ids Sequence[str]
    (String) id for each resource which is targeted as a part of system job.
    updated_at str
    (String) Job status updation timestamp.
    keyId String
    (String) Key ID for which key event is generated.
    schematicsResourceIds List<String>
    (String) id for each resource which is targeted as a part of system job.
    updatedAt String
    (String) Job status updation timestamp.

    GetSchematicsJobDataWorkspaceJobData

    FlowId string
    (String) flow id.
    FlowName string
    (String) flow name.
    Inputs List<GetSchematicsJobDataWorkspaceJobDataInput>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    Outputs List<GetSchematicsJobDataWorkspaceJobDataOutput>
    (List) Output variables for the workItem. Nested scheme for outputs:
    Settings List<GetSchematicsJobDataWorkspaceJobDataSetting>
    (List) Environment variables for the workItem. Nested scheme for settings:
    TemplateDatas List<GetSchematicsJobDataWorkspaceJobDataTemplateData>
    (List) Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
    UpdatedAt string
    (String) Job status updation timestamp.
    WorkspaceName string
    (String) workspace name.
    FlowId string
    (String) flow id.
    FlowName string
    (String) flow name.
    Inputs []GetSchematicsJobDataWorkspaceJobDataInputType
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    Outputs []GetSchematicsJobDataWorkspaceJobDataOutputType
    (List) Output variables for the workItem. Nested scheme for outputs:
    Settings []GetSchematicsJobDataWorkspaceJobDataSetting
    (List) Environment variables for the workItem. Nested scheme for settings:
    TemplateDatas []GetSchematicsJobDataWorkspaceJobDataTemplateData
    (List) Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
    UpdatedAt string
    (String) Job status updation timestamp.
    WorkspaceName string
    (String) workspace name.
    flowId String
    (String) flow id.
    flowName String
    (String) flow name.
    inputs List<GetSchematicsJobDataWorkspaceJobDataInput>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    outputs List<GetSchematicsJobDataWorkspaceJobDataOutput>
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings List<GetSchematicsJobDataWorkspaceJobDataSetting>
    (List) Environment variables for the workItem. Nested scheme for settings:
    templateDatas List<GetSchematicsJobDataWorkspaceJobDataTemplateData>
    (List) Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
    updatedAt String
    (String) Job status updation timestamp.
    workspaceName String
    (String) workspace name.
    flowId string
    (String) flow id.
    flowName string
    (String) flow name.
    inputs GetSchematicsJobDataWorkspaceJobDataInput[]
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    outputs GetSchematicsJobDataWorkspaceJobDataOutput[]
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings GetSchematicsJobDataWorkspaceJobDataSetting[]
    (List) Environment variables for the workItem. Nested scheme for settings:
    templateDatas GetSchematicsJobDataWorkspaceJobDataTemplateData[]
    (List) Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
    updatedAt string
    (String) Job status updation timestamp.
    workspaceName string
    (String) workspace name.
    flow_id str
    (String) flow id.
    flow_name str
    (String) flow name.
    inputs Sequence[GetSchematicsJobDataWorkspaceJobDataInput]
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    outputs Sequence[GetSchematicsJobDataWorkspaceJobDataOutput]
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings Sequence[GetSchematicsJobDataWorkspaceJobDataSetting]
    (List) Environment variables for the workItem. Nested scheme for settings:
    template_datas Sequence[GetSchematicsJobDataWorkspaceJobDataTemplateData]
    (List) Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
    updated_at str
    (String) Job status updation timestamp.
    workspace_name str
    (String) workspace name.
    flowId String
    (String) flow id.
    flowName String
    (String) flow name.
    inputs List<Property Map>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    outputs List<Property Map>
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings List<Property Map>
    (List) Environment variables for the workItem. Nested scheme for settings:
    templateDatas List<Property Map>
    (List) Input / output data of the Template in the Workspace Job. Nested scheme for template_data:
    updatedAt String
    (String) Job status updation timestamp.
    workspaceName String
    (String) workspace name.

    GetSchematicsJobDataWorkspaceJobDataInput

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataWorkspaceJobDataInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataWorkspaceJobDataInputMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataWorkspaceJobDataInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataWorkspaceJobDataInputMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataWorkspaceJobDataInputMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataWorkspaceJobDataInputMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataWorkspaceJobDataOutput

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataWorkspaceJobDataOutputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataWorkspaceJobDataOutputMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataWorkspaceJobDataOutputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataWorkspaceJobDataOutputMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataWorkspaceJobDataOutputMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataWorkspaceJobDataOutputMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataWorkspaceJobDataSetting

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataWorkspaceJobDataSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataWorkspaceJobDataSettingMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataWorkspaceJobDataSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataWorkspaceJobDataSettingMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataWorkspaceJobDataSettingMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataWorkspaceJobDataSettingMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataWorkspaceJobDataTemplateData

    FlowIndex double
    (Integer) Index of the template in the Flow.
    Inputs List<GetSchematicsJobDataWorkspaceJobDataTemplateDataInput>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    Outputs List<GetSchematicsJobDataWorkspaceJobDataTemplateDataOutput>
    (List) Output variables for the workItem. Nested scheme for outputs:
    Settings List<GetSchematicsJobDataWorkspaceJobDataTemplateDataSetting>
    (List) Environment variables for the workItem. Nested scheme for settings:
    TemplateId string
    (String) Template Id.
    TemplateName string
    (String) Template name.
    UpdatedAt string
    (String) Job status updation timestamp.
    FlowIndex float64
    (Integer) Index of the template in the Flow.
    Inputs []GetSchematicsJobDataWorkspaceJobDataTemplateDataInputType
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    Outputs []GetSchematicsJobDataWorkspaceJobDataTemplateDataOutputType
    (List) Output variables for the workItem. Nested scheme for outputs:
    Settings []GetSchematicsJobDataWorkspaceJobDataTemplateDataSetting
    (List) Environment variables for the workItem. Nested scheme for settings:
    TemplateId string
    (String) Template Id.
    TemplateName string
    (String) Template name.
    UpdatedAt string
    (String) Job status updation timestamp.
    flowIndex Double
    (Integer) Index of the template in the Flow.
    inputs List<GetSchematicsJobDataWorkspaceJobDataTemplateDataInput>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    outputs List<GetSchematicsJobDataWorkspaceJobDataTemplateDataOutput>
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings List<GetSchematicsJobDataWorkspaceJobDataTemplateDataSetting>
    (List) Environment variables for the workItem. Nested scheme for settings:
    templateId String
    (String) Template Id.
    templateName String
    (String) Template name.
    updatedAt String
    (String) Job status updation timestamp.
    flowIndex number
    (Integer) Index of the template in the Flow.
    inputs GetSchematicsJobDataWorkspaceJobDataTemplateDataInput[]
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    outputs GetSchematicsJobDataWorkspaceJobDataTemplateDataOutput[]
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings GetSchematicsJobDataWorkspaceJobDataTemplateDataSetting[]
    (List) Environment variables for the workItem. Nested scheme for settings:
    templateId string
    (String) Template Id.
    templateName string
    (String) Template name.
    updatedAt string
    (String) Job status updation timestamp.
    flow_index float
    (Integer) Index of the template in the Flow.
    inputs Sequence[GetSchematicsJobDataWorkspaceJobDataTemplateDataInput]
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    outputs Sequence[GetSchematicsJobDataWorkspaceJobDataTemplateDataOutput]
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings Sequence[GetSchematicsJobDataWorkspaceJobDataTemplateDataSetting]
    (List) Environment variables for the workItem. Nested scheme for settings:
    template_id str
    (String) Template Id.
    template_name str
    (String) Template name.
    updated_at str
    (String) Job status updation timestamp.
    flowIndex Number
    (Integer) Index of the template in the Flow.
    inputs List<Property Map>
    (List) Input variables data for the workItem used in FlowJob. Nested scheme for inputs:
    outputs List<Property Map>
    (List) Output variables for the workItem. Nested scheme for outputs:
    settings List<Property Map>
    (List) Environment variables for the workItem. Nested scheme for settings:
    templateId String
    (String) Template Id.
    templateName String
    (String) Template name.
    updatedAt String
    (String) Job status updation timestamp.

    GetSchematicsJobDataWorkspaceJobDataTemplateDataInput

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataWorkspaceJobDataTemplateDataInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataWorkspaceJobDataTemplateDataInputMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataWorkspaceJobDataTemplateDataInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataWorkspaceJobDataTemplateDataInputMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataWorkspaceJobDataTemplateDataInputMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataWorkspaceJobDataTemplateDataInputMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataWorkspaceJobDataTemplateDataOutput

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataWorkspaceJobDataTemplateDataOutputMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobDataWorkspaceJobDataTemplateDataSetting

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobDataWorkspaceJobDataTemplateDataSettingMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobJobEnvSetting

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobJobEnvSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobJobEnvSettingMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobJobEnvSettingMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobJobEnvSettingMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobJobEnvSettingMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobJobEnvSettingMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobJobInput

    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas List<GetSchematicsJobJobInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    Link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    Metadatas []GetSchematicsJobJobInputMetadata
    (List) User editable metadata for the variables. Nested scheme for metadata:
    Name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    Value string
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<GetSchematicsJobJobInputMetadata>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.
    link string
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas GetSchematicsJobJobInputMetadata[]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name string
    (String) Job name, uniquely derived from the related Workspace or Action.
    value string
    (String) Value for the variable or reference to the value.
    link str
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas Sequence[GetSchematicsJobJobInputMetadata]
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name str
    (String) Job name, uniquely derived from the related Workspace or Action.
    value str
    (String) Value for the variable or reference to the value.
    link String
    (String) Reference link to the variable value By default the expression will point to self.value.
    metadatas List<Property Map>
    (List) User editable metadata for the variables. Nested scheme for metadata:
    name String
    (String) Job name, uniquely derived from the related Workspace or Action.
    value String
    (String) Value for the variable or reference to the value.

    GetSchematicsJobJobInputMetadata

    Aliases List<string>
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength double
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue double
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength double
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue double
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options List<string>
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    Aliases []string
    (List) List of aliases for the variable name.
    DefaultValue string
    (String) Default value for the variable, if the override value is not specified.
    Description string
    (String) Description of the meta data.
    GroupBy string
    (String) Display name of the group this variable belongs to.
    Hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    Immutable bool
    (Boolean) Is the variable readonly ?.
    Matches string
    (String) Regex for the variable value.
    MaxLength float64
    (Integer) Maximum length of the variable value. Applicable for string type.
    MaxValue float64
    (Integer) Maximum value of the variable. Applicable for integer type.
    MinLength float64
    (Integer) Minimum length of the variable value. Applicable for string type.
    MinValue float64
    (Integer) Minimum value of the variable. Applicable for integer type.
    Options []string
    (List) 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
    (Integer) Relative position of this variable in a list.
    Secure bool
    (Boolean) Is the variable secure or sensitive ?.
    Source string
    (String) Source of this meta-data.
    Type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Double
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Double
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Double
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Double
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases string[]
    (List) List of aliases for the variable name.
    defaultValue string
    (String) Default value for the variable, if the override value is not specified.
    description string
    (String) Description of the meta data.
    groupBy string
    (String) Display name of the group this variable belongs to.
    hidden boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable boolean
    (Boolean) Is the variable readonly ?.
    matches string
    (String) Regex for the variable value.
    maxLength number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options string[]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure boolean
    (Boolean) Is the variable secure or sensitive ?.
    source string
    (String) Source of this meta-data.
    type string
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases Sequence[str]
    (List) List of aliases for the variable name.
    default_value str
    (String) Default value for the variable, if the override value is not specified.
    description str
    (String) Description of the meta data.
    group_by str
    (String) Display name of the group this variable belongs to.
    hidden bool
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable bool
    (Boolean) Is the variable readonly ?.
    matches str
    (String) Regex for the variable value.
    max_length float
    (Integer) Maximum length of the variable value. Applicable for string type.
    max_value float
    (Integer) Maximum value of the variable. Applicable for integer type.
    min_length float
    (Integer) Minimum length of the variable value. Applicable for string type.
    min_value float
    (Integer) Minimum value of the variable. Applicable for integer type.
    options Sequence[str]
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure bool
    (Boolean) Is the variable secure or sensitive ?.
    source str
    (String) Source of this meta-data.
    type str
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
    aliases List<String>
    (List) List of aliases for the variable name.
    defaultValue String
    (String) Default value for the variable, if the override value is not specified.
    description String
    (String) Description of the meta data.
    groupBy String
    (String) Display name of the group this variable belongs to.
    hidden Boolean
    (Boolean) If true, the variable will not be displayed on UI or CLI.
    immutable Boolean
    (Boolean) Is the variable readonly ?.
    matches String
    (String) Regex for the variable value.
    maxLength Number
    (Integer) Maximum length of the variable value. Applicable for string type.
    maxValue Number
    (Integer) Maximum value of the variable. Applicable for integer type.
    minLength Number
    (Integer) Minimum length of the variable value. Applicable for string type.
    minValue Number
    (Integer) Minimum value of the variable. Applicable for integer type.
    options List<String>
    (List) 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
    (Integer) Relative position of this variable in a list.
    secure Boolean
    (Boolean) Is the variable secure or sensitive ?.
    source String
    (String) Source of this meta-data.
    type String
    (String) Type of the variable.

    • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

    GetSchematicsJobLogSummary

    ActionJobs List<GetSchematicsJobLogSummaryActionJob>
    (List) Flow Job log summary. Nested scheme for action_job:
    ElapsedTime double
    (Float) Job log elapsed time (log_analyzed_till - log_start_at).
    FlowJobs List<GetSchematicsJobLogSummaryFlowJob>
    (List) Flow Job log summary. Nested scheme for flow_job:
    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    JobType string
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    LogAnalyzedTill string
    (String) Job log update timestamp.
    LogErrors List<GetSchematicsJobLogSummaryLogError>
    (List) Job log errors. Nested scheme for log_errors:
    LogStartAt string
    (String) Job log start timestamp.
    RepoDownloadJobs List<GetSchematicsJobLogSummaryRepoDownloadJob>
    (List) Repo download Job log summary. Nested scheme for repo_download_job:
    SystemJobs List<GetSchematicsJobLogSummarySystemJob>
    (List) System Job log summary. Nested scheme for system_job:
    WorkspaceJobs List<GetSchematicsJobLogSummaryWorkspaceJob>
    (List) Workspace Job log summary. Nested scheme for workspace_job:
    ActionJobs []GetSchematicsJobLogSummaryActionJob
    (List) Flow Job log summary. Nested scheme for action_job:
    ElapsedTime float64
    (Float) Job log elapsed time (log_analyzed_till - log_start_at).
    FlowJobs []GetSchematicsJobLogSummaryFlowJob
    (List) Flow Job log summary. Nested scheme for flow_job:
    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    JobType string
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    LogAnalyzedTill string
    (String) Job log update timestamp.
    LogErrors []GetSchematicsJobLogSummaryLogError
    (List) Job log errors. Nested scheme for log_errors:
    LogStartAt string
    (String) Job log start timestamp.
    RepoDownloadJobs []GetSchematicsJobLogSummaryRepoDownloadJob
    (List) Repo download Job log summary. Nested scheme for repo_download_job:
    SystemJobs []GetSchematicsJobLogSummarySystemJob
    (List) System Job log summary. Nested scheme for system_job:
    WorkspaceJobs []GetSchematicsJobLogSummaryWorkspaceJob
    (List) Workspace Job log summary. Nested scheme for workspace_job:
    actionJobs List<GetSchematicsJobLogSummaryActionJob>
    (List) Flow Job log summary. Nested scheme for action_job:
    elapsedTime Double
    (Float) Job log elapsed time (log_analyzed_till - log_start_at).
    flowJobs List<GetSchematicsJobLogSummaryFlowJob>
    (List) Flow Job log summary. Nested scheme for flow_job:
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    jobType String
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    logAnalyzedTill String
    (String) Job log update timestamp.
    logErrors List<GetSchematicsJobLogSummaryLogError>
    (List) Job log errors. Nested scheme for log_errors:
    logStartAt String
    (String) Job log start timestamp.
    repoDownloadJobs List<GetSchematicsJobLogSummaryRepoDownloadJob>
    (List) Repo download Job log summary. Nested scheme for repo_download_job:
    systemJobs List<GetSchematicsJobLogSummarySystemJob>
    (List) System Job log summary. Nested scheme for system_job:
    workspaceJobs List<GetSchematicsJobLogSummaryWorkspaceJob>
    (List) Workspace Job log summary. Nested scheme for workspace_job:
    actionJobs GetSchematicsJobLogSummaryActionJob[]
    (List) Flow Job log summary. Nested scheme for action_job:
    elapsedTime number
    (Float) Job log elapsed time (log_analyzed_till - log_start_at).
    flowJobs GetSchematicsJobLogSummaryFlowJob[]
    (List) Flow Job log summary. Nested scheme for flow_job:
    jobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    jobType string
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    logAnalyzedTill string
    (String) Job log update timestamp.
    logErrors GetSchematicsJobLogSummaryLogError[]
    (List) Job log errors. Nested scheme for log_errors:
    logStartAt string
    (String) Job log start timestamp.
    repoDownloadJobs GetSchematicsJobLogSummaryRepoDownloadJob[]
    (List) Repo download Job log summary. Nested scheme for repo_download_job:
    systemJobs GetSchematicsJobLogSummarySystemJob[]
    (List) System Job log summary. Nested scheme for system_job:
    workspaceJobs GetSchematicsJobLogSummaryWorkspaceJob[]
    (List) Workspace Job log summary. Nested scheme for workspace_job:
    action_jobs Sequence[GetSchematicsJobLogSummaryActionJob]
    (List) Flow Job log summary. Nested scheme for action_job:
    elapsed_time float
    (Float) Job log elapsed time (log_analyzed_till - log_start_at).
    flow_jobs Sequence[GetSchematicsJobLogSummaryFlowJob]
    (List) Flow Job log summary. Nested scheme for flow_job:
    job_id str
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    job_type str
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    log_analyzed_till str
    (String) Job log update timestamp.
    log_errors Sequence[GetSchematicsJobLogSummaryLogError]
    (List) Job log errors. Nested scheme for log_errors:
    log_start_at str
    (String) Job log start timestamp.
    repo_download_jobs Sequence[GetSchematicsJobLogSummaryRepoDownloadJob]
    (List) Repo download Job log summary. Nested scheme for repo_download_job:
    system_jobs Sequence[GetSchematicsJobLogSummarySystemJob]
    (List) System Job log summary. Nested scheme for system_job:
    workspace_jobs Sequence[GetSchematicsJobLogSummaryWorkspaceJob]
    (List) Workspace Job log summary. Nested scheme for workspace_job:
    actionJobs List<Property Map>
    (List) Flow Job log summary. Nested scheme for action_job:
    elapsedTime Number
    (Float) Job log elapsed time (log_analyzed_till - log_start_at).
    flowJobs List<Property Map>
    (List) Flow Job log summary. Nested scheme for flow_job:
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    jobType String
    (String) Type of Job.

    • Constraints: Allowable values are: repo_download_job, workspace_job, action_job, system_job, flow_job
    logAnalyzedTill String
    (String) Job log update timestamp.
    logErrors List<Property Map>
    (List) Job log errors. Nested scheme for log_errors:
    logStartAt String
    (String) Job log start timestamp.
    repoDownloadJobs List<Property Map>
    (List) Repo download Job log summary. Nested scheme for repo_download_job:
    systemJobs List<Property Map>
    (List) System Job log summary. Nested scheme for system_job:
    workspaceJobs List<Property Map>
    (List) Workspace Job log summary. Nested scheme for workspace_job:

    GetSchematicsJobLogSummaryActionJob

    PlayCount double
    (Float) number of plays in playbook.
    Recaps List<GetSchematicsJobLogSummaryActionJobRecap>
    (List) Recap records. Nested scheme for recap:
    TargetCount double
    (Float) number of targets or hosts.
    TaskCount double
    (Float) number of tasks in playbook.
    PlayCount float64
    (Float) number of plays in playbook.
    Recaps []GetSchematicsJobLogSummaryActionJobRecap
    (List) Recap records. Nested scheme for recap:
    TargetCount float64
    (Float) number of targets or hosts.
    TaskCount float64
    (Float) number of tasks in playbook.
    playCount Double
    (Float) number of plays in playbook.
    recaps List<GetSchematicsJobLogSummaryActionJobRecap>
    (List) Recap records. Nested scheme for recap:
    targetCount Double
    (Float) number of targets or hosts.
    taskCount Double
    (Float) number of tasks in playbook.
    playCount number
    (Float) number of plays in playbook.
    recaps GetSchematicsJobLogSummaryActionJobRecap[]
    (List) Recap records. Nested scheme for recap:
    targetCount number
    (Float) number of targets or hosts.
    taskCount number
    (Float) number of tasks in playbook.
    play_count float
    (Float) number of plays in playbook.
    recaps Sequence[GetSchematicsJobLogSummaryActionJobRecap]
    (List) Recap records. Nested scheme for recap:
    target_count float
    (Float) number of targets or hosts.
    task_count float
    (Float) number of tasks in playbook.
    playCount Number
    (Float) number of plays in playbook.
    recaps List<Property Map>
    (List) Recap records. Nested scheme for recap:
    targetCount Number
    (Float) number of targets or hosts.
    taskCount Number
    (Float) number of tasks in playbook.

    GetSchematicsJobLogSummaryActionJobRecap

    Changed double
    (Float) Number of changed.
    Failed double
    (Float) Number of failed.
    Ok double
    (Float) Number of OK.
    Skipped double
    (Float) Number of skipped.
    Targets List<string>
    (List) List of target or host name.
    Unreachable double
    (Float) Number of unreachable.
    Changed float64
    (Float) Number of changed.
    Failed float64
    (Float) Number of failed.
    Ok float64
    (Float) Number of OK.
    Skipped float64
    (Float) Number of skipped.
    Targets []string
    (List) List of target or host name.
    Unreachable float64
    (Float) Number of unreachable.
    changed Double
    (Float) Number of changed.
    failed Double
    (Float) Number of failed.
    ok Double
    (Float) Number of OK.
    skipped Double
    (Float) Number of skipped.
    targets List<String>
    (List) List of target or host name.
    unreachable Double
    (Float) Number of unreachable.
    changed number
    (Float) Number of changed.
    failed number
    (Float) Number of failed.
    ok number
    (Float) Number of OK.
    skipped number
    (Float) Number of skipped.
    targets string[]
    (List) List of target or host name.
    unreachable number
    (Float) Number of unreachable.
    changed float
    (Float) Number of changed.
    failed float
    (Float) Number of failed.
    ok float
    (Float) Number of OK.
    skipped float
    (Float) Number of skipped.
    targets Sequence[str]
    (List) List of target or host name.
    unreachable float
    (Float) Number of unreachable.
    changed Number
    (Float) Number of changed.
    failed Number
    (Float) Number of failed.
    ok Number
    (Float) Number of OK.
    skipped Number
    (Float) Number of skipped.
    targets List<String>
    (List) List of target or host name.
    unreachable Number
    (Float) Number of unreachable.

    GetSchematicsJobLogSummaryFlowJob

    Workitems List<GetSchematicsJobLogSummaryFlowJobWorkitem>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    WorkitemsCompleted double
    (Float) Number of workitems completed successfully.
    WorkitemsFailed double
    (Float) Number of workitems failed.
    WorkitemsPending double
    (Float) Number of workitems pending in the flow.
    Workitems []GetSchematicsJobLogSummaryFlowJobWorkitem
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    WorkitemsCompleted float64
    (Float) Number of workitems completed successfully.
    WorkitemsFailed float64
    (Float) Number of workitems failed.
    WorkitemsPending float64
    (Float) Number of workitems pending in the flow.
    workitems List<GetSchematicsJobLogSummaryFlowJobWorkitem>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    workitemsCompleted Double
    (Float) Number of workitems completed successfully.
    workitemsFailed Double
    (Float) Number of workitems failed.
    workitemsPending Double
    (Float) Number of workitems pending in the flow.
    workitems GetSchematicsJobLogSummaryFlowJobWorkitem[]
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    workitemsCompleted number
    (Float) Number of workitems completed successfully.
    workitemsFailed number
    (Float) Number of workitems failed.
    workitemsPending number
    (Float) Number of workitems pending in the flow.
    workitems Sequence[GetSchematicsJobLogSummaryFlowJobWorkitem]
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    workitems_completed float
    (Float) Number of workitems completed successfully.
    workitems_failed float
    (Float) Number of workitems failed.
    workitems_pending float
    (Float) Number of workitems pending in the flow.
    workitems List<Property Map>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    workitemsCompleted Number
    (Float) Number of workitems completed successfully.
    workitemsFailed Number
    (Float) Number of workitems failed.
    workitemsPending Number
    (Float) Number of workitems pending in the flow.

    GetSchematicsJobLogSummaryFlowJobWorkitem

    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    LogUrl string
    (String) Log url for job.
    ResourcesAdd double
    (Float) Number of resources add.
    ResourcesDestroy double
    (Float) Number of resources destroy.
    ResourcesModify double
    (Float) Number of resources modify.
    WorkspaceId string
    (String) Workspace id.
    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    LogUrl string
    (String) Log url for job.
    ResourcesAdd float64
    (Float) Number of resources add.
    ResourcesDestroy float64
    (Float) Number of resources destroy.
    ResourcesModify float64
    (Float) Number of resources modify.
    WorkspaceId string
    (String) Workspace id.
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    logUrl String
    (String) Log url for job.
    resourcesAdd Double
    (Float) Number of resources add.
    resourcesDestroy Double
    (Float) Number of resources destroy.
    resourcesModify Double
    (Float) Number of resources modify.
    workspaceId String
    (String) Workspace id.
    jobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    logUrl string
    (String) Log url for job.
    resourcesAdd number
    (Float) Number of resources add.
    resourcesDestroy number
    (Float) Number of resources destroy.
    resourcesModify number
    (Float) Number of resources modify.
    workspaceId string
    (String) Workspace id.
    job_id str
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    log_url str
    (String) Log url for job.
    resources_add float
    (Float) Number of resources add.
    resources_destroy float
    (Float) Number of resources destroy.
    resources_modify float
    (Float) Number of resources modify.
    workspace_id str
    (String) Workspace id.
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    logUrl String
    (String) Log url for job.
    resourcesAdd Number
    (Float) Number of resources add.
    resourcesDestroy Number
    (Float) Number of resources destroy.
    resourcesModify Number
    (Float) Number of resources modify.
    workspaceId String
    (String) Workspace id.

    GetSchematicsJobLogSummaryLogError

    ErrorCode string
    (String) Error code in the Log.
    ErrorCount double
    (Float) Number of occurrence.
    ErrorMsg string
    (String) Summary error message in the log.
    ErrorCode string
    (String) Error code in the Log.
    ErrorCount float64
    (Float) Number of occurrence.
    ErrorMsg string
    (String) Summary error message in the log.
    errorCode String
    (String) Error code in the Log.
    errorCount Double
    (Float) Number of occurrence.
    errorMsg String
    (String) Summary error message in the log.
    errorCode string
    (String) Error code in the Log.
    errorCount number
    (Float) Number of occurrence.
    errorMsg string
    (String) Summary error message in the log.
    error_code str
    (String) Error code in the Log.
    error_count float
    (Float) Number of occurrence.
    error_msg str
    (String) Summary error message in the log.
    errorCode String
    (String) Error code in the Log.
    errorCount Number
    (Float) Number of occurrence.
    errorMsg String
    (String) Summary error message in the log.

    GetSchematicsJobLogSummaryRepoDownloadJob

    DetectedFiletype string
    (String) Detected template or data file type.
    InputsCount string
    (String) Number of inputs detected.
    OutputsCount string
    (String) Number of outputs detected.
    QuarantinedFileCount double
    (Float) Number of files quarantined.
    ScannedFileCount double
    (Float) Number of files scanned.
    DetectedFiletype string
    (String) Detected template or data file type.
    InputsCount string
    (String) Number of inputs detected.
    OutputsCount string
    (String) Number of outputs detected.
    QuarantinedFileCount float64
    (Float) Number of files quarantined.
    ScannedFileCount float64
    (Float) Number of files scanned.
    detectedFiletype String
    (String) Detected template or data file type.
    inputsCount String
    (String) Number of inputs detected.
    outputsCount String
    (String) Number of outputs detected.
    quarantinedFileCount Double
    (Float) Number of files quarantined.
    scannedFileCount Double
    (Float) Number of files scanned.
    detectedFiletype string
    (String) Detected template or data file type.
    inputsCount string
    (String) Number of inputs detected.
    outputsCount string
    (String) Number of outputs detected.
    quarantinedFileCount number
    (Float) Number of files quarantined.
    scannedFileCount number
    (Float) Number of files scanned.
    detected_filetype str
    (String) Detected template or data file type.
    inputs_count str
    (String) Number of inputs detected.
    outputs_count str
    (String) Number of outputs detected.
    quarantined_file_count float
    (Float) Number of files quarantined.
    scanned_file_count float
    (Float) Number of files scanned.
    detectedFiletype String
    (String) Detected template or data file type.
    inputsCount String
    (String) Number of inputs detected.
    outputsCount String
    (String) Number of outputs detected.
    quarantinedFileCount Number
    (Float) Number of files quarantined.
    scannedFileCount Number
    (Float) Number of files scanned.

    GetSchematicsJobLogSummarySystemJob

    Failed double
    (Float) Number of failed.
    Success double
    (Float) Number of passed.
    TargetCount double
    (Float) number of targets or hosts.
    Failed float64
    (Float) Number of failed.
    Success float64
    (Float) Number of passed.
    TargetCount float64
    (Float) number of targets or hosts.
    failed Double
    (Float) Number of failed.
    success Double
    (Float) Number of passed.
    targetCount Double
    (Float) number of targets or hosts.
    failed number
    (Float) Number of failed.
    success number
    (Float) Number of passed.
    targetCount number
    (Float) number of targets or hosts.
    failed float
    (Float) Number of failed.
    success float
    (Float) Number of passed.
    target_count float
    (Float) number of targets or hosts.
    failed Number
    (Float) Number of failed.
    success Number
    (Float) Number of passed.
    targetCount Number
    (Float) number of targets or hosts.

    GetSchematicsJobLogSummaryWorkspaceJob

    ResourcesAdd double
    (Float) Number of resources add.
    ResourcesDestroy double
    (Float) Number of resources destroy.
    ResourcesModify double
    (Float) Number of resources modify.
    ResourcesAdd float64
    (Float) Number of resources add.
    ResourcesDestroy float64
    (Float) Number of resources destroy.
    ResourcesModify float64
    (Float) Number of resources modify.
    resourcesAdd Double
    (Float) Number of resources add.
    resourcesDestroy Double
    (Float) Number of resources destroy.
    resourcesModify Double
    (Float) Number of resources modify.
    resourcesAdd number
    (Float) Number of resources add.
    resourcesDestroy number
    (Float) Number of resources destroy.
    resourcesModify number
    (Float) Number of resources modify.
    resources_add float
    (Float) Number of resources add.
    resources_destroy float
    (Float) Number of resources destroy.
    resources_modify float
    (Float) Number of resources modify.
    resourcesAdd Number
    (Float) Number of resources add.
    resourcesDestroy Number
    (Float) Number of resources destroy.
    resourcesModify Number
    (Float) Number of resources modify.

    GetSchematicsJobStatus

    ActionJobStatuses List<GetSchematicsJobStatusActionJobStatus>
    (List) Action Job Status. Nested scheme for action_job_status:
    FlowJobStatuses List<GetSchematicsJobStatusFlowJobStatus>
    (List) Environment Flow JOB Status. Nested scheme for flow_job_status:
    SystemJobStatuses List<GetSchematicsJobStatusSystemJobStatus>
    (List) System Job Status. Nested scheme for system_job_status:
    WorkspaceJobStatuses List<GetSchematicsJobStatusWorkspaceJobStatus>
    (List) Workspace Job Status. Nested scheme for workspace_job_status:
    ActionJobStatuses []GetSchematicsJobStatusActionJobStatus
    (List) Action Job Status. Nested scheme for action_job_status:
    FlowJobStatuses []GetSchematicsJobStatusFlowJobStatus
    (List) Environment Flow JOB Status. Nested scheme for flow_job_status:
    SystemJobStatuses []GetSchematicsJobStatusSystemJobStatus
    (List) System Job Status. Nested scheme for system_job_status:
    WorkspaceJobStatuses []GetSchematicsJobStatusWorkspaceJobStatus
    (List) Workspace Job Status. Nested scheme for workspace_job_status:
    actionJobStatuses List<GetSchematicsJobStatusActionJobStatus>
    (List) Action Job Status. Nested scheme for action_job_status:
    flowJobStatuses List<GetSchematicsJobStatusFlowJobStatus>
    (List) Environment Flow JOB Status. Nested scheme for flow_job_status:
    systemJobStatuses List<GetSchematicsJobStatusSystemJobStatus>
    (List) System Job Status. Nested scheme for system_job_status:
    workspaceJobStatuses List<GetSchematicsJobStatusWorkspaceJobStatus>
    (List) Workspace Job Status. Nested scheme for workspace_job_status:
    actionJobStatuses GetSchematicsJobStatusActionJobStatus[]
    (List) Action Job Status. Nested scheme for action_job_status:
    flowJobStatuses GetSchematicsJobStatusFlowJobStatus[]
    (List) Environment Flow JOB Status. Nested scheme for flow_job_status:
    systemJobStatuses GetSchematicsJobStatusSystemJobStatus[]
    (List) System Job Status. Nested scheme for system_job_status:
    workspaceJobStatuses GetSchematicsJobStatusWorkspaceJobStatus[]
    (List) Workspace Job Status. Nested scheme for workspace_job_status:
    action_job_statuses Sequence[GetSchematicsJobStatusActionJobStatus]
    (List) Action Job Status. Nested scheme for action_job_status:
    flow_job_statuses Sequence[GetSchematicsJobStatusFlowJobStatus]
    (List) Environment Flow JOB Status. Nested scheme for flow_job_status:
    system_job_statuses Sequence[GetSchematicsJobStatusSystemJobStatus]
    (List) System Job Status. Nested scheme for system_job_status:
    workspace_job_statuses Sequence[GetSchematicsJobStatusWorkspaceJobStatus]
    (List) Workspace Job Status. Nested scheme for workspace_job_status:
    actionJobStatuses List<Property Map>
    (List) Action Job Status. Nested scheme for action_job_status:
    flowJobStatuses List<Property Map>
    (List) Environment Flow JOB Status. Nested scheme for flow_job_status:
    systemJobStatuses List<Property Map>
    (List) System Job Status. Nested scheme for system_job_status:
    workspaceJobStatuses List<Property Map>
    (List) Workspace Job Status. Nested scheme for workspace_job_status:

    GetSchematicsJobStatusActionJobStatus

    ActionName string
    (String) Action name.
    BastionStatusCode string
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    BastionStatusMessage string
    (String) Bastion status message - to be displayed along with the bastion_status_code;.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    TargetsStatusCode string
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    TargetsStatusMessage string
    (String) Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
    UpdatedAt string
    (String) Job status updation timestamp.
    ActionName string
    (String) Action name.
    BastionStatusCode string
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    BastionStatusMessage string
    (String) Bastion status message - to be displayed along with the bastion_status_code;.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    TargetsStatusCode string
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    TargetsStatusMessage string
    (String) Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
    UpdatedAt string
    (String) Job status updation timestamp.
    actionName String
    (String) Action name.
    bastionStatusCode String
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    bastionStatusMessage String
    (String) Bastion status message - to be displayed along with the bastion_status_code;.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    targetsStatusCode String
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    targetsStatusMessage String
    (String) Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
    updatedAt String
    (String) Job status updation timestamp.
    actionName string
    (String) Action name.
    bastionStatusCode string
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    bastionStatusMessage string
    (String) Bastion status message - to be displayed along with the bastion_status_code;.
    statusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage string
    (String) workitem job status message;.
    targetsStatusCode string
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    targetsStatusMessage string
    (String) Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
    updatedAt string
    (String) Job status updation timestamp.
    action_name str
    (String) Action name.
    bastion_status_code str
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    bastion_status_message str
    (String) Bastion status message - to be displayed along with the bastion_status_code;.
    status_code str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    status_message str
    (String) workitem job status message;.
    targets_status_code str
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    targets_status_message str
    (String) Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
    updated_at str
    (String) Job status updation timestamp.
    actionName String
    (String) Action name.
    bastionStatusCode String
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    bastionStatusMessage String
    (String) Bastion status message - to be displayed along with the bastion_status_code;.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    targetsStatusCode String
    (String) Status of Resources.

    • Constraints: Allowable values are: none, ready, processing, error
    targetsStatusMessage String
    (String) Aggregated status message for all target resources, to be displayed along with the targets_status_code;.
    updatedAt String
    (String) Job status updation timestamp.

    GetSchematicsJobStatusFlowJobStatus

    FlowId string
    (String) flow id.
    FlowName string
    (String) flow name.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    Workitems List<GetSchematicsJobStatusFlowJobStatusWorkitem>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    FlowId string
    (String) flow id.
    FlowName string
    (String) flow name.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    Workitems []GetSchematicsJobStatusFlowJobStatusWorkitem
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flowId String
    (String) flow id.
    flowName String
    (String) flow name.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.
    workitems List<GetSchematicsJobStatusFlowJobStatusWorkitem>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flowId string
    (String) flow id.
    flowName string
    (String) flow name.
    statusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage string
    (String) workitem job status message;.
    updatedAt string
    (String) Job status updation timestamp.
    workitems GetSchematicsJobStatusFlowJobStatusWorkitem[]
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flow_id str
    (String) flow id.
    flow_name str
    (String) flow name.
    status_code str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    status_message str
    (String) workitem job status message;.
    updated_at str
    (String) Job status updation timestamp.
    workitems Sequence[GetSchematicsJobStatusFlowJobStatusWorkitem]
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flowId String
    (String) flow id.
    flowName String
    (String) flow name.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.
    workitems List<Property Map>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:

    GetSchematicsJobStatusFlowJobStatusWorkitem

    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    WorkspaceId string
    (String) Workspace id.
    WorkspaceName string
    (String) workspace name.
    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    WorkspaceId string
    (String) Workspace id.
    WorkspaceName string
    (String) workspace name.
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.
    workspaceId String
    (String) Workspace id.
    workspaceName String
    (String) workspace name.
    jobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    statusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage string
    (String) workitem job status message;.
    updatedAt string
    (String) Job status updation timestamp.
    workspaceId string
    (String) Workspace id.
    workspaceName string
    (String) workspace name.
    job_id str
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    status_code str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    status_message str
    (String) workitem job status message;.
    updated_at str
    (String) Job status updation timestamp.
    workspace_id str
    (String) Workspace id.
    workspace_name str
    (String) workspace name.
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.
    workspaceId String
    (String) Workspace id.
    workspaceName String
    (String) workspace name.

    GetSchematicsJobStatusSystemJobStatus

    SchematicsResourceStatuses List<GetSchematicsJobStatusSystemJobStatusSchematicsResourceStatus>
    (List) job staus for each schematics resource. Nested scheme for schematics_resource_status:
    SystemStatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    SystemStatusMessage string
    (String) System job message.
    UpdatedAt string
    (String) Job status updation timestamp.
    SchematicsResourceStatuses []GetSchematicsJobStatusSystemJobStatusSchematicsResourceStatus
    (List) job staus for each schematics resource. Nested scheme for schematics_resource_status:
    SystemStatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    SystemStatusMessage string
    (String) System job message.
    UpdatedAt string
    (String) Job status updation timestamp.
    schematicsResourceStatuses List<GetSchematicsJobStatusSystemJobStatusSchematicsResourceStatus>
    (List) job staus for each schematics resource. Nested scheme for schematics_resource_status:
    systemStatusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    systemStatusMessage String
    (String) System job message.
    updatedAt String
    (String) Job status updation timestamp.
    schematicsResourceStatuses GetSchematicsJobStatusSystemJobStatusSchematicsResourceStatus[]
    (List) job staus for each schematics resource. Nested scheme for schematics_resource_status:
    systemStatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    systemStatusMessage string
    (String) System job message.
    updatedAt string
    (String) Job status updation timestamp.
    schematics_resource_statuses Sequence[GetSchematicsJobStatusSystemJobStatusSchematicsResourceStatus]
    (List) job staus for each schematics resource. Nested scheme for schematics_resource_status:
    system_status_code str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    system_status_message str
    (String) System job message.
    updated_at str
    (String) Job status updation timestamp.
    schematicsResourceStatuses List<Property Map>
    (List) job staus for each schematics resource. Nested scheme for schematics_resource_status:
    systemStatusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    systemStatusMessage String
    (String) System job message.
    updatedAt String
    (String) Job status updation timestamp.

    GetSchematicsJobStatusSystemJobStatusSchematicsResourceStatus

    SchematicsResourceId string
    (String) id for each resource which is targeted as a part of system job.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    SchematicsResourceId string
    (String) id for each resource which is targeted as a part of system job.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    schematicsResourceId String
    (String) id for each resource which is targeted as a part of system job.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.
    schematicsResourceId string
    (String) id for each resource which is targeted as a part of system job.
    statusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage string
    (String) workitem job status message;.
    updatedAt string
    (String) Job status updation timestamp.
    schematics_resource_id str
    (String) id for each resource which is targeted as a part of system job.
    status_code str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    status_message str
    (String) workitem job status message;.
    updated_at str
    (String) Job status updation timestamp.
    schematicsResourceId String
    (String) id for each resource which is targeted as a part of system job.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.

    GetSchematicsJobStatusWorkspaceJobStatus

    FlowStatuses List<GetSchematicsJobStatusWorkspaceJobStatusFlowStatus>
    (List) Environment Flow JOB Status. Nested scheme for flow_status:
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    TemplateStatuses List<GetSchematicsJobStatusWorkspaceJobStatusTemplateStatus>
    (List) Workspace Flow Template job status. Nested scheme for template_status:
    UpdatedAt string
    (String) Job status updation timestamp.
    WorkspaceName string
    (String) workspace name.
    FlowStatuses []GetSchematicsJobStatusWorkspaceJobStatusFlowStatus
    (List) Environment Flow JOB Status. Nested scheme for flow_status:
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    TemplateStatuses []GetSchematicsJobStatusWorkspaceJobStatusTemplateStatus
    (List) Workspace Flow Template job status. Nested scheme for template_status:
    UpdatedAt string
    (String) Job status updation timestamp.
    WorkspaceName string
    (String) workspace name.
    flowStatuses List<GetSchematicsJobStatusWorkspaceJobStatusFlowStatus>
    (List) Environment Flow JOB Status. Nested scheme for flow_status:
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    templateStatuses List<GetSchematicsJobStatusWorkspaceJobStatusTemplateStatus>
    (List) Workspace Flow Template job status. Nested scheme for template_status:
    updatedAt String
    (String) Job status updation timestamp.
    workspaceName String
    (String) workspace name.
    flowStatuses GetSchematicsJobStatusWorkspaceJobStatusFlowStatus[]
    (List) Environment Flow JOB Status. Nested scheme for flow_status:
    statusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage string
    (String) workitem job status message;.
    templateStatuses GetSchematicsJobStatusWorkspaceJobStatusTemplateStatus[]
    (List) Workspace Flow Template job status. Nested scheme for template_status:
    updatedAt string
    (String) Job status updation timestamp.
    workspaceName string
    (String) workspace name.
    flow_statuses Sequence[GetSchematicsJobStatusWorkspaceJobStatusFlowStatus]
    (List) Environment Flow JOB Status. Nested scheme for flow_status:
    status_code str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    status_message str
    (String) workitem job status message;.
    template_statuses Sequence[GetSchematicsJobStatusWorkspaceJobStatusTemplateStatus]
    (List) Workspace Flow Template job status. Nested scheme for template_status:
    updated_at str
    (String) Job status updation timestamp.
    workspace_name str
    (String) workspace name.
    flowStatuses List<Property Map>
    (List) Environment Flow JOB Status. Nested scheme for flow_status:
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    templateStatuses List<Property Map>
    (List) Workspace Flow Template job status. Nested scheme for template_status:
    updatedAt String
    (String) Job status updation timestamp.
    workspaceName String
    (String) workspace name.

    GetSchematicsJobStatusWorkspaceJobStatusFlowStatus

    FlowId string
    (String) flow id.
    FlowName string
    (String) flow name.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    Workitems List<GetSchematicsJobStatusWorkspaceJobStatusFlowStatusWorkitem>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    FlowId string
    (String) flow id.
    FlowName string
    (String) flow name.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    Workitems []GetSchematicsJobStatusWorkspaceJobStatusFlowStatusWorkitem
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flowId String
    (String) flow id.
    flowName String
    (String) flow name.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.
    workitems List<GetSchematicsJobStatusWorkspaceJobStatusFlowStatusWorkitem>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flowId string
    (String) flow id.
    flowName string
    (String) flow name.
    statusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage string
    (String) workitem job status message;.
    updatedAt string
    (String) Job status updation timestamp.
    workitems GetSchematicsJobStatusWorkspaceJobStatusFlowStatusWorkitem[]
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flow_id str
    (String) flow id.
    flow_name str
    (String) flow name.
    status_code str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    status_message str
    (String) workitem job status message;.
    updated_at str
    (String) Job status updation timestamp.
    workitems Sequence[GetSchematicsJobStatusWorkspaceJobStatusFlowStatusWorkitem]
    (List) Environment's individual workItem status details;. Nested scheme for workitems:
    flowId String
    (String) flow id.
    flowName String
    (String) flow name.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.
    workitems List<Property Map>
    (List) Environment's individual workItem status details;. Nested scheme for workitems:

    GetSchematicsJobStatusWorkspaceJobStatusFlowStatusWorkitem

    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    WorkspaceId string
    (String) Workspace id.
    WorkspaceName string
    (String) workspace name.
    JobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    UpdatedAt string
    (String) Job status updation timestamp.
    WorkspaceId string
    (String) Workspace id.
    WorkspaceName string
    (String) workspace name.
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.
    workspaceId String
    (String) Workspace id.
    workspaceName String
    (String) workspace name.
    jobId string
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    statusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage string
    (String) workitem job status message;.
    updatedAt string
    (String) Job status updation timestamp.
    workspaceId string
    (String) Workspace id.
    workspaceName string
    (String) workspace name.
    job_id str
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    status_code str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    status_message str
    (String) workitem job status message;.
    updated_at str
    (String) Job status updation timestamp.
    workspace_id str
    (String) Workspace id.
    workspace_name str
    (String) workspace name.
    jobId String
    Job Id. Use GET /v2/jobs API to look up the Job Ids in your IBM Cloud account.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    updatedAt String
    (String) Job status updation timestamp.
    workspaceId String
    (String) Workspace id.
    workspaceName String
    (String) workspace name.

    GetSchematicsJobStatusWorkspaceJobStatusTemplateStatus

    FlowIndex double
    (Integer) Index of the template in the Flow.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    TemplateId string
    (String) Template Id.
    TemplateName string
    (String) Template name.
    UpdatedAt string
    (String) Job status updation timestamp.
    FlowIndex float64
    (Integer) Index of the template in the Flow.
    StatusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    StatusMessage string
    (String) workitem job status message;.
    TemplateId string
    (String) Template Id.
    TemplateName string
    (String) Template name.
    UpdatedAt string
    (String) Job status updation timestamp.
    flowIndex Double
    (Integer) Index of the template in the Flow.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    templateId String
    (String) Template Id.
    templateName String
    (String) Template name.
    updatedAt String
    (String) Job status updation timestamp.
    flowIndex number
    (Integer) Index of the template in the Flow.
    statusCode string
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage string
    (String) workitem job status message;.
    templateId string
    (String) Template Id.
    templateName string
    (String) Template name.
    updatedAt string
    (String) Job status updation timestamp.
    flow_index float
    (Integer) Index of the template in the Flow.
    status_code str
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    status_message str
    (String) workitem job status message;.
    template_id str
    (String) Template Id.
    template_name str
    (String) Template name.
    updated_at str
    (String) Job status updation timestamp.
    flowIndex Number
    (Integer) Index of the template in the Flow.
    statusCode String
    (String) Status of Jobs.

    • Constraints: Allowable values are: job_pending, job_in_progress, job_finished, job_failed, job_cancelled
    statusMessage String
    (String) workitem job status message;.
    templateId String
    (String) Template Id.
    templateName String
    (String) Template name.
    updatedAt String
    (String) Job status updation timestamp.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud