Server Update RDNS

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The server update RDNS command allows the RDNS record of an assigned IP address to be updated. The details on how to view all cu...")
 
Line 1: Line 1:
The [[Server|server]] update [[glossary#RDNS|RDNS]] command allows the [[glossary#RDNS|RDNS]] record of an assigned IP address to be updated. The details on how to view all current [[glossary#RDNS|RDNS]] records using the [[glossary#API|API]] can be found on the [[Server View RDNS\view RDNS]] command page.
+
The [[Server|server]] update [[glossary#RDNS|RDNS]] command allows the [[glossary#RDNS|RDNS]] record of an assigned IP address to be updated. The details on how to view all current [[glossary#RDNS|RDNS]] records using the [[glossary#API|API]] can be found on the [[Server View RDNS|view RDNS]] command page.
 
==Path==
 
==Path==
 
*/server/rdns/{$serverid}
 
*/server/rdns/{$serverid}

Revision as of 13:26, 6 April 2012

The server update RDNS command allows the RDNS record of an assigned IP address to be updated. The details on how to view all current RDNS records using the API can be found on the view 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.
  • {$rdns}: A JSON encoded array with all the RDNS records to be updated, this variable is sent via POST.

rdns={"IP_ADDRESS_HERE":"NEW_HOSTNAME_HERE","IP_ADDRESS2_HERE":"NEW_HOSTNAME2_HERE"}

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools