Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
Create a

...

Universal Monitor Task
Create a

...

Universal Monitor Task
Create a

...

Universal Monitor Task


Description

URI

http://host_name/uc/resources/task

HTTP Method

POST

Description

Creates a new Variable Universal Monitor task.
 

To persist sysIds, use the retainSysIds property.

Example URI

http://localhost:8080/uc/resources/task

Consumes Content-Type

application/xml, application/json

Produces Content-Type

n/a

Example

See Variable Monitor Task: XML and JSON Examples, below.

Properties

See Properties.

Example Response

  • Status 200 /OK
    Successfully created the <task type> task with sysId <sysId>.

Anchor
Modify a

...

Universal Monitor Task
Modify a

...

Universal Monitor Task
Modify a

...

Universal 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.
 

To modify Variable Universal Monitor Task properties without modifying related records, use the excludeRelated property.

Example

See Variable Monitor Task: XML and JSON Examples.

Properties

See Properties.

Example Response

  • Status 200 /OK
    Successfully updated the <task type> task with sysId <sysId> to version <version>.

Anchor
Read a

...

Universal Monitor Task
Read a

...

Universal Monitor Task
Read a

...

Universal Monitor Task


Description

URI

http://host_name/uc/resources/task

HTTP Method

GET

Description

Retrieves information on the specified task.

Request Parameters

taskid or taskname

Mutually Exclusive Parameters

taskid and taskname

Example URI

Consumes Content-Type

n/a

Produces Content-Type

application/xml, application/json

Example Response

Properties

See Properties.

Anchor

...

Universal Monitor Task XML and JSON Examples

...

Universal Monitor Task XML and JSON Examples

...

Universal Monitor Task: XML and JSON Examples

The retainSysIds and version properties are specified as attributes in XML.
 

...