PortΒΆ
For the data representation see Port Representation.
| Action | Verb | Noun | Description |
|---|---|---|---|
| insert | POST | /ports/ | Creates new port(s). |
| list/query | GET | /ports | Return all ports registered in the UNIS instance. |
| get | GET | /ports/{id} | Return port representation. |
| update | PUT | /ports/{id} | Update the specified port. |
| delete | DELETE | /ports/{id} | Delete the specified port. |
| patch | PATCH | /ports/{id} | patch the specified port. |