Save a report

Select a report by its number and format.

The specified report, which contains only tabular data, is returned as an attachment in the response body.

Prerequisites

  • Required session ID privileges: Network administrator, Server administrator, Infrastructure administrator, Storage administrator

Retrieve a list of reports using REST APIs
  1. Retrieve a list of available reports.

    GET /rest/reports

Saving a report using REST APIs
  1. Optionally, retrieve a list of available report numbers.

    See previous procedure.

  2. Generate and return a report by its report-number and format.

    • For a comma-separated values report format, use:

      GET /rest/reports/report-number/save?format='csv'

    • For a report formatted for Microsoft Excel, use:

      GET /rest/reports/report-number/save?format='xlsx'