MuleSoft · JSON Structure

Mulesoft Anypoint Platform Application Update Structure

Type: object Properties: 7
API GatewayAPI ManagementEnterpriseIntegration

ApplicationUpdate is a JSON Structure definition published by MuleSoft, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

muleVersion properties monitoringAutoRestart region staticIPsEnabled loggingNgEnabled persistentQueues

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApplicationUpdate",
  "type": "object",
  "properties": {
    "muleVersion": {
      "type": "object"
    },
    "properties": {
      "type": "object"
    },
    "monitoringAutoRestart": {
      "type": "boolean"
    },
    "region": {
      "type": "string"
    },
    "staticIPsEnabled": {
      "type": "boolean"
    },
    "loggingNgEnabled": {
      "type": "boolean"
    },
    "persistentQueues": {
      "type": "boolean"
    }
  }
}