Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples

XML

JSON

Request Example


Expand
titleXML


Panel
<executionUser>
      <username>test</username>
      <password>pass1</password>
</executionUser> 





Expand
titleJSON


Panel
{
 "username": "test",
 "password": "pass1" 
}




...

Examples

XML

JSON

Request Example


Expand
titleXML


Panel
<enable-disable-trigger>
    <trigger enable="true" name="uc - 1st and 15th"></trigger>
    <trigger enable="false" name="uc - 1st Sunday of Month"></trigger>
</enable-disable-trigger> 





Expand
titleJSON


Panel
  [{
     "enable": true,
     "name": "uc - 1st and 15th"
  },
  {
     "enable": false,
     "name": "uc - 1st Sunday of Month"
  }]




Response Example


Expand
titleXML


Panel
<command-response>
    <type>Enable Disable Triggers</type>
    <success>true</success>
    <info>Successfully enabled trigger uc - 1st and 15th, Successfully disabled trigger uc - 1st Sunday of Month</info>
    <errors />
</command-response> 





Expand
titleJSON


Panel
{
    "type": Enable/Disable Triggers",
    "success": true,
    "info": "Successfully enabled trigger "uc - 1st and 15th"., Successfully disabled trigger "uc - 1st Sunday of Month".",
    "errors": ""
}




...

Examples

XML

JSON

Request Example


Expand
titleXML
<generic-query-filter>
    <name>*time*</name>
    <enabled>true</enabled>
    <type>Time</type>
<tasks>Sleep 0, Sleep 60</tasks>
<description>manual1</description> </generic-query-filter>



Expand
titleJSON
{
  "name": "*time*",
  "enabled": true,
  "type": "Time",  
"tasks": "Sleep 0, Sleep 60",
"description": "manual1" }


Response Example


Expand
titleXML
<triggers>
    <trigger>
        <enabled>true</enabled>
        <name>Example time trigger 1</name>
        <sysID>07e69e9ac0a830016f4e065eb8e4ffe0</sysID>
        <type>Time</type>
        <version>1</version>
    </trigger>
    <trigger>
        <enabled>true</enabled>
        <name>Example time trigger 2</name>
        <sysID>07e69051c0a8300135a540b2d5b07ade</sysID>
        <type>Time</type>
        <version>1</version>
    </trigger>
</triggers>



Expand
titleJSON
[ {
  "enabled": true,
  "name": "Example time trigger 1",
  "sysId": "68aca9ea398f4d17a7ca23eeaa1d4fa1",
  "type": "Time",
  "version": 5
}, {
  "enabled": true,
  "name": "Example time trigger 2",
  "sysId": "54c562ceb5e44aeca99f836b65fd86fb",
  "type": "Time",
  "version": 11
} ]


...

Property

UI Field Name

Description

Specifications

Required

Anchor
description - LT
description - LT
description

Description

Filter the trigger list using the description.

Wildcards are supported.

N

Anchor
enabled - LT
enabled - LT
enabled

Status

Indication of whether to list enabled (true) or disabled (false) triggers.

Boolean; Valid values: true/false.

N

Anchor
name - LT
name - LT
name

Name

Name or partial name of one or more triggers.

Wildcards are supported.

N

Anchor
tasks - LT
tasks - LT
tasks

Task(s)

List Triggers that reference any one of the specified links.

Comma-separated Task names.

N

Anchor
type - LT
type - LT
type

n/a

Type of triggers to list.

Valid values:

  • As String = Cron, As Value = 1
  • As String = Time, As Value = 2
  • As String = File Trigger, As Value = 3
  • As String = Temporary, As Value = 4
  • As String = Task Monitor, As Value = 5
  • As String = Manual, As Value = 6
  • As String = Application Monitor, As Value = 8
  • As String = Composite, As Value = 9
  • As String = Variable Monitor, As Value = 10
  • As String = Email Monitor, As Value = 11
  • As String = Universal Monitor, As Value = 12

N

Anchor
List Triggers - Advanced
List Triggers - Advanced
List Triggers - Advanced

...

Property

UI Field Name

Description

Specifications

Required

Anchor
businessServices- LT
businessServices- LT
businessServices

Member of Business Services

Business Services that this trigger belongs to.



Anchor
description - LT
description - LT
description

Description

Filter the trigger list using the description.

/wiki/spaces/UC71x/pages/5215217 are supported.

N

Anchor
enabled - LT
enabled - LT
enabled

Status

Indication of whether to list enabled (true) or disabled (false) triggers.

Boolean; Valid values: true/false.

N

Anchor
name - LT
name - LT
name

Name

Name or partial name of one or more triggers.

/wiki/spaces/UC71x/pages/5215217 are supported.

N

Anchor
tasks - LT
tasks - LT
tasks

Task(s)

List Triggers that reference any one of the specified links.

Comma-separated Task names.

N

Anchor
type - LT
type - LT
type

n/a

Type of triggers to list.

Valid values:

  • As String = Cron, As Value = 1
  • As String = Time, As Value = 2
  • As String = File Trigger, As Value = 3
  • As String = Temporary, As Value = 4
  • As String = Task Monitor, As Value = 5
  • As String = Manual, As Value = 6
  • As String = Application Monitor, As Value = 8
  • As String = Composite, As Value = 9
  • As String = Variable Monitor, As Value = 10
  • As String = Email Monitor, As Value = 11
  • As String = Universal Monitor, As Value = 12


Anchor
List Triggers - Advanced XML and JSON Examples
List Triggers - Advanced XML and JSON Examples
List Triggers - Advanced: XML and JSON Examples

...

Examples

XML

JSON

Request Example


Expand
titleXML


Code Block
languagetext
<trigger-now>
    
<name>uc - Every 15 Minutes MWF 9-5</name>
<name>man-trig1</name>
    <hold>yes</hold>
    
<hold>yes</hold>
<holdReason>Waiting for input</holdReason>
  
<holdReason>Waiting
 
for
 
input<
<launchReason>testing</
holdReason>
launchReason>
    
<timeZone>America
<timeZone>America/Chicago</
timeZone>
timeZone>
    
<virtualResourcePriority>10</virtualResourcePriority>
<virtualResourcePriority>10</virtualResourcePriority>
    
<virtual
<virtual-
resources>
resources> 
        <virtual-resource>
            
<name>uc - Solo</name>
<name>VR-1</name>
            
<limit>2</limit>
<limit>2</limit>
        </virtual-resource>
    </virtual-
resources>
resources>
    
<variables>
<variables>
        <variable>
            
<name>testVariable</name>
<name>testVariable</name>
            
<value>Hello</value>
<value>Hello</value>
        </variable>
    </
variables>
variables>
    
<overrideTriggerDateTime>true</overrideTriggerDateTime>
<overrideTriggerDateTime>true</overrideTriggerDateTime>
    
<overrideDate>2020
<overrideDate>2022-
07
09-
14</overrideDate>
20</overrideDate>
    
<overrideTime>10
<overrideTime>11:15</
overrideTime>
overrideTime>
    
<overrideTimeZone>America
<overrideTimeZone>America/Chicago</
overrideTimeZone>
overrideTimeZone>
</trigger-now> 




Expand
titleJSON


Code Block
languagetext
{
  "name": "
uc - Every 15 Minutes MWF 9-5
man-trig1",
  "hold": "yes",
  "holdReason": "Waitng for input",
  "launchReason": "test1",
  "timeZone": "America/Chicago",
  "virtualResourcePriority": 10,
  "virtualResources": [
    {
      "name": "
uc
VR-
Solo
1",
      "limit": 2
    }
  ],
  "variables": [
    {
      "name": "testVariable",
      "value": "Hello"
    }
  ],


  "overrideTriggerDateTime": "true",


  "overrideDate": "
2020
2022-
07
09-
14
20",


  "overrideTime": "
10
11:15",


  "overrideTimeZone": "America/Chicago"
}



Response Example


Expand
titleXML


Panel
<command-response>
    <type>trigger_now</type>
    <success>true</success>
    <info>Successfully triggered - Every 15 Minutes MWF 9-5</info>
    <sys_id>4c7d6b9cc0a801c900e7dac8b24ef142<\sys_id>
    <errors />
</command-response> 





Expand
titleJSON


Panel
{
  "type": "trigger_now",
  "success": true,
  "info": "Successfully triggered \"Successfully triggered - Every 15 Minutes MWF 9-5",
  "errors": "",
  "sysId": "4c7d6b9cc0a801c900e7dac8b24ef142"
}




...

Property

UI Field Name

Description

Specifications

Required

Anchor
hold - TaT
hold - TaT
hold

Hold on Start

Indication of whether or not to launch the task in Held status. The task runs when the user releases it.

Boolean; Valid values: Yes, Y, true.

N

Anchor
holdReason - TaT
holdReason - TaT
holdReason

Hold Reason

Information about why the task instances will be put on hold when the tasks start.


N

launchReasonLaunch ReasonReason for the task launch

(Y if Task Launch Reason Required system property is True.)

Anchor
name - TaT
name - TaT
name

Name

Name of the trigger to trigger the task.


Y

Anchor
overrideDate - TaT
overrideDate - TaT
overrideDate

DateDate of the override execution.YYY-MM-DDN
(Y if overrrideTriggerDateTime
is true.)

Anchor
overrideTime - TaT
overrideTime - TaT
overrideTime

TimeTime of the override execution.HH:MMN
(Y if overrrideTriggerDateTime
is true.)

Anchor
overrideTimeZone - TaT
overrideTimeZone - TaT
overrideTimeZone

Time ZoneTime zone of the override execution.
N
(Y if overrrideTriggerDateTime
is true.)

Anchor
overrideTriggerDateTime - TaT
overrideTriggerDateTime - TaT
overrideTriggerDateTime

Override Trigger Date/TimeSpecification for whether to enable or disable override functionality.

Boolean; Valid values: true/false.

Default is false.

N

Anchor
timeZone - TaT
timeZone - TaT
timeZone

Time Zone

Time zone in which task is triggered.


N

Anchor
variables - TaT
variables - TaT
variables

n/a


Panel
  <variables>
        <variable>
            <name>testVariable</name>
            <value>Hello</value>
        </variable>
    </variables>

 
See Trigger Task(s) (Trigger Now): Request Variable Properties.


N

Anchor
virtualResourcePriority - TaT
virtualResourcePriority - TaT
virtualResourcePriority

Virtual Resource Priority

Priority for acquiring a resource when two or more tasks are waiting for the resource. This priority applies to all resources required by the task.

Integer; Valid values: 1-20 (1 is high priority, 20 is low priority). Default is 10.

N

Anchor
virtual-resources - TaT
virtual-resources - TaT
virtual-resources

n/a


Panel
    <virtual-resources> 
        <virtual-resource>
            <name>uc - Solo</name>
            <limit>2</limit>
        </virtual-resource>
    </virtual-resources>

 
See Triger Task(s) (Trigger Now): Request Virtual Resource Properties.

The virtual resource dependencies specified in virtual-resources are merged with the default virtual resource dependencies.

  • If a default virtual resource dependency already exists for a specified virtual resource amount, the virtual resource dependency is updated.
  • Any virtual resource specified with an amount of 0 is dropped from the default virtual resource dependencies; if the virtual resource did not exist as a default dependency, the command will fail.
  • If a default virtual resource dependency does not already exist for a specified virtual resource amount, the virtual resource dependency is added.

N

...