GET( ) method (Process)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
| GET /containers/{container}/batch/{key}/processes/{processid} |
Retrieves details of a specific process associated with the Batch Program.
A Batch Program configured for monitoring using a PID file, PID registration, or status script may have a process that has never started directly from OpenEdge Management. This method is used to track the instance when not using a startup script from within OpenEdge Management.
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
GETParameters
NoneProperties
| Property | Description |
|---|---|
url |
The URL to access the details of the Batch Program process. |
Sample request
NoneSample response
|