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