Skip to main content

Download a File

This operation downloads a backed up file on your laptop computer.

Note:Downloading a folder is currently not supported using this operation.

More Details

Query Parameters
  • appid int32 required
  • path string required
Responses

OK


Sample text file.
GET /stream/action/download    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
appid — query required
path — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/stream/action/download' \
-H 'Accept: text/plain' \
-H 'Authtoken: <API_KEY_VALUE>'