Set Office CTR PPM Prompt

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

Sets/dismisses the Office Click-to-Run Patch Manager prompt for the current user.

Request URL

https://{server-hostname}:8383/dcapi/patch/settings/officeCTRPPMPrompt

Scope

PatchMgmt.CREATECopied!

Header

Authorization: d92d4xxxxxxxxxxxxx15f52

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request POST \
  --url https://appdomain/dcapi/patch/settings/officeCTRPPMPrompt \
  --header 'Authorization:  d92d4xxxxxxxxxxxxx15f52'
Show full

Response Parameters

- HTTP code 200

Response Body - application/json
JSON object
Hide Sub-Attributes
showPromptstring

Whether to show the CTR PPM prompt: true or false

Possible Response Codes

200HTTP code

Sample Response: HTTP 200

Prompt dismissed

Copied!
  {
    "showPrompt": "false"
  }
                
Show full

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