The Traffic Steering API is a RESTful means of accessing Dyn’s Traffic Steering features.General InformationTraffic Steering brings together Dyn’s robust Internet Intelligence data sources and analytics and Managed DNS services to steer your internet traffic based on real-time network conditions, such as end user performance and asset and availability. Accessing the API and Managing API UsersTo begin using the Traffic Steering API, you will need to add API users to your account, grant them the appropriate group permissions, and generate API keys. Follow the Dyn ID – Create API Users and Keys guide to set up API users. Note: You will need to have the appropriate entitlements added to your Dyn account to access the Groups necessary for your API. If you do not see the API Groups available for your product, please contact Dyn Support.
Components of Traffic SteeringTraffic Steering is composed of three major components: Policies, Rules, and Answers. Policies:
Answers
Rules
Rules: Define the filters that answers must meet to be included in a DNS query response. Answers: Data to be included in the response to a DNS query. Name:
RData:
Asset:
Dyn’s REST API allows for simple HTTPS interaction with a variety of data encoding formats. The API strives to use appropriate HTTP verbs for each action: Requests
The Traffic Steering API supports the JSON ( Note: Prior to general release of the API
application/json will be replaced with the resource-specific application/vdn.dyn.{name}+json .ResponsesEach invocation of the API produces a response in the JSON format.
|