GET v1/bunits/{bunitId}/summaries?previousDate={previousDate}
Returns a list of direct children of the business unit and information about storage
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The ID of the business unit that should be moved. | integer |
Required |
previousDate |
The report date to compare the latest values with. If no reports exist for the specified date, the values of the first date with a report preceeding the `previousDate` will be used. | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of BusinessUnitSummaryName | Description | Type | Additional information |
---|---|---|---|
Id |
The business unit ID. |
integer |
None. |
Name |
The name of the business unit. |
string |
None. |
TotalMegaBytes |
decimal number |
None. |
|
LocalMegaBytes |
decimal number |
None. |
|
RemoteMegaBytes |
decimal number |
None. |
|
PreviousTotalMegaBytes |
decimal number |
None. |
|
PreviousLocalMegaBytes |
decimal number |
None. |
|
PreviousRemoteMegaBytes |
decimal number |
None. |
|
TotalMegaBytesDelta |
decimal number |
None. |
|
TotalMegaBytesDeltaPercentage |
decimal number |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ArrayOfBusinessUnitSummary xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BusinessUnitSummary> <Id>1</Id> <Name>sample string 2</Name> <LocalMegaBytes>3</LocalMegaBytes> <RemoteMegaBytes>4</RemoteMegaBytes> <PreviousLocalMegaBytes>5</PreviousLocalMegaBytes> <PreviousRemoteMegaBytes>6</PreviousRemoteMegaBytes> </BusinessUnitSummary> <BusinessUnitSummary> <Id>1</Id> <Name>sample string 2</Name> <LocalMegaBytes>3</LocalMegaBytes> <RemoteMegaBytes>4</RemoteMegaBytes> <PreviousLocalMegaBytes>5</PreviousLocalMegaBytes> <PreviousRemoteMegaBytes>6</PreviousRemoteMegaBytes> </BusinessUnitSummary> </ArrayOfBusinessUnitSummary>