4. dyn.tm (Traffic Management) ModuleΒΆ
The dyn.tm (TM) module provides access to all of the Traffic Management
resources provided by
Dyn’s Traffic Management REST API.
It’s important to note that all code examples assume the existence of a
DynectSession
instance. This object is used by the
modules described below to access the API and make their associated calls.
If you are looking for information on a specific function, class or method, this part of the documentation is for you.
- 4.1. Authentication
- 4.2. Zones
- 4.3. Accounts
- 4.4. Records
- 4.4.1. DNSRecord
- 4.4.2. ARecord
- 4.4.3. AAAARecord
- 4.4.4. ALIASRecord
- 4.4.5. CERTRecord
- 4.4.6. CDNSKEYRecord
- 4.4.7. CSYNCRecord
- 4.4.8. CDSRecord
- 4.4.9. CNAMERecord
- 4.4.10. DHCIDRecord
- 4.4.11. DNAMERecord
- 4.4.12. DNSKEYRecord
- 4.4.13. DSRecord
- 4.4.14. KEYRecord
- 4.4.15. KXRecord
- 4.4.16. LOCRecord
- 4.4.17. IPSECKEYRecord
- 4.4.18. MXRecord
- 4.4.19. NAPTRRecord
- 4.4.20. PTRRecord
- 4.4.21. PXRecord
- 4.4.22. NSAPRecord
- 4.4.23. RPRecord
- 4.4.24. NSRecord
- 4.4.25. SOARecord
- 4.4.26. SPFRecord
- 4.4.27. SRVRecord
- 4.4.28. TLSARecord
- 4.4.29. TXTRecord
- 4.4.30. Example Record Usage
- 4.5. Services
- 4.6. TM Reports
- 4.7. TM Tools
- 4.8. TM Errors