Update dynamic session limit
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Description
Updates the in-memory maximum ABL Sessions per agent (dynmaxablsessions) to the specified {sessionLimit}.
HTTP Operation
POST
URI
//host_name:port/oemanager/applications/ABL_app_name/agents/agentPID/dynamicSessionLimit/{sessionLimit}
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.- {sessionLimit}
- The integer to set as the value of the in-memory
dynmaxablsessions. This number cannot exceed the configured number of ABL sessions per agent (maxABLSessionsPerAgent) in openedge.properties.
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
|