Try OpenEdge Now
skip to main content
Administration Guide
REST API Reference for oemanager.war : Session management : Get configuration properties
 

Get configuration properties

Description

Query the conf/openedge.properties file to get the configuration properties of an application. The information is specified in the AppServer.SessMgr.App_name section of openedge.properties.

HTTP Operation

GET

URI

//host_name:port/oemanager/applications/App_name/properties

Media type

application/vnd.progress+json

Response codes

200 Success
404 Resource Not Found
500 Unexpected Server Error

Command-line example

curl -X GET -v http://localhost:16680/oemanager/applications/oepas1/properties

Request body example

NA

Response body example

{
"operation":"GET SESSION-MGR PROPERTIES",
"result":
{
"agentLogThreshold":"0",
"requestWaitTimeout":"15000",
"agentLogEntryTypes":"ASPlumbing,DB.Connects",
"idleAgentTimeout":"300000",
"idleConnectionTimeout":"300000",
"socketTimeout":"3000",
"agentListenerTimeout":"300000",
"applications":"oepas1",
"numInitialAgents":"1",
"agentLogFile":"\/wrk\/pas1\/logs\/oepas1.agent.log",
"collectMetrics":"1",
"agentExecFile":"\/localhost\/dlc\/bin\/_mproapsv",
"idleResourceTimeout":"0",
"allowRuntimeUpdates":"0",
"connectionWaitTimeout":"3000",
"maxAgents":"10",
"publishDir":"\/wrk",
"maxConnectionsPerAgent":"16",
"idleSessionTimeout":"300000",
"agentStartupParam":"-T \/wrk\/pas1\/temp",
"statusEnabled":"1",
"maxABLSessionsPerAgent":"200",
"agentNumLogFiles":"3",
"agentLoggingLevel":"3",
"ipver":"IPv4"
},
"outcome":"SUCCESS",
"errmsg":"",
"versionStr":"PASOE 11.5.0",
"versionNo":1
}