mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
parent
bbf68de446
commit
ae4d980c8c
@ -157,9 +157,6 @@ testClusters.integTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
validateRestSpec {
|
validateRestSpec {
|
||||||
ignore 'autoscaling.delete_autoscaling_policy.json'
|
|
||||||
ignore 'autoscaling.get_autoscaling_policy.json'
|
|
||||||
ignore 'autoscaling.put_autoscaling_policy.json'
|
|
||||||
ignore 'ml.validate.json'
|
ignore 'ml.validate.json'
|
||||||
ignore 'ml.validate_detector.json'
|
ignore 'ml.validate_detector.json'
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"autoscaling.delete_autoscaling_policy":{
|
"autoscaling.delete_autoscaling_policy":{
|
||||||
"documentation":{
|
"documentation":{
|
||||||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-delete-autoscaling-policy.html"
|
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-delete-autoscaling-policy.html",
|
||||||
|
"description":"Deletes an autoscaling policy."
|
||||||
},
|
},
|
||||||
"stability":"experimental",
|
"stability":"experimental",
|
||||||
"url":{
|
"url":{
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"autoscaling.get_autoscaling_policy":{
|
"autoscaling.get_autoscaling_policy":{
|
||||||
"documentation":{
|
"documentation":{
|
||||||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-policy.html"
|
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-policy.html",
|
||||||
|
"description": "Retrieves an autoscaling policy."
|
||||||
},
|
},
|
||||||
"stability":"experimental",
|
"stability":"experimental",
|
||||||
"url":{
|
"url":{
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"autoscaling.put_autoscaling_policy":{
|
"autoscaling.put_autoscaling_policy":{
|
||||||
"documentation":{
|
"documentation":{
|
||||||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-put-autoscaling-policy.html"
|
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-put-autoscaling-policy.html",
|
||||||
|
"description": "Creates a new autoscaling policy."
|
||||||
},
|
},
|
||||||
"stability":"experimental",
|
"stability":"experimental",
|
||||||
"url":{
|
"url":{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user