---
title: "Suggest routes from NAT rule"
method: GET
path: "/network/firewall/nat/{id}/route-suggestions"
tags: ["Network"]
---

# Suggest routes from NAT rule

`GET /network/firewall/nat/{id}/route-suggestions`

Derive static return-route suggestions from a policy-routed SNAT or BINAT rule

## Path parameters

- `id` integer, required

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalInterfacesServicesNetworkStaticRouteSuggestion
  - `data` GithubComAlchemillahqSylveInternalInterfacesServicesNetworkStaticRouteSuggestion[]
    - `description` string
    - `destination` string
    - `destinationType` string
    - `enabled` boolean
    - `family` string
    - `fib` integer
    - `gateway` string
    - `gatewayZone` string
    - `interface` string
    - `name` string
    - `nextHopMode` string
    - `sourceHint` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/7a7bea85004e/schema)
