Get a list of all the jobs from the Rubrik Mosaic cluster.
def get_jobs()
Type
Return Value
list
A list that contains the details of each job in the Rubrik Mosaic cluster.
import rubrik_mosaic mosaic = rubrik_mosaic.Connect() mosaic.get_jobs()
Last updated 6 years ago