Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAPI specs #162

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading