{ "id":"/axapi/v3/cgnv6/nat/histogram", "type":"object", "node-type":"scalar", "title":"histogram", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure CGNv6 NAT Histogram", "properties":{ "bin-count":{ "type":"number", "format":"number", "minimum":10, "maximum":100, "default":50, "partition-visibility":"shared", "description":"Number of bins in the histogram (default: 50)", "optional":true }, "bin-skew":{ "type":"number", "format":"number", "minimum":50, "maximum":80, "default":75, "partition-visibility":"shared", "description":"Percentage of bins that represent the upper bound (default: 75)", "optional":true }, "data-skew":{ "type":"number", "format":"number", "minimum":5, "maximum":50, "default":25, "partition-visibility":"shared", "description":"Percentage of data that represents the upper bound (default: 25)", "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 } } }