{ "id":"/axapi/v3/scaleout/debug/resource-tracking/oper", "type":"object", "node-type":"scalar", "title":"resource-tracking", "description":"Operational Status for the object resource-tracking", "properties":{ "oper":{ "type":"object", "properties":{ "scaleout_cluster_list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "cluster_id":{ "type":"number", "format":"number" }, "template_count":{ "type":"number", "format":"number" }, "last_action":{ "type":"string", "format":"string" }, "current_state":{ "type":"string", "format":"string" }, "so_track_cleanup":{ "type":"number", "format":"number" }, "template_count_list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "template_name":{ "type":"string", "format":"string" }, "template_valid":{ "type":"number", "format":"number" }, "threshold_count":{ "type":"number", "format":"number" }, "threshold_count_list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "thresholds":{ "type":"number", "format":"number" }, "action":{ "type":"string", "format":"string" } } } ] } } } ] } } } ] }, "track_template_list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "track_name":{ "type":"string", "format":"string" }, "user_index":{ "type":"number", "format":"number" }, "ref_cnt":{ "type":"number", "format":"number" }, "current_cost":{ "type":"number", "format":"number" }, "old_cost":{ "type":"number", "format":"number" } } } ] } } } } }