We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6082910 commit 6739d70Copy full SHA for 6739d70
SoftLayer/managers/ticket.py
@@ -39,7 +39,7 @@ def list_tickets(self, open_status=True, closed_status=True):
39
call = 'getClosedTickets'
40
else:
41
raise ValueError("open_status and closed_status cannot both be False")
42
- return self.client.call('Account', call, mask=mask, limit=100)
+ return self.client.call('Account', call, mask=mask, iter=False,limit=100)
43
44
def list_subjects(self):
45
"""List all ticket subjects."""
0 commit comments