MuleSoft · Example Payload

Mulesoft Listapplications Example

API GatewayAPI ManagementEnterpriseIntegration

Mulesoft Listapplications Example is an example object payload from MuleSoft, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
          }
        }
      ]
    }
  ]
}