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
Type: object

Type: array
No Additional Items

NetworkGeneralSummaryResult

Type: object
No Additional Properties

Ips

Type: object

Each additional property must conform to the following schema

NetworkGeneralSummaryIP

Type: object
No Additional Properties

Ipv4

Type: array of string
No Additional Items
Each item of this array must be:
Type: string

Ipv6

Type: array of string
No Additional Items
Each item of this array must be:
Type: string

Default Routes

Type: array
No Additional Items
Each item of this array must be:

Type: const
Must be one of:
  • ""
Specific value: ""
Type: string

Nameservers

Type: array
No Additional Items
Each item of this array must be:

Type: const
Must be one of:
  • ""
Specific value: ""
Type: string


*Required roles:* NETWORK_GENERAL_READ