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