diagnostic_package_file_get
Admin
Returns base64 encoded diagnostic package file and removes it from the device.
The package is deleted from the device upon starting the download process. If
the package is not downloaded it will be deleted automatically at the time
indicated by the delete_time
attribute sent in response to a call to
the diagnostic_package_status_get method.
If no diagnostic package file exists an error must be returned.
Note
This method is not supported when using Remote Access. Nevertheless,
diagnostic package data collection on the remote device is available using
the local device. See diagnostic_package_start
documentation.
Params
attribute | description |
---|---|
process_id* string |
An ID of the data collection process that produced the file |
Return
attribute | description |
---|---|
base64*string |
Base64 encoded file containing a ZIP archive |