{ "id":"/axapi/v3/visibility", "type":"object", "node-type":"scalar", "title":"visibility", "partition-visibility":"shared", "auto-created-object":1, "description":"Display Network statistics", "properties":{ "granularity":{ "type":"number", "format":"number", "minimum":1, "maximum":300, "default":5, "partition-visibility":"shared", "description":"Granularity for rate based calculations in seconds (default 5)", "optional":true }, "initial-learning-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":168, "partition-visibility":"shared", "description":"Initial learning interval (in hours) before processing", "optional":true }, "source-entity-topk":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable monitoring entity topk for sources", "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 }, "mon-entity-telemetry-data":{ "type":"object", "$ref":"/axapi/v3/visibility/mon-entity-telemetry-data", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "debug-files":{ "type":"object", "$ref":"/axapi/v3/visibility/debug-files", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "mon-topk":{ "type":"object", "$ref":"/axapi/v3/visibility/mon-topk", "properties":{ "sources":{ "type":"object", "$ref":"/axapi/v3/visibility/mon-topk/sources", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "monitored-entity":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "detail":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity/detail", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "debug":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity/detail/debug", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "sessions":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity/sessions", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "mon-topk":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity/mon-topk", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "sources":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity/mon-topk/sources", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "secondary":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity/secondary", "properties":{ "mon-topk":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity/secondary/mon-topk", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "sources":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity/secondary/mon-topk/sources", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } } } } } }, "file":{ "type":"object", "$ref":"/axapi/v3/visibility/file", "properties":{ "metrics":{ "type":"object", "$ref":"/axapi/v3/visibility/file/metrics", "properties":{ "action":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable persistent storage(default); 'disable': Disable persistent storage; ", "enum":[ "enable", "disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "reporting":{ "type":"object", "$ref":"/axapi/v3/visibility/reporting", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "telemetry-export-interval":{ "type":"object", "$ref":"/axapi/v3/visibility/reporting/telemetry-export-interval", "properties":{ "value":{ "type":"number", "format":"number", "minimum":1, "maximum":5, "default":5, "partition-visibility":"shared", "description":"Monitored entity telemetry data export interval in mins (Default 5 mins)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "grouping-export-interval":{ "type":"object", "$ref":"/axapi/v3/visibility/reporting/grouping-export-interval", "properties":{ "value":{ "type":"number", "format":"number", "minimum":10, "maximum":300, "default":30, "partition-visibility":"shared", "description":"The aggregation and exporting interval in seconds (Default 30 seconds)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "template":{ "type":"object", "$ref":"/axapi/v3/visibility/reporting/template", "properties":{ "notification":{ "type":"object", "$ref":"/axapi/v3/visibility/reporting/template/notification", "properties":{ "template-name-list":{ "type":"array", "minItems":1, "items":{ "type":"template-name" }, "uniqueItems":true, "$ref":"/axapi/v3/visibility/reporting/template/notification/template-name/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"Notification template name", "optional":false }, "ipv4-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not-list":[ "ipv6-address", "host-name" ], "description":"Configure the host IPv4 address", "optional":true }, "ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "ipv4-address", "host-name" ], "description":"Configure the host IPv6 address", "optional":true }, "host-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "not-list":[ "ipv4-address", "ipv6-address" ], "description":"Configure the host name(e.g www.a10networks.com)", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management port for notifications", "optional":true }, "protocol":{ "type":"string", "format":"enum", "default":"https", "partition-visibility":"shared", "description":"'http': Use http protocol; 'https': Use https protocol(default); (http protocol)", "enum":[ "http", "https" ], "optional":true }, "http-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":80, "partition-visibility":"shared", "description":"Configure the http port to use(default 80) (http port(default 80))", "optional":true }, "https-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":443, "partition-visibility":"shared", "description":"Configure the https port to use(default 443) (http port(default 443))", "optional":true }, "relative-uri":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "default":"/", "partition-visibility":"shared", "description":"Configure the relative uri(e.g /example , default /)", "optional":true }, "action":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable; 'disable': Disable; ", "enum":[ "enable", "disable" ], "optional":true }, "debug-mode":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable debug mode", "optional":true }, "test-connectivity":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Test connectivity to notification receiver", "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 }, "authentication":{ "type":"object", "$ref":"/axapi/v3/visibility/reporting/template/notification/template-name/{name}/authentication", "properties":{ "relative-login-uri":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Configure the authentication login uri" }, "relative-logoff-uri":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Configure the authentication logoff uri" }, "auth-username":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure the authentication user name" }, "auth-password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure the authentication user password (Authentication password)" }, "auth-password-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure the authentication user password (Authentication password)" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)" }, "api-key":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Configure api-key as a mode of authentication" }, "api-key-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"Configure api-key as a mode of authentication" }, "api-key-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "required":[ "name" ] } ] }, "debug":{ "type":"object", "$ref":"/axapi/v3/visibility/reporting/template/notification/debug", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } } } } } }, "monitor":{ "type":"object", "$ref":"/axapi/v3/visibility/monitor", "properties":{ "primary-monitor":{ "type":"string", "format":"enum", "partition-visibility":"shared", "modify-not-allowed":1, "description":"'xflow': Monitor xflow samples; ", "enum":[ "xflow" ] }, "monitor-key":{ "type":"string", "format":"enum", "partition-visibility":"shared", "modify-not-allowed":1, "description":"'dest': Monitor traffic to any destination; 'service': Monitor traffic to any service; ", "enum":[ "dest", "service" ] }, "mon-entity-topk":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable topk for primary entities" }, "source-entity-topk":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable topk for sources to primary-entities" }, "v4-class-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/class-list", "description":"Class list of ipv4 addresses to be monitored" }, "v4-grouping":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable aggregate the log and notification per class-list" }, "v6-class-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/class-list", "description":"Class list of ipv6 addresses to be monitored" }, "v6-grouping":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable aggregate the log and notification per class-list" }, "template":{ "type":"object", "properties":{ "notification":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "notif-template-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "$ref":"/axapi/v3/visibility/reporting/template/notification/template-name" }, "optional":true } } ] } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "port-scan-filter-settings":{ "type":"object", "$ref":"/axapi/v3/visibility/monitor/port-scan-filter-settings", "properties":{ "pkt-rate-threshold":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":10, "partition-visibility":"shared", "description":"packet rate threshold for the filter (default 10 pkts/sec, set to 0 pkts/sec to disable the feature)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "sflow":{ "type":"object", "$ref":"/axapi/v3/visibility/monitor/sflow", "properties":{ "listening-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":6343, "partition-visibility":"shared", "description":"sFlow port to receive packets (sFlow port number(default 6343))" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "netflow":{ "type":"object", "$ref":"/axapi/v3/visibility/monitor/netflow", "properties":{ "listening-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":9996, "partition-visibility":"shared", "description":"Netflow port to receive packets (Netflow port number(default 9996))" }, "template-active-timeout":{ "type":"number", "format":"number", "minimum":2, "maximum":300, "default":30, "partition-visibility":"shared", "description":"Configure active timeout of the netflow templates received in mins (Template active timeout(mins)(default 30mins))" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "debug-list":{ "type":"array", "minItems":1, "items":{ "type":"debug" }, "uniqueItems":true, "$ref":"/axapi/v3/visibility/monitor/debug/{debug-ip-addr}+{debug-port}+{debug-protocol}", "array":[ { "properties":{ "debug-ip-addr":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify source/dest ip addr", "optional":false }, "debug-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify port", "optional":false }, "debug-protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; ", "enum":[ "TCP", "UDP", "ICMP" ], "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 } }, "required":[ "debug-ip-addr", "debug-port", "debug-protocol" ] } ] }, "replay-debug-file":{ "type":"object", "$ref":"/axapi/v3/visibility/monitor/replay-debug-file/{debug-ip-addr}", "properties":{ "debug-ip-addr":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify source/dest ip addr" }, "debug-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify port" }, "debug-protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; ", "enum":[ "TCP", "UDP", "ICMP" ] } }, "required":[ "debug-ip-addr" ] }, "delete-debug-file":{ "type":"object", "$ref":"/axapi/v3/visibility/monitor/delete-debug-file/{debug-ip-addr}", "properties":{ "debug-ip-addr":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify source/dest ip addr" }, "debug-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify port" }, "debug-protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; ", "enum":[ "TCP", "UDP", "ICMP" ] } }, "required":[ "debug-ip-addr" ] }, "secondary-monitor":{ "type":"object", "$ref":"/axapi/v3/visibility/monitor/secondary-monitor", "properties":{ "secondary-monitoring-key":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'service': Monitor traffic to any service; ", "enum":[ "service" ] }, "mon-entity-topk":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable topk for secondary entities" }, "source-entity-topk":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable topk for sources to secondary-entities" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "debug-list":{ "type":"array", "minItems":1, "items":{ "type":"debug" }, "uniqueItems":true, "$ref":"/axapi/v3/visibility/monitor/secondary-monitor/debug/{debug-ip-addr}+{debug-port}+{debug-protocol}", "array":[ { "properties":{ "debug-ip-addr":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify source/dest ip addr", "optional":false }, "debug-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify port", "optional":false }, "debug-protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; ", "enum":[ "TCP", "UDP", "ICMP" ], "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 } }, "required":[ "debug-ip-addr", "debug-port", "debug-protocol" ] } ] }, "delete-debug-file":{ "type":"object", "$ref":"/axapi/v3/visibility/monitor/secondary-monitor/delete-debug-file/{debug-ip-addr}", "properties":{ "debug-ip-addr":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify source/dest ip addr" }, "debug-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify port" }, "debug-protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; ", "enum":[ "TCP", "UDP", "ICMP" ] } }, "required":[ "debug-ip-addr" ] }, "replay-debug-file":{ "type":"object", "$ref":"/axapi/v3/visibility/monitor/secondary-monitor/replay-debug-file/{debug-ip-addr}", "properties":{ "debug-ip-addr":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify source/dest ip addr" }, "debug-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Specify port" }, "debug-protocol":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; ", "enum":[ "TCP", "UDP", "ICMP" ] } }, "required":[ "debug-ip-addr" ] } } } } }, "anomaly-detection":{ "type":"object", "$ref":"/axapi/v3/visibility/anomaly-detection", "properties":{ "feature-status":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable anomaly-detection (Not valid for source-nat-ip and source monitor types); 'disable': Disable anomaly detection (default); ", "enum":[ "enable", "disable" ] }, "logging":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'per-entity': Enable per entity logging; 'per-metric': Enable per metric logging with threshold details; 'disable': Disable anomaly notifications (Default); ", "enum":[ "per-entity", "per-metric", "disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "flow-collector":{ "type":"object", "$ref":"/axapi/v3/visibility/flow-collector", "properties":{ "sflow":{ "type":"object", "$ref":"/axapi/v3/visibility/flow-collector/sflow", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "netflow":{ "type":"object", "$ref":"/axapi/v3/visibility/flow-collector/netflow", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "template":{ "type":"object", "$ref":"/axapi/v3/visibility/flow-collector/netflow/template", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "detail":{ "type":"object", "$ref":"/axapi/v3/visibility/flow-collector/netflow/template/detail", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } } } } } }, "resource-usage":{ "type":"object", "$ref":"/axapi/v3/visibility/resource-usage", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "topn":{ "type":"object", "$ref":"/axapi/v3/visibility/topn", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "gtp-apn-prefix-topn-tmpl-list":{ "type":"array", "minItems":1, "items":{ "type":"gtp-apn-prefix-topn-tmpl" }, "uniqueItems":true, "$ref":"/axapi/v3/visibility/topn/gtp-apn-prefix-topn-tmpl/{name}", "array":[ { "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/gtp-apn-prefix-topn-tmpl/{name}/metrics", "properties":{ "uplink-bytes":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Uplink Bytes" }, "downlink-bytes":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Downlink Bytes" }, "uplink-pkts":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Uplink Packets" }, "downlink-pkts":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Downlink Packets" }, "gtp-v0-c-tunnel-created":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Created" }, "gtp-v0-c-tunnel-half-open":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Half open tunnel created" }, "gtp-v0-c-tunnel-half-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Delete Request" }, "gtp-v0-c-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Marked Deleted" }, "gtp-v0-c-tunnel-deleted":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Deleted" }, "gtp-v0-c-half-open-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Half open tunnel closed" }, "gtp-v1-c-tunnel-created":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Created" }, "gtp-v1-c-tunnel-half-open":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Half open tunnel created" }, "gtp-v1-c-tunnel-half-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Delete Request" }, "gtp-v1-c-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Marked Deleted" }, "gtp-v1-c-tunnel-deleted":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Deleted" }, "gtp-v1-c-half-open-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Half open tunnel closed" }, "gtp-v2-c-tunnel-created":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Created" }, "gtp-v2-c-tunnel-half-open":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Half open tunnel created" }, "gtp-v2-c-tunnel-half-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Delete Request" }, "gtp-v2-c-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Marked Deleted" }, "gtp-v2-c-tunnel-deleted":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Deleted" }, "gtp-v2-c-half-open-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Half open tunnel closed" }, "gtp-u-tunnel-created":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTP-U Tunnel Created" }, "gtp-u-tunnel-deleted":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTP-U Tunnel Deleted" }, "gtp-v0-c-update-pdp-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPV0-C Update PDP Context Response Unsuccessful" }, "gtp-v1-c-update-pdp-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPV1-C Update PDP Context response Unsuccessful" }, "gtp-v2-c-mod_bearer-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPV2-C Modify Bearer Response Unsuccessful" }, "gtp-v0-c-create-pdp-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPV0-C Create PDP Context Response Unsuccessful" }, "gtp-v1-c-create-pdp-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPV1-C Create PDP Context Response Unsuccessful" }, "gtp-v2-c-create-sess-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPV2-C Create Session Response Unsuccessful" }, "gtp-v2-c-piggyback-message":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Piggyback Messages seen" }, "gtp-path-management-message":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTP Path Management Messages Received" }, "gtp-v0-c-tunnel-deleted-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Deleted with Restart/failure" }, "gtp-v1-c-tunnel-deleted-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Deleted with Restart/failure" }, "gtp-v2-c-tunnel-deleted-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Deleted with Restart/failure" }, "drop-vld-reserved-field-set":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Reserved Header Field Set" }, "drop-vld-tunnel-id-flag":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Tunnel Header Flag Not Set" }, "drop-vld-invalid-flow-label-v0":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Invalid Flow Label in GTPv0-C Header" }, "drop-vld-invalid-teid":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Invalid TEID Value" }, "drop-vld-unsupported-message-type":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Message type not supported by GTP Version" }, "drop-vld-out-of-state":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Out Of State GTP Message" }, "drop-vld-mandatory-information-element":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Mandatory IE Not Present" }, "drop-vld-out-of-order-ie":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPv1-C Message Out of Order IE" }, "drop-vld-out-of-state-ie":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Unexpected IE Present in Message" }, "drop-vld-reserved-information-element":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Reserved IE Field Present" }, "drop-vld-version-not-supported":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Invalid GTP version" }, "drop-vld-message-length":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Message Length Exceeded" }, "drop-vld-cross-layer-correlation":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Cross Layer IP Address Mismatch" }, "drop-vld-country-code-mismatch":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Country Code Mismatch in IMSI and MSISDN" }, "drop-vld-gtp-u-spoofed-source-address":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-U IP Address Spoofed" }, "drop-vld-gtp-bearer-count-exceed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP Bearer count exceeded max (11)" }, "drop-vld-gtp-v2-wrong-lbi-create-bearer":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPV2-C Wrong LBI in Create Bearer Request" }, "drop-vld-gtp-c-handover-in-progress":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-C Drop Since Handover In Progress" }, "drop-vld-invalid-pkt-len-piggyback":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Piggyback message invalid packet length" }, "drop-vld-sanity-failed-piggyback":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: piggyback message anomaly failed" }, "drop-vld-sequence-num-correlation":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-C Sequence number Mismatch" }, "drop-vld-gtpv0-seqnum-buffer-full":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPV0-C conn Sequence number Buffer Full" }, "drop-vld-gtpv1-seqnum-buffer-full":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPV1-C conn Sequence number Buffer Full" }, "drop-vld-gtpv2-seqnum-buffer-full":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPV2-C conn Sequence number Buffer Full" }, "drop-vld-gtp-invalid-imsi-len-drop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-C Invalid IMSI Length Drop" }, "drop-vld-gtp-invalid-apn-len-drop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-C Invalid APN Length Drop" }, "drop-vld-protocol-flag-unset":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Protocol flag in Header Field not Set" }, "drop-flt-message-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: Message Type Not Permitted on Interface" }, "drop-flt-apn-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: APN IMSI Filtering" }, "drop-flt-msisdn-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: MSISDN Filtering" }, "drop-flt-rat-type-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: RAT Type Filtering" }, "drop-flt-gtp-in-gtp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: GTP in GTP Tunnel Present" }, "drop-rl-gtp-v0-c-agg":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: Maximum GTPv0-C messages rate" }, "drop-rl-gtp-v1-c-agg":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: Maximum GTPv1-C messages rate" }, "drop-rl-gtp-v2-c-agg":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: Maximum GTPv2-C messages rate" }, "drop-rl-gtp-v1-c-create-pdp-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTPv1-C Create PDP Req rate" }, "drop-rl-gtp-v2-c-create-session-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTPv2-C Create Session Req rate" }, "drop-rl-gtp-v1-c-update-pdp-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTPv1-C Update PDP Req rate" }, "drop-rl-gtp-v2-c-modify-bearer-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTPv2-C Modify Bearer Req rate" }, "drop-rl-gtp-u-tunnel-create":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Tunnel Creation rate" }, "drop-rl-gtp-u-uplink-byte":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Uplink byte rate" }, "drop-rl-gtp-u-uplink-packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Uplink packet rate" }, "drop-rl-gtp-u-downlink-byte":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Downlink byte rate" }, "drop-rl-gtp-u-downlink-packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Downlink packet rate" }, "drop-rl-gtp-u-total-byte":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Total byte rate" }, "drop-rl-gtp-u-total-packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Total packet rate" }, "drop-rl-gtp-u-max-concurrent-tunnels":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Concurrent Tunnels" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "required":[ "name" ] } ] }, "gtp-apn-prefix-topn-node":{ "type":"object", "$ref":"/axapi/v3/visibility/topn/gtp-apn-prefix-topn-node", "properties":{ "activate":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/visibility/topn/gtp-apn-prefix-topn-tmpl", "description":"Name of the templated to be activated" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "gtp-network-element-topn-tmpl-list":{ "type":"array", "minItems":1, "items":{ "type":"gtp-network-element-topn-tmpl" }, "uniqueItems":true, "$ref":"/axapi/v3/visibility/topn/gtp-network-element-topn-tmpl/{name}", "array":[ { "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/gtp-network-element-topn-tmpl/{name}/metrics", "properties":{ "uplink-bytes":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Uplink Bytes" }, "downlink-bytes":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Downlink Bytes" }, "uplink-pkts":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Uplink Packets" }, "downlink-pkts":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Downlink Packets" }, "gtp-v0-c-tunnel-created":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Created" }, "gtp-v0-c-tunnel-half-open":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Half open tunnel created" }, "gtp-v0-c-tunnel-half-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Delete Request" }, "gtp-v0-c-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Marked Deleted" }, "gtp-v0-c-tunnel-deleted":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Deleted" }, "gtp-v0-c-half-open-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Half open tunnel closed" }, "gtp-v1-c-tunnel-created":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Created" }, "gtp-v1-c-tunnel-half-open":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Half open tunnel created" }, "gtp-v1-c-tunnel-half-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Delete Request" }, "gtp-v1-c-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Marked Deleted" }, "gtp-v1-c-tunnel-deleted":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Deleted" }, "gtp-v1-c-half-open-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Half open tunnel closed" }, "gtp-v2-c-tunnel-created":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Created" }, "gtp-v2-c-tunnel-half-open":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Half open tunnel created" }, "gtp-v2-c-tunnel-half-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Delete Request" }, "gtp-v2-c-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Marked Deleted" }, "gtp-v2-c-tunnel-deleted":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Deleted" }, "gtp-v2-c-half-open-tunnel-closed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Half open tunnel closed" }, "gtp-u-tunnel-created":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTP-U Tunnel Created" }, "gtp-u-tunnel-deleted":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTP-U Tunnel Deleted" }, "gtp-v0-c-update-pdp-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Update PDP Context Response Unsuccessful" }, "gtp-v1-c-update-pdp-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Update PDP Context Response Unsuccessful" }, "gtp-v2-c-mod_bearer-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Modify Bearer Response Unsuccessful" }, "gtp-v0-c-create-pdp-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Create PDP Context Response Unsuccessful" }, "gtp-v1-c-create-pdp-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Create PDP Context Response Unsuccessful" }, "gtp-v2-c-create-sess-resp-unsuccess":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Create Session Response Unsuccessful" }, "gtp-v2-c-piggyback-message":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Piggyback Messages" }, "gtp-path-management-message":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTP Path Management Messages Received" }, "gtp-v0-c-tunnel-deleted-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Tunnel Deleted with Restart/failure" }, "gtp-v1-c-tunnel-deleted-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Tunnel Deleted with Restart/failure" }, "gtp-v2-c-tunnel-deleted-restart":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Tunnel Deleted with Restart/failure" }, "gtp-v0-c-reserved-message-allow":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv0-C Reserved Message Allow" }, "gtp-v1-c-reserved-message-allow":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv1-C Reserved Message Allow" }, "gtp-v2-c-reserved-message-allow":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for GTPv2-C Reserved Message Allow" }, "drop-vld-reserved-field-set":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Reserved Header Field Set" }, "drop-vld-tunnel-id-flag":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Tunnel Header Flag Not Set" }, "drop-vld-invalid-flow-label-v0":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Invalid Flow Label in GTPv0-C Header" }, "drop-vld-invalid-teid":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Invalid TEID Value" }, "drop-vld-unsupported-message-type":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Message type not supported by GTP Version" }, "drop-vld-out-of-state":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Out Of State GTP Message" }, "drop-vld-mandatory-information-element":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Mandatory IE Not Present" }, "drop-vld-out-of-order-ie":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPv1-C Message Out of Order IE" }, "drop-vld-out-of-state-ie":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Unexpected IE Present in Message" }, "drop-vld-reserved-information-element":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Reserved IE Field Present" }, "drop-vld-version-not-supported":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Invalid GTP version" }, "drop-vld-message-length":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Message Length Exceeded" }, "drop-vld-cross-layer-correlation":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Cross Layer IP Address Mismatch" }, "drop-vld-country-code-mismatch":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Country Code Mismatch in IMSI and MSISDN" }, "drop-vld-gtp-u-spoofed-source-address":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-U IP Address Spoofed" }, "drop_vld-gtp-bearer-count-exceed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP Bearer count exceeded max (11)" }, "drop-vld-gtp-v2-wrong-lbi-create-bearer":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPV2-C Wrong LBI in Create Bearer Request" }, "drop-vld-gtp-c-handover-in-progress":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-C Drop Since Handover In Progress" }, "drop-vld-invalid-pkt-len-piggyback":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Piggyback message invalid packet length" }, "drop-vld-sanity-failed-piggyback":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: piggyback message anomaly failed" }, "drop-vld-sequence-num-correlation":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-C Sequence number Mismatch" }, "drop-vld-gtpv0-seqnum-buffer-full":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPV0-C conn Sequence number Buffer Full" }, "drop-vld-gtpv1-seqnum-buffer-full":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPV1-C conn Sequence number Buffer Full" }, "drop-vld-gtpv2-seqnum-buffer-full":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTPV2-C conn Sequence number Buffer Full" }, "drop-vld-gtp-invalid-imsi-len-drop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-C Invalid IMSI Length Drop" }, "drop-vld-gtp-invalid-apn-len-drop":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: GTP-C Invalid APN Length Drop" }, "drop-vld-protocol-flag-unset":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Validation Drop: Protocol flag in Header Field not Set" }, "drop-flt-message-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: Message Type Not Permitted on Interface" }, "drop-flt-apn-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: APN IMSI Filtering" }, "drop-flt-msisdn-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: MSISDN Filtering" }, "drop-flt-rat-type-filtering":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: RAT Type Filtering" }, "drop-flt-gtp-in-gtp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Filtering Drop: GTP in GTP Tunnel Present" }, "drop-rl-gtp-v0-c-agg":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: Maximum GTPv0-C messages rate" }, "drop-rl-gtp-v1-c-agg":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: Maximum GTPv1-C messages rate" }, "drop-rl-gtp-v2-c-agg":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: Maximum GTPv2-C messages rate" }, "drop-rl-gtp-v1-c-create-pdp-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTPv1-C Create PDP Req rate" }, "drop-rl-gtp-v2-c-create-session-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTPv2-C Create Session Req rate" }, "drop-rl-gtp-v1-c-update-pdp-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTPv1-C Update PDP Req rate" }, "drop-rl-gtp-v2-c-modify-bearer-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTPv2-C Modify Bearer Req rate" }, "drop-rl-gtp-u-tunnel-create":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Tunnel Creation rate" }, "drop-rl-gtp-u-uplink-byte":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Uplink byte rate" }, "drop-rl-gtp-u-uplink-packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Uplink packet rate" }, "drop-rl-gtp-u-downlink-byte":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Downlink byte rate" }, "drop-rl-gtp-u-downlink-packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Downlink packet rate" }, "drop-rl-gtp-u-total-byte":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Total byte rate" }, "drop-rl-gtp-u-total-packet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Total packet rate" }, "drop-rl-gtp-u-max-concurrent-tunnels":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for Rate-limit Drop: GTP-U Concurrent Tunnels" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "required":[ "name" ] } ] }, "gtp-network-element-topn-node":{ "type":"object", "$ref":"/axapi/v3/visibility/topn/gtp-network-element-topn-node", "properties":{ "activate":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/visibility/topn/gtp-network-element-topn-tmpl", "description":"Name of the templated to be activated" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "cgnv6-nat-pool-topn-tmpl-list":{ "type":"array", "minItems":1, "items":{ "type":"cgnv6-nat-pool-topn-tmpl" }, "uniqueItems":true, "$ref":"/axapi/v3/visibility/topn/cgnv6-nat-pool-topn-tmpl/{name}", "array":[ { "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/cgnv6-nat-pool-topn-tmpl/{name}/metrics", "properties":{ "udp-total":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for UDP Total" }, "tcp-total":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Track Top-N entities for TCP total" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "required":[ "name" ] } ] }, "cgnv6-nat-pool-topn-node":{ "type":"object", "$ref":"/axapi/v3/visibility/topn/cgnv6-nat-pool-topn-node", "properties":{ "activate":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/visibility/topn/cgnv6-nat-pool-topn-tmpl", "description":"Name of the templated to be activated" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "zbar":{ "type":"object", "$ref":"/axapi/v3/visibility/zbar", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable zbar infra; 'disable': Disable zbar infra(default); ", "enum":[ "enable", "disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "dest":{ "type":"object", "$ref":"/axapi/v3/visibility/zbar/dest", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "truples":{ "type":"object", "$ref":"/axapi/v3/visibility/zbar/truples", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } } } }