Previous Topic: activateStageCheck—Activate the Stage Check ProgramNext Topic: Examples


listFailedJobs—List Failed Jobs Related to Target Computers

This action lists all failed jobs related with this target computer. To confine the amount of data, a filter can be specified.

This action has the following format:

targetcomputer action=listFailedJobs
name=computer_name
[{alt |
  {filter=filter|filterfile=file_name}
[detailed]}]
alt

An alternative output list is provided.

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.

detailed

Information is listed in detail

filter

Specifies the expression to confine the amount of information listed

For attributes valid to build atomic filter expressions see action "listjobs".

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.

name

Specifies the name of the computer of which the failed jobs will be listed.

More Information:

Using Filters