softlayer-ruby
softlayer-ruby copied to clipboard
Create semantic interface for DNS
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?
Zones are part of a domain.
The above usage is sensical and appropriate.
+1