Resource Center/Resource Pool/Auto-Scaling Group Operations
PUTAuto-Scaling Group OperationsSince 3.9.0SynchronousAuth Required
ExecuteAutoScalingRule
ExecuteAutoScalingRule
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe UUID of the auto scaling rule.
Body Fields
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/autoscaling/rules/{uuid}/actions
/zstack/v1/autoscaling/rules/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/autoscaling/rules/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "scalingActivityUuid": "20ba90ed9e1631768fd7b896569fae62" }Change History
This API has no change history records yet.
