Property

qnap

Property Name Type Description Required
apps object<string, QnapStationInfo>
firmware QnapFirmware
hostname string
model QnapModel

QnapStationInfo

Property Name Type Description Required
build string Yes
checksum string
version string

QnapFirmware

Property Name Type Description Required
build string
number string
patch string
version string

QnapModel

Property Name Type Description Required
custom_model_name string
display_model_name string
internal_model_name string
model_name string
platform string
platform_ex string
project_name string


↑ TopExample
{
    "model": {
        "platform_ex": "X86_CEDAVIEW",
        "platform": "TS-NASX86",
        "internal_model_name": "TS-269",
        "model_name": "TS-269 Pro"
    },
    "hostname": "DMSNAS",
    "apps": {
        "filestation": {
            "version": "5.1.0",
            "build": "20210413"
        }
    },
    "firmware": {
        "version": "4.3.4",
        "number": "1652",
        "build": "20210413"
    }
}