Try OpenEdge Now
skip to main content
Administration Guide
REST API Reference for oemanager.war : Application management : Get information about a specific Web application
 

Get information about a specific Web application

Description

Get information from the OEManager about a specific Web application deployed to an ABL application.

HTTP Operation

GET

URI

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

Media type

application/vnd.progress+json

Request body

NA

Response codes

200 Success
500 Unexpected Server Error

Command-line example

curl -X GET -v http://localhost:16680/oemanager/applications/pas1/webapps/ROOT

Response body example

{
"result": {
"WebApp": [
{
"applicationName": "pas1",
"transports": [
{
"status": "INITIALIZED",
"descriptors": [
{
"archiveLocation": "/wrk/pas1/webapps/ROOT/WEB-INF/adapters/soap//ROOT/SimpleTest.wsdl",
"archiveName": "SimpleTest.wsm",
"accessUrl": "urn:nxgas:simpletestsf",
"oetype": "SOAP_DESCRIPTOR",
"version": "11.5.0",
"description": "PAS OpenEdge SOAP Service Artifact",
"name": "SimpleTest",
"state": "DISABLED",
"type": "OPENEDGE"
}
],
"oetype": "SOAP",
"version": "11.4ALPHA",
"description": "PAS OpenEdge SOAP Service.",
"name": "SOAP",
"state": "DISABLED",
"type": "OPENEDGE",
"uri": "http://localhost:16680/soap"
},
{
"status": "INITIALIZED",
"oetype": "APSV",
"version": "v115.PASOE (11-SEPT-2014)",
"description": "PAS OpenEdge APSV Transport.",
"name": "APSV",
"state": "ENABLED",
"type": "OPENEDGE",
"uri": "http://localhost:16680/apsv"
},
{
"status": "INITIALIZED",
"contextPath": "/wrk/pas1/webapps/ROOT",
"descriptors": [
{
"archiveLocation": "WEB-INF/adapters/rest/_oepingService/_oepingService.paar",
"archiveName": "_oepingService.paar",
"accessUrl": "/rest/_oepingService",
"oetype": "REST_DESCRIPTOR",
"version": "11.5.0",
"description": "PAS OpenEdge REST Service Descriptor",
"name": "_oepingService",
"type": "OPENEDGE",
"uri": "http://localhost:16680/rest/_oepingService"
}
],
"oetype": "REST",
"version": "v11.4.0 (12-Dec-2013)",
"description": "PAS OpenEdge REST Transport.",
"name": "REST",
"state": "ENABLED",
"type": "OPENEDGE",
"uri": "http://localhost:16680/rest"
}
],
"oetype": "WEBAPP",
"version": "11.5.0",
"description": "PAS OpenEdge WebApp",
"name": "ROOT",
"state": "STARTED",
"type": "OPENEDGE",
"uri": "http://localhost:16680/"
}
]
},
"operation": "GET OEABL SERVICES",
"versionStr": "PASOE 11.5.0",
"versionNo": 1,
"outcome": "SUCCESS",
"errmsg": ""
}