---
title: "GET /v2/supported-operators/{operator_name}"
method: GET
path: "/v2/supported-operators/{operator_name}"
tags: ["operators"]
---

# GET /v2/supported-operators/{operator_name}

`GET /v2/supported-operators/{operator_name}`

Lists properties for an operator.

## Path parameters

- `operator_name` string, required

## Response `200`

Success.

- OperatorProperty[]
  - `name` string — Name of the property
  - `data_type` 'boolean' | 'string' | 'integer' | 'float' — Type of the property
  - `mandatory` boolean — Indicates whether the property is reqired
  - `options` string[] — Values to select from
  - `description` string — Description of a property
  - `default_value` string — Default value for the property

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Error.
- `500` — Error.

---

[API](https://skmtc.net/openshift/apis/assistedinstall.md) · [All operations](https://skmtc.net/openshift/apis/assistedinstall/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openshift/assistedinstall/revisions/9d0b4936ca97/schema)
