{ "id":"/axapi/v3/netflow/monitor/{name}/resend-template", "type":"object", "node-type":"scalar", "title":"resend-template", "partition-visibility":"shared", "description":"Configure when to resend netflow template", "properties":{ "timeout":{ "type":"number", "format":"number", "minimum":0, "maximum":86400, "default":1800, "partition-visibility":"shared", "description":"To set time interval to resend template (number of seconds: default is 1800, 0 means disable template resend based on timeout)", "optional":true }, "records":{ "type":"number", "format":"number", "minimum":0, "maximum":1000000, "default":1000, "partition-visibility":"shared", "description":"To resend template once for each number of records (Number of records: default is 1000, 0 means disable template resend based on record-count)", "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 } } }