Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Tracking cluster image update progress via Rest #3306

Merged
merged 15 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions conf/rest/9.6.0/clusterupdate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

name: ClusterUpdate
query: api/private/cli/cluster/image/show-update-progress
Hardikl marked this conversation as resolved.
Show resolved Hide resolved
object: cluster_update

counters:
- ^^ndu_phase => phase
- ^^phase_description => phase_name
- ^^phase_status => status

export_options:
instance_keys:
- phase
- status
instance_labels:
- phase_name
1 change: 1 addition & 0 deletions conf/rest/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ objects:
# CIFSShare: cifs_share.yaml
CloudTarget: cloud_target.yaml
ClusterPeer: clusterpeer.yaml
ClusterUpdate: clusterupdate.yaml
Disk: disk.yaml
EmsDestination: ems_destination.yaml
# ExportRule: exports.yaml
Expand Down