staffgogl.blogg.se

Dyn updater service
Dyn updater service










dyn updater service
  1. #Dyn updater service serial
  2. #Dyn updater service upgrade
  3. #Dyn updater service full
  4. #Dyn updater service code

#Dyn updater service serial

* Fixed an issue where attempting to access a Zone's serial resulted in always performing a GET call * Added `dyn.tm.zones.get_all_secondary_zones` function for retrieving all secondary zones for an account * Fixed the majority of warnings when building docs, per issue #18 * Bugfix for DSFRecord Creation on DSF GET calls * Bugfix for MMSesion JSON Error caused by arg filtering *Added active properties for secondary zones. *New way of handling DSFNodes with new API call *Added better coverage for passing Node Objects *added zone notes at publish capabilities.

dyn updater service

Thanks Fixed potential circular dependency in `dyn.tm.services` Thanks Exception classes are now based on `Exception` per #51. * Added support for deleting all records of a certain type per #47. *Added support for configurable Syslog Messages `syslog_delivery` where `all` delivers messages no matter what the state and `change` only does so upon a detected change. * Added support for new syslog delivery type. *Alias Traffic Director Support, coincides with ALIAS product release. *Addition of Delay feature to GSLB Services *Record getters now automatically pull data from system instead of storing them locally. There may be some minor breaking changes here. *Signifigant changes to how DSF service works.

dyn updater service

*DSF service objects can now be independently Created, Updated, Read, and Deleted. *Fixed bug where adding criteria to rulesets with 'always' criteria_type changes it to 'geoip' by default. *Added getters for single DSF objects get_record(), get_record_set() etc. *Added index=n to Ruleset create() so New rulesets can be placed in a certain location in the chain. *Added order_rulesets() to TrafficDirector object, for re-ordering Rulesets *Added TrafficDirector:replace_one_ruleset to remove and replace a single ruleset entry in place *Added TrafficDirector:replace_all_rulesets to wholesale replace rulesets on a TrafficDirector

#Dyn updater service full

This includes in line setter publishes, or full Service level publishes. User created Zone Notes can now be generated on a Traffic Director *Added Publish Notes to Traffic Director Service.

dyn updater service

*Python3 compatability fixes as well as a through linting. Regular `dyn.tm.zones.Node` objects can still be passed in, but they will no longer be generated `dyn.tm.dsf.TrafficDirector` should now accept this node type,Īs well as produce it. *Added `dyn.tm.dsf.DSFNode` Node type for DSF services. *Bug fix for implicit publishes in the DSF service with Publish Notes.

#Dyn updater service upgrade

If you are using the RTTM with the SDK against our system, after Release-5.2.17 you will have to upgrade to this version. *task_id is now returned for a number of calls that spawn system tasks *Updated permission fixes dyn.tm.accounts *Update add_node and remove_node functions in Traffic Director to respect implicitPublish setting. Customers can now control Account Login ACLs for API and Web independently. *Added IPACL feature to accounts library. *Bug fix for token renewal on connection timeout *Internal Improvement for multiprocess applications. *Add `dyn.tm.zones.ExternalNamserver` and `dyn.tm.zones.ExternalNameserverEntry` *Add 'all_ds' field to DNSSECKey class for multi-DS support *Check publish and implicitPublish for delete *TSIG names can now be attached to `dyn.tm.zones.ExternalNamserver` Send a pull request and bug the maintainer until it gets merged and published. Fork `the repository `_ on GitHub to start making your changes to the **master** branch (or branch off of it).

#Dyn updater service code

For feature requests it's encouraged for you to include sample code highlighting a use case for the new feature. For bug reports especially it's encouraged for you to include a code snippet highlighting the bug. Check for open issues or open a new issue to start a discussion around a feature idea or a bug. Requires Python 2.6 or higher, or the "simplejson" package.įor full documentation and examples see the dyn module on `Read The Docs `_.ĭocumentation is available on `Read The Docs `_. This library provides an easily scriptable approach to accessing all of theįeatures provided by your Traffic Management (TM) or Message Management (MM)












Dyn updater service