Skip to content

List all domain for department. #286

Description

@kisisten

Hi guys,
I'm trying to figure out how to list all the domains under my org/department:

org = Organization(client=client)
ssl = SSL(client=client)
domain = Domain(client=client)
cert_org = org.find(dept_name="service hosting")
domains = domain.all()
for domain in domains:
print(domain)

But this only lists 12, where the list should be 500 to 600.
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions