{ "id":"/axapi/v3/ip/as-path/{access-list}+{action}+{value}", "type":"object", "node-type":"list", "title":"as-path", "partition-visibility":"shared", "description":"Configure an AS-path list for BGP", "properties":{ "access-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify an access list name (Regular expression access-list name)", "optional":false }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'deny': Specify packets to reject; 'permit': Specify packets to forward; ", "enum":[ "deny", "permit" ], "optional":false }, "value":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "description":"A regular-expression to match the BGP AS paths", "optional":false }, "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":[ "access-list", "action", "value" ], "required":[ "access-list", "action", "value" ] }