Reset dynamic ABL session limit

When to use:

To reset the current in-memory maxABLSessionsPerAgent limit, which is represented by the property dynmaxablsessions, back to the value specified for maxABLSessionsPerAgent in openedge.properties.

Query:
# Tokens: ABL_APP_NAME, AGENT_PID
# Get dynamic ABL session limit
{"O":"PASOE:type=OEManager,name=AgentManager","M":["resetDynamicABLSessionLimit","oepas1","16952"]}
Note: In this example, the token ABL_APP_NAME is replaced with oepas1, and the AGENT_PID is replaced with 16952.
Result:

Returns the reset dynamic ABL session limit:

{
   "resetDynamicABLSessionLimit":[
      {
         "ABLOutput":{
            "numAvailableSessions":2,
            "dynmaxablsessions":200,
            "numABLSessions":2
         },
         "ABLReturnVal":true,
         "agentId":"iDpJxd-FTmyZ7CnX0IJpMw",
         "pid":"16952"
      }
   ]
}