Composite Trigger Web Services
- 1 Overview
- 2 Create a Composite Trigger
- 3 Modify a Composite Trigger
- 4 Read a Composite Trigger
- 5 Composite Trigger: XML and JSON Examples
- 6 Properties
- 6.1 Trigger Properties - All Triggers
- 6.2 Trigger Properties - Composite Trigger
- 6.3 Trigger Properties - All Composite Trigger Components
- 6.4 Trigger Properties - Composite Trigger Time Component
- 6.5 Trigger Properties - Composite Trigger File Monitor Component
- 6.6 Trigger Properties - Composite Trigger Task Monitor Component
- 6.7 Trigger Properties - Composite Trigger Variable Monitor Component
- 6.8 Trigger Properties - Composite Trigger Email Monitor Component
- 6.9 Trigger Properties - Composite Trigger Universal Monitor Component
- 6.10 Trigger-Related Records Properties: Variables
- 6.11 Trigger-Related Records Properties: Notes
Overview
Universal Controller supports the following RESTful-based web services for Composite 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:
Description | |
|---|---|
URI | |
HTTP Method | POST |
Description | Retrieves information for the specified trigger. |
Example URI | |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example Request | |
Trigger Properties | |
Trigger Component Properties |
|
Trigger-Related Record Properties | |
Example Response |
|
Description | |
|---|---|
URI | |
HTTP Method | PUT |
Description | Modifies the trigger specified by the sysId in the Example Request. |
Example URI | |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example Request | |
Trigger Properties | |
Trigger Component Properties |
|
Trigger-Related Record Properties | |
Example Response |
|
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 Component Properties |
|
Trigger-Related Record Properties | |
Example Response |
|
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 |
|
In the XML web service, the exportReleaseLevel, exportTable, retainSysIds, and version properties are specified as attributes in the <trigger> element.