Netflix / denominator

Portably control DNS clouds using java or bash
Apache License 2.0
580 stars 110 forks source link

Add --comment field to "record add" function #222

Open strangecode opened 11 years ago

strangecode commented 11 years ago

At least clouddns and route53 allow adding comments to records, which is pretty useful. Would it be within the scope of this project to have a --comments/-m flag for the record add/replace function?

codefromthecrypt commented 11 years ago

could be. Want to add a List<String> comments() to ResourceRecordSet in a Pull Request?

codefromthecrypt commented 9 years ago

crazy latency, but I plan to spend a bit of time in denominator. ping back if you'd still like this addressed!

codefromthecrypt commented 9 years ago

route53 supports comments on zones, but not rrsets http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetHostedZone.html#API_GetHostedZone_Responses

codefromthecrypt commented 9 years ago

clouddns supports this on both zones and records

codefromthecrypt commented 9 years ago

ultradns does not support zone or record comments

codefromthecrypt commented 9 years ago

dynect does not support zone or record comments https://help.dyn.com/rest-resources/

codefromthecrypt commented 9 years ago

google doesn't support this either https://cloud.google.com/dns/api/v1beta1/resourceRecordSets

codefromthecrypt commented 9 years ago

description in designate might be used as a comment http://designate.readthedocs.org/en/latest/rest/v1/records.html#create-record

codefromthecrypt commented 9 years ago

I'm disinclined to add this at the moment. It isn't very supportable, so we'd probably want to ensure at least a couple users want this.