Uninstall Specific Patches in Specific Systems

  • Functionality
  • Uninstall specific patches in specified resources
  • HTTP Method
  • POST
  • API URI
  • api/1.3/patch/uninstallpatch
  • Scope
  • PatchManagerPlusCloud.PatchMgmt.UPDATE

Example Request Data

{   
"PatchIDs":[27170],

"ConfigName":"API install patch test1",

"ConfigDescription":"API test",

"actionToPerform":"Deploy",

"DeploymentPolicyTemplateID":"1"
}

Request data details

  • PatchIDs
  • Enter the list of missing patches detected in your network. This parameter is mandatory.
    E.g. "PatchIDs":[103980,103981,103980]
  • ConfigName
  • Provide a name for the Install Patch configuration.
    E.g. "ConfigName":"API install patch test1" - This parameter is mandatory.
  • ConfigDescription
  • Provide a description for the Install Patch configuration.
    E.g. ConfigDescription":"API test" - This parameter is mandatory.
  • actionToPerform
  • This will initiate deployment of the defined Install Patches Configuration to the specified targets in accordance with the provided criteria. This parameter is mandatory.
    E.g. "actionToPerform":"Deploy/ Deploy Immediately/ Draft"
    Deploy : The deployment will initiate upon the agent's contact with the server.
    Deploy Immediately : Deployed instantly without waiting for agent contact.
    Draft : Save the configuration as a draft.
  • DeploymentPolicyTemplateID
  • Retrieve the Deployment Policy ID by executing the following API, /api/1.4/patch/deploymentpolicies and and provide the value of the "template_id" param value. This paramater is mandatory.