network.general.summary ======================= Retrieve general information for current Network. Returns a dictionary. For example: .. examples(websocket):: :::javascript { "ips": { "vtnet0": { "IPV4": [ "192.168.0.15/24" ] } }, "default_routes": [ "192.168.0.1" ], "nameservers": [ "192.168.0.1" ] } .. raw:: html
NetworkGeneralSummaryResult return fields.
No Additional PropertiesObject mapping interface names to their IP address information.
Each additional property must conform to the following schema
Array of IPv4 addresses assigned to this interface.
No Additional ItemsArray of IPv6 addresses assigned to this interface.
No Additional ItemsArray of default gateway addresses.
No Additional Items""
    Array of configured DNS server addresses.
No Additional Items""