{ "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 } }, "object-keys":[ "name" ], "required":[ "name" ] }