{ "id":"/axapi/v3/traffic-control/rule-set/{name}/rule/{name}", "type":"object", "node-type":"list", "title":"rule", "partition-visibility":"shared", "description":"Configure traffic control rule", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Rule name", "optional":false }, "remark":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Rule entry comment (Notes for this rule)", "optional":true }, "status":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable rule; 'disable': Disable rule; ", "enum":[ "enable", "disable" ], "optional":true }, "ip-version":{ "type":"string", "format":"enum", "default":"v4", "partition-visibility":"shared", "description":"'v4': IPv4 rule; 'v6': IPv6 rule; ", "enum":[ "v4", "v6" ], "optional":true }, "src-geoloc-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "not-list":[ "src-geoloc-list", "src-ip-subnet", "src-ipv6-subnet", "src-obj-network", "src-obj-grp-network", "src-slb-server" ], "description":"Single geolocation name", "optional":true }, "src-geoloc-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "not-list":[ "src-geoloc-name", "src-ip-subnet", "src-ipv6-subnet", "src-obj-network", "src-obj-grp-network", "src-slb-server" ], "description":"Geolocation name list", "optional":true }, "src-geoloc-list-shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "description":"Use Geolocation list from shared partition", "optional":true }, "src-ipv4-any":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "not-list":[ "src-ipv6-any", "src-class-list", "src-ip-subnet", "src-ipv6-subnet", "src-obj-network", "src-obj-grp-network", "src-slb-server" ], "description":"'any': Any IPv4 address; ", "enum":[ "any" ], "optional":true }, "src-ipv6-any":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "not-list":[ "src-ipv4-any", "src-class-list", "src-ip-subnet", "src-ipv6-subnet", "src-obj-network", "src-obj-grp-network", "src-slb-server" ], "description":"'any': Any IPv6 address; ", "enum":[ "any" ], "optional":true }, "src-class-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/class-list", "not-list":[ "src-ipv4-any", "src-ipv6-any", "src-ip-subnet", "src-ipv6-subnet", "src-obj-network", "src-obj-grp-network", "src-slb-server" ], "description":"Match source IP against class-list", "optional":true }, "source-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "src-ip-subnet":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "not-list":[ "src-geoloc-name", "src-geoloc-list", "src-ipv4-any", "src-ipv6-any", "src-class-list", "src-ipv6-subnet" ], "description":"IPv4 IP Address" }, "src-ipv6-subnet":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "not-list":[ "src-geoloc-name", "src-geoloc-list", "src-ipv4-any", "src-ipv6-any", "src-class-list", "src-ip-subnet" ], "description":"IPv6 IP Address" }, "src-obj-network":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/object/network", "not-list":[ "src-geoloc-name", "src-geoloc-list", "src-ipv4-any", "src-ipv6-any", "src-class-list" ], "description":"Network object" }, "src-obj-grp-network":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/object-group/network", "not-list":[ "src-geoloc-name", "src-geoloc-list", "src-ipv4-any", "src-ipv6-any", "src-class-list" ], "description":"Network object group" }, "src-slb-server":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/server", "not-list":[ "src-geoloc-name", "src-geoloc-list", "src-ipv4-any", "src-ipv6-any", "src-class-list" ], "description":"SLB Real server name" } } } ] }, "src-zone":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/zone", "not":"src-zone-any", "description":"Zone name", "optional":true }, "src-zone-any":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "not":"src-zone", "description":"'any': any; ", "enum":[ "any" ], "optional":true }, "src-threat-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/threat-intel/threat-list", "description":"Bind threat-list for source IP based filtering", "optional":true }, "dst-geoloc-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "not-list":[ "dst-geoloc-list", "dst-ip-subnet", "dst-ipv6-subnet", "dst-obj-network", "dst-obj-grp-network", "dst-slb-server", "dst-slb-vserver" ], "description":"Single geolocation name", "optional":true }, "dst-geoloc-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "not-list":[ "dst-geoloc-name", "dst-ip-subnet", "dst-ipv6-subnet", "dst-obj-network", "dst-obj-grp-network", "dst-slb-server", "dst-slb-vserver" ], "description":"Geolocation name list", "optional":true }, "dst-geoloc-list-shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "description":"Use Geolocation list from shared partition", "optional":true }, "dst-ipv4-any":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "not-list":[ "dst-ipv6-any", "dst-class-list", "dst-ip-subnet", "dst-ipv6-subnet", "dst-obj-network", "dst-obj-grp-network", "dst-slb-server", "dst-slb-vserver", "dst-domain-list" ], "description":"'any': Any IPv4 address; ", "enum":[ "any" ], "optional":true }, "dst-ipv6-any":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "not-list":[ "dst-ipv4-any", "dst-class-list", "dst-ip-subnet", "dst-ipv6-subnet", "dst-obj-network", "dst-obj-grp-network", "dst-slb-server", "dst-slb-vserver", "dst-domain-list" ], "description":"'any': Any IPv6 address; ", "enum":[ "any" ], "optional":true }, "dst-class-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/class-list", "not-list":[ "dst-ipv4-any", "dst-ipv6-any", "dst-ip-subnet", "dst-ipv6-subnet", "dst-obj-network", "dst-obj-grp-network", "dst-slb-server", "dst-slb-vserver" ], "description":"Match destination IP against class-list", "optional":true }, "dest-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "dst-ip-subnet":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "not-list":[ "dst-geoloc-name", "dst-geoloc-list", "dst-ipv4-any", "dst-ipv6-any", "dst-class-list", "dst-ipv6-subnet" ], "description":"IPv4 IP Address" }, "dst-ipv6-subnet":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "not-list":[ "dst-geoloc-name", "dst-geoloc-list", "dst-ipv4-any", "dst-ipv6-any", "dst-class-list", "dst-ip-subnet" ], "description":"IPv6 IP Address" }, "dst-obj-network":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/object/network", "not-list":[ "dst-geoloc-name", "dst-geoloc-list", "dst-ipv4-any", "dst-ipv6-any", "dst-class-list" ], "description":"Network object" }, "dst-obj-grp-network":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/object-group/network", "not-list":[ "dst-geoloc-name", "dst-geoloc-list", "dst-ipv4-any", "dst-ipv6-any", "dst-class-list" ], "description":"Network object group" }, "dst-slb-server":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/server", "not-list":[ "dst-geoloc-name", "dst-geoloc-list", "dst-ipv4-any", "dst-ipv6-any", "dst-class-list" ], "description":"SLB Real server name" }, "dst-slb-vserver":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/virtual-server", "not-list":[ "dst-geoloc-name", "dst-geoloc-list", "dst-ipv4-any", "dst-ipv6-any", "dst-class-list" ], "description":"SLB Virtual server name" } } } ] }, "dst-domain-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/domain-list", "not-list":[ "dst-ipv4-any", "dst-ipv6-any" ], "description":"Match destination IP against domain-list", "optional":true }, "dst-zone":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/zone", "not":"dst-zone-any", "description":"Zone name", "optional":true }, "dst-zone-any":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "not":"dst-zone", "description":"'any': any; ", "enum":[ "any" ], "optional":true }, "dst-threat-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/threat-intel/threat-list", "description":"Bind threat-list for destination IP based filtering", "optional":true }, "service-any":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "not-list":[ "protocols", "proto-id", "obj-grp-service", "icmp", "icmpv6" ], "description":"'any': any; ", "enum":[ "any" ], "optional":true }, "service-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "protocols":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"service-any", "description":"'tcp': tcp; 'udp': udp; 'sctp': sctp; ", "enum":[ "tcp", "udp", "sctp" ] }, "proto-id":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "not":"service-any", "description":"Protocol ID" }, "obj-grp-service":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/object-group/service", "not":"service-any", "description":"service object group" }, "icmp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "service-any", "icmpv6" ], "description":"ICMP" }, "icmpv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "service-any", "icmp" ], "description":"ICMPv6" }, "icmp-type":{ "type":"number", "format":"number", "minimum":0, "maximum":254, "partition-visibility":"shared", "not":"special-type", "description":"ICMP type number" }, "special-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"icmp-type", "description":"'any-type': Any ICMP type; 'echo-reply': Type 0, echo reply; 'echo-request': Type 8, echo request; 'info-reply': Type 16, information reply; 'info-request': Type 15, information request; 'mask-reply': Type 18, address mask reply; 'mask-request': Type 17, address mask request; 'parameter-problem': Type 12, parameter problem; 'redirect': Type 5, redirect message; 'source-quench': Type 4, source quench; 'time-exceeded': Type 11, time exceeded; 'timestamp': Type 13, timestamp; 'timestamp-reply': Type 14, timestamp reply; 'dest-unreachable': Type 3, destination unreachable; ", "enum":[ "any-type", "echo-reply", "echo-request", "info-reply", "info-request", "mask-reply", "mask-request", "parameter-problem", "redirect", "source-quench", "time-exceeded", "timestamp", "timestamp-reply", "dest-unreachable" ] }, "icmp-code":{ "type":"number", "format":"number", "minimum":0, "maximum":254, "partition-visibility":"shared", "not":"special-code", "description":"ICMP code number" }, "special-code":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"icmp-code", "description":"'any-code': Any ICMP code; 'frag-required': Code 4, fragmentation required; 'host-unreachable': Code 1, destination host unreachable; 'network-unreachable': Code 0, destination network unreachable; 'port-unreachable': Code 3, destination port unreachable; 'proto-unreachable': Code 2, destination protocol unreachable; 'route-failed': Code 5, source route failed; ", "enum":[ "any-code", "frag-required", "host-unreachable", "network-unreachable", "port-unreachable", "proto-unreachable", "route-failed" ] }, "icmpv6-type":{ "type":"number", "format":"number", "minimum":0, "maximum":254, "partition-visibility":"shared", "not":"special-v6-type", "description":"ICMPv6 type number" }, "special-v6-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"icmpv6-type", "description":"'any-type': Any ICMPv6 type; 'dest-unreachable': Type 1, destination unreachable; 'echo-reply': Type 129, echo reply; 'echo-request': Type 128, echo request; 'packet-too-big': Type 2, packet too big; 'param-prob': Type 4, parameter problem; 'time-exceeded': Type 3, time exceeded; ", "enum":[ "any-type", "dest-unreachable", "echo-reply", "echo-request", "packet-too-big", "param-prob", "time-exceeded" ] }, "icmpv6-code":{ "type":"number", "format":"number", "minimum":0, "maximum":254, "partition-visibility":"shared", "not":"special-v6-code", "description":"ICMPv6 code number" }, "special-v6-code":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"icmpv6-code", "description":"'any-code': Any ICMPv6 code; 'addr-unreachable': Code 3, address unreachable; 'admin-prohibited': Code 1, admin prohibited; 'no-route': Code 0, no route to destination; 'not-neighbour': Code 2, not neighbor; 'port-unreachable': Code 4, destination port unreachable; ", "enum":[ "any-code", "addr-unreachable", "admin-prohibited", "no-route", "not-neighbour", "port-unreachable" ] }, "eq-src-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Equal to the port number" }, "gt-src-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "partition-visibility":"shared", "description":"Greater than the port number" }, "lt-src-port":{ "type":"number", "format":"number", "minimum":2, "maximum":65535, "partition-visibility":"shared", "description":"Lower than the port number" }, "range-src-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Port range (Starting Port Number)" }, "port-num-end-src":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Ending Port Number" }, "eq-dst-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Equal to the port number" }, "gt-dst-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "partition-visibility":"shared", "description":"Greater than the port number" }, "lt-dst-port":{ "type":"number", "format":"number", "minimum":2, "maximum":65535, "partition-visibility":"shared", "description":"Lower than the port number" }, "range-dst-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Port range (Starting Port Number)" }, "port-num-end-dst":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Ending Port Number" }, "sctp-template":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/template/sctp", "description":"SCTP Template" } } } ] }, "application-any":{ "type":"string", "format":"enum", "default":"any", "partition-visibility":"shared", "not-list":[ "obj-grp-application", "protocol", "protocol-tag" ], "description":"'any': any; ", "enum":[ "any" ], "optional":true }, "app-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "obj-grp-application":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/object-group/application", "not":"application-any", "description":"Application object group" }, "protocol":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":31, "partition-visibility":"shared", "not":"application-any", "description":"Specify application(s)" }, "protocol-tag":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not":"application-any", "description":"'aaa': Protocol/application used for AAA (Authentification, Authorization and Accounting) purposes.; 'adult-content': Adult content protocol/application.; 'advertising': Advertising networks and applications.; 'application-enforcing-tls': Application known to enforce HSTS and thus use of TLS.; 'analytics-and-statistics': User analytics and statistics protocol/application.; 'anonymizers-and-proxies': Traffic-anonymization protocol/application.; 'audio-chat': Protocol/application used for Audio Chat.; 'basic': Covers all protocols required for basic classification, including most networking protocols as well as standard protocols like HTTP.; 'blog': Blogging platform protocol/application.; 'cdn': Protocol/application used for Content-Delivery Networks.; 'certification-authority': Certification Authority for SSL/TLS certificate.; 'chat': Protocol/application used for Text Chat.; 'classified-ads': Protocol/application used for Classified Advertisements.; 'cloud-based-services': SaaS and/or PaaS cloud based services.; 'crowdfunding': Service for funding a project or venture by raising small amounts of money from a large number of people, typically via the Internet.; 'cryptocurrency': Services for mining cryptocurrencies, for example a Crypto Web Browser (an application that mines crypto currency in the background while its user browses the web).; 'database': Database-specific protocols.; 'disposable-email': Service offering Disposable Email Accounts (DEA). DEA is a technique to share temporary email address between many users.; 'ebook-reader': Services for e-book readers, i.e. connected devices that display electronic books (typically using e-ink displays to reduce glare and eye strain).; 'education': Protocols offering education services and online courses.; 'email': Native email protocol.; 'enterprise': Protocol/application used in an enterprise network.; 'file-management': Protocol/application designed specifically for file management and exchange. This can include bona fide network protocols (like SMB) as well as web/cloud services (like Dropbox).; 'file-transfer': Protocol that offers file transferring as a secondary feature. This typically includes IM, WebMail, and other protocols that allow file transfers in addition to their principal function.; 'forum': Online forum protocol/application.; 'gaming': Protocol/application used by games.; 'healthcare': Protocols offering medical services, i.e protocols used in medical environment.; 'instant-messaging-and-multimedia-conferencing': Protocol/application used for Instant Messaging or Multi-Conferencing.; 'internet-of-things': Internet Of Things protocol/application.; 'map-service': Digital Maps service (web site and their related API).; 'mobile': Mobile-specific protocol/application.; 'multimedia-streaming': Protocol/application used for multimedia streaming.; 'networking': Protocol used for (inter) networking purpose.; 'news-portal': Protocol/application used for News Portals.; 'payment-service': Application offering online services for accepting electronic payments by a variety of payment methods (credit card, bank-based payments such as direct debit, bank transfer, etc).; 'peer-to-peer': Protocol/application used for Peer-to-peer purposes.; 'remote-access': Protocol/application used for remote access.; 'scada': SCADA (Supervisory control and data acquisition) protocols, all generations.; 'social-networks': Social networking application.; 'software-update': Auto-update protocol.; 'speedtest': Speedtest application allowing to access quality of Internet connection (upload, download, latency, etc).; 'standards-based': Protocol issued from standardized bodies such as IETF, ITU, IEEE, ETSI, OIF.; 'transportation': Transportation services, for example smartphone applications that allow users to hail a taxi.; 'video-chat': Protocol/application used for Video Chat.; 'voip': Application used for Voice-Over-IP.; 'vpn-tunnels': Protocol/application used for VPN or tunneling purposes.; 'web': Application based on HTTP/HTTPS.; 'web-e-commerce': Protocol/application used for E-commerce websites.; 'web-search-engines': Protocol/application used for Web search portals.; 'web-websites': Protocol/application used for Company Websites.; 'webmails': Web-based e-mail application.; 'web-ext-adult': Web Extension Adult; 'web-ext-auctions': Web Extension Auctions; 'web-ext-blogs': Web Extension Blogs; 'web-ext-business-and-economy': Web Extension Business and Economy; 'web-ext-cdns': Web Extension CDNs; 'web-ext-collaboration': Web Extension Collaboration; 'web-ext-computer-and-internet-info': Web Extension Computer and Internet Info; 'web-ext-computer-and-internet-security': Web Extension Computer and Internet Security; 'web-ext-dating': Web Extension Dating; 'web-ext-educational-institutions': Web Extension Educational Institutions; 'web-ext-entertainment-and-arts': Web Extension Entertainment and Arts; 'web-ext-fashion-and-beauty': Web Extension Fashion and Beauty; 'web-ext-file-share': Web Extension File Share; 'web-ext-financial-services': Web Extension Financial Services; 'web-ext-gambling': Web Extension Gambling; 'web-ext-games': Web Extension Games; 'web-ext-government': Web Extension Government; 'web-ext-health-and-medicine': Web Extension Health and Medicine; 'web-ext-individual-stock-advice-and-tools': Web Extension Individual Stock Advice and Tools; 'web-ext-internet-portals': Web Extension Internet Portals; 'web-ext-job-search': Web Extension Job Search; 'web-ext-local-information': Web Extension Local Information; 'web-ext-malware': Web Extension Malware; 'web-ext-motor-vehicles': Web Extension Motor Vehicles; 'web-ext-music': Web Extension Music; 'web-ext-news': Web Extension News; 'web-ext-p2p': Web Extension P2P; 'web-ext-parked-sites': Web Extension Parked Sites; 'web-ext-proxy-avoid-and-anonymizers': Web Extension Proxy Avoid and Anonymizers; 'web-ext-real-estate': Web Extension Real Estate; 'web-ext-reference-and-research': Web Extension Reference and Research; 'web-ext-search-engines': Web Extension Search Engines; 'web-ext-shopping': Web Extension Shopping; 'web-ext-social-network': Web Extension Social Network; 'web-ext-society': Web Extension Society; 'web-ext-software': Web Extension Software; 'web-ext-sports': Web Extension Sports; 'web-ext-streaming-media': Web Extension Streaming Media; 'web-ext-training-and-tools': Web Extension Training and Tools; 'web-ext-translation': Web Extension Translation; 'web-ext-travel': Web Extension Travel; 'web-ext-web-advertisements': Web Extension Web Advertisements; 'web-ext-web-based-email': Web Extension Web based Email; 'web-ext-web-hosting': Web Extension Web Hosting; 'web-ext-web-service': Web Extension Web Service; ", "enum":[ "aaa", "adult-content", "advertising", "application-enforcing-tls", "analytics-and-statistics", "anonymizers-and-proxies", "audio-chat", "basic", "blog", "cdn", "certification-authority", "chat", "classified-ads", "cloud-based-services", "crowdfunding", "cryptocurrency", "database", "disposable-email", "ebook-reader", "education", "email", "enterprise", "file-management", "file-transfer", "forum", "gaming", "healthcare", "instant-messaging-and-multimedia-conferencing", "internet-of-things", "map-service", "mobile", "multimedia-streaming", "networking", "news-portal", "payment-service", "peer-to-peer", "remote-access", "scada", "social-networks", "software-update", "speedtest", "standards-based", "transportation", "video-chat", "voip", "vpn-tunnels", "web", "web-e-commerce", "web-search-engines", "web-websites", "webmails", "web-ext-adult", "web-ext-auctions", "web-ext-blogs", "web-ext-business-and-economy", "web-ext-cdns", "web-ext-collaboration", "web-ext-computer-and-internet-info", "web-ext-computer-and-internet-security", "web-ext-dating", "web-ext-educational-institutions", "web-ext-entertainment-and-arts", "web-ext-fashion-and-beauty", "web-ext-file-share", "web-ext-financial-services", "web-ext-gambling", "web-ext-games", "web-ext-government", "web-ext-health-and-medicine", "web-ext-individual-stock-advice-and-tools", "web-ext-internet-portals", "web-ext-job-search", "web-ext-local-information", "web-ext-malware", "web-ext-motor-vehicles", "web-ext-music", "web-ext-news", "web-ext-p2p", "web-ext-parked-sites", "web-ext-proxy-avoid-and-anonymizers", "web-ext-real-estate", "web-ext-reference-and-research", "web-ext-search-engines", "web-ext-shopping", "web-ext-social-network", "web-ext-society", "web-ext-software", "web-ext-sports", "web-ext-streaming-media", "web-ext-training-and-tools", "web-ext-translation", "web-ext-travel", "web-ext-web-advertisements", "web-ext-web-based-email", "web-ext-web-hosting", "web-ext-web-service" ] } } } ] }, "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'hit-count': Hit counts; ", "enum":[ "all", "hit-count" ] } } } ] }, "action-group":{ "type":"object", "$ref":"/axapi/v3/traffic-control/rule-set/{name}/rule/{name}/action-group", "properties":{ "limit-policy":{ "type":"number", "format":"number", "minimum":1, "maximum":1023, "partition-visibility":"shared", "$ref":"/axapi/v3/template/limit-policy", "description":"Limit policy Template" }, "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" ] }