Dies ist eine alte Version des Dokuments!
<< zurück
vrf object
| 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 |
available parameters
| 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 | VRF-ID |
| notes | text | POST, PUT | further description |
| realm_id | int | POST | realm the vrf is belonging to |
<< zurück