Server View RDNS

From INAP Dropzone API
Revision as of 13:22, 6 April 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The server view RDNS command allows all the RDNS records for a specific server to be viewed. The details on how to update an RDNS record using the API can be found on the update RDNS command page.

Contents

Path

  • /server/rdns/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] =>Array(
    [0] => stdClass Object(
      [ip] => The IP address.
      [ttl] => The time to live value.
      [data] => The hostname of the IP address.
    )
  )
)
Personal tools