Dynect REST API Client for adding/removing domains
Project description
Just a simple wrapper around the Dynect REST API. There are three important API functions.
- getRecords (hostName=”foo.mydomain.com”)
Gets all records associated with foo.mydomain.com
- addRecord (data=”1.2.3.4”, hostName=”bar.mydomain.com”, type=”A”, TTL=3600)
Adds a new DNS A Record for bar.mydomain.com of 1.2.3.4
- deleteRecord (data=”1.2.3.4”, hostaName=”bar.mydomain.com”, type=”A”)
Deleted the 1.2.3.4 A record from bar.mydomain.com
>>> import dynect_client >>> client = dynect_client.DynectDNSClient("mycustomername", "myusername", "mypassword", "mydomain.com") >>> client.getRecords("foo.mydomain.com") [{u'status': u'success', u'job_id': 60030085, u'msgs': [{u'INFO': u'get: Found the record', u'SOURCE': u'API-B', u'ERR_CD': None, u'LVL': u'INFO'}], 'value': u'8.8.8.8', 'record': u'foo.mydomain.com', u'data': {u'zone': u'mydomain.com', u'ttl': 600, u'fqdn': u'foo.mydomain.com', u'record_type': u'A', u'rdata': {u'address': u'8.8.8.8'}, u'record_id': 21115048}}, {u'status': u'success', u'job_id': 60030087, u'msgs': [{u'INFO': u'get: Found the record', u'SOURCE': u'API-B', u'ERR_CD': None, u'LVL': u'INFO'}], 'value': u'8.8.4.4', 'record': u'foo.mydomain.com', u'data': {u'zone': u'mydomain.com', u'ttl': 600, u'fqdn': u'foo.mydomain.com', u'record_type': u'A', u'rdata': {u'address': u'8.8.4.4'}, u'record_id': 21115118}}]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dynect-client-0.2.15.tar.gz
(2.6 kB
view details)
File details
Details for the file dynect-client-0.2.15.tar.gz
.
File metadata
- Download URL: dynect-client-0.2.15.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e181f4285e0a91b905432a0fd8ed8296feaec25c8be2cdb156fb569786e76022 |
|
MD5 | d2c35afa2f84886fbc297b25f9cb7458 |
|
BLAKE2b-256 | 10817c342e186222450865c1fd657dbc7c4140bb85dd84dc1449735eb0395ecf |