| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/vrf | returns a list of all IP vrfs |
| GET | /rest/{IF}/vrf/{id} | information of a single vrf |
| GET | /rest/{IF}/vrf/{id}/ipnet | returns a list of all IP networks assigned |
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST,PUT | name of the vlan |
| vrfid | string | POST, PUT | VRF-ID |
| notes | text | POST, PUT | further description |
| realm_id | int | POST, PUT | realm the vrf is belonging to |