{ "id":"/axapi/v3/slb/template/link-cost/{name}", "type":"object", "node-type":"list", "title":"link-cost", "partition-visibility":"shared", "description":"Server Link-Cost Template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Server Link-Cost Template Name", "optional":false }, "prepaid-bandwidth":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "default":0, "partition-visibility":"shared", "description":"Configure prepaid bandwidth on real server (Prepaid Bandwidth in Mbpi)", "optional":true }, "overage-bandwidth-cost":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "default":0, "partition-visibility":"shared", "description":"Configure overage bandwidth cost on real server (Overage bandwidth cost per Mbpi)", "optional":true }, "bandwidth-interval":{ "type":"number", "format":"number", "minimum":1, "maximum":60, "default":5, "partition-visibility":"shared", "description":"Interval duration in seconds", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'link_total_fwd_bytes': Total bytes fwd for link; 'interval_fwd_bytes': Link Cost bytes processed in forward direction per interval; 'link_total_conn': Link Cost total connection; 'interval_avg_throughput': Link Cost average throughput per interval; 'interval_max_throughput': Link Cost max throughput per interval; ", "enum":[ "all", "link_total_fwd_bytes", "interval_fwd_bytes", "link_total_conn", "interval_avg_throughput", "interval_max_throughput" ] } } } ] } }, "object-keys":[ "name" ], "required":[ "name" ] }