Amazon OpenSearch Service API · JSON Structure

Openapi Describe Elasticsearch Domain Config Response Structure

The result of a DescribeElasticsearchDomainConfig request. Contains the configuration information of the requested domain.

Type: object Properties: 1 Required: 1
AnalyticsElasticsearchSearch

DescribeElasticsearchDomainConfigResponse 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

DomainConfig

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-domain-config-response-structure.json",
  "name": "DescribeElasticsearchDomainConfigResponse",
  "description": "The result of a <code>DescribeElasticsearchDomainConfig</code> request. Contains the configuration information of the requested domain.",
  "type": "object",
  "properties": {
    "DomainConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ElasticsearchDomainConfig"
        },
        {
          "description": "The configuration information of the domain requested in the <code>DescribeElasticsearchDomainConfig</code> request."
        }
      ]
    }
  },
  "required": [
    "DomainConfig"
  ]
}