get_jobs

Get a list of all the jobs from the Rubrik Mosaic cluster.

def get_jobs()

Returns

Type

Return Value

list

A list that contains the details of each job in the Rubrik Mosaic cluster.

Example

import rubrik_mosaic

mosaic = rubrik_mosaic.Connect()

mosaic.get_jobs()

Last updated

Was this helpful?