---
title: "List Rolls"
method: GET
path: "/ocean/aws/k8s/cluster/{oceanClusterId}/roll"
tags: ["Ocean AWS"]
---

# List Rolls

`GET /ocean/aws/k8s/cluster/{oceanClusterId}/roll`

Get status for all rolls of an Ocean cluster.

## Path parameters

- `oceanClusterId` string, required

## Parameters

- `#/paths/~1azure~1costs/get/parameters/0` — unresolved $ref

## Response `200`

Ocean Get List Of Rolls Response

- object
  - `status` object
    - `code` integer
    - `message` string
  - `kind` string
  - `items` object[]
    - `id` string
    - `scope` 'Cluster' | 'Vngs' | 'Vng' | 'Instances' | 'Instance'
    - `status` 'IN_PROGRESS' | 'COMPLETED' | 'PARTIALLY_COMPLETED' | 'FAILED' | 'STOPPED'
    - `currentBatch` integer
    - `numOfBatches` integer
    - `comment` string
    - `progress` object
      - `unit` string
      - `value` integer
      - `detailedStatus` object
        - `oldInstances` object[]
          - `instanceId` string
          - `status` string
    - `oceanId` string
    - `instanceIds` string[]
    - `launchSpecIds` string[]
    - `respectPdb` boolean
    - `batchMinHealthyPercentage` integer
    - `reportPartialCompletion` boolean
    - `createdAt` string
    - `updatedAt` string

## 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)
