BgpEntity

Top-level BGP entity managed object. DN is sys/bgp.

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
attributes object
children array
View JSON Schema on GitHub

JSON Schema

cisco-nexus-nxapi-rest-bgp-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BgpEntity",
  "type": "object",
  "description": "Top-level BGP entity managed object. DN is sys/bgp.",
  "properties": {
    "attributes": {
      "type": "object"
    },
    "children": {
      "type": "array"
    }
  }
}