{ "id":"/axapi/v3/slb/template/link-cost/{name}/stats", "type":"object", "node-type":"list", "title":"link-cost", "description":"Statistics for the object link-cost", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Server Link-Cost Template Name", "optional":false }, "stats":{ "type":"object", "properties":{ "link_total_fwd_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Total bytes fwd for link", "long-description":"{}", "optional":true }, "interval_fwd_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Link Cost bytes processed in forward direction per interval", "long-description":"{}", "optional":true }, "link_total_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Link Cost total connection", "long-description":"{}", "optional":true }, "interval_avg_throughput":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Link Cost average throughput per interval", "long-description":"{}", "optional":true }, "interval_max_throughput":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Link Cost max throughput per interval", "long-description":"{}", "optional":true } } } }, "required":[ "name" ] }