Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create semantic interface for DNS #16

Open
underscorephil opened this issue Jun 2, 2014 · 2 comments
Open

Create semantic interface for DNS #16

underscorephil opened this issue Jun 2, 2014 · 2 comments

Comments

@underscorephil
Copy link
Contributor

No description provided.

@SLsthompson
Copy link
Collaborator

Functionality proposed here might include:

  • List all DNS domains (Zones?)
  • Get a particular Domain/Zone by ID
  • Create a new zone
  • Delete an existing zone
  • Update a zone
  • Dump the contents of a zone in BIND format
  • Create a resource record in a zone
  • Delete a resource record
  • Retrieve all the records in a zone.
  • Update an existing record within a zone

Python refers to "zones" while the SoftLayer API seems to prefer the term "domains". I'm not accomplished enough in this area to decide which is more appropriate. Any suggestions?

@underscorephil
Copy link
Contributor Author

Zones are part of a domain.

The above usage is sensical and appropriate.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants