{ "id":"/axapi/v3/router/rip/offset-list", "type":"object", "node-type":"scalar", "title":"offset-list", "partition-visibility":"shared", "description":"Modify RIP metric", "properties":{ "acl-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "acl":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Access-list name" }, "offset-list-direction":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'in': Filter incoming updates; 'out': Filter outgoing updates; ", "enum":[ "in", "out" ] }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":16, "partition-visibility":"shared", "description":"Metric value" }, "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Ethernet interface (Port number)" }, "loopback":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Loopback interface (Port number)" }, "trunk":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Trunk interface (Trunk interface number)" }, "tunnel":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Tunnel interface (Tunnel interface number)" }, "ve":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"Virtual ethernet interface (Virtual ethernet interface number)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }