{ "id":"/axapi/v3/slb/health-gateway/stats", "type":"object", "node-type":"scalar", "title":"health-gateway", "description":"Statistics for the object health-gateway", "properties":{ "stats":{ "type":"object", "properties":{ "total_sent":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Number of Total health-check sent", "long-description":"{}", "optional":true }, "total_retry_sent":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Number of Total health-check retry sent", "long-description":"{}", "optional":true }, "total_timeout":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Number of Total health-check timeout", "long-description":"{}", "optional":true } } } } }