Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions specification/_json_spec/cat.segments.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,17 @@
},
"ignore_unavailable": {
"type": "boolean",
"default": false,
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed). Only allowed when providing an index expression."
},
"ignore_throttled": {
"type": "boolean",
"default": false,
"description": "Whether specified concrete, expanded or aliased indices should be ignored when throttled. Only allowed when providing an index expression."
},
"allow_no_indices": {
"type": "boolean",
"default": true,
"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). Only allowed when providing an index expression."
},
"expand_wildcards": {
Expand Down
2 changes: 1 addition & 1 deletion specification/_json_spec/esql.get_query.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"esql.get_query": {
"documentation": {
"url": null,
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-esql-get-query",
"description": "Get a specific running ES|QL query information"
},
"stability": "experimental",
Expand Down
2 changes: 1 addition & 1 deletion specification/_json_spec/esql.list_queries.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"esql.list_queries": {
"documentation": {
"url": null,
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-esql-list-queries",
"description": "Get running ES|QL queries information"
},
"stability": "experimental",
Expand Down
8 changes: 8 additions & 0 deletions specification/_json_spec/indices.data_streams_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
}
}
]
},
"params": {
"expand_wildcards": {
"type": "list",
"description": "Whether to expand wildcard expressions to concrete data stream names that are open, closed or both.",
"default": "open,closed",
"options": ["all", "closed", "hidden", "none", "open"]
}
}
}
}
1 change: 0 additions & 1 deletion specification/_json_spec/indices.resolve_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"mode": {
"type": "enum",
"options": ["standard", "time_series", "logsdb", "lookup"],
"default": "",
"description": "Filter indices by index mode. Comma-separated list of IndexMode. Empty means no filter."
},
"project_routing": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"body": {
"description": "The inference payload",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference request to complete.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.completion.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"body": {
"description": "The inference payload",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference request to complete.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.inference.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"body": {
"description": "The inference payload",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "The amount of time to wait for the inference request to complete.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_ai21.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_alibabacloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_amazonbedrock.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_amazonsagemaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_anthropic.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_azureaistudio.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_azureopenai.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_cohere.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_contextualai.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_deepseek.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_elasticsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_elser.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_googleaistudio.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_googlevertexai.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_hugging_face.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_jinaai.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_llama.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_mistral.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
7 changes: 7 additions & 0 deletions specification/_json_spec/inference.put_openai.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"body": {
"description": "The inference endpoint's task and service settings",
"required": true
},
"params": {
"timeout": {
"type": "time",
"description": "Specifies the amount of time to wait for the inference endpoint to be created.",
"default": "30s"
}
}
}
}
Loading