---
title: "PUT /v2/clusters/{cluster_id}/monitored-operators"
method: PUT
path: "/v2/clusters/{cluster_id}/monitored-operators"
tags: ["operators", "installer"]
---

# PUT /v2/clusters/{cluster_id}/monitored-operators

`PUT /v2/clusters/{cluster_id}/monitored-operators`

Controller API to report of monitored operators.

## Path parameters

- `cluster_id` string, uuid, required

## Request body

- OperatorMonitorReport
  - `name` string — Unique name of the operator.
  - `version` string — operator version.
  - `status` 'failed' | 'progressing' | 'available' — Represents the operator state.
  - `status_info` string — Detailed information about the operator state.

## Response `200`

Success.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Error.
- `405` — Method Not Allowed.
- `409` — Error.
- `500` — Error.
- `503` — Unavailable.

---

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