{ "id":"/axapi/v3/visibility/monitored-entity/secondary/mon-topk/sources/oper", "type":"object", "node-type":"scalar", "title":"sources", "description":"Operational Status for the object sources", "properties":{ "oper":{ "type":"object", "properties":{ "ipv4-addr":{ "type":"string", "format":"string" }, "ipv6-addr":{ "type":"string", "format":"string" }, "l4-proto":{ "type":"string", "format":"string" }, "l4-port":{ "type":"number", "format":"number" }, "metric-topk-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "metric-name":{ "type":"string", "format":"string" }, "topk-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ip-addr":{ "type":"string", "format":"string" }, "metric-value":{ "type":"string", "format":"string" } } } ] } } } ] } } } } }