---
title: "Device network interfaces"
method: GET
path: "/v2/device/{id}/network-interfaces"
tags: ["devices"]
---

# Device network interfaces

`GET /v2/device/{id}/network-interfaces`

Returns device network interfaces' details

## Path parameters

- `id` integer, required

## Response `default`

default response

- object[]
  - `adapterName` string — Adapter Name
  - `defaultGateway` string — Default Gateway
  - `interfaceType` string — Interface Type
  - `dnsHostName` string — DNS HostName
  - `dnsServers` string — DNS Servers
  - `interfaceIndex` string — Interface Index
  - `interfaceName` string — Interface Name
  - `ipAddress` string[] — IP Address
  - `linkSpeed` string — Link Speed
  - `macAddress` string[] — MAC Address
  - `mtu` string — MTU
  - `status` string — Status
  - `subnetMask` string — Subnet Mask

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
