Track NetApp job progress in python library
Im writing a script that at some point deletes a qtree. I want to track the status of this operation (in progress/success or failure in weird cases) inside of my script. The way ive tried to do it is by using the uuid property in the object returned when using the delete() function on a qtree: