Method: Fog::DNS::DNSMadeEasy::Real#list_secondary
- Defined in:
- lib/fog/dnsmadeeasy/requests/dns/list_secondary.rb
#list_secondary ⇒ Object
Returns a list of all secondary entry names for your account.
Returns
-
response<~Excon::Response>:
-
body<~Hash>:
-
list<~Array> e.g. [“xxx.domain.com”, “xxx.domain.com”]
-
-
status<~Integer> 200 - OK
-
13 14 15 16 17 18 19 |
# File 'lib/fog/dnsmadeeasy/requests/dns/list_secondary.rb', line 13 def list_secondary request( :expects => 200, :method => 'GET', :path => '/V1.2/secondary' ) end |