Skip to main content
Infrastructure/Infrastructure Misc

ExportCSV

Export resource data as a CSV file for download.

GET/api/v1/resources/export

Operation ID

ExportCSV

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Query Parameters

  • resourceType
    String

    Type of resource to export (e.g. vm, host, volume) Type of resource to export (e.g. vm, host, volume)

  • format
    String

    Export format; currently only csv is supported Export format; currently only csv is supported

  • sort
    String

    Field name to sort the export by Field name to sort the export by

  • order
    String

    Sort direction: asc or desc Sort direction: asc or desc

  • filter
    List

    Filter

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • data
    Object

    The data value

    Example: (nested object)