v52

latestSwagger 2.0Apache 2.0raw.githubusercontent.com2026-08-0381182251.7 KB
operators
installer

Controller API to report of monitored operators.

put/v2/clusters/{cluster_id}/monitored-operators

Path parameters

cluster_idstring uuid required

The cluster whose operators are being monitored.

Request body

namestring

Unique name of the operator.

versionstring

operator version.

status'failed' | 'progressing' | 'available'

Represents the operator state.

status_infostring

Detailed information about the operator state.

Response

Success.