Skip to main content

GET /storage/{file_name}.csv

Use this method to download inventory for a large number of specific storage devices in CSV format to the local system.

Authentication

Authentication with username and password is required.

Request URL

GET https://{management_server_IP}/storage/{file_name}.csv

where {file_name}.csv is the file name of the CSV file that contains inventory data. Use the POST /storage method to with the formatType=csv request parameter to create the CSV file. The POST /storage method returns the file name in the request header.

Query parameters

None

Request body

None

Response codes

CodeDescriptionComments
200OKThe request completed successfully.
401UnauthorizedThe user cannot be authenticated. Authentication has not been provided or has failed. A descriptive error message is returned in the response body.
404Not foundA specified resource cannot be found. A descriptive error message is returned in the response body.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

None