network.general.summary

Retrieve general information for current Network.

Returns a dictionary. For example:

{
    "ips": {
        "vtnet0": {
            "IPV4": [
                "192.168.0.15/24"
            ]
        }
    },
    "default_routes": [
        "192.168.0.1"
    ],
    "nameservers": [
        "192.168.0.1"
    ]
}
Type: object

Type: array
No Additional Items

NetworkGeneralSummaryResult

Type: object

NetworkGeneralSummaryResult return fields.

No Additional Properties

Ips

Type: object

Object mapping interface names to their IP address information.

Each additional property must conform to the following schema

Type: object

Default Routes

Type: array

Array of default gateway addresses.

No Additional Items
Each item of this array must be:

Type: const
Specific value: ""
Type: string

Nameservers

Type: array

Array of configured DNS server addresses.

No Additional Items
Each item of this array must be:

Type: const
Specific value: ""
Type: string


Required roles: NETWORK_GENERAL_READ