Supported Patches
This API lists all the patches which can be managed by Pach manager plus.
- Functionality
- Retrieve the supported patch list.
- HTTP Method
- GET
- API URI
- api/1.4/patch/supportedpatches
- Scope
- PatchManagerPlusCloud.PatchMgmt.READ
- Filters
- platformfilter={String}:
Windows/Mac
patchid={Numeric}:
Filter for patch with given id
bulletinid={String}:
Filter for patches with particular bulletin id
approvalstatusfilter={Numeric}:
211 - Approved
0 - Not Approved
212 - Declined
severityfilter={Numeric}:
0 - Unrated
1 - Low
2 - Moderate
3 - Important
4 - Critical
- Response Parameters
- patch_noreboot:
0 - Not Required
1 - Reboot Required
severity:
0 - Unrated
1 - Low
2 - Moderate
3 - Important
patch_status_id:
211 - Approved
212 - Declined
Response Data
{ "message_type": "supportedpatches", "message_response": { "total": 21776, "limit": 25, "page": 1, "supportedpatches": [ { "update_id": 2, "patch_lang": 1, "patch_updated_time": 1552980907650, "sqnumber": "6.22.0.0", "patch_updated": 1552978698000, "bulletin_id": "TU-075", "patch_noreboot": 1, "update_name": "Third Party Updates", "platform": 1, "configstatusdefn.image_name": "/images/approved_icon.gif", "patch_released_time": 1552974574000, "patch_size": 6537016, "customerpatchstatus.patch_id": 309239, "patch_uninstall_status": 0, "platform_name": "Windows", "download_status": 221, "patch_type": 2, "first_name": "DC-SYSTEM-USER", "pmseverity.name": "Low", "patch_status": 211, "severity": 1, "patchstorestatusdefn.label": "dc.common.SUCCESS", "configstatusdefn.label": "dc.common.APPROVED", "patch_id": 309239, "patch_name": "BANDIZIP-SETUP.EXE", "patch_description": "Bandizip (6.22.0.0)", "newpatchinfo.patchid": 309239, "patch_remarks": "", "vendor_name": "Bandisoft", "superceded_by": "NA", "severity_name": "dc.common.LOW", "patchstorestatusdefn.image_name": "/images/download_success.png", "patch_supported_time": 1552974574000, "patchdetails.patchid": 309239, "customer_id": 1 }, ] }, "message_version": "1.0", "status": "success", "response_code": 200 }