POST v1/bunits/{bunitId}/export
Get various exports from Cloutility
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
ID of the business unit the report should be fetched for | integer |
Required |
Body Parameters
ExportDataFilterName | Description | Type | Additional information |
---|---|---|---|
ExportDataType |
Name of the export to get. Options are: invoicereceivers, datagrowth, nodelist, serverlist, bco (backup configuration overview) |
string |
None. |
Format |
The expected return format. Options are: json, csv, xlsx |
string |
None. |
ServerId |
Some exports are related to backup servers, and a backup server ID can be provided to filter the result |
integer |
None. |
StartDate |
Some exports are related to a time period. Provide optional start date |
date |
None. |
EndDate |
Some exports are related to a time period. Provide optional end date |
date |
None. |
DataViewConfigs |
Contains information about what data should be included in data export |
Collection of DataViewConfig |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version |
Version |
None. |
|
Content |
HttpContent |
None. |
|
StatusCode |
HttpStatusCode |
None. |
|
ReasonPhrase |
string |
None. |
|
Headers |
Collection of Object |
None. |
|
RequestMessage |
HttpRequestMessage |
None. |
|
IsSuccessStatusCode |
boolean |
None. |