Controller: Reporting: ExportFileserversAsCSV
ExportFileserversAsCSV
Starts an asynchronous task that will export the Vaults in a csv.
The status of the task can be viewed with the GetAsynchrnousTaskStatus api call and the result(csv) is downloadable with the DownloadReport task.
This task supports filtering, paging and filtering for more info.
Authentication Methods
- AMS/Partner username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=ExportFileserversAsCSV&Token=rna5jd3car717jsdicfhcihkj2'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<TaskID>5731ed58-a054-4958-b779-099ec0a80297</TaskID>
</Response>