GET v1/bunits/{bunitId}/analytics/businessunits?analyticsDate={analyticsDate}
Get analytics for business unit and its descendants.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
integer |
Required |
|
analyticsDate |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of analytics reports
BusinessUnitAnalyticsName | Description | Type | Additional information |
---|---|---|---|
BusinessUnit |
The business unit the analytics refer to |
BusinessUnit |
None. |
BusinessUnitId |
Id of the business unit |
integer |
None. |
Tags |
Tags of the business unit the analytics refer to |
Collection of Tag |
None. |
CreatedDate |
Date business unit was created |
date |
None. |
OwnLocalNodeCount |
How many nodes the business unit has |
integer |
None. |
OwnRemoteNodeCount |
integer |
None. |
|
OwnNodeCount |
integer |
None. |
|
OwnLocalNodeCountDelta |
The difference in the quantity of nodes for the business unit between current and previous date |
integer |
None. |
OwnRemoteNodeCountDelta |
integer |
None. |
|
OwnNodeCountDelta |
integer |
None. |
|
OwnLocalNodeCountDeltaPercentage |
decimal number |
None. |
|
OwnRemoteNodeCountDeltaPercentage |
decimal number |
None. |
|
OwnNodeCountDeltaPercentage |
decimal number |
None. |
|
TotalLocalNodeCount |
How many nodes the business unit and its descendants have in total |
integer |
None. |
TotalRemoteNodeCount |
integer |
None. |
|
TotalNodeCount |
integer |
None. |
|
TotalLocalNodeCountDelta |
The difference in the quantity of nodes for the business unit and its descendants between current and previous date |
integer |
None. |
TotalRemoteNodeCountDelta |
integer |
None. |
|
TotalNodeCountDelta |
integer |
None. |
|
TotalLocalNodeCountDeltaPercentage |
decimal number |
None. |
|
TotalRemoteNodeCountDeltaPercentage |
decimal number |
None. |
|
TotalNodeCountDeltaPercentage |
decimal number |
None. |
|
OwnStorageMegaBytes |
How much storage is consumed by nodes of the business unit |
decimal number |
None. |
OwnStorageMegaBytesDelta |
Difference in megabytes between current and previous date |
decimal number |
None. |
OwnStorageMegaBytesDeltaPercentage |
decimal number |
None. |
|
OwnBackupMegaBytes |
How much storage is consumed as backup by nodes of the business unit |
decimal number |
None. |
OwnArchiveMegaBytes |
How much storage is consumed as archive by nodes of the business unit |
decimal number |
None. |
TotalLocalStorageMegaBytes |
How much storage is consumed by nodes of the business unit and its descendants |
decimal number |
None. |
TotalLocalStorageMegaBytesDelta |
Difference in megabytes between current and previous date |
decimal number |
None. |
TotalLocalStorageMegaBytesDeltaPercentage |
decimal number |
None. |
|
TotalLocalBackupMegaBytes |
How much storage is consumed as backup by nodes of the business unit and its descendants |
decimal number |
None. |
TotalLocalArchiveMegaBytes |
How much storage is consumed as archive by nodes of the business unit and its descendants |
decimal number |
None. |
RemoteSpMegaBytes |
Amount of remote megabytes in IBM Storage Protect servers |
decimal number |
None. |
RemoteSpMegaBytesDelta |
Difference in megabytes between current and previous date |
decimal number |
None. |
RemoteSpMegaBytesDeltaPercentage |
decimal number |
None. |
|
RemoteSppMegaBytes |
Amount of remote megabytes in IBM Storage Protect servers |
decimal number |
None. |
RemoteSppMegaBytesDelta |
Difference in megabytes between current and previous date |
decimal number |
None. |
RemoteSppMegaBytesDeltaPercentage |
decimal number |
None. |
|
RemoteRubrikMegaBytes |
Amount of remote megabytes in IBM Storage Protect servers |
decimal number |
None. |
RemoteRubrikMegaBytesDelta |
Difference in megabytes between current and previous date |
decimal number |
None. |
RemoteRubrikMegaBytesDeltaPercentage |
decimal number |
None. |
|
RemoteMegaBytes |
decimal number |
None. |
|
RemoteMegaBytesDelta |
decimal number |
None. |
|
RemoteMegaBytesDeltaPercentage |
decimal number |
None. |
|
TotalStorageMegaBytes |
decimal number |
None. |
|
TotalBackupMegaBytes |
decimal number |
None. |
|
TotalArchiveMegaBytes |
decimal number |
None. |
|
TotalStorageMegaBytesDelta |
decimal number |
None. |
|
TotalStorageMegaBytesDeltaPercentage |
decimal number |
None. |
|
OwnTransferredMegaBytes |
How much data the backup nodes of the business unit have transferred in the current month |
decimal number |
None. |
TotalTransferredMegaBytes |
How much data the backup nodes of the business unit and its descendants have transferred in the current month |
decimal number |
None. |
HasContract |
Whether or not the business unit has a contract |
boolean |
None. |
BusinessUnits |
How many business units are in the heirarchy |
integer |
None. |
Contracts |
How many contracts are in the heirarchy |
integer |
None. |
InvoiceReceivers |
How many invoice the business unit has (directly) |
integer |
None. |
UtilizedPercentageIncludedStorageBackup |
If a business unit has a product with included backup data this will indicate how much of that data is used |
decimal number |
None. |
UtilizedPercentageIncludedStorageArchive |
If a business unit has a product with included archive data this will indicate how much of that data is used |
decimal number |
None. |
UtilizedPercentageIncludedStorageTotal |
If a business unit has a product with included data this will indicate how much of that data is used |
decimal number |
None. |
UtilizedPercentageNodes |
decimal number |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.