Elastigroup AWS
Suspend Processes
Suspend processes inside your Elastigroup
post/aws/ec2/group/{groupId}/suspension
Parameters
#/paths/~1aws~1ec2~1group~1%7BgroupId%7D/put/parameters/0 — unresolved $ref
#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
Request body
Example request
{
"suspensions": [
{
"name": "AUTO_SCALE"
},
{
"name": "OUT_OF_STRATEGY",
"ttlInMinutes": 30
},
{
"name": "PREVENTIVE_REPLACEMENT",
"ttlInMinutes\"": 120
},
{
"name": "REVERT_PREFERRED"
},
{
"name": "SCHEDULING"
}
]
}Response
Suspend Processes Response
Example response
{
"request": {
"id": "0bb5db74-2457-4a34-b8f3-174e6bf5578e",
"url": "/aws/ec2/group/sig-12345/suspension",
"method": "POST",
"timestamp": "2016-06-19T08:41:57.516Z"
},
"response": {
"status": {
"code": 200,
"message": "OK"
},
"kind": "spotinst:aws:ec2:suspension",
"items": [
{
"groupId": "sig-12345"
}
],
"count": 4
}
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.