{ "id":"/axapi/v3/netflow/common/selector-algorithm/{algorithm-name}", "type":"object", "node-type":"list", "title":"selector-algorithm", "partition-visibility":"shared", "description":"NetFlow/IPFIX Selector Algorithm Setting", "properties":{ "algorithm-name":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'random': random; ", "enum":[ "random" ], "optional":false }, "sampling-population":{ "type":"number", "format":"number", "minimum":1, "maximum":1000000, "default":1, "partition-visibility":"shared", "description":"Configure sampling population for random algorithm", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "algorithm-name" ], "required":[ "algorithm-name" ] }