{ "id":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-ns-record/{ns-name}", "type":"object", "node-type":"list", "title":"dns-ns-record", "partition-visibility":"shared", "description":"Specify DNS NS Record", "properties":{ "ns-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify Domain Name", "optional":false }, "ttl":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "default":0, "partition-visibility":"shared", "description":"Specify TTL", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'hits': Number of times the record has been used; ", "enum":[ "all", "hits" ] } } } ] } }, "object-keys":[ "ns-name" ], "required":[ "ns-name" ] }