Hi,
Need equivalent command of request system software rollback <image>. Found this in the documentation under jnpr.junos.utils.sw:
-
rollback()
Issues the 'request' command to do the rollback and returns the string output of the results.
Returns Rollback results (str)
But the ask is to rollback to a particular image from a list of images present. Not seeing the rollback() taking any arguments like image name. Any idea how this can be achieved?