BrokerConfigurationResponse

BrokerConfigurationResponse
BrokerConfigurationResponse

A response object containing a roster of brokers and domain managers, along with the overall count of devices and managed devices

JSON Example
{
    "brokers": [
        {
            "host": "haas-us-wgt-95-107.eng.vmware.com",
            "port": 426,
            "domains": [
                {
                    "name": "INCHARGE-AM-PM",
                    "host": "haas-us-wgt-95-107.eng.vmware.com",
                    "type": "IP",
                    "instances": [
                        {
                            "class": "Switch",
                            "total": 2,
                            "managed": 1
                        }
                    ]
                }
            ]
        }
    ]
}
array of Brokers
brokers
Optional

Total number of Brokers