asnr object
| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/asnr | returns a list of all asnrs |
| GET | /rest/{IF}/asnr/{id} | returns information about a single asnr object |
available parameters
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST,PUT | AS-Number, unique |
| owner | text | POST, PUT | owner of the AS-number |
| notes | string | POST, PUT | further notes or description |
| vrf_id | int | POST | link to a VRF |