Metadata
You can qurey, add, modify, or delete the actual metadata of nodes, interfaces, and services via REST endpoints.
GETs (Reading Meta-Data)
Resource | Description |
---|---|
|
Get the list of metadata associated with this node. |
|
Get the list of metadata associated with this node, filtered by the given context. |
|
Get the entry for the given context and key associated with this node. |
|
Get the list of metadata associated with this interface. |
|
Get the list of metadata associated with this interface, filtered by the given context. |
|
Get the entry for the given context and key associated with this interface. |
|
Get the list of metadata associated with this service. |
|
Get the list of metadata associated with this service, filtered by the given context. |
|
Get the entry for the given context and key associated with this service. |
POSTs (Adding Meta-Data)
POST requires XML using application/xml as its Content-Type.
Resource | Description |
---|---|
|
Adds a metadata entry to the given node. |
|
Adds a metadata entry to the given interface. |
|
Adds a metadata entry to the given service. |
PUTs (Modifying Meta-Data)
Resource | Description |
---|---|
|
Sets the given value for the node-level metadata entry specified by the given context and key. |
|
Sets the given value for the interface-level metadata entry specified by the given context and key. |
|
Sets the given value for the service-level metadata entry specified by the given context and key. |
DELETEs (Removing Meta-Data)
Resource | Description |
---|---|
|
Deletes node-level metadata with the given context. |
|
Deletes the node-level metadata entry for the given context and key. |
|
Deletes interface-level metadata with the given context. |
|
Deletes the interface-level metadata entry for the given context and key. |
|
Deletes service-level metadata with the given context. |
|
Deletes the service-level metadata entry for the given context and key. |