|
APIs in Category: ipspace |
API version 1.3 |
ipspace-list-info |
| ipspace-list-info | [top] |
Retrieve information about ipspaces. An optional ipspace parameter lets you retrive information about a single ipspace.
Input Name Range Type Description ipspace string
optional
Name of the ipspace whose information you want to retrieve. If this parameter is not provided, information about all ipspaces will be returned. Output Name Range Type Description ipspaces ipspace-info[]
Contains a list of all the ipspaces.
Errno Description EAPIMISSINGARGUMENT EIPSPACENOTFOUND
License vfiler
| Element definition: ipspace-info | [top] |
This is information about one ipspace
Name Range Type Description interfaces interface-info[]
List of all interfaces belonging to this ipspace. name string
Ipspace name.
| Element definition: interface-info | [top] |
Information about one interface
Name Range Type Description interface string
Name of the interface that is recognizable by "ifconfig" command like "e0" or a VIF (virtual interface) name.