4.2. Zones

The zones module contains interfaces for all of the various Zone management features offered by the dyn.tm REST API

4.2.1. List Functions

The following function is primarily a helper function which performs an API “Get All” call. This function returns a single list of Zone objects.

dyn.tm.zones.get_all_zones()[source]

Accessor function to retrieve a list of all Zone‘s accessible to a user

Returns:a list of Zone‘s
dyn.tm.zones.get_all_secondary_zones()[source]

Accessor function to retrieve a list of all SecondaryZone‘s accessible to a user

Returns:a list of SecondaryZone‘s