Versions Compared

Key

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


Panel
Table of Contents

Overview

Universal Controller supports the following RESTful-based web services for z/OS Monitor Trigger operations, which are listed alphabetically on this page.

Formatting specifications for each web service, including details about parameter requirements, are provided.
 

...

Examples

XML

JSON

Example for Trigger


Expand
titleXML
<?xmlversion="1.0"encoding="UTF-8"standalone="yes"?>
<triggerZmexportReleaseLevel="7.7.0.0"exportTable="ops_trigger_zm"retainSysIds="true"version="1">
    <variables/>
    <notes/>
    <action>Do Not Trigger</action>
    <calendar>System Default</calendar>
    <customField1/>
    <customField2/>
    <description/>
    <disabledBy>ops.admin</disabledBy>
    <disabledTime>2024-09-30 12:54:38 -0400</disabledTime>
    <enabled>false</enabled>
    <enabledBy></enabledBy>
    <enabledTime></enabledTime>
    <enforceVariables>false</enforceVariables>
    <lockVariables>false</lockVariables>
    <name>z/OS Mon Trig</name>
    <nextScheduledTime></nextScheduledTime>
    <opswiseGroups/>
    <rdExcludeBackup>false</rdExcludeBackup>
    <restriction>false</restriction>
    <restrictionAdjective>Every</restrictionAdjective>
    <restrictionComplex>false</restrictionComplex>
    <restrictionMode>Or</restrictionMode>
    <restrictionNoun>Day</restrictionNoun>
    <restrictionNouns>
        <restrictionNoun>Day</restrictionNoun>
    </restrictionNouns>
    <restrictionNthAmount>5</restrictionNthAmount>
    <restrictionQualifier>Year</restrictionQualifier>
    <restrictionQualifiers>
        <restrictionQualifier>Year</restrictionQualifier>
    </restrictionQualifiers>
    <restrictionSimple>false</restrictionSimple>
    <retentionDuration>1</retentionDuration>
    <retentionDurationPurge>false</retentionDurationPurge>
    <retentionDurationUnit>Days</retentionDurationUnit>
    <simulateTasks>false</simulateTasks>
    <situation>Holiday</situation>
    <skipActive>false</skipActive>
    <skipAfterDate/>
    <skipAfterTime/>
    <skipBeforeDate/>
    <skipBeforeTime/>
    <skipCondition>None</skipCondition>
    <skipCount>0</skipCount>
    <skipDateList/>
    <skipRestriction>None</skipRestriction>
    <sysId>f20e60bc8d1c42cab939a15e0169e80d</sysId>
    <tasks>
        <task>Sleep 10</task>
    </tasks>
    <timeZone/>
    <enabledEnd>00:00</enabledEnd>
    <enabledStart>00:00</enabledStart>
    <restrictedTimes>false</restrictedTimes>
    <taskMonitor>zos mon test #1.0</taskMonitor>
</triggerZm>



Expand
titleJSON
{
    "type": "triggerZm",
    "action": "Do Not Trigger",
    "calendar": "System Default",
    "customField1": {
        "label": null,
        "value": null
    },
    "customField2": {
        "label": null,
        "value": null
    },
    "description": null,
    "disabledBy": "ops.admin",
    "disabledTime": "2024-09-30 12:54:38 -0400",
    "enabled": false,
    "enabledBy": "",
    "enabledEnd": "00:00",
    "enabledStart": "00:00",
    "enabledTime": "",
    "enforceVariables": false,
    "exportReleaseLevel": "7.7.0.0",
    "exportTable": "ops_trigger_zm",
    "lockVariables": false,
    "name": "z/OS Mon Trig",
    "nextScheduledTime": "",
    "notes": [],
    "opswiseGroups": [],
    "rdExcludeBackup": false,
    "restrictedTimes": false,
    "restriction": false,
    "restrictionAdjective": "Every",
    "restrictionComplex": false,
    "restrictionMode": "Or",
    "restrictionNoun": {
        "value": "Day"
    },
    "restrictionNouns": [
        {
            "value": "Day"
        }
    ],
    "restrictionNthAmount": 5,
    "restrictionQualifier": {
        "value": "Year"
    },
    "restrictionQualifiers": [
        {
            "value": "Year"
        }
    ],
    "restrictionSimple": false,
    "retainSysIds": true,
    "retentionDuration": 1,
    "retentionDurationPurge": false,
    "retentionDurationUnit": "Days",
    "simulateTasks": false,
    "situation": "Holiday",
    "skipActive": false,
    "skipAfterDate": null,
    "skipAfterTime": null,
    "skipBeforeDate": null,
    "skipBeforeTime": null,
    "skipCondition": "None",
    "skipCount": 0,
    "skipDateList": [],
    "skipRestriction": "None",
    "sysId": "f20e60bc8d1c42cab939a15e0169e80d",
    "taskMonitor": "zos mon test #1.0",
    "tasks": [
        "Sleep 10"
    ],
    "timeZone": null,
    "variables": [],
    "version": 1
}


Anchor
Properties
Properties

...