Get a report of tracked ABL objects
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Description
Get a report of ABL objects that may indicate potential memory leaks. Getting a report requires that object tracking is enabled. See Enable or disable ABL object tracking. After leaks have been identified and resolved, disable ABL object tracking.
HTTP Operation
GET
URI
http(s)://host_name:port/oemanager/applications/ABL_app_name/agents/agentPID/ABLObjects
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 example
This excerpt shows the objects that are being tracked. Source identifies the related code.
|
This excerpt shows results if object tracking is disabled.
|