GET v1/bunits/{bunitId}/analytics/datasources?analyticsDate={analyticsDate}
Get node reports for all data-sources of the 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 node reports
DataSourceAnalyticsName | Description | Type | Additional information |
---|---|---|---|
DataSourceId |
ID of data-source |
integer |
None. |
DataSourceName |
Name of data-source |
string |
None. |
DataSourceType |
Type of data-source |
DataSourceType |
None. |
ConsumerId |
ID of consumption unit related to data-source |
integer |
None. |
ConsumerName |
Name of consumption unit related to data-source |
string |
None. |
BackupServerName |
Name of server the data-source is located on |
string |
None. |
BackupServerType |
Type of server the data-source is located on |
ServerType |
None. |
BusinessUnitId |
ID of the business unit the data-source is related to |
integer |
None. |
BusinessUnitName |
Name of the business unit the data-source is related to |
string |
None. |
PercentOfTotalStorageOfBusinessUnit |
How much of the total storage of the business unit this data-source occupies |
decimal number |
None. |
TransferredMegaBytes |
How many megabytes the data-source transferred within the last 24 hours |
decimal number |
None. |
MegaBytes |
Amount of megabytes stored for the data-source |
decimal number |
None. |
MegaBytesDelta |
How many megabytes the backup node is storing |
decimal number |
None. |
MegaBytesDeltaPercentage |
How much the delta megabytes are in percentage of megabyte storage |
decimal number |
None. |
BackupMegaBytes |
Amount of backup megabytes stored for the data-source |
decimal number |
None. |
BackupMegaBytesDelta |
How many megabytes the backup node backs up |
decimal number |
None. |
BackupMegaBytesDeltaPercentage |
How much the delta backup megabytes are in percentage of backup megabytes storage |
decimal number |
None. |
ArchiveMegaBytes |
Amount of archive megabytes stored for the data-source |
decimal number |
None. |
ArchiveMegaBytesDelta |
How many megabytes the backup node archives |
decimal number |
None. |
ArchiveMegaBytesDeltaPercentage |
How much the delta megabytes are in percentage of archive megabytes storage |
decimal number |
None. |
ConsumerCreatedDate |
Date consumption unit was created |
date |
None. |
CreatedDate |
date |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<DataSourceAnalytics xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DataSourceId>1</DataSourceId> <DataSourceName>sample string 2</DataSourceName> <DataSourceType> <Id>1</Id> </DataSourceType> <ConsumerId>3</ConsumerId> <ConsumerName>sample string 4</ConsumerName> <BackupServerName>sample string 5</BackupServerName> <BackupServerType> <Id>1</Id> </BackupServerType> <BusinessUnitId>6</BusinessUnitId> <BusinessUnitName>sample string 7</BusinessUnitName> <PercentOfTotalStorageOfBusinessUnit>8</PercentOfTotalStorageOfBusinessUnit> <TransferredMegaBytes>9</TransferredMegaBytes> <BackupMegaBytes>10</BackupMegaBytes> <BackupMegaBytesDelta>11</BackupMegaBytesDelta> <ArchiveMegaBytes>12</ArchiveMegaBytes> <ArchiveMegaBytesDelta>13</ArchiveMegaBytesDelta> <ConsumerCreatedDate>2024-11-21T08:31:24.0775723+01:00</ConsumerCreatedDate> </DataSourceAnalytics>