Versions Compared

Key

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

...

Get-JS7AgentReport

SYNOPSIS

Return Returns reporting information about job executions from a JS7 Agent.

SYNTAX

Get-JS7AgentReport [[-Agents] <Uri[]>] [[-DateFrom] <DateTime>] [[-DateTo] <DateTime>] [-Display] [<CommonParameters>]

...

Reporting information about job executions is returned from a JS7 Agent.
*
Reporting information includes e.g. the number of successfully executed tasks with an Agent.

The following REST Web Service API resources are used:

* /report/agents

PARAMETERS

Agents

-Agents <Uri[]>
Specifies an array of URLs that point to Agents. This is useful if specific Agents
should be checked. Without this parameter all Agents configured for registered with a Controller will be checked.

...

PS > Get-JS7AgentReport -Agents http://host-a:4445,http://localhosthost-b:4445 -Display

Returns reporting information about Agent job executions with the indicated Agents for today. Formatted output is displayed.

...