File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -200,9 +200,7 @@ A successful request to upload logs returns a **"status": 200** followed by a pa
200
200
| message | string | Message if there's an error, or an empty string otherwise. |
201
201
| correlationId | string | ID to check the status of the upload request. |
202
202
203
- For example:
204
-
205
- The following invocation uploads the last 100 log lines from all modules in compressed JSON format:
203
+ For example, the following invocation uploads the last 100 log lines from all modules in compressed JSON format:
206
204
207
205
``` azurecli
208
206
az iot hub invoke-module-method --method-name UploadModuleLogs -n <hub name> -d <device id> -m '$edgeAgent' --method-payload \
@@ -319,8 +317,6 @@ A successful upload logs request returns a **"status": 200** and a payload with
319
317
| message | string | Message if error, empty string otherwise. |
320
318
| correlationId | string | ID to query to status of the upload request. |
321
319
322
- For example:
323
-
324
320
In the following example, replace the placeholder text * ` <hub name> ` * and * ` <device id> ` * with your own values.
325
321
326
322
``` azurecli
You can’t perform that action at this time.
0 commit comments