Try OpenEdge Now
skip to main content
Configuration
Configuring Batch Programs : API references : PUT( ) method (Process)
 

PUT( ) method (Process)

PUT /containers/{container}/batch/{key}/processes/{processid}
Updates the process to use a different PID.

Endpoint URL

/containers/{container}/batch/{key}/processes/{processid}
*{container} refers to the name of the AdminServer on which the Batch Program process is running.
*{key} refers to the OpenEdge Management resource key for the Batch program process.
*{processid} refers to the Process ID assigned for tracking the Batch program process through the REST API.

HTTP method

PUT

Parameters

None

Sample request

{
pid: 12334
}

Sample response

None