Get transport configuration properties (SOAP/REST)
Description
Get configuration properties of a REST or SOAP transport of a Web application belonging to an ABL application.
HTTP Operation
GET
URI
//host_name:port/oemanager/applications/
ABL_app_name/webapps/Web_app_name/transports/{soap|rest}/properties
Media type
application/vnd.progress+json
Request body
NA
Response codes
200 Success
500 Unexpected Server Error
Command-line example (SOAP)
curl -X GET -v http://localhost:16680/oemanager/server/oeservices/ROOT/transports/soap/properties
Response body example (SOAP)
{"result":
{"idleSessionTimeout":0,
"waitIfBusy":0,
"connectionLifetime":0,
"requestWaitTimeout":-1,
"staleO4GLObjectTimeout":0,
"clientASKActivityTimeout":60,
"initialSessions":1,
"clientASKResponseTimeout":60,
"minIdleConnections":0,
"maxSessions":0,
"minSessions":1,
"appServerKeepalive":"denyClientASK,allowServerASK",
"serviceFaultLevel":2
},
"outcome":"SUCCESS",
"versionNo":1,
"errmsg":"NA",
"versionStr":
"PASOE 11.5.0",
"operation":"GET SOAP TRANSPORT PROPERTIES"
}
Command-line example (REST)
curl -X GET -v http://localhost:16680/oemanager/server/oeservices/ROOT/transports/rest/properties
Response body example (REST)
{
"result": {
"appServerKeepalive": "denyClientASK,allowServerASK",
"idleSessionTimeout": 0,
"minSessions": 1,
"requestWaitTimeout": -1,
"initialSessions": 1,
"waitIfBusy": 0,
"staleO4GLObjectTimeout": 0,
"minIdleConnections": 0,
"connectionLifetime": 0,
"serviceFaultLevel": 2,
"clientASKResponseTimeout": 60,
"maxSessions": 0,
"clientASKActivityTimeout": 60
},
"operation": "GET REST TRANSPORT PROPERTIES",
"versionStr": "PASOE 11.5.0",
"versionNo": 1,
"outcome": "SUCCESS",
"errmsg": "