Skip to content

Commit 68d96c3

Browse files
minor clarifications
1 parent 159f8fb commit 68d96c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/howto-bare-metal-best-practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,17 @@ Percent Complete=[100]
127127

128128
#### Monitor status in Bare Metal Machine JSON properties
129129

130-
In version 2509.1 and above, you can view the status of any recent or in progress actions in the `JSON View` of the corresponding Bare Metal Machine (Operator Nexus) resource. This view shows the following information in the Bare Metal Machine JSON properties, when using API Version `2025-07-01-preview` or higher.
130+
In version 2509.1 and above, you can view the status of any recent or in progress actions in the `JSON View` of the corresponding Bare Metal Machine (Operator Nexus) resource. This information is visible in the `actionStates` field of the Bare Metal Machine JSON properties, when using API Version `2025-07-01-preview` or higher. The following information is available.
131131

132132
- Start and end time of the action.
133133
- Status of the action (`Succeeded`, `Failed`, or `InProgress`).
134134
- Any extra context or error message associated with the status.
135-
- The Correlation ID for the original action request, as shown in the Azure Activity Log for the resource.
136-
- The detailed steps included in the action, such as `Hardware Validation`, `Deprovisioning`, `Provisioning`, and `Cloud Init` for a BMM Replace action.
135+
- The Correlation ID for the original operation, as shown in the Azure Activity log.
136+
- An ordered list of steps and their status - such as `Hardware Validation`, `Deprovisioning`, `Provisioning`, and `Cloud Init` for a BMM Replace action.
137137

138138
The most recent occurrence of each action type is shown, including any currently in-progress action.
139139

140-
Example output for a Replace action:
140+
Example `actionStates` output for a Bare Metal Machine Replace action:
141141

142142
```json
143143
{

0 commit comments

Comments
 (0)