NetworkΒΆ

For the data representation see Network Representation.

Action Verb Noun Description
insert POST /networks Creates new Network.
list/query GET /networks Return all Networks registered in the UNIS instance.
get GET /networks/{id} Return the Network representation.
update PUT /networks/{id} Update the specified Network.
delete DELETE /networks/{id} Delete the specified Network.
patch PATCH /networks/{id} Patch the specified Network.