-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...aling/get_autoscaling_capacity/autoscalingApisGetAutoscalingCapacityResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
summary: "A successful response for retrieving the current autoscaling capacity." | ||
description: "This may be a response to `GET /_autoscaling/capacity`." | ||
summary: 'A successful response for retrieving the current autoscaling capacity.' | ||
description: 'This may be a response to `GET /_autoscaling/capacity`.' | ||
# type: "response" | ||
# response_code: 200 | ||
value": "{\n policies: {}\n}" |
4 changes: 2 additions & 2 deletions
4
...toscaling/get_autoscaling_policy/autoscalingApisGetAutoscalingPolicyResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
summary: "A successful response for retrieving an autoscaling policy." | ||
description: "This may be a response to `GET /_autoscaling/policy/my_autoscaling_policy`." | ||
summary: 'A successful response for retrieving an autoscaling policy.' | ||
description: 'This may be a response to `GET /_autoscaling/policy/my_autoscaling_policy`.' | ||
# type: "response" | ||
# response_code: 200 | ||
value: "{\n \"roles\": <roles>,\n \"deciders\": <deciders>\n}" |
2 changes: 1 addition & 1 deletion
2
...utoscaling/put_autoscaling_policy/autoscalingApisPutAutoscalingPolicyRequestExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...utoscaling/put_autoscaling_policy/autoscalingApisPutAutoscalingPolicyRequestExample2.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
summary: "Creates an autoscaling policy." | ||
summary: 'Creates an autoscaling policy.' | ||
# method_request: "PUT /_autoscaling/policy/my_autoscaling_policy" | ||
description: "The API method and path for this request: `PUT /_autoscaling/policy/my_autoscaling_policy`. It creates `my_autoscaling_policy` using the fixed autoscaling decider, applying to the set of nodes having (only) the `data_hot` role." | ||
description: 'The API method and path for this request: `PUT /_autoscaling/policy/my_autoscaling_policy`. It creates `my_autoscaling_policy` using the fixed autoscaling decider, applying to the set of nodes having (only) the `data_hot` role.' | ||
# type: "request" | ||
value: "{\n \"roles\" : [ \"data_hot\" ],\n \"deciders\": {\n \"fixed\": {\n }\n }\n}" |
2 changes: 1 addition & 1 deletion
2
...toscaling/put_autoscaling_policy/autoscalingApisPutAutoscalingPolicyResponseExample1.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters