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

GET( ) method (Process)

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

/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

GET

Parameters

None

Properties

Property
Description
url
The URL to access the details of the Batch Program process.

Sample request

None

Sample response

{name: "prowin2",
pid: 19280,
startTime: 1488325450000,
processId: "BCKZKSpvSMiZOy5BztrcqQ",
state: "Not Running",
statusMessage: "Not Running",
icon16: "/images/batch16.png",
icon32: "/images/batch32.png",
url: "/oem/containers/localhost/batch/localhost%3Aresource.batch.prowin/processes/BCKZKSpvSMiZOy5BztrcqQ"
}