{ "id":"/axapi/v3/system/path/{l2hm-path-name}/oper", "type":"object", "node-type":"list", "title":"path", "description":"Operational Status for the object path", "properties":{ "l2hm-path-name":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":63, "default":"hc-obj", "description":"Monitor Name", "optional":false }, "oper":{ "type":"object", "properties":{ "path_list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "l2hm_path":{ "type":"string", "format":"string" }, "endpoint_1":{ "type":"string", "format":"string" }, "endpoint_2":{ "type":"string", "format":"string" }, "health_check":{ "type":"string", "format":"string" }, "path_state":{ "type":"string", "format":"string" }, "apps":{ "type":"string", "format":"string" } } } ] } } } } }