ns1 / ns1-go

Golang API client for NS1
Apache License 2.0
34 stars 59 forks source link

Get & Delete return record does not exist #144

Closed kotyara85 closed 3 years ago

kotyara85 commented 3 years ago

SDK version: v2.4.1 NS1 version: don't have access to this, but it's one of the latest ones

client Get & Delete return record doesn't not exist, even though Create, Update work as expected. I pass zone & hostname, the same values as for Create / Update.

Anyone experienced the same issue?

Thanks

kotyara85 commented 3 years ago

So weirdly enough Create / Update is working just fine with domain, but Get & Delete require fqdn along side with the zone. Doesn't make a lot of sense to me.