Chapter 2. Nameserver

Table of Contents

Create
Update

Create

NS Create - Mail request template:

subject:    USER_ID free text
  	 
object: 	NAMESERVER 
operation: 	CREATE 
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
hostname: 	Nameserver FQDN [0-9a-z-.]\.[a-z]{2,4}(max 255 chars)
ip: 	        Valid IP Adress [0-9.] 
hostmaster: 	A valid registered contact handle (see create contact)

The tracking-id is a unique string supplied by you to ease your job management.

Example 2.1. NS Create - Request Sample

subject:    55    
 
object:  NAMESERVER 
operation:  CREATE 
tracking id:  xx-000987
hostname:   ns.meganet.com
ip:      193.221.13.1
contact: JOWE0014

Example 2.2. NS Create - Sucess Response Sample

subject:    Re:   55    
 
status:      success
tracking-id: xx-000987
object:      NAMESERVER 
operation:   CREATE 
hostname:    ns.meganet.com
 
original request:
Original Request Mail follows

Example 2.3. NS Create - Failure Response Sample

subject:    Re:   55
 
status:       failed
tracking ID:  xx-000987
object:       NAMESERVER 
operation:    CREATE 
hostname:     ns.meganet.com
error:        invalid ip address
 
original request:
Original Request Mail follows

Update

NS Update - Mail request template:

subject:    USER_ID free text
  	 
object: 	NAMESERVER 
operation: 	UPDATE 
tracking-id: 	Free form string .[0-9a-z-_](max 255 chars)
hostname: 	Nameserver FQDN [0-9a-z-.]\.[a-z]{2,4}(max 255 chars)
ip:	        Valid IP Adress [0-9.] 
hostmaster: 	A valid registered contact handle (see create contact)

The tracking-id is a unique string supplied by you to ease your job management.

Example 2.4. NS Update - Request Sample

 subject:    55    
 
object:       NAMESERVER 
operation:    UPDATE 
tracking id:  xx-000988
hostname:     ns.meganet.com
ip:           193.221.13.1
contact:      JOWE0014

Example 2.5. NS Update - Sucess Response Sample

subject:    Re:   55         
 
status:       success
tracking-id:  xx-000988
object:       NAMESERVER 
operation:    UPDATE 
hostname:     ns.meganet.com
 
original request:
Original Request Mail follows

Example 2.6. NS Update - Failure Response Sample

subject:    Re:   55    
 
status:       failed
tracking ID:  xx-000988
object:       NAMESERVER 
operation:    UPDATE 
hostname:     ns.meganet.com
error:        invalid ip address
 
original request:
Original Request Mail follows