- 根目录
- 认证
- 用户
- 角色
- 用户管理
- 设备
- 设备管理
- 创建设备组
- 修改设备组
- 删除设备组
- 添加设备
- 删除设备
- 重启设备
- 关闭设备
- 创建设备分类
- 修改设备分类
- 删除设备分类
- 获取未分组设备信息
- 修改设备基本信息
- 批量修改设备所属组
- 批量修改设备所属分类
- 修改设备通道信息
- 踢在线设备下线
- 获取通用配置
- 设置通用配置
- 设置电源配置
- 获取以太网配置
- 设置以太网配置
- 获取Wifi配置
- 设置Wifi配置
- 获取无线网络配置
- 设置无线网络配置
- 获取抓拍配置
- 设置抓拍配置
- 获取音频输入配置
- 设置音频输入配置
- 获取音频输出配置
- 设置音频输出配置
- 获取设备编码通道属性
- 设置设备编码通道属性
- 获取视频源
- 设置视频源
- 获取设备GPS配置
- 设置设备GPS配置
- 获取设备服务器配置
- 设置设备服务器配置
- 获取设备存储器信息
- 设置设备存储器信息
- 获取格式化进度
- 格式化存储器
- 获取设备存储设置
- 修改设备存储设置
- 获取设备上传设置
- 修改设备上传设置
- 获取存储状态
- 获取存储计划
- 设置存储计划
- 获取叠加信息
- 设置叠加信息
- 获取升级固件状态
- 批量获取升级固件状态
- 升级固件
- 获取执法仪信息
- 设置执法仪信息
- 获取传感器数据
- 设置传感器数据
- 获取上下线控制配置
- 设置上下线控制配置
- 添加配置计划
- 修改配置计划
- 删除配置计划
- 获取配置计划
- 获取配置计划列表
- 添加配置计划设备
- 删除配置计划设备
- 获取配置计划设备列表
- 获取配置计划设备
- 获取配置计划未关联设备列表
- 云台
- IM群组
- 即时通讯
- websocket
- 历史数据
- 电子围栏
- 报警联动
- 28181in
- 28181out
- 地图标签
- 录像文件时间线
- 平台存储
- 平台存储状态
- 联系人
- 模块程序
- 黑白名单
- 媒体流操作
- 采集站管理
- 采集站对接
- 平台文件分类
下载计划关联设备列表
POST
https://192.168.88.30:9781/bvcsp/v1/monitor/planPuList/{uid}
最后修改时间:2024-06-21 08:04:06
请求参数
Path 参数
uid
string
必需
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
必需
Body 参数application/json
page
integer
分页, >= 0
>= 0
pageSize
integer
分页大小 >= 1
<= 1
filter
object
可选
puId
string
设备id
示例
{
"page": 0,
"pageSize": 1,
"filter": {
"puId": "string"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://192.168.88.30:9781/bvcsp/v1/monitor/planPuList/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 1,
"filter": {
"puId": "string"
}
}'
返回响应
🟢200成功
application/json
Body
code
enum<integer>
必需
枚举值:
012357468916101112131415171819
msg
string
可选
pageInfo
object (pageInfo)
分页,从零开始
page
number
分页,从零开始
pageSize
number
分页大小
totalCount
number
条目总数
data
array [object {16}]
可选
downloading
object
可选
name
string
可选
notEnableReason
string
可选
nowIsEnable
boolean
当前可用
online
boolean
在线?
puFirstFileTime
integer
可选
puHistoryLastSearchTime
integer
可选
puHistoryPuFileSearchMsg
string
可选
puId
string
可选
puLastFileTime
integer
可选
puLastSearchHistoryBeginTime
integer
可选
puLastSearchHistoryEndTime
integer
可选
puLastSearchNewFileBeginTime
integer
可选
puLastSearchNewFileEndTime
integer
可选
puNewFileLastSearchTime
integer
可选
puNewPuFileSearchMsg
string
可选
示例
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"downloading": {
"beginTime": 0,
"bootTime": 0,
"endTime": 0,
"fileSize": 0,
"lastGetPuFileTime": 0,
"lastGetStatusTime": 0,
"onlineAddr": "string",
"onlineThrough": 0,
"onlineThroughString": "string",
"onlineTime": 0,
"proto": "string",
"puId": "string",
"remotePath": "string",
"status": 0,
"transferSize": 0,
"transferString": "string"
},
"name": "string",
"notEnableReason": "string",
"nowIsEnable": true,
"online": true,
"puFirstFileTime": 0,
"puHistoryLastSearchTime": 0,
"puHistoryPuFileSearchMsg": "string",
"puId": "string",
"puLastFileTime": 0,
"puLastSearchHistoryBeginTime": 0,
"puLastSearchHistoryEndTime": 0,
"puLastSearchNewFileBeginTime": 0,
"puLastSearchNewFileEndTime": 0,
"puNewFileLastSearchTime": 0,
"puNewPuFileSearchMsg": "string"
}
]
}