netgate-vpp-graph API (23.06)

This YANG module provides information about the VPP packet processing graph structure.

Copyright 2020 Rubicon Communications, LLC.

graph-node-get

operates on netgate.vpp.graph.GraphNodeGet

post /operations/netgate-vpp-graph:graph-node-get

Example URL

https://hostname/restconf/operations/netgate-vpp-graph:graph-node-get

operates on netgate.vpp.graph.GraphNodeGet

Request Body schema: application/yang-data+json
input
object (netgate.vpp.graph.graphnodeget.Input)

Responses

200

Correct response

201

No response

400

Internal error

Request samples

Content type
application/yang-data+json
Copy
Expand all Collapse all
{
  • "input":
    {
    }
}

Response samples

Content type
application/yang-data+json
Copy
Expand all Collapse all
{
  • "output":
    {
    }
}