NetBird · Capability
NetBird REST API — Ingress Ports
NetBird REST API — Ingress Ports. 10 operations. Lead operation: List all Ingress Peers. Self-contained Naftiko capability covering one Netbird business surface.
What You Can Do
GET
Get
— List all Ingress Peers
/v1/api/ingress/peers
POST
Post
— Create a Ingress Peer
/v1/api/ingress/peers
GET
Get
— Retrieve a Ingress Peer
/v1/api/ingress/peers/{ingresspeerid}
PUT
Put
— Update a Ingress Peer
/v1/api/ingress/peers/{ingresspeerid}
DELETE
Delete
— Delete a Ingress Peer
/v1/api/ingress/peers/{ingresspeerid}
GET
Get
— List all Port Allocations
/v1/api/peers/{peerid}/ingress/ports
POST
Post
— Create a Port Allocation
/v1/api/peers/{peerid}/ingress/ports
GET
Get
— Retrieve a Port Allocation
/v1/api/peers/{peerid}/ingress/ports/{allocationid}
PUT
Put
— Update a Port Allocation
/v1/api/peers/{peerid}/ingress/ports/{allocationid}
DELETE
Delete
— Delete a Port Allocation
/v1/api/peers/{peerid}/ingress/ports/{allocationid}
MCP Tools
list-all-ingress-peers
List all Ingress Peers
read-only
idempotent
create-ingress-peer
Create a Ingress Peer
retrieve-ingress-peer
Retrieve a Ingress Peer
read-only
idempotent
update-ingress-peer
Update a Ingress Peer
idempotent
delete-ingress-peer
Delete a Ingress Peer
idempotent
list-all-port-allocations
List all Port Allocations
read-only
idempotent
create-port-allocation
Create a Port Allocation
retrieve-port-allocation
Retrieve a Port Allocation
read-only
idempotent
update-port-allocation
Update a Port Allocation
idempotent
delete-port-allocation
Delete a Port Allocation
idempotent