Is there a way to use the WAPI to retrieve the Config changes requiring restart?

Our org would like to automate service restarts for config changes to take effect unless certain changes such as DTC changes are staged. Is there a way to see the staged changes that I would otherwise see using the pending restart banner from the web gui, but using wapi instead?

Tagged:

Best Answer

  • LuizMeier
    Answer ✓

    Hi!

    Yes, there is, apparently. I'm working on this automation to restart services on a schedule using a pipeline. I've managed to get the pending restarts due to changes (it is here [Deployment Guide] Infoblox Deployment Infoblox Rest API) using the endpoint https://GRID-MANAGER/wapi/v2.12/grid:servicerestart:request:changedobject .

    Hope it helps!