MuleSoft · JSON Structure

Mulesoft Anypoint Platform Application Structure

Type: object Properties: 19
API GatewayAPI ManagementEnterpriseIntegration

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

Properties

domain fullDomain status description region muleVersion properties lastUpdateTime fileName monitoringEnabled monitoringAutoRestart staticIPsEnabled persistentQueues persistentQueuesEncrypted objectStoreV1 loggingNgEnabled trackingSettings vpnId vpnConfig

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Application",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string"
    },
    "fullDomain": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "muleVersion": {
      "type": "object"
    },
    "properties": {
      "type": "object"
    },
    "lastUpdateTime": {
      "type": "integer"
    },
    "fileName": {
      "type": "string"
    },
    "monitoringEnabled": {
      "type": "boolean"
    },
    "monitoringAutoRestart": {
      "type": "boolean"
    },
    "staticIPsEnabled": {
      "type": "boolean"
    },
    "persistentQueues": {
      "type": "boolean"
    },
    "persistentQueuesEncrypted": {
      "type": "boolean"
    },
    "objectStoreV1": {
      "type": "boolean"
    },
    "loggingNgEnabled": {
      "type": "boolean"
    },
    "trackingSettings": {
      "type": "object"
    },
    "vpnId": {
      "type": "string"
    },
    "vpnConfig": {
      "type": "object"
    }
  }
}