You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Created dateUpdated dateAffects versionFix version

 

 

Management Portal
Blancco Cloud
N/A

Description

This article describes differences in the Report Export (POST) API endpoint between the Blancco Cloud and Blancco Management Portal.


Blancco CloudBlancco Management PortalDescription
Endpoint/rest-service/report/export/{format}/v1/report/export
HTTP methodPOSTPOST
Format (Content-Type)multipart/form-dataapplication/json
Authentication methodBasic authenticationAPI keyMore details on API keys available here: API Keys
Supported format of exported reportsXML, CSV, PDFXML, CSV, JSON
Default container-ZIP

The container in which the exported reports are wrapped in by default.

Can be set to "NONE" to allow exporting the raw reports in selected format.

Supported report fields for filtering
  • Any report field
  • IMEI (blancco_hardware_report.system.imei)
  • System Serial (blancco_hardware_report.system.serial)
  • Erasure State (blancco_erasure_report.erasures.erasure.state)
  • Any custom field

Filter logic
ConfigurableAll provided filters need to match

Blancco Cloud allows using conjunction/logical operators (AND, OR) as part of the request.

Management Portal report need to match all provided filters in order to be exported.

Pagination-Large requests are split into multiple request responses using a special header, X-BLANCCO-CURSOR

Blancco Cloud did not implement any pagination and even large data sets where returned in a single response.

Management Portal will split such large response into multiple responses using a cursor provided as part of the response headers.

  • No labels