Try OpenEdge Now
skip to main content
Administration Guide
REST API Reference for oemanager.war : Transport management : Enable or disable a transport (APSV)
 

Enable or disable a transport (APSV)

Description

Enable or disable the APSV transport of a Web application belonging to an ABL application.

HTTP Operation

PUT

URI

//host_name:port/oemanager/applications/ABL_app_name
/webapps/Web_app_name/transports/state

Media type

application/vnd.progress+json

Response codes

200 Success
500 Unexpected Server Error

Command-line example

curl -X DELETE -d '{"state":"DISABLED"}' -v http://localhost:16680/oemanager/applications/pas1/webapps/ROOT/transports/state

Request body example

{"state":"DISABLED"}

Response body example

{
"operation":"SET APSV TRANSPORT STATE",
"result":"NA",
"versionNo":1,
"versionStr":"PASOE 11.5.0",
"outcome":"SUCCESS",
"errmsg":"NA"
}