{ "id":"/axapi/v3/visibility/topn/oper", "type":"object", "node-type":"scalar", "title":"topn", "description":"Operational Status for the object topn", "properties":{ "oper":{ "type":"object", "properties":{ "class":{ "type":"string", "format":"string" }, "metric":{ "type":"string", "format":"string" }, "memory-usage":{ "type":"number", "format":"flag" }, "topn-duration":{ "type":"string", "format":"string" }, "metric-topn-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "object-name":{ "type":"string", "format":"string" }, "object-val":{ "type":"number", "format":"number" } } } ] }, "total-memory":{ "type":"string", "format":"string" }, "used-memory":{ "type":"string", "format":"string" } } } } }