Enable or disable ABL object tracking
- Last Updated: February 28, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Description
Enable or disable the tracking of ABL objects. When enabled, ABL objects are tracked to identify potential memory leaks. To generate a report of these objects, see Get a report of tracked ABL objects. When object tracking is not required, disable. Disabled by default.
HTTP Operation
PUT
URI
http(s)://host_name:port/oemanager/applications/ABL_app_name/agents/agentPID/ABLObjects/status
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
|
Response body example
Result returns true when value is changed. To get the current value, see Check ABL object tracking status.
|