Cron Trigger Web Services
Overview
Universal Controller supports the following RESTful-based web services for Cron Trigger operations, which are listed alphabetically on this page.
Formatting specifications for each web service, including details about parameter requirements, are provided.
Note
For information on Trigger web services that are applicable to all trigger types, see:
Create a Cron Trigger
| Description |
|---|---|
URI | |
HTTP Method | POST |
Description | Creates a new Cron trigger. |
Example URI | |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example Request | |
Trigger Properties | |
Trigger-Related Record Properties | |
Example Response |
|
Modify a Cron Trigger
| Description |
|---|---|
URI | |
HTTP Method | PUT |
Description | Modifies the trigger specified by the sysId in the request. |
Example URI | |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example Request | |
Trigger Properties | |
Trigger-Related Record Properties | |
Example Response |
|
Read a Cron Trigger
| Description |
|---|---|
URI | |
HTTP Method | GET |
Description | Retrieves information for the specified trigger |
URI Parameters | |
Example URI | |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Trigger Properties | |
Trigger-Related Record Properties | |
Example Response |
|
Read a Cron Trigger: URI Parameters
Name | Description | Specifications | Required | Mutually Exclusive With |
|---|---|---|---|---|
| Unique ID for this trigger. |
| Y |
|
| Name used within the Controller to identify this trigger. | Maximum 40 alphanumerics. | Y |
|
Cron Trigger: XML and JSON Examples
In the XML web service, the exportReleaseLevel, exportTable, retainSysIds, and version properties are specified as attributes in the <trigger> element.
Examples | XML | JSON |
|---|---|---|
Example for Trigger |
|
|
Examples for Trigger-Related Records | Variables
|