Amazon OpenSearch Service API · JSON Structure

Openapi Elasticsearch Domain Status List Structure

A list that contains the status of each requested Elasticsearch domain.

Type: array Properties: 0
AnalyticsElasticsearchSearch

ElasticsearchDomainStatusList is a JSON Structure definition published by Amazon OpenSearch Service API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-elasticsearch-domain-status-list-structure.json",
  "name": "ElasticsearchDomainStatusList",
  "description": "A list that contains the status of each requested Elasticsearch domain.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/ElasticsearchDomainStatus"
  }
}