...
Universal Controller supports the following RESTful-based web services for Stored Procedure Task operations, which are listed alphabetically on this page.
- 63548171
- 63548171
- 63548171Create a Stored Procedure Task
- Modify a Stored Procedure Task
- Read a Stored Procedure Task
Formatting specifications for each web service, including details about parameter requirements, are provided.
Links to detailed information about the properties used in these web services also is located on this page.
...
Description | |
---|---|
URI | http://host_name/uc/resources/task |
HTTP Method | POST |
Description | Creates a new Stored Procedure task. |
Example URI | http://localhost:8080/uc/resources/task |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example | See Stored Procedure Task: XML and JSON Examples, below. |
Properties | See 63548171 Properties. |
Example Response |
|
...
Description | |
---|---|
URI | http://host_name/uc/resources/task |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
HTTP Method | PUT |
Description | Modifies the task specified by the sysId in the request. |
Example | |
Properties | See 63548171 Properties. |
Example Response |
|
...
Description | |
---|---|
URI | http://host_name/uc/resources/task |
HTTP Method | GET |
Description | Retrieves information on the specified task. |
Request Parameters |
|
Mutually Exclusive Parameters |
|
Example URI | |
Consumes Content-Type | n/a |
Produces Content-Type | application/xml, application/json |
Example Response |
|
Properties | See 63548171 Properties. |
Anchor | ||||
---|---|---|---|---|
|
...
See Task Web Services - Task Actions for XML and JSON examples of task actions.
...