Versions Compared

Key

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

...

Examples

XML

JSON

Example for Trigger

Expand
titleXML
<triggerApplMonitor exportReleaseLevel="7.2.0.0" exportTable="ops_trigger_appl_monitor" retainSysIds="true" version="1"> 
<variables />
<action />
<notes />
<calendar>System Default</calendar>
<description />
<disabledBy></disabledBy>
<disabledTime></disabledTime>
<enabled>true</enabled>
<enabledBy>ops.admin</enabledBy>
<enabledTime>2021-03-03 12:46:11 -0500</enabledTime>
<name>application monitor trigger</name>
<nextScheduleTime>2021-03-04 00:00:00 -0500</nextScheduleTime>
<opswiseGroups>
<opswiseGroup>bus service 1</opswiseGroup>
</opswiseGroups>
<rdExcludeBackup>true</rdExcludeBackup>
<restriction>false</restriction>
<restrictionAdjective>Every</restrictionAdjective>
<restrictionComplex>false</restrictionComplex>
<restrictionMode>Or</restrictionMode>
<restrictionNouns>
<restrictionNoun>Day</restrictionNoun>
</restrictionNouns>
<restrictionNthAmount />
<restrictionQualifiers>
<restrictionQualifier>Year</retsrictionQualifier>
</restrictionQualifiers>
Expand
titleJSON
{ 
"type": "triggerApplMonitor",
"action": "Do Not Trigger",
"applNameCondition": "All",
"applNameValue": null,
"applType": "Windows Service,\nLinux/Unix Daemon,\nz/OS Started Task",
"application": "app1",
"calendar": "System Default",
"description": null,
"disabledBy": "",
"disabledTime": "",
"enabled": true,
"enabledBy": "ops.admin",
"enabledTime": "2021-03-03 12:46:11 -0500",
"exportReleaseLevel": "7.2.0.0",
"exportTable": "ops_trigger_appl_monitor",
"monitorType": "Specific",
"name": "application monitor trigger",
"nextScheduledTime": "2021-03-04 00:00:00 -0500",
"notes": [],
"opswiseGroups": [ "bus service 1" ],
"rdExcludeBackup": true,
"restriction": false,
"restrictionAdjective": "Every",
"restrictionComplex": false,

"restrictionMode": "Or",
"restrictionNouns": [
{
"value": "Day"
}
],
"restrictionNthAmount": null,
"restrictionQualifiers": [
{
"value": "Year"
}
],
"restrictionSimple": false,
"retainSysIds": true,
"retentionDuration": 1,
"retentionDurationPurge": true,
"retentionDurationUnit": "Days",
"situation": "Holiday",
"skipCondition": "None",
"skipCount": 0,
"status": "Start Failure",
"sysId": "8140b211960d45328bbf96325a6c46bd",
"tasks": [ "Sleep 30" ],
"timeZone": null,
"variables": [ ],
"version": 2
}
Examples for Trigger-Related Records

Variables

Expand
titleXML
<variables>
   <variable>
         <description />
         <name>testVar</name>
         <value>value</value>
   </variable>
</variables>

Notes

Expand
titleXML
<notes>
   <note>
         <sysId>76ad570c64b84f84aeaf281403856b10</sysId>
         <text>testNoteText</text>
         <title>testNoteTitle</title>
   </note>
</notes>

Variables

Expand
titleJSON
"variables": [ {
  "description": "description",
  "name": "var1",
  "value": "value1"
} ]

Notes

Expand
titleJSON
"notes": [ {
  "sysId": "76ad570c64b84f84aeaf281403856b10",
  "text": "testNoteText",
  "title": "testNoteTitle"
} ]
Expand
titleJSON
{ 
"type": "triggerApplMonitor",
"action": "Do Not Trigger",
"applNameCondition": "All",
"applNameValue": null,
"applType": "Windows Service,\nLinux/Unix Daemon,\nz/OS Started Task",
"application": "app1",
"calendar": "System Default",
"description": null,
"disabledBy": "",
"disabledTime": "",
"enabled": true,
"enabledBy": "ops.admin",
"enabledTime": "2021-03-03 12:46:11 -0500",
"exportReleaseLevel": "7.2.0.0",
"exportTable": "ops_trigger_appl_monitor",
"monitorType": "Specific",
"name": "application monitor trigger",
"nextScheduledTime": "2021-03-04 00:00:00 -0500",
"notes": [],
"opswiseGroups": [ "bus service 1" ],
"rdExcludeBackup": true,
"restriction": false,
"restrictionAdjective": "Every",
"restrictionComplex": false,
"restrictionMode": "Or",
"restrictionNouns": [
{
"value": "Day"
}
],
"restrictionNthAmount": null,
"restrictionQualifiers": [
{
"value": "Year"
}
],
"restrictionSimple": false,
"retainSysIds": true,
"retentionDuration": 1,
"retentionDurationPurge": true,
"retentionDurationUnit": "Days",
"situation": "Holiday",
"skipCondition": "None",
"skipCount": 0,
"status": "Start Failure",
"sysId": "8140b211960d45328bbf96325a6c46bd",
"tasks": [ "Sleep 30" ],
"timeZone": null,
"variables": [ ],
"version": 2
}

...