---
title: "Get a list of vxlan configurations"
method: GET
path: "/config/tunnel/vxlan/all"
---

# Get a list of vxlan configurations

`GET /config/tunnel/vxlan/all`

Return a list of existing tunnels of a type. If there're no tunnels to return, empty list will be returned.

## Response `200`

OK

- object
  - `vxlanAttr` VxlanEntry[]
    - `vxlanName` string, required
    - `epIntf` string, required
    - `vxlanID` integer, required
    - `peerIP` string[], required

## Other responses

- `401` — Invalid authentication credentials
- `500` — Internal service error
- `503` — Maintenance mode

---

[API](https://skmtc.net/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.net/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/revisions/45e9f0a95af0/schema)
