Skip to content

Commit

Permalink
feat: handling UI comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Oct 17, 2024
1 parent c74e38e commit e02a0fe
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 325 deletions.
2 changes: 2 additions & 0 deletions conf/rest/9.12.0/snapmirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ endpoints:
- ^^destination.path => destination_location
- ^^uuid => relationship_id
- ^source.cluster.name => source_cluster
- ^state => relationship_state
- ^unhealthy_reason.#.message => last_transfer_error

plugins:
Expand Down Expand Up @@ -71,6 +72,7 @@ export_options:
- policy_type
- protectedBy
- protectionSourceType
- relationship_state
- relationship_status
- relationship_type
- schedule
Expand Down
2 changes: 2 additions & 0 deletions conf/zapi/cdot/9.8.0/snapmirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ counters:
- last-transfer-duration
- last-transfer-end-timestamp
- last-transfer-size
- mirror-state => relationship_state
- newest-snapshot-timestamp
- resync-failed-count
- resync-successful-count
Expand Down Expand Up @@ -55,6 +56,7 @@ export_options:
- policy_type
- protectedBy
- protectionSourceType
- relationship_state
- relationship_status
- relationship_type
- schedule
Expand Down
Loading

0 comments on commit e02a0fe

Please sign in to comment.