Acquia · JSON Structure

Acquia Cloud Environment Structure

environment schema from Acquia Cloud API

Type: object Properties: 22 Required: 22
ContentExperienceDrupalDXPCMSDigital Asset ManagementCloud HostingHeadless

Environment is a JSON Structure definition published by Acquia, describing 22 properties, of which 22 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id label name application domains active_domain default_domain image_url ssh_url ips region balancer platform status type size weight vcs flags configuration artifact _links

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/acquia/refs/heads/main/json-structure/acquia-cloud-environment-structure.json",
  "description": "environment schema from Acquia Cloud API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the environment. The ID is a compound key consisting of the internal database ID of the environment and the application UUID."
    },
    "label": {
      "type": "string",
      "description": "The human-readable name of the environment."
    },
    "name": {
      "type": "string",
      "description": "The stage name of the environment."
    },
    "application": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_application-stub"
    },
    "domains": {
      "type": "array",
      "description": "An array of domain names attached to this environment.",
      "items": {
        "type": "string"
      }
    },
    "active_domain": {
      "type": "string",
      "description": "The active domain name for this environment."
    },
    "default_domain": {
      "type": "string",
      "description": "The default domain name for this environment."
    },
    "image_url": {
      "type": "uri",
      "description": "The URL to the image for this environment.",
      "nullable": true
    },
    "ssh_url": {
      "type": "string",
      "description": "The URL used to SSH into the environment."
    },
    "ips": {
      "type": "array",
      "description": "An array of IP addresses attached to this environment.",
      "deprecated": true,
      "items": {
        "type": "string"
      }
    },
    "region": {
      "type": "string",
      "description": "The region the environment resides in."
    },
    "balancer": {
      "type": "string",
      "description": "The balancer type.\n- balancers: The environment is behind a Legacy balancer.\n- elb: The environment is behind an ELB balancer.\n- cluster: The environment is behind an Edge Cluster balancer.\n",
      "enum": [
        "balancers",
        "elb",
        "cluster"
      ]
    },
    "platform": {
      "type": "string",
      "description": "The platform type.\n- cloud: The environment is hosted on a Cloud Classic Platform.\n- cloud-next: The environment is hosted on a Cloud Next Platform.\n- unknown:  The host information is not available for the environment.\n",
      "enum": [
        "cloud",
        "cloud-next",
        "unknown"
      ]
    },
    "status": {
      "type": "string",
      "description": "The status of this environment."
    },
    "type": {
      "type": "string",
      "description": "The type of environment.\n- node: A NodeJS environment.\n- drupal: A Drupal environment.\n- ssg: A Static Site Generator environment.\n- unknown: We were unable to determine the environment type.\n",
      "enum": [
        "node",
        "drupal",
        "ssg",
        "unknown"
      ]
    },
    "size": {
      "type": "string",
      "description": "The size of the environment. Will be null if the environment type does not support sizes.",
      "nullable": true,
      "enum": [
        "small",
        "medium",
        "large",
        "unknown"
      ]
    },
    "weight": {
      "type": "int32",
      "nullable": true,
      "description": "The environment weight for display purposes."
    },
    "vcs": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_vcs"
    },
    "flags": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_environment-flags"
    },
    "configuration": {
      "type": "object",
      "description": "A collection of environment configuration information.",
      "nullable": true,
      "properties": {
        "operating_system": {
          "type": "string",
          "description": "The environment operation system."
        },
        "php": {
          "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_environment-configuration"
        }
      }
    },
    "artifact": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_artifact-stub"
    },
    "_links": {
      "$ref": "#/components/schemas/Acquia_Cloud_API_Documentation_links"
    }
  },
  "required": [
    "id",
    "label",
    "name",
    "application",
    "domains",
    "active_domain",
    "default_domain",
    "image_url",
    "ssh_url",
    "ips",
    "region",
    "balancer",
    "platform",
    "status",
    "type",
    "size",
    "weight",
    "vcs",
    "flags",
    "configuration",
    "artifact",
    "_links"
  ],
  "name": "Environment"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/acquia-cloud-environment-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.