LimitsByRole

Map of Role of the Instance and Limits that are applicable. Role performed by given Instance in Elasticsearch can be one of the following:

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-limits-by-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-limits-by-role-schema.json",
  "title": "LimitsByRole",
  "description": " Map of Role of the Instance and Limits that are applicable. Role performed by given Instance in Elasticsearch can be one of the following: <ul> <li>data: If the given InstanceType is used as data node</li> <li>master: If the given InstanceType is used as master node</li> <li>ultra_warm: If the given InstanceType is used as warm node</li> </ul> ",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/Limits"
  }
}