---
title: "Get product operating systems"
method: GET
path: "/product/{productId}/operating-systems"
tags: ["Product"]
---

# Get product operating systems

`GET /product/{productId}/operating-systems`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- OptionDump[]
  - `currency` string — USD|other
  - `expressions` string[] — Used with `tags` to determine option compatibility. See product docs.
  - `id` integer — Unique ID of the option. Stays the same across products.
  - `monthlyPrice` number — Monthly price of the option.
  - `name` string, required — Unique option name.
  - `operatingSystemFeatures` OperatingSystem
    - `cloudInit` boolean
    - `postInstall` boolean
    - `sshKey` boolean
  - `tags` string[] — Used with `expressions` to determine option compatibility. See product docs.
  - `upgradeName` string — Name of the upgrade this option belongs to; used to label required-style group selectors (e.g. the reload license picker).

## 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/revisions/ee6b717b5015/schema)
