latestOpenAPI 3.0.02026-08-2045003.8 MB
72813baf8d47
Elastigroup AWS
Get Elastigroup Status
Describes the current status of a specific Elastigroup – entailing information regarding running instance and their status
get/aws/ec2/group/{groupId}/status
Query parameters
accountIdstring
ID of the account associated with your token
Parameters
#/paths/~1aws~1ec2~1group~1%7BgroupId%7D/put/parameters/0 — unresolved $ref
Response
Successful Response
Example response
{
"request": {
"id": "e593ff58-067d-4340-92f9-8b1c0bad70d7",
"url": "/aws/ec2/group/sig-12345678/status",
"method": "GET",
"timestamp": "2018-06-20T11:35:01.745Z"
},
"response": {
"status": {
"code": 200,
"message": "OK"
},
"kind": "spotinst:aws:ec2:group",
"items": [
{
"spotInstanceRequestId": "sir-3thgagpn",
"instanceId": "i-0cc289f12538e4758",
"instanceType": "t2.micro",
"product": "Linux/UNIX",
"groupId": "sig-12345678",
"availabilityZone": "us-west-2a",
"privateIp": "172.31.28.210",
"createdAt": "2018-06-25T11:49:00.000Z",
"publicIp": "10.10.10.10",
"status": "fulfilled",
"lockStatus": "locked",
"protectedUntil": "2021-12-29T11:23:02.714Z"
}
],
"count": 2
}
}