Skip to content

Interface

Interface

The Interface Object is a read-only object that is used to identify local interfaces and their addresses on the Digital Rebar Provision server. This is useful for determining what subnets to create and with what address ranges. The rs_ux_subnets part of the rs_portal uses this to populate possible subnets to create.

Interface objects are provided by DRP as an easy means for the UX and the CLI to enumerate the network interfaces on the DRP server and provide some basic information for building local subnets.

Field Definition
Name The name of the interface that the OS assigned.
Index The index of the interface. This is an OS specific index, and does not mean anything to DRP directly.
Addresses A list of CIDR addresses that are bound to the interface.
ActiveAddress The CIDR address that you should use as the Subnet address if you want to create a Subnet specifically for this interface.