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

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": [
        {
            "name": "Mt-app",
            "cloudnode": "V7f780c26d-xxxx-xxxx-xxxx-7a460e988afe",
            "proto": "any",
            "fromip": "any",
            "toip": "any",
            "port": "8080",
            "operator": "V72625e2c1-xxxx-xxxx-xxxx-a63fb40f067b",
            "id": "V702a1fcd5-xxxx-xxxx-xxxx-936f0126c3bb"
        },
        ...
    ]
 }

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