/Reports
Represents the data protection information for Veeam Backup for Microsoft Office 365.
Resource URL
https://<Backup-Office365>:4443/v3/Reports |
Related Resources
None.
Methods
The following methods are supported for the /Reports resource:
Properties
The /Reports resource has the following properties:
Property | Type | Description |
---|---|---|
Type | string | Specifies the type of a report you want to generate:
For example, "type": "licenseOverview". |
StartTime | string | Specifies a beginning time of the reporting interval.. This parameter applies only for LicenceOverview and StorageConsumption values of the Type parameter. For example, "startTime": "2018.10.04 15:25:00". |
EndTime | string | Specifies an ending time of the the reporting interval. This parameter applies only for LicenceOverview and StorageConsumption values of the Type parameter. For example, "endTime": "2018.11.17 12:30:00". |
Format | string | Specifies the format type for the generated report:
For example, "format": "pdf". |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |
Resource Representation
The /Reports resource has the following representation:
{ "type": "licenseOverview", "startTime": "2018.10.04 15:25:00", "endTime": "2018.11.17 12:30:00", "format": "pdf" "_links": { "self": { "href": "https://support.east.local:4443/v3/reports" } }, "_actions": { "generate": { "uri": "https://support.east.local:4443/v3/reports", "method": "POST" } } }
|