MuleSoft · Schema

EnvironmentCreate

Request body for creating a new environment

API GatewayAPI ManagementEnterpriseIntegration

Properties

Name Type Description
name string Display name for the new environment
type string The environment type classification
View JSON Schema on GitHub

JSON Schema

mulesoft-anypoint-platform-environment-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EnvironmentCreate",
  "type": "object",
  "description": "Request body for creating a new environment",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the new environment"
    },
    "type": {
      "type": "string",
      "description": "The environment type classification"
    }
  }
}