Range

Function

This API is used to get the parameter range of Network > Rtsp.

Request Message

None

Sample

POST /API/NetworkConfig/Rtsp/Range HTTP/1.1
{
    "version":"1.0",
    "data":{}
}

Response Message

Parameter Description

Table 1
ParameterRangeTypeDescription
resp_enablebool
rtsp_check_flagboolCheck symbol
anonymous_loginboolNo username or password required
rtsp_urlstring
notSupportMobileboolMobile not supported (range use)
ipeye_enableboolipeye enable
ipeye_linkstringipeye link
metadata_platform"None",
"General",
"Milestone"
stringStreaming data platform

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
    "result": "success",
    "data": {
        "rtsp_enable": {"type": "bool"},
        "rtsp_check_flag": {"type": "bool"},
        "anonymous_login": {"type": "bool"},
        "rtsp_url": {
            "type": "string",
            "min_len": 0,
            "max_len": 64
        },
         "metadata_platform": {
            "type": "string",
            "items": [
                "None",
                "General",
                "Milestone"
            ]
        }
    }
}

Error Code

See Response Messages Body and Common error_code for more information.