Amazon OpenSearch Service API · JSON Structure

Openapi Describe Elasticsearch Domains Response Structure

The result of a DescribeElasticsearchDomains request. Contains the status of the specified domains or all domains owned by the account.

Type: object Properties: 1 Required: 1
AnalyticsElasticsearchSearch

DescribeElasticsearchDomainsResponse is a JSON Structure definition published by Amazon OpenSearch Service API, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DomainStatusList

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/amazon-opensearch/refs/heads/main/json-structure/openapi-describe-elasticsearch-domains-response-structure.json",
  "name": "DescribeElasticsearchDomainsResponse",
  "description": "The result of a <code>DescribeElasticsearchDomains</code> request. Contains the status of the specified domains or all domains owned by the account.",
  "type": "object",
  "properties": {
    "DomainStatusList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ElasticsearchDomainStatusList"
        },
        {
          "description": "The status of the domains requested in the <code>DescribeElasticsearchDomains</code> request."
        }
      ]
    }
  },
  "required": [
    "DomainStatusList"
  ]
}