The list command is utilized to fetch a roster of available mappings.

JSON Input Data Format
{}

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": [
        {
            "id": "V75068c92d-xxxx-xxxx-xxxx-fcbcc91a339f",
            "operator": "V72625e2c1-xxxx-xxxx-xxxx-a63fb40f067b",
            "name": "two.com",
            "ip": "10.1.0.1",
            "cloudnode": "V7f780c26d-xxxx-xxxx-xxxx-7a460e988afe"
        },
        ...
    ]
 }

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