Get a list of applications(Deprecated)

Purpose

Deprecated since version 9.1.5. Use this API instead: Get a list of applications and status (GET).

Get a list of all applications and application status.

Request


HTTP Request Field Field format/value Notes
HTTP Method GET  
URL http://<hostname>:<port>/platform/webservice/pacclient/appStatus  
Content-Type text/plain Also supports application/json
Accept text/xml Also supports application/json
Cookie platform_token=<token> <token>: returned from logon

Response


HTTP Response Field format/value Notes
Response code "200" - connection ok; otherwise connection failed  
Success Message
<AppInfos>
   <AppInfo>
     <appName>%s</appName>
     <status>%s</status>
   </AppInfo>
   <AppInfo>
     <appName>%s</appName>
     <status>%s</status>
   </AppInfo>
</AppInfos>
 
Failure Message
<AppInfos>
 <AppInfo>
   <errMsg>%s</errMsg>
 </AppInfo>
</AppInfos>
Error details are in the log file.