POST v1/remotereports/{systemId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
systemId |
globally unique identifier |
Required |
Body Parameters
RemoteReportName | Description | Type | Additional information |
---|---|---|---|
SystemId |
The ID of the installation |
globally unique identifier |
None. |
IpAddress |
The IP address the reporting installation is recieved from. |
string |
None. |
ReportedIpAddress |
The IP address the reporting installation reports from. |
string |
None. |
Version |
The current version of the system |
string |
None. |
RemoteBusinessUnit |
The business unit the report is related to |
BusinessUnit |
None. |
BusinessUnitId |
The ID of the business unit the report is related to |
integer |
None. |
BusinessUnitName |
The name of the business unit the report concerns |
string |
None. |
RemoteId |
The ID of the business unit in the sending system |
integer |
None. |
ReportingBusinessUnit |
Whether the business unit is a reporting business unit Only business units that are reporting because it should/is an installation If a business unit is not a reporting business unit it can be deleted in the receiving system if there are no children |
boolean |
None. |
ReportDate |
The date of the remote report |
date |
None. |
BusinessUnitCount |
The number of business units in the heirarchy of the business unit |
integer |
None. |
ContractCount |
The number of contracts in the heirarchy of the business unit |
integer |
None. |
NodeCount |
The number of active backup nodes in the heirarchy of the business unit |
integer |
None. |
VmFilespaceCount |
The number of active VM file spaces in the heirarchy of the business unit |
integer |
None. |
HypervisorCount |
The number of active SPP hypervisors in the heirarchy of the business unit |
integer |
None. |
VmCount |
The number of active SPP VMs in the heirarchy of the business unit |
integer |
None. |
Microsoft365TenantCount |
The number of active SPP Microsoft 365 tenants in the heirarchy of the business unit |
integer |
None. |
Microsoft365AccountCount |
The number of active SPP Microsoft 365 accounts in the heirarchy of the business unit |
integer |
None. |
RubrikHypervisorCount |
The number of active Rubrik hypervisors in the heirarchy of the business unit |
integer |
None. |
RubrikVmCount |
The number of active Rubrik VMs in the heirarchy of the business unit |
integer |
None. |
RubrikNutanixClusterCount |
The number of active Rubrik Nutanix clusters in the heirarchy of the business unit |
integer |
None. |
RubrikNutanixVmCount |
The number of active Rubrik Nutanix VMs in the heirarchy of the business unit |
integer |
None. |
RubrikWindowsHostCount |
The number of active Rubrik Windows hosts in the heirarchy of the business unit |
integer |
None. |
RubrikLinuxHostCount |
The number of active Rubrik Linux hosts in the heirarchy of the business unit |
integer |
None. |
RubrikOtherHostCount |
The number of active Rubrik other hosts in the heirarchy of the business unit |
integer |
None. |
RubrikMsSqlDatabaseCount |
The number of active Rubrik MS SQL databases in the heirarchy of the business unit |
integer |
None. |
RubrikOracleDatabaseCount |
The number of active Rubrik Oracle Databases in the heirarchy of the business unit |
integer |
None. |
PointBucketCount |
The number of active PoINT buckets in the heirarchy of the business unit |
integer |
None. |
ConsumerCount |
The number of active consumers in the heirarchy of the business unit |
integer |
None. |
SpServerCount |
Number of IBM Storage Protect servers in the system |
integer |
None. |
SpServerWithDisabledDedupstatsCount |
Number of IBM Storage Protect servers in the system above version 7.1.3.0 not generating dedupstats |
integer |
None. |
SpPlusServerCount |
Number of IBM Storage Protect Plus servers in the system |
integer |
None. |
RubrikServerCount |
Number of Rubrik servers in the system |
integer |
None. |
PointServerCount |
Number of PoINT servers in the system |
integer |
None. |
ConsumptionCountTotal |
How many consumptions have been put in the system in total |
integer |
None. |
ConsumptionCountDaily |
How many consumptions have been added in the last 24 hours |
integer |
None. |
MegaBytesLogical |
The logical data amount stored throughout the heirarchy of the business unit |
decimal number |
None. |
MegaBytesReporting |
The reporting data amount stored throughout the heirarchy of the business unit |
decimal number |
None. |
MegaBytesFrontEnd |
The front-end data amount stored throughout the heirarchy of the business unit |
decimal number |
None. |
MegaBytesSpp |
The IBM Storage Protect Plus storage data amount throughout the heirarchy of the business unit |
decimal number |
None. |
MegaBytesSppHypervisor |
The IBM Storage Protect Plus storage data amount throughout the heirarchy of the business unit |
decimal number |
None. |
MegaBytesSppMicrosoft365 |
The IBM Storage Protect Plus storage data amount throughout the heirarchy of the business unit |
decimal number |
None. |
MegaBytesRubrik |
The Rubrik backup and archive storage data amount throughout the heirarchy of the business unit |
decimal number |
None. |
MegaBytesRubrikCompressed |
The Rubrik backup and archive storage data amount throughout the heirarchy of the business unit The compressed values |
decimal number |
None. |
MegaBytesRubrikFrontEnd |
The Rubrik backup and archive storage data amount throughout the heirarchy of the business unit The used values |
decimal number |
None. |
MegaBytesPoint |
The PoINT storage data amount throughout the heirarchy of the business unit |
decimal number |
None. |
RemoteReports |
Reports for business units the system choose to send Reports are automatically added for other installations registered in the system |
Collection of RemoteReport |
None. |
DedupStatFailInfos |
Information about what servers are failing logical data and why |
Collection of DedupStatFailInfo |
None. |
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Operations |
Collection of OperationResult |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
None.