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
* `source`: The name of an inventory source. Only machines with Debian packages collected via this source will be included in the export.
192
+
* `source_name`: The name of an inventory source. Only machines with Debian packages collected via this source will be included in the export.
193
193
194
194
Use this endpoint to trigger a machine Debian packages export task. The result of this task will be a Zip archive containing a CSV file for each source.
195
195
@@ -217,7 +217,7 @@ Response:
217
217
* required permission:
218
218
* `inventory.view_iosapp`
219
219
* optional parameter:
220
-
* `source`: The name of an inventory source. Only machines with iOS apps collected via this source will be included in the export.
220
+
* `source_name`: The name of an inventory source. Only machines with iOS apps collected via this source will be included in the export.
221
221
222
222
Use this endpoint to trigger a machine iOS apps export task. The result of this task will be a Zip archive containing a CSV file for each source.
223
223
@@ -246,7 +246,7 @@ Response:
246
246
* `inventory.view_osxapp`
247
247
* `inventory.view_osxappinstance`
248
248
* optional parameter:
249
-
* `source`: The name of an inventory source. Only machines with macOS apps collected via this source will be included in the export.
249
+
* `source_name`: The name of an inventory source. Only machines with macOS apps collected via this source will be included in the export.
250
250
251
251
Use this endpoint to trigger a machine macOS app instances export task. The result of this task will be a Zip archive containing a CSV file for each source.
252
252
@@ -275,7 +275,7 @@ Response:
275
275
* `inventory.view_program`
276
276
* `inventory.view_programinstance`
277
277
* optional parameter:
278
-
* `source`: The name of an inventory source. Only machines with Windows programs collected via this source will be included in the export.
278
+
* `source_name`: The name of an inventory source. Only machines with Windows programs collected via this source will be included in the export.
279
279
280
280
Use this endpoint to trigger a machine Windows program instances export task. The result of this task will be a Zip archive containing a CSV file for each source.
281
281
@@ -303,7 +303,7 @@ Response:
303
303
* required permissions:
304
304
* `inventory.view_machinesnapshot`
305
305
* optional parameter:
306
-
* `source`: The name of an inventory source. Only machine snapshots collected via this source will be included in the export.
306
+
* `source_name`: The name of an inventory source. Only machine snapshots collected via this source will be included in the export.
307
307
308
308
Use this endpoint to trigger a machine snapshots export task. The result of this task will be a Zip archive containing a JSONL file for each source.
0 commit comments