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: articles/operator-nexus/concepts-network-fabric-read-only-commands.md
+40-5Lines changed: 40 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,8 @@ Azure Operator Nexus supports execution of read-only show commands on fabric dev
70
70
71
71
You can use the az networkfabric device run-ro command to issue supported show commands. Below is a sample command demonstrating how to query a device for its version details:
72
72
73
+
**Scenario 1:** Response under 4000 characters (Correct JSON formatting)
deviceConfigurationPreview: Returns the parsed result of the show command.
129
+
>[Note]
130
+
> The field deviceConfigurationPreview is not a JSON object, but rather a string containing escaped JSON. This happens because the actual output is larger than 4000 characters. In such cases, the formatting is lost in the CLI output.
94
131
95
-
outputUrl: Contains a link to the raw output stored in your designated storage account.
96
132
97
133
> [!Note]
98
134
> The output structure may vary depending on the specific show command issued.<br>
99
135
> Ensure the storage account URL (provided during setup) is accessible for the platform to write the output securely.<br>
100
-
> Output is delivered in a secure, JSON format suitable for logging and automation systems.<br>
0 commit comments