| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/iparea | returns a list of all iparea objects |
| GET | /rest/{IF}/iparea/{id} | information about a single iparea |
| GET | /rest/{IF}/iparea/{id}/iparea | returns a list of all ipareas below the iparea in the tree |
| GET | /rest/{IF}/iparea/{id}/ipnet | returns a list of all ipnets connected |
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST,PUT | iparea's name or readable identifier |
| net | IP | POST | network address of iparea |
| bits | int | POST | number of bits (CIDR), related to the iparea size |
| func | int | POST, PUT | global flag |
| notes | text | POST, PUT | further notes or description of the iparea |