netgate-bgp API (24.02)

This YANG module provides a Netgate-defined data-model for BGP data.

Copyright 2019-2023 Rubicon Communications, LLC.

bgp-clear

operates on netgate.bgp.BgpClear

post /operations/netgate-bgp:bgp-clear

Example URL

https://hostname/restconf/operations/netgate-bgp:bgp-clear

operates on netgate.bgp.BgpClear

Request Body schema: application/yang-data+json
input
object (netgate.bgp.bgpclear.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":
    {
    }
}

bgp-show

operates on netgate.bgp.BgpShow

post /operations/netgate-bgp:bgp-show

Example URL

https://hostname/restconf/operations/netgate-bgp:bgp-show

operates on netgate.bgp.BgpShow

Request Body schema: application/yang-data+json
input
object (netgate.bgp.bgpshow.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":
    {
    }
}