ipservice object
| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/ipservice | returns a list of all IP services |
| GET | /rest/{IF}/ipservice/{id} | information of a single IP service |
available parameters
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST,PUT | name of the ipservice |
| addr | IP | POST | IP address ipservice |
| ports | string | POST | list of ports related to the ipservice |
| notes | text | POST, PUT | Description of the ipservice |
| ipdevice_id | int | POST, PUT | id of the related device |