InfraDevicesInterfaces
List interfaces for a device
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
device_id*Device Id
Query Parameters
name?|
Name of the port
description?|
Description of the port
enabled?|
Whether the port is enabled
speed?|
Speed of the port in Mbps
limit?Limit
Range
1 <= valueDefault
100offset?Offset
Range
0 <= valueDefault
0Response Body
application/json
curl -X GET "https://example.com/v3/infra/devices/0/interfaces"{ "results": [ { "sid": "string", "netbox_id": 0, "name": "string", "description": "string", "device": "string", "enabled": true, "speed": 0 } ], "count": 0}How is this guide?
Last updated on