pyrax
Python Bindings for the Rackspace Cloud
|
Public Member Functions | |
def | list |
This is necessary to handle pagination correctly, as the Monitoring service defines 'marker' differently than most other services. |
def list | ( | self, | |
limit = None , |
|||
marker = None , |
|||
return_next = False |
|||
) |
This is necessary to handle pagination correctly, as the Monitoring service defines 'marker' differently than most other services.
For monitoring, 'marker' represents the first item in the next page, whereas other services define it as the ID of the last item in the current page.