{ "id":"/axapi/v3/slb/dns64", "type":"object", "node-type":"scalar", "title":"dns64", "partition-visibility":"shared", "auto-created-object":1, "description":"DNS64 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; 'query': Query; 'query-bad-pkt': Query Bad Packet; 'query-chg': Query Changed; 'query-parallel': Query Parallel; 'query-passive': Query Passive; 'resp': Response; 'resp-bad-pkt': Response Bad Packet; 'resp-bad-qr': Response Bad Query; 'resp-chg': Response Changed; 'resp-err': Response Error; 'resp-empty': Response Empty; 'resp-local': Response Local; 'adjust': Translated; 'cache': Cache; 'drop': Dropped; ", "enum":[ "all", "query", "query-bad-pkt", "query-chg", "query-parallel", "query-passive", "resp", "resp-bad-pkt", "resp-bad-qr", "resp-chg", "resp-err", "resp-empty", "resp-local", "adjust", "cache", "drop" ] } } } ] } } }