Skip to content

Commit f82195f

Browse files
committed
Update client to the latest 8.0.0 snapshot
1 parent ff317c4 commit f82195f

30 files changed

+686
-72
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"autoscaling.get_autoscaling_capacity":{
3+
"documentation":{
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-capacity.html",
5+
"description": "Gets the current autoscaling capacity based on the configured autoscaling policy."
6+
},
7+
"stability":"experimental",
8+
"url":{
9+
"paths":[
10+
{
11+
"path":"/_autoscaling/capacity",
12+
"methods":[
13+
"GET"
14+
]
15+
}
16+
]
17+
}
18+
}
19+
}

api_generator/rest_specs/autoscaling.get_autoscaling_decision.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

api_generator/rest_specs/data_frame_transform_deprecated.get_transform.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
"type":"boolean",
5151
"required":false,
5252
"description":"Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)"
53+
},
54+
"exclude_generated": {
55+
"required": false,
56+
"type": "boolean",
57+
"default": false,
58+
"description": "Omits generated fields. Allows transform configurations to be easily copied between clusters and within the same cluster"
5359
}
5460
}
5561
}

api_generator/rest_specs/ml.delete_data_frame_analytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-dfanalytics.html",
55
"description":"Deletes an existing data frame analytics job."
66
},
7-
"stability":"experimental",
7+
"stability":"beta",
88
"url":{
99
"paths":[
1010
{

api_generator/rest_specs/ml.delete_trained_model.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"ml.delete_trained_model":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-inference.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-trained-models.html",
55
"description":"Deletes an existing trained inference model that is currently not referenced by an ingest pipeline."
66
},
7-
"stability":"experimental",
7+
"stability":"beta",
88
"url":{
99
"paths":[
1010
{
11-
"path":"/_ml/inference/{model_id}",
11+
"path":"/_ml/trained_models/{model_id}",
1212
"methods":[
1313
"DELETE"
1414
],

api_generator/rest_specs/ml.evaluate_data_frame.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/evaluate-dfanalytics.html",
55
"description":"Evaluates the data frame analytics for an annotated index."
66
},
7-
"stability":"experimental",
7+
"stability":"beta",
88
"url":{
99
"paths":[
1010
{

api_generator/rest_specs/ml.explain_data_frame_analytics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"http://www.elastic.co/guide/en/elasticsearch/reference/current/explain-dfanalytics.html",
55
"description":"Explains a data frame analytics config."
66
},
7-
"stability":"experimental",
7+
"stability":"beta",
88
"url":{
99
"paths":[
1010
{

api_generator/rest_specs/ml.get_data_frame_analytics.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics.html",
55
"description":"Retrieves configuration information for data frame analytics jobs."
66
},
7-
"stability":"experimental",
7+
"stability":"beta",
88
"url":{
99
"paths":[
1010
{
@@ -43,6 +43,12 @@
4343
"type":"int",
4444
"description":"specifies a max number of analytics to get",
4545
"default":100
46+
},
47+
"exclude_generated": {
48+
"required": false,
49+
"type": "boolean",
50+
"default": false,
51+
"description": "Omits fields that are illegal to set on data frame analytics PUT"
4652
}
4753
}
4854
}

api_generator/rest_specs/ml.get_data_frame_analytics_stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-dfanalytics-stats.html",
55
"description":"Retrieves usage information for data frame analytics jobs."
66
},
7-
"stability":"experimental",
7+
"stability":"beta",
88
"url":{
99
"paths":[
1010
{

api_generator/rest_specs/ml.get_datafeeds.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
"required":false,
3939
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
4040
"deprecated":true
41+
},
42+
"exclude_generated": {
43+
"required": false,
44+
"type": "boolean",
45+
"default": false,
46+
"description": "Omits fields that are illegal to set on datafeed PUT"
4147
}
4248
}
4349
}

0 commit comments

Comments
 (0)