{ "id":"/axapi/v3/sflow/collector/custom/{name}", "type":"object", "node-type":"list", "title":"custom", "partition-visibility":"shared", "description":"Configure Custom sFlow collector", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure name of sFlow Receiver", "optional":false }, "ipv4_addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Configure IP address of the sFlow Receiver", "optional":true }, "ipv6_addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Configure IPv6 address of the sFlow Receiver", "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":[ "name" ], "required":[ "name" ] }