POST( ) method (Process)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
| POST /containers/{container}/batch/{key}/processes/{processid} |
Registers a process that is to be tracked by the Batch Program using the specified ID.
For a Batch Program resource that is configured for PID registration, the PID must be available on the same machine as the AdminServer where the Batch Program resource is configured. You can provide your own specified identifier that is used for the PID.
Endpoint URL
|
{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
POSTParameters
NoneSample request
|
Sample response
|
Code example
The following is acurl example to register a Batch Program for tracking using PID
registration:
|