Get a node with the given node id​
Experimental: This API is not stable and might be subject of change.
Get a node with the given node id
Path Parameters
- graph_id string required
The identifier of the graph
Example: resoto - node_id string required
The identifier of the node
Responses
- 200
Return the defined node
- application/json
- Schema
- Example (from schema)
Schema
- kind string
The kind of this node.
{
"kind": "test.person",
"name": "Batman",
"city": "Gotham"
}
Loading...