{ "id":"/axapi/v3/system/telemetry-log/top-k-source-list/oper", "type":"object", "node-type":"scalar", "title":"top-k-source-list", "description":"Operational Status for the object top-k-source-list", "properties":{ "oper":{ "type":"object", "properties":{ "top-k-source-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "indicator":{ "type":"string", "format":"string" }, "indicator-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ip-address":{ "type":"string", "format":"string" }, "indicator-value":{ "type":"number", "format":"number" } } } ] } } } ] } } } } }