{ "operationId": "listApplications", "method": "GET", "path": "/cloudhub/api/v2/applications", "summary": "Mulesoft List Applications", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listapplications200Example", "example": [ { "domain": "example_value", "fullDomain": "example_value", "status": "STARTED", "description": "A sample description.", "region": "example_value", "muleVersion": { "version": "example_value", "updateId": "500123", "endOfSupportDate": "2026-01-15" }, "workers": { "amount": 10, "type": {} }, "properties": "example_value", "lastUpdateTime": 10, "fileName": "example_value", "monitoringEnabled": true, "monitoringAutoRestart": true, "staticIPsEnabled": true, "persistentQueues": true, "persistentQueuesEncrypted": true, "objectStoreV1": true, "loggingNgEnabled": true, "trackingSettings": { "trackingLevel": "DISABLED" }, "vpnId": "500123", "vpnConfig": { "vpnId": "500123" } } ] } ] }