Data Structure for Add Host
Attribute Name |
Base Type |
Restrictions |
Description |
---|---|---|---|
hostname |
string |
Regex: [-_.0-9a-zA-Z]+ |
Hostname to be added. |
ipAddress |
string |
Regex: "^([01]?\\d\\d?|2[0-4]\\d|25[0-5])\\." + "([01]?\\d\\d?|2[0-4]\\d|25[0-5])\\."+ "([01]?\\d\\d?|2[0-4]\\d|25[0-5])\\." + "([01]?\\d\\d?|2[0-4]\\d|25[0-5])$" |
IP address of the host. |
description |
string |
min length = 0 max length = 50 |
A description of host to IP entry. |