MuleSoft · Schema
MuleSoft Anypoint Application
Schema for a Mule application deployed to the Anypoint Platform, including configuration for CloudHub, Runtime Fabric, and hybrid deployment targets.
API GatewayAPI ManagementEnterpriseIntegration
Properties
| Name | Type | Description |
|---|---|---|
| domain | string | Unique domain name for the application, used as the subdomain in the CloudHub URL |
| fullDomain | string | Full domain including the platform suffix (e.g., myapp.cloudhub.io) |
| status | string | Current deployment status of the application |
| description | string | Human-readable description of the application purpose and functionality |
| organizationId | string | Unique identifier of the organization that owns this application |
| environmentId | string | Unique identifier of the environment where this application is deployed |
| region | string | Cloud region where the application is deployed |
| muleVersion | object | |
| workers | object | |
| deploymentTarget | string | The target platform for deployment |
| properties | object | Application properties passed as runtime configuration to the Mule runtime |
| secureProperties | array | List of property keys that are treated as secure and masked in the UI |
| lastUpdateTime | string | Timestamp of the last application update or redeployment |
| createdAt | string | Timestamp when the application was first created |
| fileName | string | Name of the deployed application archive file (JAR or ZIP) |
| monitoringEnabled | boolean | Whether Anypoint Monitoring is enabled for this application |
| monitoringAutoRestart | boolean | Whether the platform automatically restarts the application on failure |
| staticIPsEnabled | boolean | Whether static IP addresses are allocated to this application |
| persistentQueues | boolean | Whether persistent queues are enabled for reliable message processing |
| persistentQueuesEncrypted | boolean | Whether persistent queue data is encrypted at rest |
| objectStoreV1 | boolean | Whether the application uses the legacy Object Store v1 |
| objectStoreV2 | boolean | Whether the application uses Object Store v2 |
| loggingNgEnabled | boolean | Whether next-generation logging with Anypoint Monitoring is enabled |
| trackingSettings | object | |
| ipAddresses | array | List of IP addresses assigned to the application workers |
| vpnConfig | object | |
| logLevels | array | Custom log level configuration for application packages |