---
title: "Get all VPS ISOs available"
method: GET
path: "/vps/iso"
tags: ["VPS"]
---

# Get all VPS ISOs available

`GET /vps/iso`

## Query parameters

- `clientId` integer
- `facilityCode` string

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- VPSISO[]
  - `bootable` boolean — Determines whether the VPS instance ISO is bootable or not.
  - `description` string — The description of the VPS instance ISO.
  - `deviceIds` integer[] — These are the device IDs with the ISO attached.
  - `facilityCode` string — The facility code associated with the ISO instance. For example:TPA1.
  - `isoId` string — The unique ID of the VPS instance ISO.
  - `name` string — The name of the VPS instance ISO.
  - `ready` boolean — The ready state of the VPS instance ISO.
  - `size` integer — The size of the VPS instance ISO.
  - `status` string — The status of the VPS instance ISO.
  - `url` string — The URL to be directed to when downloading the VPS instance ISO.

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/versions/ee6b717b5015/schema)
