Previous Topic: ExampleNext Topic: Example


listJobs—List Jobs

This action lists the jobs related to the item is shown. The information also shows the computers addressed by the job and individual results of the job for each computer.

This action is valid only for domain managers

This action has the following format:

swlibrary action=listjobs 
item=item_name 
version=version_name 
{alt |
procedure=procedure_name 
[{filter=filter|filterfile=file_name}]}
alt

An alternate list is provided based on the item name and version only.

An alternate list is provided based on the item name and version only.

In case of coding this parameter the value of the item and version parameter might contain database supported wild cards, for example,

"%"

for an arbitrary, even empty sequence of characters

"_"

for an arbitrary single character

For Microsoft SQL Server also the square brackets ("[","]") have a special meaning. This has to be taken into account when coding the name.

filter

Specifies the expression to confine the amount of information listed.

You can also use the attributes shown by this list action.

filterfile

Specifies the name of the file that contains the filter commands.

The commands in the file are specified in the same way as in the filter parameter, but the size of the file is limited by the capacity of the system that runs this command.

item

Specifies the name of the item for which the list is provided.

procedure

Specifies the name of the item procedure used in the jobs in question.

version

Specifies the version of the item for which the list is provided.

More Information:

Using Filters