42-api-soft.rst
1.59 KB
软件管理接口
系统软件管理
软件版本设置
Verb: POSTPath: /api/v1/tx1/softHeader: (authorization, {$auth_atoken}) (Content-Type, json)
Request Body
:{ "sys_vs": "v1.0", #系统版本 "algo_vs": "v1.0", #子网掩码 "soft_vs": "v1.0", #软件版本 "firm_vs": "v1.0", #固件版本 "dev_file": , #设备升级文件 "storage_file": #存储配置文件 }
Response Body
:{ "id": "123456", #主键 "sys_vs": "v1.0", #系统版本 "algo_vs": "v1.0", #子网掩码 "soft_vs": "v1.0", #软件版本 "firm_vs": "v1.0", #固件版本 "dev_file": "http://127.0.0.1:20080/static/pics/xxx.tar" , #设备升级文件 "storage_file": "http://127.0.0.1:20080/static/pics/xxx.tar" #存储配置文件 }
获取软件版本设置信息
Verb: GETPath: /api/v1/tx1/softHeader: (authorization, {$auth_atoken}) (Content-Type, json)
Response Body
:{ "id": "123456", #主键 "sys_vs": "v1.0", #系统版本 "algo_vs": "v1.0", #子网掩码 "soft_vs": "v1.0", #软件版本 "firm_vs": "v1.0", #固件版本 "dev_file": "http://127.0.0.1:20080/static/pics/xxx.tar" , #设备升级文件 "storage_file": "http://127.0.0.1:20080/static/pics/xxx.tar" #存储配置文件 }