cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who rated this post

btw

I'm not quite sure what do you mean by using "about()". Is just about getting schema for objects? or, can I use it to dump list of objects?

Something like this?

        current_object_list = pandevice.objects.AddressGroup.refreshall(panogrp)
        objects_list = []
        for object_element in current_object_list:
            objects_list.append(object_element.about())
Who rated this post