http://POWebServer.com/SASProcessOrchestration/rest/executions/run?path= /Shared%20Data/Subfolder1/Orch%20Job1
cURL -v -b --location-trusted -u "ETLGuest:pw1" -H "Accept:application/json" -H "Content-Type:application/json" --url "http://POWebServer.com/SASProcessOrchestration/rest/executions/run?path= /Shared%20Data/Subfolder1/Orch%20Job1" -X POST
http://POWebServer.com/SASProcessOrchestration/rest/executions/run?path= /Shared%20Data/Subfolder1/Orch%20Job1
The executions/run command
is used to run orchestration jobs. For a description
of the main commands that are used to manage jobs, see Overview of the REST API .
|
|
cURL -v -b --location-trusted -u "ETLGuest:pw1" -H "Accept:application/json" -H "Content-Type:application/json" --url "http://POWebServer.com/SASProcessOrchestration/rest/executions/run?path= /Shared%20Data/Subfolder1/Orch%20Job1" -X POST
Note: The user ID that executes
an orchestration job must have the RunJobs capability. For information
about capabilities for orchestration jobs, see Default Groups, Roles, and Capabilities.
|
|||