Versions Compared

Key

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

...

Get-JS7ControllerStatus

SYNOPSIS

Return Returns status information, optionally summary and history information for a JS7 Controller

...

Status information, optionally summary and history information are returned for a JS7 Controller.

* Status information includes e.g. the start date and JS7 release
* Summary information includes e.g. the number of running orders
* History information includes e.g. an overview of past orders

The following REST Web Service API resources are used:

* /controller
* /controller/p
* /controllers/p

PARAMETERS

DateFrom

-DateFrom <DateTime>
Specifies the date starting from which history items should be returned.
Consider that a UTC date has to be provided.

Default: Begin of the current day as a UTC date

...