{ "id":"/axapi/v3/visibility/topn/templ-gtp-plcy-topn-tmpl/{name}", "type":"object", "node-type":"list", "title":"templ-gtp-plcy-topn-tmpl", "partition-visibility":"shared", "description":"Configure template for template.gtp-policy", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Template Name", "optional":false }, "topn-size":{ "type":"number", "format":"number", "minimum":10, "maximum":200, "partition-visibility":"shared", "description":"Congure value of N for topn", "optional":true }, "interval":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'5': 5 minutes; '15': 15 minutes; '30': 30 minutes; '60': 60 minutes; 'all-time': Since template is activated; ", "enum":[ "5", "15", "30", "60", "all-time" ], "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "metrics":{ "type":"object", "$ref":"/axapi/v3/visibility/topn/templ-gtp-plcy-topn-tmpl/{name}/metrics", "properties":{ "rl-message-monitor":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTP Message forwarded via monitor mode at rate-limit policy" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "object-keys":[ "name" ], "required":[ "name" ] }