MuleSoft · JSON Structure

Mulesoft Anypoint Platform Application Create Structure

Type: object Properties: 8
API GatewayAPI ManagementEnterpriseIntegration

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

Properties

domain muleVersion region properties monitoringAutoRestart persistentQueues staticIPsEnabled loggingNgEnabled

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

JSON Structure

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