Amazon OpenSearch Service API · Example Payload

Openapi Elasticsearch Domain Status Example

AnalyticsElasticsearchSearch

Openapi Elasticsearch Domain Status Example is an example object payload from Amazon OpenSearch Service API, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DomainIdDomainNameARNCreatedDeletedEndpointEndpointsProcessingUpgradeProcessingElasticsearchVersionElasticsearchClusterConfigEBSOptionsAccessPoliciesSnapshotOptionsVPCOptions

Example Payload

Raw ↑
{
  "DomainId": "resource-abc123",
  "DomainName": "my-resource",
  "ARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "Created": "example-string",
  "Deleted": "example-string",
  "Endpoint": "example-string",
  "Endpoints": "example-string",
  "Processing": "example-string",
  "UpgradeProcessing": "example-string",
  "ElasticsearchVersion": "example-ref",
  "ElasticsearchClusterConfig": "example-string",
  "EBSOptions": "example-string",
  "AccessPolicies": "example-string",
  "SnapshotOptions": "example-string",
  "VPCOptions": "example-string"
}