Skip to main content

Uploads an archive file and extracts it to the required location on the edge host.

POST 

https://edge-host-ip:5080/v1/edge-mgmt/edgehosts/current/actions/upload-content

Uploads an archive file and extracts it to the required location on the edge host.

Request

Body

required

    uploadFilebinaryrequired

    The archive file to be uploaded.

    signaturebinary

    The signature for the corresponding archive file to be uploaded.

Responses

Created successfully.

Schema

    messagestring
    uploadPathstring
curl -L -X POST 'https://edge-host-ip:5080/v1/edge-mgmt/edgehosts/current/actions/upload-content' \
-H 'Content-Type: multipart/form-data' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://edge-host-ip:5080
Body required
required
The archive file to be uploaded.
The signature for the corresponding archive file to be uploaded.