{ "id":"/axapi/v3/visibility/monitored-entity/mon-topk/oper", "type":"object", "node-type":"scalar", "title":"mon-topk", "description":"Operational Status for the object mon-topk", "properties":{ "oper":{ "type":"object", "properties":{ "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" }, "port":{ "type":"number", "format":"number" }, "protocol":{ "type":"string", "format":"string" }, "metric-value":{ "type":"string", "format":"string" } } } ] } } } ] } } }, "sources":{ "type":"object", "$ref":"/axapi/v3/visibility/monitored-entity/mon-topk/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" } } } ] } } } ] } } } } } } }