Download Media Bundle

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

Downloads the OS Deployer media bundle for the specified remote office. Use this after Create Media ZIP to confirm that zipStatus is COMPLETED.

Request URL

https://{server-hostname}:8383/emsapi/osdeployer/media/{mediaId}/download

Scope

OSDMedia.UPDATECopied!

Header

Authorization: d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Request Headers

AcceptstringMandatory
application/octet-streamapplication/octet-streamCopied!
Content-TypestringMandatory
application/jsonapplication/jsonCopied!

- Path Parameters

mediaIdstringMandatory

ID of OS deployer Media zip download.

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request PUT \
  --url https://appdomain/emsapi/osdeployer/media/{mediaId}/download \
  --header 'Accept: application/octet-stream' \
  --header 'Authorization:  d92d4xxxxxxxxxxxxx15f52' \
  --header 'Content-Type: application/json'

Response Parameters

- HTTP code 200

Response Body - application/octet-stream
string

Possible Response Codes

200HTTP code

Sample Response: HTTP 200

Copied!
  "string"
                
Show full

Duration: 1 minute | Threshold: 50 | Lock period: 5 minutes

Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.