{ "id":"/axapi/v3/slb/dns-persistent-cache", "type":"object", "node-type":"scalar", "title":"dns-persistent-cache", "partition-visibility":"shared", "auto-created-object":1, "description":"DNS Persistent Cache Statistics", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "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; 'total_entry': Total persistent cache entry; 'entry_saved': Total saved cache entry; 'entry_deleted': Total deleted cache entry; 'database_busy': Database busy; 'database_error': Database error; ", "enum":[ "all", "total_entry", "entry_saved", "entry_deleted", "database_busy", "database_error" ] } } } ] } } }