---
title: "List Elastigroup"
method: GET
path: "/aws/ec2/group/{groupId}"
tags: ["Elastigroup AWS"]
---

# List Elastigroup

`GET /aws/ec2/group/{groupId}`

Describe a specific Elastigroup JSON

## Query parameters

- `accountId` string

## Parameters

- `#/paths/~1aws~1ec2~1group~1%7BgroupId%7D/put/parameters/0` — unresolved $ref

## Response `200`

List Group Response

- object
  - `request` object — Original request properties
    - `id` string — Unique ID associated with this request
    - `url` string — The URL that was used for the request
    - `method` string — The HTTP **METHOD** used for the request
    - `timestamp` string — When the request was received by Spot
  - `response` object — Response package that includes, status, type and any relevant data.
    - `status` object
      - `code` integer — HTTP status code assigned to this response
      - `message` string — HTTP status message for the respective status code
    - `kind` string — The data type of each item in the response
    - `items` object[] — Array of data objects
      - `id` string
      - `name` string
      - `description` string
      - `capacity` object
        - `minimum` integer
        - `maximum` integer
        - `target` integer
        - `unit` string
      - `strategy` object
        - `risk` integer
        - `onDemandCount` integer
        - `availabilityVsCost` string
        - `lifetimePeriod` string
        - `fallbackToOd` boolean
        - `persistence` object
        - `revertToSpot` object
          - `performAt` string
      - `compute` object
        - `instanceTypes` object
          - `ondemand` string
          - `spot` string
        - `availabilityZones` object
          - `name` string
          - `subnetIds` string
        - `product` object
        - `launchSpecification` object
          - `loadBalancerNames` string
          - `loadBalancersConfig` object
            - `loadBalancers` string
          - `healthCheckGracePeriod` integer
          - `securityGroupIds` string
          - `monitoring` boolean
          - `ebsOptimized` boolean
          - `imageId` boolean
          - `iamRole` object
            - `name` string
            - `arn` string
          - `keyPair` string
          - `userData` string
          - `shutdownScript` string
          - `tags` object
            - `tagKey` string
            - `tagValue` string
          - `tenancy` string
      - `scaling` object
      - `scheduling` object
        - `tasks` union[]
          - union
            - object
              - …
            - object
              - …
            - object
              - …
      - `thirdPartiesIntegration` object
      - `createdAt` string
      - `updatedAt` string
    - `count` integer — Size of the data object array

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
