Dump a session stack
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Description
Dump a process stack for a specific session.
Note: As with the classic OpenEdge Appserver, you can generate a stack for PAS
for OpenEdge by using a debugging tool. For the classic Appserver, you can also run
the proGetStack utility to generate stack traces. For PAS for
OpenEdge and its multi-session agent, this REST call is analogous to
proGetStack.
HTTP Operation
GET
URI
//host_name:port/oemanager/applications/ABL_app_name/agents/agentPID/sessions/sessionid/stacks
Note: Agent PID (for example,
1144) or
agent ID (for example, W9UI_6dJQ-qSsk-o25mWAw) can
be used to identify the multi-session agent. Both values can be obtained using the
List
agents API.Media type
Application/vnd.progress+json
Response codes
200 Success
500 Unexpected Server Error
Command-line example
|
ABL HTTP client example
|
Request body example
NA
Response body examples
Success
|
Failure
|