...
- The JobScheduler REST Web Service (and the JOC Cockpit) are operated on the
localhost
with port4446
. - The URL in use is
http://localhost:4446/joc/api/jobscheduler/command
- The value for the
access_token
has been retrieved from a previous authentication request. - Consider use of the
Content-Type
headerapplication/xml
. - The body contains the effective XML commands wrapped in a
<jobscheduler_command commands jobschedulerId="..."/>
element wherejobschedulerId
is the JobScheduler ID of the respective JobScheduler Master.
...