You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/spec.yaml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17525,15 +17525,14 @@ components:
17525
17525
required:
17526
17526
- enabled
17527
17527
description: |-
17528
-
Enter or exit in-pool online repair. When `enabled` is true, `policy` and `acknowledgments` are required inside this object,
17528
+
Enable or disable online repair of a Machine. Online repair facilitates repairing a Machine without the Tenant having to release the Machine by deleting the Instance. When `enabled` is true, `policy` and `acknowledgments` are required inside this object,
17529
17529
and `healthIssue` is required at the top level of the MachineUpdateRequest. When `enabled` is false, none of those fields may be set.
17530
17530
properties:
17531
17531
enabled:
17532
17532
type: boolean
17533
17533
description: |-
17534
-
When true, initiates in-pool online repair: applies the tenant-reported OnlineRepair health override on the machine
17535
-
and sets the associated Instance status to Repairing. When false, exits online repair: clears the health override and returns
17536
-
the Instance to Ready. Cannot be combined with instance type, maintenance, or label updates in the same request.
17534
+
When true, initiates the online repair process: applies the tenant-reported OnlineRepair health override on the Machine and sets the associated Instance status to Repairing.
17535
+
When false, exits online repair: clears the health override and returns the Instance to Ready. Cannot be combined with instance type, maintenance, or label updates in the same request.
description: 'Request data to update Machine. Instance Type attribute updates, maintenance attribute updates, labels updates, and in-pool online repair (enter or exit) must be specified in separate requests. They cannot be processed at the same time.'
0 commit comments