Versions Compared

Key

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

...

  • The JS7 - REST Web Service API allows to perform the same operations to manage for managing Identity Services and related objects as offered from to be performed as are available in the JOC Cockpit GUI.
  • The JS7 - PowerShell Module offers allows simplified access to the REST Web Service API for scripting purposes.
    • The Executing the PowerShell examples when executed provided here might prove to be instructive for logging of REST API calls when used with the -debug option.

Documentation

The REST Web Service API provides the functionality can be used to automate operation of JS7 operation.

To add the REST Web Service API calls in your preferred language or to use the PowerShell cmdlets, refer to:

Examples

The following examples makes use of the JS7 PowerShell Module to manage Identity Services, accounts, roles, folders and permissions:

...

  • Line 1: A shebang is used to invoke PowerShell on Unix platforms. For Windows platforms replace this line with:
    • @@findstr/v "^@@f.*&" "%~f0"|pwsh.exe -&goto:eof
    • Optionally adjust pwsh.exe by powershell.exe or similar to locate the PowerShell interpreter.
  • Line 5: The URL to JOC Cockpit is specified. This is the same URL as used from a user browser to access JOC Cockpit.
  • Line 6: The Controller ID is specified during setup of a Controller. Find the The Controller ID can be found in the upper right upper hand corner of any JOC Cockpit page.

...