{ "id":"/axapi/v3/ddos/dns-cache-config", "type":"object", "node-type":"scalar", "title":"dns-cache-config", "partition-visibility":"shared", "description":"DNS Cache Settings", "properties":{ "disable-zone-transfer-in-warm-up-mode":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable warm up zone transfer", "optional":true }, "disable-zone-transfer-in-oper-mode":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable operational refreshing zone transfer", "optional":true }, "enable-cache-warm-up-bgp-advertise":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable route injection during cold boot", "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 }, "max-concurrent-zone-transfers":{ "type":"object", "$ref":"/axapi/v3/ddos/dns-cache-config/max-concurrent-zone-transfers", "properties":{ "warm-up-mode":{ "type":"number", "format":"number", "minimum":100, "maximum":65535, "default":65472, "partition-visibility":"shared", "description":"Number of concurrent zone transfers during cold boot (default 65472)" }, "operational-mode":{ "type":"number", "format":"number", "minimum":1, "maximum":3120, "partition-visibility":"shared", "description":"Number of concurrent zone transfers after boot" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }