Acquia · Schema

Environment

environment schema from Acquia Cloud API

ContentExperienceDrupalDXPCMSDigital Asset ManagementCloud HostingHeadless

Properties

Name Type Description
id string 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 string The human-readable name of the environment.
name string The stage name of the environment.
application object
domains array An array of domain names attached to this environment.
active_domain string The active domain name for this environment.
default_domain string The default domain name for this environment.
image_url string The URL to the image for this environment.
ssh_url string The URL used to SSH into the environment.
ips array An array of IP addresses attached to this environment.
region string The region the environment resides in.
balancer string The balancer type. - balancers: The environment is behind a Legacy balancer. - elb: The environment is behind an ELB balancer. - cluster: The environment is behind an Edge Cluster balancer.
platform string The platform type. - cloud: The environment is hosted on a Cloud Classic Platform. - cloud-next: The environment is hosted on a Cloud Next Platform. - unknown: The host information is not available fo
status string The status of this environment.
type string The type of environment. - node: A NodeJS environment. - drupal: A Drupal environment. - ssg: A Static Site Generator environment. - unknown: We were unable to determine the environment type.
size string The size of the environment. Will be null if the environment type does not support sizes.
weight integer The environment weight for display purposes.
vcs object
flags object
configuration object A collection of environment configuration information.
artifact object
_links object
View JSON Schema on GitHub

JSON Schema

acquia-cloud-environment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/acquia/refs/heads/main/json-schema/acquia-cloud-environment-schema.json",
  "title": "Environment",
  "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",
        "format": "hostname"
      }
    },
    "active_domain": {
      "type": "string",
      "format": "hostname",
      "description": "The active domain name for this environment."
    },
    "default_domain": {
      "type": "string",
      "format": "hostname",
      "description": "The default domain name for this environment."
    },
    "image_url": {
      "type": "string",
      "format": "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",
        "format": "ipv4"
      }
    },
    "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": "integer",
      "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"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/acquia-cloud-environment"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.