{ "id":"/axapi/v3/system", "type":"object", "node-type":"scalar", "title":"system", "auto-created-object":1, "description":"Configure System Parameters", "properties":{ "anomaly-log":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"log system anomalies", "optional":true }, "attack-log":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"log attack anomalies", "optional":true }, "ddos-attack":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"System DDoS Attack", "optional":true }, "ddos-log":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"log DDoS attack anomalies", "optional":true }, "anomaly-log-rate-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "partition-visibility":"shared", "description":"Anomaly log rate-limit per second, default 32", "optional":true }, "sockstress-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable sockstress protection", "optional":true }, "promiscuous-mode":{ "type":"number", "format":"flag", "plat-pos-list":["soft-ax"], "default":0, "partition-visibility":"shared", "description":"Run in promiscous mode settings", "optional":true }, "glid":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/glid", "description":"Apply limits to the whole system", "optional":true }, "module-ctrl-cpu":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'high': high cpu usage; 'low': low cpu usage; 'medium': medium cpu usage; ", "enum":[ "high", "low", "medium" ], "optional":true }, "default-mtu":{ "type":"number", "format":"number", "plat-neg-list":["softax-azure", "softax-hyperv"], "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Set all interfaces default mtu (Interface MTU, default 1 (System jumbo needs to be enabled))", "optional":true }, "hw-blocking-enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable system hardware blocking (default disabled)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "bandwidth":{ "type":"object", "$ref":"/axapi/v3/system/bandwidth", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "control-cpu":{ "type":"object", "$ref":"/axapi/v3/system/control-cpu", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "timeout-value":{ "type":"object", "$ref":"/axapi/v3/system/timeout-value", "properties":{ "ftp":{ "type":"number", "format":"number", "minimum":0, "maximum":9999, "default":120, "description":"set timeout to stop ftp transfer in seconds, 0 is no limit" }, "scp":{ "type":"number", "format":"number", "minimum":0, "maximum":9999, "default":300, "description":"set timeout to stop scp transfer in seconds, 0 is no limit" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "data-cpu":{ "type":"object", "$ref":"/axapi/v3/system/data-cpu", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "mgmt-port":{ "type":"object", "$ref":"/axapi/v3/system/mgmt-port", "properties":{ "port-index":{ "type":"number", "format":"number", "minimum":0, "maximum":32, "description":"port index to be configured (Specify port index)" } } }, "add-port":{ "type":"object", "$ref":"/axapi/v3/system/add-port", "properties":{ "port-index":{ "type":"number", "format":"number", "minimum":0, "maximum":32, "description":"port index to be configured (Specify port index)" } } }, "del-port":{ "type":"object", "$ref":"/axapi/v3/system/del-port", "properties":{ "port-index":{ "type":"number", "format":"number", "minimum":0, "maximum":32, "description":"port index to be configured (Specify port index)" } } }, "modify-port":{ "type":"object", "$ref":"/axapi/v3/system/modify-port", "properties":{ "port-index":{ "type":"number", "format":"number", "minimum":0, "maximum":32, "description":"port index to be configured (Specify port index)" }, "port-number":{ "type":"number", "format":"number", "minimum":1, "maximum":32, "description":"port number to be configured (Specify port number)" } } }, "multi-queue-support":{ "type":"object", "$ref":"/axapi/v3/system/multi-queue-support", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "description":"Enable Multi-Queue-Support" } } }, "add-cpu-core":{ "type":"object", "$ref":"/axapi/v3/system/add-cpu-core", "properties":{ "core-index":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "description":"core index to be added (Specify core index)" } } }, "delete-cpu-core":{ "type":"object", "$ref":"/axapi/v3/system/delete-cpu-core", "properties":{ "core-index":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "description":"core index to be deleted (Specify core index)" } } }, "cpu-hyper-thread":{ "type":"object", "$ref":"/axapi/v3/system/cpu-hyper-thread", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "description":"Enable CPU Hyperthreading" }, "disable":{ "type":"number", "format":"flag", "default":0, "description":"Disable CPU Hyperthreading" } } }, "port-list":{ "type":"object", "$ref":"/axapi/v3/system/port-list", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "port-info":{ "type":"object", "$ref":"/axapi/v3/system/port-info", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "inuse-port-list":{ "type":"object", "$ref":"/axapi/v3/system/inuse-port-list", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "cpu-list":{ "type":"object", "$ref":"/axapi/v3/system/cpu-list", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "inuse-cpu-list":{ "type":"object", "$ref":"/axapi/v3/system/inuse-cpu-list", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "template":{ "type":"object", "$ref":"/axapi/v3/system/template", "properties":{ "monitor-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "template-monitor":{ "type":"number", "format":"number", "minimum":1, "maximum":16, "description":"Apply monitor template to the whole system (Monitor template ID Number)" }, "optional":true } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "memory":{ "type":"object", "$ref":"/axapi/v3/system/memory", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "resource-usage":{ "type":"object", "$ref":"/axapi/v3/system/resource-usage", "properties":{ "class-list-ipv6-addr-count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "description":"Total IPv6 addresses for class-list" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "link-capability":{ "type":"object", "$ref":"/axapi/v3/system/link-capability", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "description":"Enable/Disable link capabilities" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "ipsec":{ "type":"object", "$ref":"/axapi/v3/system/ipsec", "properties":{ "packet-round-robin":{ "type":"number", "format":"flag", "default":0, "description":"Enable packet round robin for IPsec packets" }, "crypto-core":{ "type":"number", "format":"number", "minimum":0, "maximum":56, "default":0, "description":"Crypto cores assigned for IPsec processing" }, "crypto-mem":{ "type":"number", "format":"number", "minimum":0, "maximum":100, "default":0, "description":"Crypto memory percentage assigned for IPsec processing" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "spe-profile":{ "type":"object", "$ref":"/axapi/v3/system/spe-profile", "properties":{ "action":{ "type":"string", "format":"enum", "default":"ipv4-ipv6", "description":"'ipv4-only': Enable IPv4 HW forward entries only; 'ipv6-only': Enable IPv6 HW forward entries only; 'ipv4-ipv6': Enable Both IPv4/IPv6 HW forward entries (shared); ", "enum":[ "ipv4-only", "ipv6-only", "ipv4-ipv6" ] } } }, "spe-status":{ "type":"object", "$ref":"/axapi/v3/system/spe-status", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "cpu-load-sharing":{ "type":"object", "$ref":"/axapi/v3/system/cpu-load-sharing", "properties":{ "disable":{ "type":"number", "format":"flag", "default":0, "description":"Disable CPU load sharing in overload situations" }, "packets-per-second":{ "type":"object", "properties":{ "min":{ "type":"number", "format":"number", "minimum":0, "maximum":30000000, "default":100000, "description":"Minimum packets-per-second threshold (per CPU) before redistribution will take effect (Minimum packets-per-second threshold (per CPU) before redistribution will take effect (default: 100000))" } } }, "cpu-usage":{ "type":"object", "properties":{ "low":{ "type":"number", "format":"number", "minimum":0, "maximum":100, "default":60, "description":"CPU usage threshold (percentage) that will restore the normal packet distribution (default: 60)" }, "high":{ "type":"number", "format":"number", "minimum":0, "maximum":100, "default":75, "description":"CPU usage threshold (percentage) that will trigger the redistribution (default: 75)" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "per-vlan-limit":{ "type":"object", "$ref":"/axapi/v3/system/per-vlan-limit", "properties":{ "bcast":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":1000, "description":"broadcast packets (per second limit)" }, "ipmcast":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":1000, "description":"IP multicast packets (per second limit)" }, "mcast":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":1000, "description":"multicast packets (per second limit)" }, "unknown-ucast":{ "type":"number", "format":"number", "minimum":1, "maximum":1000000, "default":1000, "description":"unknown unicast packets (per second limit)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "all-vlan-limit":{ "type":"object", "$ref":"/axapi/v3/system/all-vlan-limit", "properties":{ "bcast":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":5000, "description":"broadcast packets (per second limit)" }, "ipmcast":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":5000, "description":"IP multicast packets (per second limit)" }, "mcast":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":5000, "description":"multicast packets (per second limit)" }, "unknown-ucast":{ "type":"number", "format":"number", "minimum":1, "maximum":1200000, "default":5000, "description":"unknown unicast packets (per second limit)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "ve-mac-scheme":{ "type":"object", "$ref":"/axapi/v3/system/ve-mac-scheme", "properties":{ "ve-mac-scheme-val":{ "type":"string", "format":"enum", "default":"hash-based", "description":"'hash-based': Hash-based using the VE number; 'round-robin': Round Robin scheme; 'system-mac': Use system MAC address; ", "enum":[ "hash-based", "round-robin", "system-mac" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "poll-model":{ "type":"object", "$ref":"/axapi/v3/system/poll-model", "properties":{ "pri":{ "type":"number", "format":"flag", "default":0, "description":"Primary image" }, "sec":{ "type":"number", "format":"flag", "default":0, "description":"Secondary image" }, "disable":{ "type":"number", "format":"flag", "default":0, "description":"Disable Polling Model in both Pri and Sec" } } }, "session-reclaim-limit":{ "type":"object", "$ref":"/axapi/v3/system/session-reclaim-limit", "properties":{ "nscan-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":20480, "default":1024, "description":"smp session scan limit (number of smp sessions per scan)" }, "scan-freq":{ "type":"number", "format":"number", "minimum":5, "maximum":50, "default":5, "description":"smp session scan frequency (scan per second)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "hardware":{ "type":"object", "$ref":"/axapi/v3/system/hardware", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "platformtype":{ "type":"object", "$ref":"/axapi/v3/system/platformtype", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "reboot":{ "type":"object", "$ref":"/axapi/v3/system/reboot", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "shutdown":{ "type":"object", "$ref":"/axapi/v3/system/shutdown", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "trunk":{ "type":"object", "$ref":"/axapi/v3/system/trunk", "properties":{ "load-balance":{ "type":"object", "$ref":"/axapi/v3/system/trunk/load-balance", "properties":{ "use-l3":{ "type":"number", "format":"flag", "default":0, "not":"use-l4", "description":"Layer-3 Header based load balancing" }, "use-l4":{ "type":"number", "format":"flag", "default":0, "not":"use-l3", "description":"Layer-3/4 Header based load balancing" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "environment":{ "type":"object", "$ref":"/axapi/v3/system/environment", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "hardware-forward":{ "type":"object", "$ref":"/axapi/v3/system/hardware-forward", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "fpga-drop-counter":{ "type":"object", "$ref":"/axapi/v3/system/fpga-drop-counter", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "core":{ "type":"object", "$ref":"/axapi/v3/system/core", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "cosq-stats":{ "type":"object", "$ref":"/axapi/v3/system/cosq-stats", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "cosq-show":{ "type":"object", "$ref":"/axapi/v3/system/cosq-show", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "shm-logging":{ "type":"object", "$ref":"/axapi/v3/system/shm-logging", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "ext-only-logging":{ "type":"object", "$ref":"/axapi/v3/system/ext-only-logging", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "description":"enable external only logging for packet driven DDOS logs" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "geoloc-list-list":{ "type":"array", "minItems":1, "items":{ "type":"geoloc-list" }, "uniqueItems":true, "$ref":"/axapi/v3/system/geoloc-list/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "description":"Specify name of Geolocation list", "optional":false }, "shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable sharing with other partitions", "optional":true }, "include-geoloc-name-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "include-geoloc-name-val":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Geolocation name to add" }, "optional":true } } ] }, "exclude-geoloc-name-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "exclude-geoloc-name-val":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Geolocation name to exclude" }, "optional":true } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Customized tag", "optional":true } }, "required":[ "name" ] } ] }, "geoloc-name-helper":{ "type":"object", "$ref":"/axapi/v3/system/geoloc-name-helper", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "geolocation-file":{ "type":"object", "$ref":"/axapi/v3/system/geolocation-file", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" }, "error-info":{ "type":"object", "$ref":"/axapi/v3/system/geolocation-file/error-info", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "geoloc":{ "type":"object", "$ref":"/axapi/v3/system/geoloc", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "geo-location":{ "type":"object", "$ref":"/axapi/v3/system/geo-location", "properties":{ "geo-location-iana":{ "type":"number", "format":"flag", "default":0, "description":"Load built-in IANA Database" }, "geo-location-geolite2-asn":{ "type":"number", "format":"flag", "default":0, "description":"Load built-in Maxmind GeoLite2-ASN database. Database available from http://www.maxmind.com" }, "geolite2-asn-include-ipv6":{ "type":"number", "format":"flag", "default":0, "description":"Include IPv6 address" }, "geo-location-geolite2-city":{ "type":"number", "format":"flag", "default":0, "description":"Load built-in Maxmind GeoLite2-City database. Database available from http://www.maxmind.com" }, "geolite2-city-include-ipv6":{ "type":"number", "format":"flag", "default":0, "description":"Include IPv6 address" }, "geo-location-geolite2-country":{ "type":"number", "format":"flag", "default":0, "description":"Load built-in Maxmind GeoLite2-Country database. Database available from http://www.maxmind.com" }, "geolite2-country-include-ipv6":{ "type":"number", "format":"flag", "default":0, "description":"Include IPv6 address" }, "geoloc-load-file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "geo-location-load-filename":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Specify file to be loaded" }, "geo-location-load-file-include-ipv6":{ "type":"number", "format":"flag", "default":0, "description":"Include IPv6 address" }, "optional":true } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" }, "entry-list":{ "type":"array", "minItems":1, "items":{ "type":"entry" }, "uniqueItems":true, "$ref":"/axapi/v3/system/geo-location/entry/{geo-locn-obj-name}", "array":[ { "properties":{ "geo-locn-obj-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "description":"Specify geo-location name, section range is (1-15)", "optional":false }, "geo-locn-multiple-addresses":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "first-ip-address":{ "type":"string", "format":"ipv4-address", "description":"Specify IP information (Specify IP address)" }, "geol-ipv4-mask":{ "type":"string", "format":"ipv4-netmask", "not":"ip-addr2", "description":"Specify IPv4 mask" }, "ip-addr2":{ "type":"string", "format":"ipv4-address", "not":"geol-ipv4-mask", "description":"Specify IP address range" }, "first-ipv6-address":{ "type":"string", "format":"ipv6-address", "description":"Specify IPv6 address" }, "geol-ipv6-mask":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "not":"ipv6-addr2", "description":"Specify IPv6 mask" }, "ipv6-addr2":{ "type":"string", "format":"ipv6-address", "not":"geol-ipv6-mask", "description":"Specify IPv6 address range" }, "optional":true } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Customized tag", "optional":true } }, "required":[ "geo-locn-obj-name" ] } ] } } }, "asic-mmu-fail-safe":{ "type":"object", "$ref":"/axapi/v3/system/asic-mmu-fail-safe", "properties":{ "recovery-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":1000, "default":2, "description":"ASIC Fail-safe recovery threshold in Errors (Units of 1 Errors (default 2))" }, "monitor-interval":{ "type":"number", "format":"number", "minimum":5, "maximum":300, "default":60, "description":"ASIC Fail-safe monitoring intervals in Seconds (Units of 1 Seconds (default 60))" }, "monitor-disable":{ "type":"number", "format":"flag", "default":0, "description":"Enable Fail-safe software error monitoring and act on it" }, "reboot-disable":{ "type":"number", "format":"flag", "default":0, "description":"Disable system reboot if system encounters mmu error" }, "test-pattern-type":{ "type":"string", "format":"enum", "default":"lcb", "description":"'all-zeros': Inject all bits 0s in a byte; 'all-ones': Inject all bits 1s in a byte; 'lcb': Logical checker board; 'inverse-lcb': Inverse Logical checker board; ", "enum":[ "all-zeros", "all-ones", "lcb", "inverse-lcb" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "xaui-dlb-mode":{ "type":"object", "$ref":"/axapi/v3/system/xaui-dlb-mode", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "description":"Enable/Disable Dynamic Load Balancing traffic distribution support" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "tcp":{ "type":"object", "$ref":"/axapi/v3/system/tcp", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "icmp":{ "type":"object", "$ref":"/axapi/v3/system/icmp", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "icmp6":{ "type":"object", "$ref":"/axapi/v3/system/icmp6", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "ip-stats":{ "type":"object", "$ref":"/axapi/v3/system/ip-stats", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "ip6-stats":{ "type":"object", "$ref":"/axapi/v3/system/ip6-stats", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "bfd":{ "type":"object", "$ref":"/axapi/v3/system/bfd", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "icmp-rate":{ "type":"object", "$ref":"/axapi/v3/system/icmp-rate", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "session":{ "type":"object", "$ref":"/axapi/v3/system/session", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "ndisc-ra":{ "type":"object", "$ref":"/axapi/v3/system/ndisc-ra", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } }, "tcp-stats":{ "type":"object", "$ref":"/axapi/v3/system/tcp-stats", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object" } } } } }