tencentcloud-sdk-nodejs 4.0.266 → 4.0.267

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/CHANGELOG.md +149 -0
  2. package/SERVICE_CHANGELOG.md +211 -179
  3. package/package.json +1 -1
  4. package/products.md +8 -8
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_models.ts +5 -0
  7. package/src/services/clb/v20180317/clb_models.ts +17 -0
  8. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  9. package/src/services/faceid/v20180301/faceid_models.ts +15 -0
  10. package/src/services/ic/v20190307/ic_models.ts +1 -1
  11. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
  12. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2085 -361
  13. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  14. package/src/services/wav/v20210129/wav_models.ts +1 -1
  15. package/tencentcloud/common/sdk_version.d.ts +1 -1
  16. package/tencentcloud/common/sdk_version.js +1 -1
  17. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  18. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +14 -0
  19. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  20. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +13 -0
  21. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
  22. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
  23. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
  24. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1776 -294
  25. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  26. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
  27. package/test/iotvideoindustry.v20201201.test.js +454 -114
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { ControlRecordStreamRequest, ModifySubscriptionStatusRequest, CreateSceneResponse, DeleteTimeTemplateResponse, GetTimeTemplatesRequest, GetRecordPlanByDevRequest, GetRecordDatesByDevResponse, CreateLiveRecordPlanRequest, DescribeLiveChannelRequest, DescribeSubscriptionStatusResponse, DescribeScenesResponse, DescribeDeviceStreamsResponse, DescribeSIPServerRequest, CreateLiveRecordPlanResponse, DeleteDeviceGroupResponse, DeleteRecordPlanResponse, DeleteMessageForwardResponse, ModifyBindPlanLiveChannelResponse, UpdateDeviceGroupResponse, GetVideoListByConRequest, DescribeLiveRecordPlanByIdRequest, DescribeVideoListResponse, DescribeIPCChannelsRequest, DescribeSubGroupsRequest, DeleteRecordPlanRequest, CreateDeviceGroupResponse, GetVideoListByConResponse, UpdateTimeTemplateResponse, UpdateRecordPlanRequest, ModifyDeviceDataResponse, DescribeStatisticDetailsResponse, DescribeSubGroupsResponse, GetRecordPlanByIdResponse, DeleteDeviceRequest, UpdateDevicePassWordRequest, DescribeMessageForwardRequest, CreateTimeTemplateRequest, CreateMessageForwardRequest, ModifyBindPlanLiveChannelRequest, DescribeLiveStreamRequest, ModifyMessageForwardRequest, ModifyLiveRecordPlanResponse, DescribeAllDeviceListRequest, DescribeRecordDatesByLiveRequest, DescribeDevicePassWordRequest, GetRecordPlanByIdRequest, DescribeLiveChannelListRequest, GetRecordPlanByDevResponse, DeleteVideoListRequest, DescribeStatisticDetailsRequest, CreateRecordPlanRequest, CreateDeviceGroupRequest, UpdateTimeTemplateRequest, DescribeLiveRecordPlanIdsResponse, CreateDeviceResponse, CreateDeviceRequest, DescribeStatisticSummaryResponse, DescribeRecordStreamRequest, BindGroupDevicesRequest, ModifyLiveRecordPlanRequest, GetTimeTemplateByIdResponse, DescribeLiveChannelResponse, DescribeMessageForwardsRequest, ControlDevicePTZResponse, ControlDevicePTZRequest, UpdateDeviceGroupRequest, DescribeChannelsByLiveRecordPlanResponse, DescribeGroupDevicesRequest, DescribeGroupByIdRequest, UpdateDevicePassWordResponse, DeleteChannelRequest, DescribeSubscriptionStatusRequest, DescribeDeviceStreamsRequest, DescribeRecordStreamResponse, CreateRecordPlanResponse, CreateSceneRequest, DescribeLiveVideoListResponse, DeleteDeviceGroupRequest, DescribeLiveRecordPlanByIdResponse, DescribeRecordDatesByLiveResponse, ModifySubscriptionStatusResponse, ModifyDeviceDataRequest, DeleteSceneResponse, GetRecordDatesByDevRequest, DescribeLiveVideoListRequest, GetTimeTemplatesResponse, CreateLiveChannelResponse, DeleteVideoListResponse, ModifyLiveVideoResponse, DescribeIPCChannelsResponse, DescribeAllDeviceListResponse, DescribeStatisticSummaryRequest, DescribeGroupsResponse, DeleteLiveRecordPlanRequest, DeleteDeviceResponse, DeleteLiveVideoListResponse, DescribeDeviceGroupResponse, CreateTimeTemplateResponse, DeleteLiveChannelRequest, DescribeSIPServerResponse, DescribeGroupByPathRequest, DeleteChannelResponse, UpdateRecordPlanResponse, DescribeDeviceGroupRequest, DescribeGroupsRequest, GetRecordPlansResponse, DescribeChannelsByLiveRecordPlanRequest, ModifyLiveChannelResponse, GetTimeTemplateByIdRequest, DescribeMessageForwardsResponse, ModifyVideoInfoRequest, GetRecordPlansRequest, DeleteTimeTemplateRequest, ModifyLiveChannelRequest, DescribeMessageForwardResponse, DescribeLiveRecordPlanIdsRequest, DeleteLiveVideoListRequest, ModifyMessageForwardResponse, DescribeScenesRequest, DeleteLiveRecordPlanResponse, ModifyVideoInfoResponse, DescribeGroupByIdResponse, ControlRecordStreamResponse, DeleteMessageForwardRequest, DeleteLiveChannelResponse, BindGroupDevicesResponse, DescribeVideoListRequest, DescribeLiveChannelListResponse, DescribeDevicePassWordResponse, DescribeBindSceneDevicesRequest, DescribeBindSceneDevicesResponse, ModifyLiveVideoRequest, DescribeGroupByPathResponse, CreateMessageForwardResponse, CreateLiveChannelRequest, DescribeGroupDevicesResponse, DeleteSceneRequest, DescribeLiveStreamResponse } from "./iotvideoindustry_models";
3
+ import { DescribePresetListRequest, ControlRecordStreamRequest, CreateRecordingPlanResponse, ModifySubscriptionStatusRequest, CreateSceneResponse, DeleteTimeTemplateResponse, DescribeMonitorDataByDateRequest, ModifyLiveChannelResponse, DescribeLiveVideoListRequest, GetRecordPlanByDevRequest, GetRecordDatesByDevResponse, ControlChannelPTZResponse, DescribeChannelsRequest, DescribeLiveChannelRequest, DescribeRecordDatesByChannelResponse, DescribeRecordDatesByChannelRequest, DescribeVideoListByChannelRequest, ModifyPresetResponse, DescribeGroupByPathResponse, DescribeAbnormalEventsRequest, ModifyPresetRequest, DescribeSubscriptionStatusResponse, DescribeScenesResponse, DeleteRecordingPlanRequest, DescribeBindSceneChannelsResponse, DescribeSIPServerRequest, DescribeVideoListByChannelResponse, CreateLiveRecordPlanResponse, GetRecordPlansRequest, DeleteDeviceGroupResponse, DescribeWarningsResponse, DeleteRecordPlanResponse, DeleteMessageForwardResponse, GetTimeTemplatesRequest, UpdateDeviceGroupResponse, ModifyRecordingPlanRequest, DescribeDeviceEventRequest, GetVideoListByConRequest, ResetWarningRequest, DescribeDeviceMonitorDataResponse, DescribeDeviceListRequest, DescribeRecordingPlansResponse, ControlHomePositionResponse, DescribeLiveRecordPlanByIdRequest, DescribeVideoListResponse, DescribeIPCChannelsRequest, DescribeSubGroupsRequest, UpdateTimeTemplateRequest, DeleteRecordPlanRequest, CreateDeviceGroupResponse, GetVideoListByConResponse, DescribeCurrentDeviceDataRequest, DescribeIPCChannelsResponse, UpdateRecordPlanRequest, DescribeRecordingPlanByIdRequest, ModifyDeviceDataResponse, DescribeStatisticDetailsResponse, DescribeWarnModResponse, DescribeSubGroupsResponse, DescribeChannelStreamURLResponse, DescribeStatisticDetailsRequest, DeleteDeviceRequest, UpdateDevicePassWordRequest, DescribeMessageForwardRequest, CreateTimeTemplateRequest, ModifyBindSceneChannelsResponse, CreateMessageForwardRequest, DeleteWarningRequest, ModifyBindPlanLiveChannelRequest, DescribeLiveStreamRequest, ModifyMessageForwardRequest, ModifyLiveRecordPlanResponse, DescribeXP2PDataResponse, DescribeDeviceEventResponse, ModifySceneRequest, DescribeAllDeviceListRequest, DescribeRecordDatesByLiveRequest, DescribeDevicePassWordRequest, GetRecordPlanByIdRequest, ModifyRecordingPlanResponse, DescribeLiveChannelListRequest, GetRecordPlanByDevResponse, DeleteVideoListRequest, ControlPresetRequest, CreateRecordPlanRequest, DeleteRecordingPlanResponse, CreateDeviceGroupRequest, ModifyBindSceneChannelsRequest, DescribeLiveRecordPlanIdsResponse, ModifyBindSceneDeviceRequest, CreateDeviceResponse, CreateDeviceRequest, DescribeStatisticSummaryResponse, ModifyBindPlanLiveChannelResponse, DescribeRecordStreamRequest, BindGroupDevicesRequest, ControlHomePositionRequest, ModifyLiveRecordPlanRequest, DescribeSceneResponse, DescribeDeviceResponse, GetTimeTemplateByIdResponse, DescribeLiveChannelResponse, DescribeChannelsResponse, DescribeMessageForwardsRequest, ControlDevicePTZResponse, DescribeRecordingPlansRequest, ControlDevicePTZRequest, UpdateDeviceGroupRequest, DescribeChannelsByLiveRecordPlanResponse, DescribeGroupDevicesRequest, DescribeGroupByIdRequest, UpdateDevicePassWordResponse, DescribeLiveRecordPlanByIdResponse, DeleteChannelRequest, DescribeXP2PDataRequest, UpdateTimeTemplateResponse, DescribeSubscriptionStatusRequest, DescribeDeviceStreamsRequest, DescribeRecordStreamResponse, CreateRecordPlanResponse, DescribeWarningsRequest, CreateSceneRequest, DescribeAbnormalEventsResponse, DescribeDeviceStreamsResponse, DescribeLiveVideoListResponse, DeleteDeviceGroupRequest, DescribeSceneRequest, DescribeDeviceRequest, ControlPresetResponse, DescribeDeviceGroupResponse, DeleteChannelResponse, ModifySubscriptionStatusResponse, ResetWarningResponse, ModifyDeviceDataRequest, DeleteSceneResponse, GetRecordDatesByDevRequest, DescribeLiveChannelListResponse, GetTimeTemplatesResponse, CreateLiveChannelResponse, DeleteVideoListResponse, ModifyLiveVideoResponse, DescribeChannelStreamURLRequest, DescribeAllDeviceListResponse, DescribeStatisticSummaryRequest, DescribeGroupsResponse, DeleteLiveRecordPlanRequest, ModifyBindRecordingPlanRequest, DeleteDeviceResponse, DeleteLiveVideoListResponse, DescribeDeviceMonitorDataRequest, CreateTimeTemplateResponse, DeleteLiveChannelRequest, DescribeSIPServerResponse, DescribeGroupByPathRequest, DescribeRecordDatesByLiveResponse, UpdateRecordPlanResponse, ModifyBindSceneDeviceResponse, DescribeDeviceGroupRequest, DescribeGroupsRequest, ControlChannelPTZRequest, GetRecordPlansResponse, DescribeChannelsByLiveRecordPlanRequest, ControlChannelLocalRecordRequest, ControlChannelLocalRecordResponse, GetTimeTemplateByIdRequest, DescribeMessageForwardsResponse, ModifyVideoInfoRequest, DescribeCurrentDeviceDataResponse, GetRecordPlanByIdResponse, DeleteTimeTemplateRequest, DeleteWarningResponse, ModifyLiveChannelRequest, DescribeMessageForwardResponse, DescribeRecordingPlanByIdResponse, DescribeWarnModRequest, ModifyBindRecordingPlanResponse, DescribeLiveRecordPlanIdsRequest, DeleteLiveVideoListRequest, ModifyVideoInfoResponse, ModifyMessageForwardResponse, DescribeDeviceListResponse, DescribeScenesRequest, DeleteLiveRecordPlanResponse, DescribeBindSceneChannelsRequest, DescribePresetListResponse, DescribeGroupByIdResponse, ControlRecordStreamResponse, DeleteMessageForwardRequest, DeleteLiveChannelResponse, BindGroupDevicesResponse, DescribeChannelLocalRecordURLResponse, DescribeVideoListRequest, CreateLiveRecordPlanRequest, DescribeDevicePassWordResponse, ModifySceneResponse, DescribeBindSceneDevicesRequest, DescribeBindSceneDevicesResponse, DescribeMonitorDataByDateResponse, ModifyLiveVideoRequest, DescribeChannelLocalRecordURLRequest, CreateMessageForwardResponse, CreateLiveChannelRequest, DescribeGroupDevicesResponse, DeleteSceneRequest, CreateRecordingPlanRequest, DescribeLiveStreamResponse } from "./iotvideoindustry_models";
4
4
  /**
5
5
  * iotvideoindustry client
6
6
  * @class
@@ -9,6 +9,7 @@ export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
10
  /**
11
11
  * 获取IPC设备下属通道
12
+ 请使用DescribeChannels接口
12
13
  */
13
14
  DescribeIPCChannels(req: DescribeIPCChannelsRequest, cb?: (error: string, rep: DescribeIPCChannelsResponse) => void): Promise<DescribeIPCChannelsResponse>;
14
15
  /**
@@ -20,227 +21,310 @@ export declare class Client extends AbstractClient {
20
21
  */
21
22
  DescribeSubGroups(req: DescribeSubGroupsRequest, cb?: (error: string, rep: DescribeSubGroupsResponse) => void): Promise<DescribeSubGroupsResponse>;
22
23
  /**
23
- * 本接口(UpdateDeviceGroup)用于修改分组信息。
24
+ * 本接口(DescribeStatisticSummary)用于查询用户昨日的概览数据。
24
25
  */
25
- UpdateDeviceGroup(req: UpdateDeviceGroupRequest, cb?: (error: string, rep: UpdateDeviceGroupResponse) => void): Promise<UpdateDeviceGroupResponse>;
26
+ DescribeStatisticSummary(req: DescribeStatisticSummaryRequest, cb?: (error: string, rep: DescribeStatisticSummaryResponse) => void): Promise<DescribeStatisticSummaryResponse>;
26
27
  /**
27
- * 修改消息转发配置
28
+ * 创建场景
28
29
  */
29
- ModifyMessageForward(req: ModifyMessageForwardRequest, cb?: (error: string, rep: ModifyMessageForwardResponse) => void): Promise<ModifyMessageForwardResponse>;
30
+ CreateScene(req: CreateSceneRequest, cb?: (error: string, rep: CreateSceneResponse) => void): Promise<CreateSceneResponse>;
30
31
  /**
31
- * 本接口(DescribeDeviceStreams)用于获取设备实时流地址。
32
+ * 场景详情
32
33
  */
33
- DescribeDeviceStreams(req: DescribeDeviceStreamsRequest, cb?: (error: string, rep: DescribeDeviceStreamsResponse) => void): Promise<DescribeDeviceStreamsResponse>;
34
+ DescribeScene(req: DescribeSceneRequest, cb?: (error: string, rep: DescribeSceneResponse) => void): Promise<DescribeSceneResponse>;
34
35
  /**
35
- * 删除录像存储列表
36
+ * 获取指定设备详细信息
36
37
  */
37
- DeleteVideoList(req: DeleteVideoListRequest, cb?: (error: string, rep: DeleteVideoListResponse) => void): Promise<DeleteVideoListResponse>;
38
+ DescribeDevice(req: DescribeDeviceRequest, cb?: (error: string, rep: DescribeDeviceResponse) => void): Promise<DescribeDeviceResponse>;
38
39
  /**
39
- * 本接口(CreateDeviceGroup) 用于创建设备管理分组。
40
+ * 本接口(ModifyBindRecordingPlan)用于更新录制计划绑定的通道
40
41
  */
41
- CreateDeviceGroup(req: CreateDeviceGroupRequest, cb?: (error: string, rep: CreateDeviceGroupResponse) => void): Promise<CreateDeviceGroupResponse>;
42
+ ModifyBindRecordingPlan(req: ModifyBindRecordingPlanRequest, cb?: (error: string, rep: ModifyBindRecordingPlanResponse) => void): Promise<ModifyBindRecordingPlanResponse>;
42
43
  /**
43
- * 获取回放视频流(NVR录制用)
44
- RecordId和StartTime/EndTime互斥
45
- 当存在RecordId时,StartTime和EndTime无效
46
- 当RecordId为空,StartTime和EndTime生效
44
+ * 本接口(DescribeVideoListByChannel)用于查询指定通道的录制文件列表
47
45
  */
48
- DescribeRecordStream(req: DescribeRecordStreamRequest, cb?: (error: string, rep: DescribeRecordStreamResponse) => void): Promise<DescribeRecordStreamResponse>;
46
+ DescribeVideoListByChannel(req: DescribeVideoListByChannelRequest, cb?: (error: string, rep: DescribeVideoListByChannelResponse) => void): Promise<DescribeVideoListByChannelResponse>;
49
47
  /**
50
- * 直播录像回放列表
48
+ * 直播拉流接口
51
49
  */
52
- DescribeLiveVideoList(req: DescribeLiveVideoListRequest, cb?: (error: string, rep: DescribeLiveVideoListResponse) => void): Promise<DescribeLiveVideoListResponse>;
50
+ DescribeLiveStream(req: DescribeLiveStreamRequest, cb?: (error: string, rep: DescribeLiveStreamResponse) => void): Promise<DescribeLiveStreamResponse>;
53
51
  /**
54
- * 创建场景
52
+ * 修改场景
55
53
  */
56
- CreateScene(req: CreateSceneRequest, cb?: (error: string, rep: CreateSceneResponse) => void): Promise<CreateSceneResponse>;
54
+ ModifyScene(req: ModifySceneRequest, cb?: (error: string, rep: ModifySceneResponse) => void): Promise<ModifySceneResponse>;
55
+ /**
56
+ * 本接口(DescribeRecordingPlanById)用于根据录制计划ID获取录制计划。
57
+ */
58
+ DescribeRecordingPlanById(req: DescribeRecordingPlanByIdRequest, cb?: (error: string, rep: DescribeRecordingPlanByIdResponse) => void): Promise<DescribeRecordingPlanByIdResponse>;
59
+ /**
60
+ * 本接口(DescribeGroupDevices)用于查询分组下的设备列表。
61
+ */
62
+ DescribeGroupDevices(req: DescribeGroupDevicesRequest, cb?: (error: string, rep: DescribeGroupDevicesResponse) => void): Promise<DescribeGroupDevicesResponse>;
63
+ /**
64
+ * 查询设备统计当前信息
65
+ */
66
+ DescribeCurrentDeviceData(req?: DescribeCurrentDeviceDataRequest, cb?: (error: string, rep: DescribeCurrentDeviceDataResponse) => void): Promise<DescribeCurrentDeviceDataResponse>;
67
+ /**
68
+ * 本接口(DescribeDeviceStreams)用于获取设备实时流地址。
69
+ 请使用DescribeChannelStreamURL接口
70
+ */
71
+ DescribeDeviceStreams(req: DescribeDeviceStreamsRequest, cb?: (error: string, rep: DescribeDeviceStreamsResponse) => void): Promise<DescribeDeviceStreamsResponse>;
57
72
  /**
58
73
  * 本接口(GetVideoListByCon)用于查询设备的录制文件列表
74
+ 请使用DescribeVideoListByChannel接口
59
75
  */
60
76
  GetVideoListByCon(req: GetVideoListByConRequest, cb?: (error: string, rep: GetVideoListByConResponse) => void): Promise<GetVideoListByConResponse>;
61
77
  /**
62
- * 本接口(UpdateTimeTemplate)用于更新时间模板。
78
+ * 本接口(DescribeRecordingPlans)用于获取用户的全部录制计划。
63
79
  */
64
- UpdateTimeTemplate(req: UpdateTimeTemplateRequest, cb?: (error: string, rep: UpdateTimeTemplateResponse) => void): Promise<UpdateTimeTemplateResponse>;
80
+ DescribeRecordingPlans(req?: DescribeRecordingPlansRequest, cb?: (error: string, rep: DescribeRecordingPlansResponse) => void): Promise<DescribeRecordingPlansResponse>;
65
81
  /**
66
- * 本接口(UpdateDevicePassWord)用于修改设备密码。
82
+ * 本接口(DescribeDeviceGroup)用于根据设备ID查询设备所在分组信息,可批量查询。
67
83
  */
68
- UpdateDevicePassWord(req: UpdateDevicePassWordRequest, cb?: (error: string, rep: UpdateDevicePassWordResponse) => void): Promise<UpdateDevicePassWordResponse>;
84
+ DescribeDeviceGroup(req: DescribeDeviceGroupRequest, cb?: (error: string, rep: DescribeDeviceGroupResponse) => void): Promise<DescribeDeviceGroupResponse>;
69
85
  /**
70
- * 查询主设备订阅状态
86
+ * 本接口(DeleteRecordPlan)用于删除录制计划
87
+ 录制计划删除的同时,会停止该录制计划下的全部录制任务。
88
+ 请使用DeleteRecordingPlan接口
71
89
  */
72
- DescribeSubscriptionStatus(req: DescribeSubscriptionStatusRequest, cb?: (error: string, rep: DescribeSubscriptionStatusResponse) => void): Promise<DescribeSubscriptionStatusResponse>;
90
+ DeleteRecordPlan(req: DeleteRecordPlanRequest, cb?: (error: string, rep: DeleteRecordPlanResponse) => void): Promise<DeleteRecordPlanResponse>;
73
91
  /**
74
- * 对回放流进行控制,包括暂停、播放、拉动、结束等
92
+ * 创建消息转发配置
75
93
  */
76
- ControlRecordStream(req: ControlRecordStreamRequest, cb?: (error: string, rep: ControlRecordStreamResponse) => void): Promise<ControlRecordStreamResponse>;
94
+ CreateMessageForward(req: CreateMessageForwardRequest, cb?: (error: string, rep: CreateMessageForwardResponse) => void): Promise<CreateMessageForwardResponse>;
77
95
  /**
78
- * 直播录制计划绑定解绑直播频道
96
+ * 本接口(DeleteTimeTemplate) 用于删除时间模板。
79
97
  */
80
- ModifyBindPlanLiveChannel(req: ModifyBindPlanLiveChannelRequest, cb?: (error: string, rep: ModifyBindPlanLiveChannelResponse) => void): Promise<ModifyBindPlanLiveChannelResponse>;
98
+ DeleteTimeTemplate(req: DeleteTimeTemplateRequest, cb?: (error: string, rep: DeleteTimeTemplateResponse) => void): Promise<DeleteTimeTemplateResponse>;
81
99
  /**
82
- * 本接口(GetTimeTemplateById)用于根据模板ID获取时间模板详情。
100
+ * 本接口(DescribeChannels)用于获取设备下属通道列表
83
101
  */
84
- GetTimeTemplateById(req: GetTimeTemplateByIdRequest, cb?: (error: string, rep: GetTimeTemplateByIdResponse) => void): Promise<GetTimeTemplateByIdResponse>;
102
+ DescribeChannels(req: DescribeChannelsRequest, cb?: (error: string, rep: DescribeChannelsResponse) => void): Promise<DescribeChannelsResponse>;
85
103
  /**
86
- * 直播录像删除
104
+ * 编辑直播接口
87
105
  */
88
- DeleteLiveVideoList(req: DeleteLiveVideoListRequest, cb?: (error: string, rep: DeleteLiveVideoListResponse) => void): Promise<DeleteLiveVideoListResponse>;
106
+ ModifyLiveChannel(req: ModifyLiveChannelRequest, cb?: (error: string, rep: ModifyLiveChannelResponse) => void): Promise<ModifyLiveChannelResponse>;
89
107
  /**
90
- * 本接口(GetRecordPlanByDev)用于根据设备ID查询其绑定的录制计划.
108
+ * 重置设备告警
91
109
  */
92
- GetRecordPlanByDev(req: GetRecordPlanByDevRequest, cb?: (error: string, rep: GetRecordPlanByDevResponse) => void): Promise<GetRecordPlanByDevResponse>;
110
+ ResetWarning(req: ResetWarningRequest, cb?: (error: string, rep: ResetWarningResponse) => void): Promise<ResetWarningResponse>;
93
111
  /**
94
- * 编辑直播录制计划
112
+ * 本接口(ControlDevicePTZ) 用于对支持GB28181 PTZ信令的设备进行远程控制。
113
+ 请使用ControlChannelPTZ接口
95
114
  */
96
- ModifyLiveRecordPlan(req: ModifyLiveRecordPlanRequest, cb?: (error: string, rep: ModifyLiveRecordPlanResponse) => void): Promise<ModifyLiveRecordPlanResponse>;
115
+ ControlDevicePTZ(req: ControlDevicePTZRequest, cb?: (error: string, rep: ControlDevicePTZResponse) => void): Promise<ControlDevicePTZResponse>;
97
116
  /**
98
- * 查看消息转发配置列表
117
+ * 编辑设备订阅状态
99
118
  */
100
- DescribeMessageForwards(req: DescribeMessageForwardsRequest, cb?: (error: string, rep: DescribeMessageForwardsResponse) => void): Promise<DescribeMessageForwardsResponse>;
119
+ ModifySubscriptionStatus(req: ModifySubscriptionStatusRequest, cb?: (error: string, rep: ModifySubscriptionStatusResponse) => void): Promise<ModifySubscriptionStatusResponse>;
101
120
  /**
102
- * 删除通道接口
121
+ * 看守位控制
103
122
  */
104
- DeleteChannel(req: DeleteChannelRequest, cb?: (error: string, rep: DeleteChannelResponse) => void): Promise<DeleteChannelResponse>;
123
+ ControlHomePosition(req: ControlHomePositionRequest, cb?: (error: string, rep: ControlHomePositionResponse) => void): Promise<ControlHomePositionResponse>;
105
124
  /**
106
- * 本接口(DescribeDevicePassWord)用于查询设备密码。
125
+ * 本接口(DescribeStatisticDetails)用于查询指定统计项详情,返回结果按天为单位聚合,支持的最大时间查询范围为31天。
107
126
  */
108
- DescribeDevicePassWord(req: DescribeDevicePassWordRequest, cb?: (error: string, rep: DescribeDevicePassWordResponse) => void): Promise<DescribeDevicePassWordResponse>;
127
+ DescribeStatisticDetails(req: DescribeStatisticDetailsRequest, cb?: (error: string, rep: DescribeStatisticDetailsResponse) => void): Promise<DescribeStatisticDetailsResponse>;
109
128
  /**
110
- * 本接口(DescribeGroupDevices)用于查询分组下的设备列表。
129
+ * 本接口(DescribeGroupById)用于根据分组ID查询分组。
111
130
  */
112
- DescribeGroupDevices(req: DescribeGroupDevicesRequest, cb?: (error: string, rep: DescribeGroupDevicesResponse) => void): Promise<DescribeGroupDevicesResponse>;
131
+ DescribeGroupById(req: DescribeGroupByIdRequest, cb?: (error: string, rep: DescribeGroupByIdResponse) => void): Promise<DescribeGroupByIdResponse>;
113
132
  /**
114
- * 删除消息转发配置
133
+ * 本接口(CreateTimeTemplate) 用于根据模板描述的具体录制时间片段,创建定制化的时间模板。
115
134
  */
116
- DeleteMessageForward(req: DeleteMessageForwardRequest, cb?: (error: string, rep: DeleteMessageForwardResponse) => void): Promise<DeleteMessageForwardResponse>;
135
+ CreateTimeTemplate(req: CreateTimeTemplateRequest, cb?: (error: string, rep: CreateTimeTemplateResponse) => void): Promise<CreateTimeTemplateResponse>;
117
136
  /**
118
- * 本接口(GetRecordPlans)用于获取用户的全部录制计划。
137
+ * 本接口(CreateDeviceGroup) 用于创建设备管理分组。
119
138
  */
120
- GetRecordPlans(req?: GetRecordPlansRequest, cb?: (error: string, rep: GetRecordPlansResponse) => void): Promise<GetRecordPlansResponse>;
139
+ CreateDeviceGroup(req: CreateDeviceGroupRequest, cb?: (error: string, rep: CreateDeviceGroupResponse) => void): Promise<CreateDeviceGroupResponse>;
121
140
  /**
122
- * 本接口(DeleteDevice)用于删除设备。
141
+ * 本接口(ControlChannelLocalRecord)用于对通道本地回放流进行控制,包括暂停、播放、拉动、结束等
142
+
123
143
  */
124
- DeleteDevice(req: DeleteDeviceRequest, cb?: (error: string, rep: DeleteDeviceResponse) => void): Promise<DeleteDeviceResponse>;
144
+ ControlChannelLocalRecord(req: ControlChannelLocalRecordRequest, cb?: (error: string, rep: ControlChannelLocalRecordResponse) => void): Promise<ControlChannelLocalRecordResponse>;
125
145
  /**
126
- * 创建直播录制计划
146
+ * 本接口(DescribeChannelLocalRecordURL)用于将NVR等设备对应通道本地回放文件,通过GB28181信令推送至云端,并生成对应的实时视频流URL,流地址URL是动态生成,如需重新播放请重新调用此接口获取最新地址。
147
+ 正常推流,如未设置对应录制计划,且180s无人观看此流,将会被自动掐断。
127
148
  */
128
- CreateLiveRecordPlan(req: CreateLiveRecordPlanRequest, cb?: (error: string, rep: CreateLiveRecordPlanResponse) => void): Promise<CreateLiveRecordPlanResponse>;
149
+ DescribeChannelLocalRecordURL(req: DescribeChannelLocalRecordURLRequest, cb?: (error: string, rep: DescribeChannelLocalRecordURLResponse) => void): Promise<DescribeChannelLocalRecordURLResponse>;
129
150
  /**
130
- * 根据分组路径查询分组
151
+ * 本接口(UpdateDevicePassWord)用于修改设备密码。
131
152
  */
132
- DescribeGroupByPath(req: DescribeGroupByPathRequest, cb?: (error: string, rep: DescribeGroupByPathResponse) => void): Promise<DescribeGroupByPathResponse>;
153
+ UpdateDevicePassWord(req: UpdateDevicePassWordRequest, cb?: (error: string, rep: UpdateDevicePassWordResponse) => void): Promise<UpdateDevicePassWordResponse>;
133
154
  /**
134
- * 本接口(DescribeStatisticSummary)用于查询用户昨日的概览数据。
155
+ * 告警等级列表
135
156
  */
136
- DescribeStatisticSummary(req: DescribeStatisticSummaryRequest, cb?: (error: string, rep: DescribeStatisticSummaryResponse) => void): Promise<DescribeStatisticSummaryResponse>;
157
+ DescribeWarnMod(req?: DescribeWarnModRequest, cb?: (error: string, rep: DescribeWarnModResponse) => void): Promise<DescribeWarnModResponse>;
158
+ /**
159
+ * 直播录制计划绑定解绑直播频道
160
+ */
161
+ ModifyBindPlanLiveChannel(req: ModifyBindPlanLiveChannelRequest, cb?: (error: string, rep: ModifyBindPlanLiveChannelResponse) => void): Promise<ModifyBindPlanLiveChannelResponse>;
162
+ /**
163
+ * 获取设备事件
164
+ */
165
+ DescribeDeviceEvent(req: DescribeDeviceEventRequest, cb?: (error: string, rep: DescribeDeviceEventResponse) => void): Promise<DescribeDeviceEventResponse>;
166
+ /**
167
+ * 编辑直播录制计划
168
+ */
169
+ ModifyLiveRecordPlan(req: ModifyLiveRecordPlanRequest, cb?: (error: string, rep: ModifyLiveRecordPlanResponse) => void): Promise<ModifyLiveRecordPlanResponse>;
170
+ /**
171
+ * 本接口用于删除设备下的通道
172
+ 注意: 在线状态的设备不允许删除
173
+ */
174
+ DeleteChannel(req: DeleteChannelRequest, cb?: (error: string, rep: DeleteChannelResponse) => void): Promise<DeleteChannelResponse>;
175
+ /**
176
+ * 根据直播录制计划获取频道列表
177
+ */
178
+ DescribeChannelsByLiveRecordPlan(req: DescribeChannelsByLiveRecordPlanRequest, cb?: (error: string, rep: DescribeChannelsByLiveRecordPlanResponse) => void): Promise<DescribeChannelsByLiveRecordPlanResponse>;
179
+ /**
180
+ * 场景绑定/解绑通道接口
181
+ */
182
+ ModifyBindSceneDevice(req: ModifyBindSceneDeviceRequest, cb?: (error: string, rep: ModifyBindSceneDeviceResponse) => void): Promise<ModifyBindSceneDeviceResponse>;
137
183
  /**
138
184
  * 直播录像存储日期列表
139
185
  */
140
186
  DescribeRecordDatesByLive(req: DescribeRecordDatesByLiveRequest, cb?: (error: string, rep: DescribeRecordDatesByLiveResponse) => void): Promise<DescribeRecordDatesByLiveResponse>;
141
187
  /**
142
188
  * 本接口(GetRecordDatesByDev)用于查询设备含有录像文件的日期列表。
189
+ 请使用DescribeRecordDatesByChannel接口
143
190
  */
144
191
  GetRecordDatesByDev(req: GetRecordDatesByDevRequest, cb?: (error: string, rep: GetRecordDatesByDevResponse) => void): Promise<GetRecordDatesByDevResponse>;
145
192
  /**
146
- * 本接口(GetTimeTemplates)用于获取时间模板列表。
193
+ * 查询主设备订阅状态
147
194
  */
148
- GetTimeTemplates(req?: GetTimeTemplatesRequest, cb?: (error: string, rep: GetTimeTemplatesResponse) => void): Promise<GetTimeTemplatesResponse>;
195
+ DescribeSubscriptionStatus(req: DescribeSubscriptionStatusRequest, cb?: (error: string, rep: DescribeSubscriptionStatusResponse) => void): Promise<DescribeSubscriptionStatusResponse>;
149
196
  /**
150
- * 删除直播接口
197
+ * 本接口(CreateDevice) 用于创建设备。
151
198
  */
152
- DeleteLiveChannel(req: DeleteLiveChannelRequest, cb?: (error: string, rep: DeleteLiveChannelResponse) => void): Promise<DeleteLiveChannelResponse>;
199
+ CreateDevice(req: CreateDeviceRequest, cb?: (error: string, rep: CreateDeviceResponse) => void): Promise<CreateDeviceResponse>;
153
200
  /**
154
- * 本接口(DescribeStatisticDetails)用于查询指定统计项详情,返回结果按天为单位聚合,支持的最大时间查询范围为31天。
201
+ * 设备告警-删除告警
155
202
  */
156
- DescribeStatisticDetails(req: DescribeStatisticDetailsRequest, cb?: (error: string, rep: DescribeStatisticDetailsResponse) => void): Promise<DescribeStatisticDetailsResponse>;
203
+ DeleteWarning(req: DeleteWarningRequest, cb?: (error: string, rep: DeleteWarningResponse) => void): Promise<DeleteWarningResponse>;
157
204
  /**
158
- * 获取场景列表
205
+ * 本接口(DescribeGroups)用于批量查询分组信息。
159
206
  */
160
- DescribeScenes(req: DescribeScenesRequest, cb?: (error: string, rep: DescribeScenesResponse) => void): Promise<DescribeScenesResponse>;
207
+ DescribeGroups(req: DescribeGroupsRequest, cb?: (error: string, rep: DescribeGroupsResponse) => void): Promise<DescribeGroupsResponse>;
161
208
  /**
162
- * 本接口(CreateDevice) 用于创建设备。
209
+ * 获取直播录制计划列表
163
210
  */
164
- CreateDevice(req: CreateDeviceRequest, cb?: (error: string, rep: CreateDeviceResponse) => void): Promise<CreateDeviceResponse>;
211
+ DescribeLiveRecordPlanIds(req: DescribeLiveRecordPlanIdsRequest, cb?: (error: string, rep: DescribeLiveRecordPlanIdsResponse) => void): Promise<DescribeLiveRecordPlanIdsResponse>;
165
212
  /**
166
- * 本接口(GetRecordPlanById)用于根据录制计划ID获取录制计划。
213
+ * 预置位控制
167
214
  */
168
- GetRecordPlanById(req: GetRecordPlanByIdRequest, cb?: (error: string, rep: GetRecordPlanByIdResponse) => void): Promise<GetRecordPlanByIdResponse>;
215
+ ControlPreset(req: ControlPresetRequest, cb?: (error: string, rep: ControlPresetResponse) => void): Promise<ControlPresetResponse>;
169
216
  /**
170
- * 根据直播录制计划获取频道列表
217
+ * 本接口(CreateRecordPlan) 用于创建录制计划,使设备与时间模板绑定,以便及时启动录制
218
+ 请使用CreateRecordingPlan代替
171
219
  */
172
- DescribeChannelsByLiveRecordPlan(req: DescribeChannelsByLiveRecordPlanRequest, cb?: (error: string, rep: DescribeChannelsByLiveRecordPlanResponse) => void): Promise<DescribeChannelsByLiveRecordPlanResponse>;
220
+ CreateRecordPlan(req: CreateRecordPlanRequest, cb?: (error: string, rep: CreateRecordPlanResponse) => void): Promise<CreateRecordPlanResponse>;
173
221
  /**
174
- * 本接口(DescribeDeviceGroup)用于根据设备ID查询设备所在分组信息,可批量查询。
222
+ * 本接口(UpdateDeviceGroup)用于修改分组信息。
175
223
  */
176
- DescribeDeviceGroup(req: DescribeDeviceGroupRequest, cb?: (error: string, rep: DescribeDeviceGroupResponse) => void): Promise<DescribeDeviceGroupResponse>;
224
+ UpdateDeviceGroup(req: UpdateDeviceGroupRequest, cb?: (error: string, rep: UpdateDeviceGroupResponse) => void): Promise<UpdateDeviceGroupResponse>;
177
225
  /**
178
- * 本接口(DeleteRecordPlan)用于删除录制计划
179
- 录制计划删除的同时,会停止该录制计划下的全部录制任务。
226
+ * 删除录像存储列表
180
227
  */
181
- DeleteRecordPlan(req: DeleteRecordPlanRequest, cb?: (error: string, rep: DeleteRecordPlanResponse) => void): Promise<DeleteRecordPlanResponse>;
228
+ DeleteVideoList(req: DeleteVideoListRequest, cb?: (error: string, rep: DeleteVideoListResponse) => void): Promise<DeleteVideoListResponse>;
182
229
  /**
183
- * 创建消息转发配置
230
+ * 获取场景绑定设备列表
184
231
  */
185
- CreateMessageForward(req: CreateMessageForwardRequest, cb?: (error: string, rep: CreateMessageForwardResponse) => void): Promise<CreateMessageForwardResponse>;
232
+ DescribeBindSceneDevices(req: DescribeBindSceneDevicesRequest, cb?: (error: string, rep: DescribeBindSceneDevicesResponse) => void): Promise<DescribeBindSceneDevicesResponse>;
186
233
  /**
187
- * 删除直播录制计划
234
+ * 本接口(UpdateTimeTemplate)用于更新时间模板。
188
235
  */
189
- DeleteLiveRecordPlan(req: DeleteLiveRecordPlanRequest, cb?: (error: string, rep: DeleteLiveRecordPlanResponse) => void): Promise<DeleteLiveRecordPlanResponse>;
236
+ UpdateTimeTemplate(req: UpdateTimeTemplateRequest, cb?: (error: string, rep: UpdateTimeTemplateResponse) => void): Promise<UpdateTimeTemplateResponse>;
190
237
  /**
191
- * 本接口(DeleteTimeTemplate) 用于删除时间模板。
238
+ * 本接口(CreateRecordingPlan) 用于创建录制计划,使通道与时间模板绑定,以便及时启动录制
192
239
  */
193
- DeleteTimeTemplate(req: DeleteTimeTemplateRequest, cb?: (error: string, rep: DeleteTimeTemplateResponse) => void): Promise<DeleteTimeTemplateResponse>;
240
+ CreateRecordingPlan(req: CreateRecordingPlanRequest, cb?: (error: string, rep: CreateRecordingPlanResponse) => void): Promise<CreateRecordingPlanResponse>;
194
241
  /**
195
- * 本接口(DescribeGroups)用于批量查询分组信息。
242
+ * 查询设备统计monitor信息
196
243
  */
197
- DescribeGroups(req: DescribeGroupsRequest, cb?: (error: string, rep: DescribeGroupsResponse) => void): Promise<DescribeGroupsResponse>;
244
+ DescribeDeviceMonitorData(req: DescribeDeviceMonitorDataRequest, cb?: (error: string, rep: DescribeDeviceMonitorDataResponse) => void): Promise<DescribeDeviceMonitorDataResponse>;
198
245
  /**
199
- * 本接口(ModifyDeviceData)用于编辑设备信息。
246
+ * 本接口(GetTimeTemplateById)用于根据模板ID获取时间模板详情。
200
247
  */
201
- ModifyDeviceData(req: ModifyDeviceDataRequest, cb?: (error: string, rep: ModifyDeviceDataResponse) => void): Promise<ModifyDeviceDataResponse>;
248
+ GetTimeTemplateById(req: GetTimeTemplateByIdRequest, cb?: (error: string, rep: GetTimeTemplateByIdResponse) => void): Promise<GetTimeTemplateByIdResponse>;
202
249
  /**
203
- * 直播拉流接口
250
+ * 查看消息转发配置列表
204
251
  */
205
- DescribeLiveStream(req: DescribeLiveStreamRequest, cb?: (error: string, rep: DescribeLiveStreamResponse) => void): Promise<DescribeLiveStreamResponse>;
252
+ DescribeMessageForwards(req: DescribeMessageForwardsRequest, cb?: (error: string, rep: DescribeMessageForwardsResponse) => void): Promise<DescribeMessageForwardsResponse>;
206
253
  /**
207
- * 编辑直播接口
254
+ * 获取预置位列表
208
255
  */
209
- ModifyLiveChannel(req: ModifyLiveChannelRequest, cb?: (error: string, rep: ModifyLiveChannelResponse) => void): Promise<ModifyLiveChannelResponse>;
256
+ DescribePresetList(req: DescribePresetListRequest, cb?: (error: string, rep: DescribePresetListResponse) => void): Promise<DescribePresetListResponse>;
257
+ /**
258
+ * 修改消息转发配置
259
+ */
260
+ ModifyMessageForward(req: ModifyMessageForwardRequest, cb?: (error: string, rep: ModifyMessageForwardResponse) => void): Promise<ModifyMessageForwardResponse>;
261
+ /**
262
+ * 本接口(DescribeDevicesList) 用于获取设备列表,支持模糊搜索
263
+ */
264
+ DescribeDeviceList(req: DescribeDeviceListRequest, cb?: (error: string, rep: DescribeDeviceListResponse) => void): Promise<DescribeDeviceListResponse>;
265
+ /**
266
+ * 创建直播录制计划
267
+ */
268
+ CreateLiveRecordPlan(req: CreateLiveRecordPlanRequest, cb?: (error: string, rep: CreateLiveRecordPlanResponse) => void): Promise<CreateLiveRecordPlanResponse>;
210
269
  /**
211
270
  * 查看消息转发配置详情
212
271
  */
213
272
  DescribeMessageForward(req: DescribeMessageForwardRequest, cb?: (error: string, rep: DescribeMessageForwardResponse) => void): Promise<DescribeMessageForwardResponse>;
214
273
  /**
215
- * 本接口(DeleteDeviceGroup)用于删除分组。
274
+ * 本接口(GetTimeTemplates)用于获取时间模板列表。
216
275
  */
217
- DeleteDeviceGroup(req: DeleteDeviceGroupRequest, cb?: (error: string, rep: DeleteDeviceGroupResponse) => void): Promise<DeleteDeviceGroupResponse>;
276
+ GetTimeTemplates(req?: GetTimeTemplatesRequest, cb?: (error: string, rep: GetTimeTemplatesResponse) => void): Promise<GetTimeTemplatesResponse>;
218
277
  /**
219
- * 获取场景绑定设备列表
278
+ * 获取异常事件统计
220
279
  */
221
- DescribeBindSceneDevices(req: DescribeBindSceneDevicesRequest, cb?: (error: string, rep: DescribeBindSceneDevicesResponse) => void): Promise<DescribeBindSceneDevicesResponse>;
280
+ DescribeAbnormalEvents(req: DescribeAbnormalEventsRequest, cb?: (error: string, rep: DescribeAbnormalEventsResponse) => void): Promise<DescribeAbnormalEventsResponse>;
222
281
  /**
223
- * 本接口(ControlDevicePTZ) 用于对支持GB28181 PTZ信令的设备进行远程控制。
282
+ * 本接口(GetRecordPlanById)用于根据录制计划ID获取录制计划。
283
+ 请使用DescribeRecordingPlanById接口
224
284
  */
225
- ControlDevicePTZ(req: ControlDevicePTZRequest, cb?: (error: string, rep: ControlDevicePTZResponse) => void): Promise<ControlDevicePTZResponse>;
285
+ GetRecordPlanById(req: GetRecordPlanByIdRequest, cb?: (error: string, rep: GetRecordPlanByIdResponse) => void): Promise<GetRecordPlanByIdResponse>;
226
286
  /**
227
- * 获取直播录制计划列表
287
+ * 获取回放视频流地址
288
+ 请使用DescribeChannelLocalRecordURL接口
289
+
290
+ RecordId和StartTime/EndTime互斥
291
+ 当存在RecordId时,StartTime和EndTime无效
292
+ 当RecordId为空,StartTime和EndTime生效
228
293
  */
229
- DescribeLiveRecordPlanIds(req: DescribeLiveRecordPlanIdsRequest, cb?: (error: string, rep: DescribeLiveRecordPlanIdsResponse) => void): Promise<DescribeLiveRecordPlanIdsResponse>;
294
+ DescribeRecordStream(req: DescribeRecordStreamRequest, cb?: (error: string, rep: DescribeRecordStreamResponse) => void): Promise<DescribeRecordStreamResponse>;
230
295
  /**
231
- * 根据时间获取回放文件列表(云端录制用)
296
+ * 删除直播录制计划
232
297
  */
233
- DescribeVideoList(req: DescribeVideoListRequest, cb?: (error: string, rep: DescribeVideoListResponse) => void): Promise<DescribeVideoListResponse>;
298
+ DeleteLiveRecordPlan(req: DeleteLiveRecordPlanRequest, cb?: (error: string, rep: DeleteLiveRecordPlanResponse) => void): Promise<DeleteLiveRecordPlanResponse>;
234
299
  /**
235
- * 直播录像编辑
300
+ * 运营中心-设备录像存储统计
236
301
  */
237
- ModifyLiveVideo(req: ModifyLiveVideoRequest, cb?: (error: string, rep: ModifyLiveVideoResponse) => void): Promise<ModifyLiveVideoResponse>;
302
+ DescribeMonitorDataByDate(req: DescribeMonitorDataByDateRequest, cb?: (error: string, rep: DescribeMonitorDataByDateResponse) => void): Promise<DescribeMonitorDataByDateResponse>;
303
+ /**
304
+ * 获取告警列表
305
+ */
306
+ DescribeWarnings(req: DescribeWarningsRequest, cb?: (error: string, rep: DescribeWarningsResponse) => void): Promise<DescribeWarningsResponse>;
307
+ /**
308
+ * 本接口(DeleteDeviceGroup)用于删除分组。
309
+ */
310
+ DeleteDeviceGroup(req: DeleteDeviceGroupRequest, cb?: (error: string, rep: DeleteDeviceGroupResponse) => void): Promise<DeleteDeviceGroupResponse>;
311
+ /**
312
+ * 本接口(ModifyRecordingPlan)用于更新录制计划。
313
+
314
+ */
315
+ ModifyRecordingPlan(req: ModifyRecordingPlanRequest, cb?: (error: string, rep: ModifyRecordingPlanResponse) => void): Promise<ModifyRecordingPlanResponse>;
316
+ /**
317
+ * 本接口(DescribeChannelStreamURL)用于获取设备指定通道实时流地址,地址是动态生成,如重新播放需要调用此接口重新获取最新播放地址。
318
+ 正常推流,如未设置对应录制计划,且180s无人观看此流,将会被自动掐断。
319
+ */
320
+ DescribeChannelStreamURL(req: DescribeChannelStreamURLRequest, cb?: (error: string, rep: DescribeChannelStreamURLResponse) => void): Promise<DescribeChannelStreamURLResponse>;
238
321
  /**
239
322
  * 直播详情接口
240
323
  */
241
324
  DescribeLiveChannel(req: DescribeLiveChannelRequest, cb?: (error: string, rep: DescribeLiveChannelResponse) => void): Promise<DescribeLiveChannelResponse>;
242
325
  /**
243
326
  * 本接口(DescribeAllDeviceList) 用于获取设备列表。
327
+ 请使用DescribeDevicesList接口
244
328
  */
245
329
  DescribeAllDeviceList(req: DescribeAllDeviceListRequest, cb?: (error: string, rep: DescribeAllDeviceListResponse) => void): Promise<DescribeAllDeviceListResponse>;
246
330
  /**
@@ -248,43 +332,116 @@ RecordId和StartTime/EndTime互斥
248
332
  */
249
333
  DeleteScene(req: DeleteSceneRequest, cb?: (error: string, rep: DeleteSceneResponse) => void): Promise<DeleteSceneResponse>;
250
334
  /**
251
- * 本接口用于获取SIP服务器相关配置,用户可以通过这些配置项,将设备通过GB28181协议注册到本服务。
335
+ * 创建直播频道
252
336
  */
253
- DescribeSIPServer(req?: DescribeSIPServerRequest, cb?: (error: string, rep: DescribeSIPServerResponse) => void): Promise<DescribeSIPServerResponse>;
337
+ CreateLiveChannel(req: CreateLiveChannelRequest, cb?: (error: string, rep: CreateLiveChannelResponse) => void): Promise<CreateLiveChannelResponse>;
254
338
  /**
255
- * 编辑设备订阅状态
339
+ * 获取场景绑定通道列表
256
340
  */
257
- ModifySubscriptionStatus(req: ModifySubscriptionStatusRequest, cb?: (error: string, rep: ModifySubscriptionStatusResponse) => void): Promise<ModifySubscriptionStatusResponse>;
341
+ DescribeBindSceneChannels(req: DescribeBindSceneChannelsRequest, cb?: (error: string, rep: DescribeBindSceneChannelsResponse) => void): Promise<DescribeBindSceneChannelsResponse>;
258
342
  /**
259
343
  * 本接口(UpdateRecordPlan)用于更新录制计划。
344
+ 请使用 ModifyRecordingPlan接口和ModifyBindRecordingPlan接口
260
345
  */
261
346
  UpdateRecordPlan(req: UpdateRecordPlanRequest, cb?: (error: string, rep: UpdateRecordPlanResponse) => void): Promise<UpdateRecordPlanResponse>;
262
347
  /**
263
- * 创建直播频道
348
+ * 本接口(DeleteRecordingPlan)用于删除录制计划
349
+ 录制计划删除的同时,会停止该录制计划下的全部录制任务。
264
350
  */
265
- CreateLiveChannel(req: CreateLiveChannelRequest, cb?: (error: string, rep: CreateLiveChannelResponse) => void): Promise<CreateLiveChannelResponse>;
351
+ DeleteRecordingPlan(req: DeleteRecordingPlanRequest, cb?: (error: string, rep: DeleteRecordingPlanResponse) => void): Promise<DeleteRecordingPlanResponse>;
266
352
  /**
267
- * 本接口(BindGroupDevices) 用于绑定设备到分组。
353
+ * 本接口(ControlChannelPTZ) 用于对支持GB28181 PTZ信令的设备进行指定通道的远程控制。
268
354
  */
269
- BindGroupDevices(req: BindGroupDevicesRequest, cb?: (error: string, rep: BindGroupDevicesResponse) => void): Promise<BindGroupDevicesResponse>;
355
+ ControlChannelPTZ(req: ControlChannelPTZRequest, cb?: (error: string, rep: ControlChannelPTZResponse) => void): Promise<ControlChannelPTZResponse>;
270
356
  /**
271
- * 获取直播录制计划详情
357
+ * 对回放流进行控制,包括暂停、播放、拉动、结束等
358
+ 请使用ControlChannelLocalRecord接口
272
359
  */
273
- DescribeLiveRecordPlanById(req: DescribeLiveRecordPlanByIdRequest, cb?: (error: string, rep: DescribeLiveRecordPlanByIdResponse) => void): Promise<DescribeLiveRecordPlanByIdResponse>;
360
+ ControlRecordStream(req: ControlRecordStreamRequest, cb?: (error: string, rep: ControlRecordStreamResponse) => void): Promise<ControlRecordStreamResponse>;
274
361
  /**
275
- * 本接口(DescribeGroupById)用于根据分组ID查询分组。
362
+ * 直播录像回放列表
276
363
  */
277
- DescribeGroupById(req: DescribeGroupByIdRequest, cb?: (error: string, rep: DescribeGroupByIdResponse) => void): Promise<DescribeGroupByIdResponse>;
364
+ DescribeLiveVideoList(req: DescribeLiveVideoListRequest, cb?: (error: string, rep: DescribeLiveVideoListResponse) => void): Promise<DescribeLiveVideoListResponse>;
278
365
  /**
279
- * 本接口(CreateRecordPlan) 用于创建录制计划,使设备与时间模板绑定,以便及时启动录制
366
+ * 场景绑定解绑通道接口
280
367
  */
281
- CreateRecordPlan(req: CreateRecordPlanRequest, cb?: (error: string, rep: CreateRecordPlanResponse) => void): Promise<CreateRecordPlanResponse>;
368
+ ModifyBindSceneChannels(req: ModifyBindSceneChannelsRequest, cb?: (error: string, rep: ModifyBindSceneChannelsResponse) => void): Promise<ModifyBindSceneChannelsResponse>;
282
369
  /**
283
- * 本接口(CreateTimeTemplate) 用于根据模板描述的具体录制时间片段,创建定制化的时间模板。
370
+ * 本接口(DescribeDevicePassWord)用于查询设备密码。
284
371
  */
285
- CreateTimeTemplate(req: CreateTimeTemplateRequest, cb?: (error: string, rep: CreateTimeTemplateResponse) => void): Promise<CreateTimeTemplateResponse>;
372
+ DescribeDevicePassWord(req: DescribeDevicePassWordRequest, cb?: (error: string, rep: DescribeDevicePassWordResponse) => void): Promise<DescribeDevicePassWordResponse>;
286
373
  /**
287
374
  * 直播列表接口
288
375
  */
289
376
  DescribeLiveChannelList(req: DescribeLiveChannelListRequest, cb?: (error: string, rep: DescribeLiveChannelListResponse) => void): Promise<DescribeLiveChannelListResponse>;
377
+ /**
378
+ * 删除消息转发配置
379
+ */
380
+ DeleteMessageForward(req: DeleteMessageForwardRequest, cb?: (error: string, rep: DeleteMessageForwardResponse) => void): Promise<DeleteMessageForwardResponse>;
381
+ /**
382
+ * 编辑预置位信息
383
+ */
384
+ ModifyPreset(req: ModifyPresetRequest, cb?: (error: string, rep: ModifyPresetResponse) => void): Promise<ModifyPresetResponse>;
385
+ /**
386
+ * 本接口(DeleteDevice)用于删除设备。
387
+ */
388
+ DeleteDevice(req: DeleteDeviceRequest, cb?: (error: string, rep: DeleteDeviceResponse) => void): Promise<DeleteDeviceResponse>;
389
+ /**
390
+ * 本接口(ModifyDeviceData)用于编辑设备信息。
391
+ */
392
+ ModifyDeviceData(req: ModifyDeviceDataRequest, cb?: (error: string, rep: ModifyDeviceDataResponse) => void): Promise<ModifyDeviceDataResponse>;
393
+ /**
394
+ * 根据分组路径查询分组
395
+ */
396
+ DescribeGroupByPath(req: DescribeGroupByPathRequest, cb?: (error: string, rep: DescribeGroupByPathResponse) => void): Promise<DescribeGroupByPathResponse>;
397
+ /**
398
+ * 删除直播接口
399
+ */
400
+ DeleteLiveChannel(req: DeleteLiveChannelRequest, cb?: (error: string, rep: DeleteLiveChannelResponse) => void): Promise<DeleteLiveChannelResponse>;
401
+ /**
402
+ * 本接口(GetRecordPlans)用于获取用户的全部录制计划。
403
+ 请使用DescribeRecordingPlans接口
404
+ */
405
+ GetRecordPlans(req?: GetRecordPlansRequest, cb?: (error: string, rep: GetRecordPlansResponse) => void): Promise<GetRecordPlansResponse>;
406
+ /**
407
+ * 本接口(GetRecordPlanByDev)用于根据设备ID查询其绑定的录制计划.
408
+
409
+ */
410
+ GetRecordPlanByDev(req: GetRecordPlanByDevRequest, cb?: (error: string, rep: GetRecordPlanByDevResponse) => void): Promise<GetRecordPlanByDevResponse>;
411
+ /**
412
+ * 本接口用于获取SIP服务器相关配置,用户可以通过这些配置项,将设备通过GB28181协议注册到本服务。
413
+ */
414
+ DescribeSIPServer(req?: DescribeSIPServerRequest, cb?: (error: string, rep: DescribeSIPServerResponse) => void): Promise<DescribeSIPServerResponse>;
415
+ /**
416
+ * 直播录像删除
417
+ */
418
+ DeleteLiveVideoList(req: DeleteLiveVideoListRequest, cb?: (error: string, rep: DeleteLiveVideoListResponse) => void): Promise<DeleteLiveVideoListResponse>;
419
+ /**
420
+ * 根据时间获取云端录制文件列表
421
+ */
422
+ DescribeVideoList(req: DescribeVideoListRequest, cb?: (error: string, rep: DescribeVideoListResponse) => void): Promise<DescribeVideoListResponse>;
423
+ /**
424
+ * 直播录像编辑
425
+ */
426
+ ModifyLiveVideo(req: ModifyLiveVideoRequest, cb?: (error: string, rep: ModifyLiveVideoResponse) => void): Promise<ModifyLiveVideoResponse>;
427
+ /**
428
+ * 获取X-P2P的统计数据
429
+ */
430
+ DescribeXP2PData(req: DescribeXP2PDataRequest, cb?: (error: string, rep: DescribeXP2PDataResponse) => void): Promise<DescribeXP2PDataResponse>;
431
+ /**
432
+ * 获取场景列表
433
+ */
434
+ DescribeScenes(req: DescribeScenesRequest, cb?: (error: string, rep: DescribeScenesResponse) => void): Promise<DescribeScenesResponse>;
435
+ /**
436
+ * 本接口(BindGroupDevices) 用于绑定设备到分组。
437
+ */
438
+ BindGroupDevices(req: BindGroupDevicesRequest, cb?: (error: string, rep: BindGroupDevicesResponse) => void): Promise<BindGroupDevicesResponse>;
439
+ /**
440
+ * 获取直播录制计划详情
441
+ */
442
+ DescribeLiveRecordPlanById(req: DescribeLiveRecordPlanByIdRequest, cb?: (error: string, rep: DescribeLiveRecordPlanByIdResponse) => void): Promise<DescribeLiveRecordPlanByIdResponse>;
443
+ /**
444
+ * 本接口(DescribeRecordDatesByChannel)用于查询设备含有录像文件的日期列表。
445
+ */
446
+ DescribeRecordDatesByChannel(req: DescribeRecordDatesByChannelRequest, cb?: (error: string, rep: DescribeRecordDatesByChannelResponse) => void): Promise<DescribeRecordDatesByChannelResponse>;
290
447
  }