Skip to content

Commit

Permalink
Update OpenAPI specs
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Xtansia authored Oct 15, 2023
1 parent 1fbcc5a commit 4b590dd
Showing 1 changed file with 61 additions and 20 deletions.
81 changes: 61 additions & 20 deletions OpenSearch.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5119,16 +5119,6 @@
"type": "string",
"description": "The awareness attribute for which the health is required."
}
},
{
"name": "ensure_node_commissioned",
"in": "query",
"description": "Checks whether local node is commissioned or not. If set to true on a local call it will throw exception if node is decommissioned.",
"schema": {
"type": "boolean",
"default": false,
"description": "Checks whether local node is commissioned or not. If set to true on a local call it will throw exception if node is decommissioned."
}
}
],
"responses": {
Expand Down Expand Up @@ -5280,16 +5270,6 @@
"type": "string",
"description": "The awareness attribute for which the health is required."
}
},
{
"name": "ensure_node_commissioned",
"in": "query",
"description": "Checks whether local node is commissioned or not. If set to true on a local call it will throw exception if node is decommissioned.",
"schema": {
"type": "boolean",
"default": false,
"description": "Checks whether local node is commissioned or not. If set to true on a local call it will throw exception if node is decommissioned."
}
}
],
"responses": {
Expand Down Expand Up @@ -6831,6 +6811,18 @@
"deprecated": true
}
},
{
"name": "cluster_manager_timeout",
"in": "query",
"description": "Operation timeout for connection to cluster-manager node.",
"schema": {
"type": "string",
"pattern": "^([0-9]+)(?:d|h|m|s|ms|micros|nanos)$",
"description": "Operation timeout for connection to cluster-manager node.",
"x-version-added": "2.0.0",
"x-data-type": "time"
}
},
{
"name": "local",
"in": "query",
Expand Down Expand Up @@ -8536,6 +8528,18 @@
"deprecated": true
}
},
{
"name": "cluster_manager_timeout",
"in": "query",
"description": "Operation timeout for connection to cluster-manager node.",
"schema": {
"type": "string",
"pattern": "^([0-9]+)(?:d|h|m|s|ms|micros|nanos)$",
"description": "Operation timeout for connection to cluster-manager node.",
"x-version-added": "2.0.0",
"x-data-type": "time"
}
},
{
"name": "local",
"in": "query",
Expand Down Expand Up @@ -18594,6 +18598,18 @@
"deprecated": true
}
},
{
"name": "cluster_manager_timeout",
"in": "query",
"description": "Operation timeout for connection to cluster-manager node.",
"schema": {
"type": "string",
"pattern": "^([0-9]+)(?:d|h|m|s|ms|micros|nanos)$",
"description": "Operation timeout for connection to cluster-manager node.",
"x-version-added": "2.0.0",
"x-data-type": "time"
}
},
{
"name": "local",
"in": "query",
Expand Down Expand Up @@ -19451,6 +19467,18 @@
"description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)."
}
},
{
"name": "cluster_manager_timeout",
"in": "query",
"description": "Operation timeout for connection to cluster-manager node.",
"schema": {
"type": "string",
"pattern": "^([0-9]+)(?:d|h|m|s|ms|micros|nanos)$",
"description": "Operation timeout for connection to cluster-manager node.",
"x-version-added": "2.0.0",
"x-data-type": "time"
}
},
{
"name": "expand_wildcards",
"in": "query",
Expand Down Expand Up @@ -25302,6 +25330,18 @@
"$ref": "#/components/schemas/ExpandWildcards"
}
},
{
"name": "cluster_manager_timeout",
"in": "query",
"description": "Operation timeout for connection to cluster-manager node.",
"schema": {
"type": "string",
"pattern": "^([0-9]+)(?:d|h|m|s|ms|micros|nanos)$",
"description": "Operation timeout for connection to cluster-manager node.",
"x-version-added": "2.0.0",
"x-data-type": "time"
}
},
{
"name": "wait_for_active_shards",
"in": "query",
Expand Down Expand Up @@ -30868,6 +30908,7 @@
},
"DeletePit_BodyParams": {
"type": "object",
"description": "The point-in-time ids to be deleted",
"properties": {
"pit_id": {
"type": "array",
Expand Down

0 comments on commit 4b590dd

Please sign in to comment.