Giter VIP home page Giter VIP logo

dynect4r's Introduction

dynect4r

dynect4r is a Ruby library and command line client for the Dynect REST API (version 2).

Installation

gem install dynect4r

Using this library in your own project

require 'dynect4r'
client = Dynect::Client.new(:customer_name => 'example',
                            :user_name => 'example',
                            :password => 'example')
response = client.rest_call(:get, 'Zone/example.org')
pp response

Using the built-in command line client

  1. Create a file called dynect4r.secret containing your Dynect customer name, username and password (i.e. on one line separated by whitespace). Note that this file is assumed to be in the current directory by default.

  2. See examples below:

General usage

dynect4r-client [options] [rdata][, ...]
  • Multiple sets of rdata can be specified by separating them with commas.

  • Records can be deleted by not specifying rdata.

Examples

Create an A record

dynect4r-client -n test.example.org 1.1.1.1

Create round-robin A records

dynect4r-client -n test.example.org 1.1.1.1,2.2.2.2,3.3.3.3

Create a CNAME record

dynect4r-client -n test.example.org -t CNAME test.example.org.

Create an SRV record

dynect4r-client -n srv.example.org -t SRV 0 10 20 target.example.org.

Help and Troubleshooting

See the –help command line option:

dynect4r-client --help

Use debug logging:

dynect4r-client -v debug

dynect4r's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.