Versions Compared

Key

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

...

Test-JS7ControllerInstance [[-Url] <Uri>] [-PassiveStandBy] [<CommonParameters>]

DESCRIPTION

The cmdlets tests the connection between JOC Cockpit and a Controller instance.
A standalone Controller instance or the active or passive standby member of a Controller cluster can be
tested to be accessible.

The following REST Web Service API resources are used:

* /controller/test

PARAMETERS

Url

-Url <Uri>
Specifies the Url of the Controller instance to be tested.

Without use of this parameter and the -Passive StandBy parameter
a standalone Controller instance or the active member of a Controller cluster is checked.

Required?false
Position?1
Default value
Accept pipeline input?false
Accept wildcard characters?false

...

StandBy

-Passive StandBy <SwitchParameter>
Specifies that the passive standby member of Controller cluster should be be tested.
The alias parameter name -Passive can be used.

Without use of this parameter and the -Url parameter
a standalone Controller instance or the active member of a Controller cluster is checked.

...

PS > $result = Test-JS7ControllerInstance -PassiveStandBy

Checks if the passive standby member of a Controller cluster is accessible.

...