Versions Compared

Key

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

...

Returns any JS7 standalone Controller instace or JS7 Controller Cluster members that are connected to JOC Cockpit.

The following REST Web Service API resources are used:

* /controller
* /controllers/p

PARAMETERS

Id

-Id <String>
Specifies the ID of a JS7 Controller that was specified during installation of the product.
If no ID is specified then the first JS7 Controller registered with JOC Cockpit will be used.

...

PS > $controllers = Get-JS7ControllerInstance -Id some-controller-controllerIdid

Returns the Controller standalone instance or all members of a JS7 Controller cluster with the specified Controller ID.

...