---
title: "Network Monitor"
method: GET
path: "/assets/{asset_id}/alpon/network"
tags: ["ALPON"]
---

# Network Monitor

`GET /assets/{asset_id}/alpon/network`

Retrieve all active network interfaces for the device.

**Possible Error Codes:**
- **AssetNotFound:** The asset with the specified ID was not found.
- **AssetNotAlponDevice:** The device is not an ALPON device.
- **NoNetworkInterfaces:** No network interfaces found for the device.
- **NoActiveNetworkInterfaces:** No active network interfaces found for the device.

## Path parameters

- `asset_id` string, required — Serial Number, UUID, SIM SID or SIM ICCID

## Response `200`

Successful Response

- NetworkMonitorResponseModel
  - `interfaces` NetworkInterfaceModel[], required — List of active network interfaces.
    - `name` string, required — Name of the network interface (e.g., wlan0, usb0).
    - `priority` integer, required — Priority of the network interface.
    - `ip_address` string, required — IP address of the network interface.
    - `mac_address` string, required — MAC address of the network interface.
    - `available` boolean, required — Whether the network interface is available.
    - `in_use` boolean, required — Whether the network interface is currently in use.

## Other responses

- `400` — Device is not an ALPON device
- `404` — No network interfaces found
- `422` — Validation Error

---

[API](https://skmtc.net/sixfab/apis/sixfab-developer-api.md) · [All operations](https://skmtc.net/sixfab/apis/sixfab-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sixfab/sixfab-developer-api/versions/24ad88fd2124/schema)
