Page History
...
- The JS7 - REST Web Service API allows the same Agent management operations to be performed as are available from the JOC Cockpit GUI.
- See the Technical Documentation of the REST Web Service API article for detailed information.
- The JS7 - PowerShell Module allows simplified access to the REST Web Service API for scripting purposes.
- Executing the PowerShell examples provided here might prove to be instructive for the logging of REST API calls when used with the
-debug
option.
- Executing the PowerShell examples provided here might prove to be instructive for the logging of REST API calls when used with the
...
- 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
bypowershell.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 client 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.
...
Overview
Content Tools