/nodos) lets you register, search, and inspect every network node in your infrastructure. A node represents a physical or logical site — a rack room, a mast, a mini-node, or a customer premises — that anchors one or both ends of a connection.
Data model
Each node is described by the following fields.NodoDetalle type, which adds:
Node types
The system recognises three node types, selected during creation:| Value | Label | Description |
|---|---|---|
NODO | Nodo | A full network node (aggregation or distribution point) |
MININODO | Mininodo | A smaller distribution site |
CLIENTE | Cliente | A customer-premises node, linked to a specific connection |
When you choose the Cliente type, an additional Servicio de cliente selector appears in the form. You must pick an existing connection (enlace) to associate with this node.
Node list page
Navigate to Nodos in the sidebar to open the node catalog.Search
Type in the search box to filter nodes by name, type, address, or ubigeo (geographic code). Press Enter or click Buscar to apply the filter.
Browse results
The table displays each node’s ID, geographic location (department / province / district and street address), and node type. Results are paginated — 10 per page by default. Use Anterior / Siguiente to move between pages.
Creating a node
Click Nuevo nodo at the top-right of the list. The creation form contains the following fields:Node type and identification
Node type and identification
- Tipo de nodo (required) — choose
NODO,MININODO, orCLIENTE. - Servicio de cliente — visible only when the type is
CLIENTE. Select the connection this node represents from the dropdown.
Geographic location
Geographic location
- Departamento — select from a built-in list of Peruvian departments.
- Provincia — unlocked once a department is selected.
- Distrito — free-text district name.
- Dirección — full street address.
GPS coordinates
GPS coordinates
- Latitud — decimal-degree latitude (e.g.
-12.04318). - Longitud — decimal-degree longitude (e.g.
-77.02824).
Equipment assignment (optional)
Equipment assignment (optional)
Click + Equipo to attach an existing piece of equipment to the node at creation time. Select the equipment from the dropdown showing
tipo | marca | modelo | SN: serial. Click Quitar equipo to remove the selection.Node detail page
Reach a node’s detail page at/nodos/ver/:nodo_id. The page is divided into sections:
Node details
Displays
nodo_id, node type, full address, and GPS coordinates (latitud / longitud).Provider services
Lists every
ServicioNodo associated with this node: service ID, modality, available capacity (Mbps), location description, condition, and provider name.Associated equipment
Shows the list of
equipos_ids — the IDs of all equipment registered at this node.API endpoints
| Method | Path | Description |
|---|---|---|
GET | /v1/nodos/listar | Paginated list — accepts search, limit, offset |
GET | /v1/nodos/:id | Fetch a single node with services and equipment |
POST | /v1/nodos/crear | Create a new node |
PATCH | /v1/nodos/:id | Update an existing node |
GET | /v1/nodos/listar/select | Lightweight list for dropdowns |