The status command checks whether the hostname/domain can be resolved.

JSON Input Data Format
{
    "id": string
}
id * Specifies the ID of the mapping.
* 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",
    "name": "two.com",
    "resolved": true
}

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