The create command defines a new hostname/domain-to-IP address mapping on a {ANYNODE}.

JSON Input Data Format
{
    "name": string,
    "ip": string,
    "cloudid": string
}
name * Specifies the hostname or domain name. Input rules require that no spaces are allowed.
ip * Specifies the IP address for the mapping.
cloudid * Specifies the ID of the {ANYNODE} on which this mapping will be defined.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "The process was successfully completed",
    "id": "V7-49ff499f-xxxx-xxxx-xxxx-b47fxxxx99af"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}