{ "id":"/axapi/v3/health/monitor/{name}/method/rtsp", "type":"object", "node-type":"scalar", "title":"rtsp", "partition-visibility":"shared", "description":"RTSP type", "properties":{ "rtsp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"RTSP type", "optional":true }, "rtspurl":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify URL string (Specify the path on the server)", "optional":true }, "rtsp-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65534, "default":554, "partition-visibility":"shared", "description":"Specify RTSP port, default is 554 (Port Number (default 554))", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }