latestOpenAPI 3.0.02026-08-2045003.8 MB
72813baf8d47
Elastigroup AWS
Remove Suspended Scaling Policies
Resume suspended scaling policies inside your Elastigroup
post/aws/ec2/group/{groupId}/scale/resumePolicy
Query parameters
accountIdstring
ID of the account associated with your token
policyNamestring
Name of the suspended scaling policy to remove from suspension
Parameters
#/paths/~1aws~1ec2~1group~1%7BgroupId%7D/put/parameters/0 — unresolved $ref
Response
Successful Response
Example response
{
"request": {
"id": "848f3db7-b731-4b1b-9227-253a545e90eb",
"url": "/aws/ec2/group/sig-12345/scale/resumePolicy?policyName=myscalingpolicyname",
"method": "POST",
"timestamp": "2018-06-21T11:54:12.513Z"
},
"response": {
"status": {
"code": 200,
"message": "OK"
},
"kind": "spotinst:aws:ec2:suspension"
}
}