Retrieve an interface
Retrieve an interface.
Required scope: air:simulation_read (roles: air_org_admin, air_user)
Alternative: role air_trainee also grants access.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this interface.
Response
id
created
modified
node
name
connection
A "link" between two interfaces.
split
Breakout factor of the interface: the split bucket of the platform port map the interface belongs to (‘1’ = un-split, e.g. ‘2’, ‘4’, ‘8’). None means the interface is not governed by a platform port map.
interface_type
DATA_PLANE_INTF- Data Plane InterfacePCIE_INTF- PCIe Interface between emulated nodesOOB_INTF- Out of Band Management Interface
mac_address
The MAC address of the interface. If excluded, one will be provided
outbound
Whether the interface is outbound.
labels
Labels which can be specified on the interface. Fields not specified in the payload schema will be completely ignored. If updating, the data provided will completely replace existing labels: attempting to PATCH specific labels will delete the other labels.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error