How Epiphany Interacts With the Patch Manager Plus API

Required API Calls

Call 1: GET Patch Details

GET api/1.3/patch/allpatchdetails?pagelimit=1500&patchid={patch_id}

Call 2: GET Summary

GET api/1.3/som/summary

Call 3: GET Computers

GET api/1.3/som/computers

Call 4: GET Remote Offices

GET api/1.3/som/remoteoffice

Call 5: GET Patch Summary

GET api/1.3/patch/summary

Call 6: GET All Patches

GET api/1.3/patch/allpatches

Last updated