Method zoneEntryModify

 return to group index



zoneEntryModify

voidzoneEntryModify ( stringsession, stringdomain, stringsubdomain, stringfieldtype, stringtarget, stringnewTarget )

Description

Modify a dns zone entry

Parameters

  • stringsession : the session id
  • stringdomain : the domain name
  • stringsubdomain : the subdomain
  • stringfieldtype : the field type : A, CNAME, NS, MX [priority] (priority an integer in the range 1-10000), DYNHOST, TXT, SPF
  • stringtarget : the destination
  • stringnewTarget : the new destination
programming languages / libraries :
 
Parameters :
string session : $session
string domain :
string subdomain :
string fieldtype :
string target :
string newTarget :