GET /service/api/status/reporting/pillr/{partnerkeycode}/customers/{customerkeycode}
?effectiveDate={effectiveDate}
Returns a customer-level summary report for a partner keycode by a customer keycode. The report includes information like the customer name and license type as well as high watermark data.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
partnerkeycode |
A partner keycode for which usage information is to be retrieved. |
string |
Required |
customerkeycode |
A customer keycode for which usage information is to be retrieved. |
string |
Required |
effectiveDate |
The date the report should refer to. If omitted, the most recent usage report will be returned. Note: Usage data will typically be generated in the course of the following day (UTC) and therefore can only be provided for dates earlier than yesterday. If, for example, this API method is called at 11:00 pm UTC, yesterday's data will not be available yet. |
date |
None. |
URI Sample(s)
GET
|
https://unityapi.webrootcloudav.com/service/api/status/reporting/pillr/FDD7-65E8-7B7A-4644-AA6F/customers/F84C-9F82-95D8-4338-8447?effectiveDate=2024-11-11T00:00:00.0000000Z
|
Body Parameters
None.
Response Information
Resource Description
Returns customer-level usage statistics for a Pillr partner keycode and customer key code.
UsageReportPillr_CustomerName | Description | Type | Additional Information |
---|---|---|---|
ReportInfo |
Details about the returned report. |
UsageReportPillr_ReportInfo_Customer |
None. |
General |
General details about the returned report. |
UsageReportPillr_GeneralInfo_Customer |
None. |
Products |
Details about the returned products in the usage report. |
Collection of UsageReportPillr_ProductEntry_Customer |
None. |
Sample Response
{ "ReportInfo": { "CustomerKey": "299xkvmjwl66pcn5976y", "EffectiveDate": "2024-11-01T00:00:00Z", "PartnerKey": "lhckhkwl1hgkx2io6cjb" }, "General": { "CustomerName": "Customer 1", "CustomerId": "CUST001", "CustomerLicenseType": "customererpillr,full", "PartnerName": "Partner 1", "PartnerId": "PART001", "PartnerLicenseType": "partnerpillr,full" }, "Products": [ { "ProductName": "Pillr Platform", "Licenses": [ { "SubscriptionId": 521, "CreatedDate": "2024-07-12T00:00:00Z", "StartDate": "2024-07-12T00:00:00Z", "EndDate": null, "Status": "Active", "HighWatermarkEndpoints": 25, "HighWatermarkGigabytes": 0.0 }, { "SubscriptionId": 522, "CreatedDate": "2024-07-13T00:00:00Z", "StartDate": "2024-07-13T00:00:00Z", "EndDate": null, "Status": "Trial", "HighWatermarkEndpoints": 18, "HighWatermarkGigabytes": 0.0 }, { "SubscriptionId": 523, "CreatedDate": "2024-07-14T00:00:00Z", "StartDate": "2024-07-14T00:00:00Z", "EndDate": null, "Status": "NFR", "HighWatermarkEndpoints": 2, "HighWatermarkGigabytes": 0.0 } ] }, { "ProductName": "Pillr Platform Mobile", "Licenses": [ { "SubscriptionId": 324, "CreatedDate": "2024-07-12T00:00:00Z", "StartDate": "2024-07-12T00:00:00Z", "EndDate": null, "Status": "Active", "HighWatermarkEndpoints": 25, "HighWatermarkGigabytes": 0.0 }, { "SubscriptionId": 331, "CreatedDate": "2024-07-13T00:00:00Z", "StartDate": "2024-07-13T00:00:00Z", "EndDate": null, "Status": "Trial", "HighWatermarkEndpoints": 18, "HighWatermarkGigabytes": 0.0 } ] }, { "ProductName": "Pillr Platform Chromebook", "Licenses": [ { "SubscriptionId": 224, "CreatedDate": "2024-07-20T00:00:00Z", "StartDate": "2024-07-20T00:00:00Z", "EndDate": null, "Status": "Active", "HighWatermarkEndpoints": 15, "HighWatermarkGigabytes": 0.0 }, { "SubscriptionId": 285, "CreatedDate": "2024-07-22T00:00:00Z", "StartDate": "2024-07-22T00:00:00Z", "EndDate": null, "Status": "Trial", "HighWatermarkEndpoints": 1, "HighWatermarkGigabytes": 0.0 } ] }, { "ProductName": "Pillr Compliance Storage", "Licenses": [ { "SubscriptionId": 122, "CreatedDate": "2024-07-10T00:00:00Z", "StartDate": "2024-07-10T00:00:00Z", "EndDate": null, "Status": "Active", "HighWatermarkEndpoints": 0, "HighWatermarkGigabytes": 12.3 }, { "SubscriptionId": 124, "CreatedDate": "2024-07-11T00:00:00Z", "StartDate": "2024-07-11T00:00:00Z", "EndDate": null, "Status": "Trial", "HighWatermarkEndpoints": 0, "HighWatermarkGigabytes": 1.1 } ] } ] }
<StatusReporting.UsageReportPillr_Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webroot.UnityAPI.ServiceExtension.AgentStatus.Models"> <General> <PartnerId>PART001</PartnerId> <PartnerLicenseType>partnerpillr,full</PartnerLicenseType> <PartnerName>Partner 1</PartnerName> <CustomerId>CUST001</CustomerId> <CustomerLicenseType>customererpillr,full</CustomerLicenseType> <CustomerName>Customer 1</CustomerName> </General> <Products> <StatusReporting.UsageReportPillr_ProductEntry_Customer> <Licenses> <StatusReporting.UsageReportPillr_LicenseEntry_Customer> <HighWatermarkEndpoints>25</HighWatermarkEndpoints> <HighWatermarkGigabytes>0</HighWatermarkGigabytes> <Status>Active</Status> <CreatedDate>2024-07-12T00:00:00Z</CreatedDate> <EndDate i:nil="true" /> <StartDate>2024-07-12T00:00:00Z</StartDate> <SubscriptionId>521</SubscriptionId> </StatusReporting.UsageReportPillr_LicenseEntry_Customer> <StatusReporting.UsageReportPillr_LicenseEntry_Customer> <HighWatermarkEndpoints>18</HighWatermarkEndpoints> <HighWatermarkGigabytes>0</HighWatermarkGigabytes> <Status>Trial</Status> <CreatedDate>2024-07-13T00:00:00Z</CreatedDate> <EndDate i:nil="true" /> <StartDate>2024-07-13T00:00:00Z</StartDate> <SubscriptionId>522</SubscriptionId> </StatusReporting.UsageReportPillr_LicenseEntry_Customer> <StatusReporting.UsageReportPillr_LicenseEntry_Customer> <HighWatermarkEndpoints>2</HighWatermarkEndpoints> <HighWatermarkGigabytes>0</HighWatermarkGigabytes> <Status>NFR</Status> <CreatedDate>2024-07-14T00:00:00Z</CreatedDate> <EndDate i:nil="true" /> <StartDate>2024-07-14T00:00:00Z</StartDate> <SubscriptionId>523</SubscriptionId> </StatusReporting.UsageReportPillr_LicenseEntry_Customer> </Licenses> <ProductName>Pillr Platform</ProductName> </StatusReporting.UsageReportPillr_ProductEntry_Customer> <StatusReporting.UsageReportPillr_ProductEntry_Customer> <Licenses> <StatusReporting.UsageReportPillr_LicenseEntry_Customer> <HighWatermarkEndpoints>25</HighWatermarkEndpoints> <HighWatermarkGigabytes>0</HighWatermarkGigabytes> <Status>Active</Status> <CreatedDate>2024-07-12T00:00:00Z</CreatedDate> <EndDate i:nil="true" /> <StartDate>2024-07-12T00:00:00Z</StartDate> <SubscriptionId>324</SubscriptionId> </StatusReporting.UsageReportPillr_LicenseEntry_Customer> <StatusReporting.UsageReportPillr_LicenseEntry_Customer> <HighWatermarkEndpoints>18</HighWatermarkEndpoints> <HighWatermarkGigabytes>0</HighWatermarkGigabytes> <Status>Trial</Status> <CreatedDate>2024-07-13T00:00:00Z</CreatedDate> <EndDate i:nil="true" /> <StartDate>2024-07-13T00:00:00Z</StartDate> <SubscriptionId>331</SubscriptionId> </StatusReporting.UsageReportPillr_LicenseEntry_Customer> </Licenses> <ProductName>Pillr Platform Mobile</ProductName> </StatusReporting.UsageReportPillr_ProductEntry_Customer> <StatusReporting.UsageReportPillr_ProductEntry_Customer> <Licenses> <StatusReporting.UsageReportPillr_LicenseEntry_Customer> <HighWatermarkEndpoints>15</HighWatermarkEndpoints> <HighWatermarkGigabytes>0</HighWatermarkGigabytes> <Status>Active</Status> <CreatedDate>2024-07-20T00:00:00Z</CreatedDate> <EndDate i:nil="true" /> <StartDate>2024-07-20T00:00:00Z</StartDate> <SubscriptionId>224</SubscriptionId> </StatusReporting.UsageReportPillr_LicenseEntry_Customer> <StatusReporting.UsageReportPillr_LicenseEntry_Customer> <HighWatermarkEndpoints>1</HighWatermarkEndpoints> <HighWatermarkGigabytes>0</HighWatermarkGigabytes> <Status>Trial</Status> <CreatedDate>2024-07-22T00:00:00Z</CreatedDate> <EndDate i:nil="true" /> <StartDate>2024-07-22T00:00:00Z</StartDate> <SubscriptionId>285</SubscriptionId> </StatusReporting.UsageReportPillr_LicenseEntry_Customer> </Licenses> <ProductName>Pillr Platform Chromebook</ProductName> </StatusReporting.UsageReportPillr_ProductEntry_Customer> <StatusReporting.UsageReportPillr_ProductEntry_Customer> <Licenses> <StatusReporting.UsageReportPillr_LicenseEntry_Customer> <HighWatermarkEndpoints>0</HighWatermarkEndpoints> <HighWatermarkGigabytes>12.3</HighWatermarkGigabytes> <Status>Active</Status> <CreatedDate>2024-07-10T00:00:00Z</CreatedDate> <EndDate i:nil="true" /> <StartDate>2024-07-10T00:00:00Z</StartDate> <SubscriptionId>122</SubscriptionId> </StatusReporting.UsageReportPillr_LicenseEntry_Customer> <StatusReporting.UsageReportPillr_LicenseEntry_Customer> <HighWatermarkEndpoints>0</HighWatermarkEndpoints> <HighWatermarkGigabytes>1.1</HighWatermarkGigabytes> <Status>Trial</Status> <CreatedDate>2024-07-11T00:00:00Z</CreatedDate> <EndDate i:nil="true" /> <StartDate>2024-07-11T00:00:00Z</StartDate> <SubscriptionId>124</SubscriptionId> </StatusReporting.UsageReportPillr_LicenseEntry_Customer> </Licenses> <ProductName>Pillr Compliance Storage</ProductName> </StatusReporting.UsageReportPillr_ProductEntry_Customer> </Products> <ReportInfo> <EffectiveDate>2024-11-01T00:00:00Z</EffectiveDate> <PartnerKey>lhckhkwl1hgkx2io6cjb</PartnerKey> <CustomerKey>299xkvmjwl66pcn5976y</CustomerKey> </ReportInfo> </StatusReporting.UsageReportPillr_Customer>