Linux Unix Task Web Services
Overview
Universal Controller supports the following RESTful-based web services for Linux/Unix Task operations, which are listed alphabetically on this page.
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.
For information on Task web services that are applicable to all task types, see:
Create a Linux/Unix Task
| Description |
|---|---|
URI | |
HTTP Method | POST |
Description | Creates a new Linux/Unix task. |
Example URI | |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example | See Linux/Unix Task: XML and JSON Examples, below. |
Properties | See Properties. |
Example Response |
|
Modify a Linux/Unix Task
| Description |
|---|---|
URI | |
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 Properties. |
Example Response |
|
Read a Linux/Unix Task
| Description |
|---|---|
URI | |
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 |
|