Uploads an archive file and extracts it to the required location on the edge host.
POST/v1/edge-mgmt/edgehosts/current/actions/upload-content
Uploads an archive file and extracts it to the required location on the edge host.
Request
- multipart/form-data
Body
required
uploadFilebinaryrequired
The archive file to be uploaded.
Responses
- 201
- 500
Created successfully.
- application/json
- Schema
- Example (from schema)
Schema
messagestring
uploadPathstring
{
  "message": "string",
  "uploadPath": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
  "code": "string",
  "details": {},
  "message": "string",
  "ref": "string"
}
Loading...