{ "operationId": "listApplications", "method": "GET", "path": "/applications", "summary": "List Deployed Applications", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listapplications200Example", "example": [ { "name": "Example Title", "status": "started", "contextRoot": "example_value", "targetServer": "example_value", "deployedModules": [ { "name": "Example Title", "type": "web", "uri": "example_value" } ], "lastModified": "2026-01-15T10:30:00Z" } ] } ] }