Downloads specified patches for all systems Deprecating soon

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

Initiates the download process for selected patches across all computers managed by the Endpoint Central server

This API endpoint is deprecating soon

Request URL

https://{server-hostname}:8383/api/1.4/patch/downloadpatch

Scope

PatchMgmt.CREATECopied!

Header

Authorization: d92d4xxxxxxxxxxxxx15f52

- Request Body

application/json
JSON Object
Hide Sub-Attributes
patchidsJSON ArrayOptional

This parameter holds the list of patch Ids

Show Sub-Attributes
string

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request POST \
  --url https://appdomain/api/1.4/patch/downloadpatch \
  --header 'Authorization:  d92d4xxxxxxxxxxxxx15f52' \
  --header 'content-type: application/json' \
  --data '{"patchids":[112,113]}'

Sample Request Body

Copied!
  {
    "patchids": [
      112,
      113
    ]
  }
                
Show full

Response Parameters

- HTTP code 200

Response Body - application/json

Possible Response Codes

200HTTP code

Sample Response: HTTP 200

Copied!
  {
    "message_type": "downloadpatch",
    "message_response": {
      "downloadpatch": {
        "status": "Download initiated successfully"
      }
    },
    "message_version": "1.4",
    "status": "success"
  }
                
Show full

Duration: 1 minute | Threshold: 120 | 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.