{ "id":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec", "type":"object", "node-type":"scalar", "title":"ipv6-flowspec", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "description":"ipv6-flowspec", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "neighbor":{ "type":"object", "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor", "properties":{ "ipv4-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv4-neighbor/{neighbor-ipv4}", "array":[ { "properties":{ "neighbor-ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Neighbor 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 } }, "required":[ "neighbor-ipv4" ] } ] }, "ipv6-neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6-neighbor" }, "uniqueItems":true, "$ref":"/axapi/v3/router/bgp/{as-number}/address-family/ipv6-flowspec/neighbor/ipv6-neighbor/{neighbor-ipv6}", "array":[ { "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 } }, "required":[ "neighbor-ipv6" ] } ] } } } } }