{ "id":"/axapi/v3/router/bgp/{as-number}/address-family/ipv4-flowspec/neighbor/ipv6-neighbor/{neighbor-ipv6}", "type":"object", "node-type":"list", "title":"ipv6-neighbor", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "description":"Specify a peer-group neighbor router", "properties":{ "neighbor-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Neighbor IPv6 address", "optional":false }, "activate":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable the Address Family for this Neighbor", "optional":true }, "neighbor-route-map-lists":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "nbr-route-map":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Apply route map to neighbor (Name of route map)" }, "nbr-rmap-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': in; 'out': out; ", "enum":[ "in", "out" ] } } } ] }, "send-community-val":{ "type":"string", "format":"enum", "default":"both", "partition-visibility":"shared", "description":"'all': Send Standard, Extended, and Large Community attributes; 'both': Send Standard and Extended Community attributes; 'none': Disable Sending Community attributes; 'standard': Send Standard Community attributes; 'extended': Send Extended Community attributes; 'large': Send Large Community attributes; ", "enum":[ "all", "both", "none", "standard", "extended", "large" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "neighbor-ipv6" ], "required":[ "neighbor-ipv6" ] }