...
Anchor | ||||
---|---|---|---|---|
|
Create a Remote File Monitor Task
Description | |
---|---|
URI | http://host_name/uc/resources/task |
HTTP Method | POST |
Description | Creates a new Remote File Monitor task. |
Example URI | http://localhost:8080/uc/resources/task |
Consumes Content-Type | application/xml, application/json |
Produces Content-Type | n/a |
Example | See Remote File Monitor Task: XML and JSON Examples, below. |
Properties | See Properties. |
Example Response |
|
Anchor | ||||
---|---|---|---|---|
|
Modify a Remote File Monitor Task
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, below. |
Example | |
Properties | See Properties. |
Example Response |
|
Anchor | ||||
---|---|---|---|---|
|
Read a Remote File Monitor Task
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 Properties. |
Anchor | ||||
---|---|---|---|---|
|
Remote File Monitor Task: XML and JSON Examples
The retainSysIds
and version
properties are specified as attributes in XML.
...
See Task Web Services - Task-Related Records for XML and JSON examples of task-related records.
Anchor | ||||
---|---|---|---|---|
|