tencentcloud-sdk-nodejs 4.0.577 → 4.0.578
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.
- package/CHANGELOG.md +100 -0
- package/SERVICE_CHANGELOG.md +138 -272
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +2 -16
- package/src/services/bma/v20210624/bma_models.ts +35 -105
- package/src/services/cwp/v20180228/cwp_models.ts +27 -19
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
- package/src/services/mps/v20190612/mps_models.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +26 -2
- package/src/services/redis/v20180412/redis_models.ts +107 -28
- package/src/services/trp/v20210515/trp_models.ts +5 -0
- package/src/services/vrs/v20200824/vrs_client.ts +0 -4
- package/src/services/vrs/v20200824/vrs_models.ts +3 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +1 -7
- package/tencentcloud/services/bma/v20210624/bma_client.js +0 -8
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +31 -89
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +26 -18
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +10 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +13 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +92 -24
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +4 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +0 -4
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +0 -4
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +2 -1
- package/test/bma.v20210624.test.js +0 -10
- package/test/redis.v20180412.test.js +20 -0
|
@@ -1161,6 +1161,36 @@ export interface BigKeyInfo {
|
|
|
1161
1161
|
Updatetime: number
|
|
1162
1162
|
}
|
|
1163
1163
|
|
|
1164
|
+
/**
|
|
1165
|
+
* DescribeBandwidthRange返回参数结构体
|
|
1166
|
+
*/
|
|
1167
|
+
export interface DescribeBandwidthRangeResponse {
|
|
1168
|
+
/**
|
|
1169
|
+
* 标准带宽。指购买实例时,系统为每个节点分配的带宽。
|
|
1170
|
+
*/
|
|
1171
|
+
BaseBandwidth: number
|
|
1172
|
+
|
|
1173
|
+
/**
|
|
1174
|
+
* 指实例的附加带宽。标准带宽不满足需求的情况下,用户可自行增加的带宽。<ul><li>开启副本只读时,实例总带宽 = 附加带宽 * 分片数 + 标准带宽 * 分片数 * Max ([只读副本数量, 1]),标准架构的分片数 = 1。</li><li>没有开启副本只读时,实例总带宽 = 附加带宽 * 分片数 + 标准带宽 * 分片数,标准架构的分片数 = 1。</li></ul>
|
|
1175
|
+
*/
|
|
1176
|
+
AddBandwidth: number
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* 附加带宽设置下限。
|
|
1180
|
+
*/
|
|
1181
|
+
MinAddBandwidth: number
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* 附加带宽设置上限。
|
|
1185
|
+
*/
|
|
1186
|
+
MaxAddBandwidth: number
|
|
1187
|
+
|
|
1188
|
+
/**
|
|
1189
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1190
|
+
*/
|
|
1191
|
+
RequestId?: string
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1164
1194
|
/**
|
|
1165
1195
|
* DescribeParamTemplates请求参数结构体
|
|
1166
1196
|
*/
|
|
@@ -1216,6 +1246,26 @@ export interface UpgradeVersionToMultiAvailabilityZonesResponse {
|
|
|
1216
1246
|
RequestId?: string
|
|
1217
1247
|
}
|
|
1218
1248
|
|
|
1249
|
+
/**
|
|
1250
|
+
* DescribeInstanceBackups返回参数结构体
|
|
1251
|
+
*/
|
|
1252
|
+
export interface DescribeInstanceBackupsResponse {
|
|
1253
|
+
/**
|
|
1254
|
+
* 备份总数。
|
|
1255
|
+
*/
|
|
1256
|
+
TotalCount?: number
|
|
1257
|
+
|
|
1258
|
+
/**
|
|
1259
|
+
* 实例的备份数组。
|
|
1260
|
+
*/
|
|
1261
|
+
BackupSet?: Array<RedisBackupSet>
|
|
1262
|
+
|
|
1263
|
+
/**
|
|
1264
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1265
|
+
*/
|
|
1266
|
+
RequestId?: string
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1219
1269
|
/**
|
|
1220
1270
|
* DescribeInstanceParamRecords返回参数结构体
|
|
1221
1271
|
*/
|
|
@@ -2278,23 +2328,13 @@ export interface DescribeInstanceMonitorTookDistResponse {
|
|
|
2278
2328
|
}
|
|
2279
2329
|
|
|
2280
2330
|
/**
|
|
2281
|
-
*
|
|
2331
|
+
* DescribeBandwidthRange请求参数结构体
|
|
2282
2332
|
*/
|
|
2283
|
-
export interface
|
|
2333
|
+
export interface DescribeBandwidthRangeRequest {
|
|
2284
2334
|
/**
|
|
2285
|
-
*
|
|
2286
|
-
*/
|
|
2287
|
-
TotalCount?: number
|
|
2288
|
-
|
|
2289
|
-
/**
|
|
2290
|
-
* 实例的备份数组。
|
|
2291
|
-
*/
|
|
2292
|
-
BackupSet?: Array<RedisBackupSet>
|
|
2293
|
-
|
|
2294
|
-
/**
|
|
2295
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2335
|
+
* 实例 ID。
|
|
2296
2336
|
*/
|
|
2297
|
-
|
|
2337
|
+
InstanceId: string
|
|
2298
2338
|
}
|
|
2299
2339
|
|
|
2300
2340
|
/**
|
|
@@ -2462,12 +2502,12 @@ export interface CloneInstancesResponse {
|
|
|
2462
2502
|
/**
|
|
2463
2503
|
* 请求任务 ID。
|
|
2464
2504
|
*/
|
|
2465
|
-
DealId
|
|
2505
|
+
DealId?: string
|
|
2466
2506
|
|
|
2467
2507
|
/**
|
|
2468
2508
|
* 克隆实例的 ID。
|
|
2469
2509
|
*/
|
|
2470
|
-
InstanceIds
|
|
2510
|
+
InstanceIds?: Array<string>
|
|
2471
2511
|
|
|
2472
2512
|
/**
|
|
2473
2513
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2740,13 +2780,15 @@ export interface DescribeTaskInfoRequest {
|
|
|
2740
2780
|
*/
|
|
2741
2781
|
export interface CloneInstancesRequest {
|
|
2742
2782
|
/**
|
|
2743
|
-
*
|
|
2783
|
+
* 指定待克隆的源实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
2744
2784
|
*/
|
|
2745
2785
|
InstanceId: string
|
|
2746
2786
|
|
|
2747
2787
|
/**
|
|
2748
|
-
|
|
2749
|
-
|
|
2788
|
+
* 单次克隆实例的数量。
|
|
2789
|
+
- 包年包月每次购买最大数量为100。
|
|
2790
|
+
- 按量计费每次购买最大数量为30。
|
|
2791
|
+
*/
|
|
2750
2792
|
GoodsNum: number
|
|
2751
2793
|
|
|
2752
2794
|
/**
|
|
@@ -2780,12 +2822,12 @@ export interface CloneInstancesRequest {
|
|
|
2780
2822
|
NoAuth?: boolean
|
|
2781
2823
|
|
|
2782
2824
|
/**
|
|
2783
|
-
*
|
|
2825
|
+
* 配置克隆实例的私有网络ID。如果未配置该参数,默认选择基础网络。
|
|
2784
2826
|
*/
|
|
2785
2827
|
VpcId?: string
|
|
2786
2828
|
|
|
2787
2829
|
/**
|
|
2788
|
-
*
|
|
2830
|
+
* 配置克隆实例所属私有网络的子网。基础网络时该参数无需配置。
|
|
2789
2831
|
*/
|
|
2790
2832
|
SubnetId?: string
|
|
2791
2833
|
|
|
@@ -2800,7 +2842,7 @@ export interface CloneInstancesRequest {
|
|
|
2800
2842
|
Password?: string
|
|
2801
2843
|
|
|
2802
2844
|
/**
|
|
2803
|
-
* 自动续费标识。<ul><li>0
|
|
2845
|
+
* 自动续费标识。<ul><li>0:默认状态,手动续费。</li><li>1:自动续费。</li><li>2:不自动续费,到期自动隔离。</li></ul>
|
|
2804
2846
|
*/
|
|
2805
2847
|
AutoRenew?: number
|
|
2806
2848
|
|
|
@@ -2815,7 +2857,7 @@ export interface CloneInstancesRequest {
|
|
|
2815
2857
|
NodeSet?: Array<RedisNodeInfo>
|
|
2816
2858
|
|
|
2817
2859
|
/**
|
|
2818
|
-
* 项目 ID
|
|
2860
|
+
* 项目 ID。登录[Redis 控制台](https://console.cloud.tencent.com/redis#/),可在右上角的<b>账号中心</b> > <b>项目管理</b>中查找项目ID。
|
|
2819
2861
|
*/
|
|
2820
2862
|
ProjectId?: number
|
|
2821
2863
|
|
|
@@ -2825,12 +2867,14 @@ export interface CloneInstancesRequest {
|
|
|
2825
2867
|
ResourceTags?: Array<ResourceTag>
|
|
2826
2868
|
|
|
2827
2869
|
/**
|
|
2828
|
-
|
|
2829
|
-
|
|
2870
|
+
* 指定克隆实例相关的参数模板 ID。
|
|
2871
|
+
- 若不配置该参数,则系统会依据所选择的兼容版本及架构,自动适配对应的默认模板。
|
|
2872
|
+
- 请通过[DescribeParamTemplates](https://cloud.tencent.com/document/product/239/58750)接口,查询实例的参数模板列表,获取模板 ID 编号。
|
|
2873
|
+
*/
|
|
2830
2874
|
TemplateId?: string
|
|
2831
2875
|
|
|
2832
2876
|
/**
|
|
2833
|
-
* 指定克隆实例的告警策略 ID
|
|
2877
|
+
* 指定克隆实例的告警策略 ID。请登录[腾讯云可观测平台控制台](https://console.cloud.tencent.com/monitor/alarm2/policy),在 <b>告警管理</b> > <b>策略管理</b>页面获取策略 ID 信息。
|
|
2834
2878
|
*/
|
|
2835
2879
|
AlarmPolicyList?: Array<string>
|
|
2836
2880
|
}
|
|
@@ -3324,6 +3368,26 @@ export interface CreateInstanceAccountRequest {
|
|
|
3324
3368
|
Remark?: string
|
|
3325
3369
|
}
|
|
3326
3370
|
|
|
3371
|
+
/**
|
|
3372
|
+
* RemoveReplicationInstance请求参数结构体
|
|
3373
|
+
*/
|
|
3374
|
+
export interface RemoveReplicationInstanceRequest {
|
|
3375
|
+
/**
|
|
3376
|
+
* 复制组ID
|
|
3377
|
+
*/
|
|
3378
|
+
GroupId: string
|
|
3379
|
+
|
|
3380
|
+
/**
|
|
3381
|
+
* 实例ID
|
|
3382
|
+
*/
|
|
3383
|
+
InstanceId: string
|
|
3384
|
+
|
|
3385
|
+
/**
|
|
3386
|
+
* 数据同步类型,true:需要数据强同步,false:不需要强同步,仅限删除主实例
|
|
3387
|
+
*/
|
|
3388
|
+
SyncType: boolean
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3327
3391
|
/**
|
|
3328
3392
|
* EnableReplicaReadonly返回参数结构体
|
|
3329
3393
|
*/
|
|
@@ -4057,7 +4121,7 @@ export interface SourceCommand {
|
|
|
4057
4121
|
*/
|
|
4058
4122
|
export interface ModfiyInstancePasswordRequest {
|
|
4059
4123
|
/**
|
|
4060
|
-
*
|
|
4124
|
+
* 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
4061
4125
|
*/
|
|
4062
4126
|
InstanceId: string
|
|
4063
4127
|
|
|
@@ -4417,7 +4481,7 @@ export interface InstanceSet {
|
|
|
4417
4481
|
Size: number
|
|
4418
4482
|
|
|
4419
4483
|
/**
|
|
4420
|
-
*
|
|
4484
|
+
* 该字段已废弃。请使用腾讯云可观测平台API 接口 [GetMonitorData](https://cloud.tencent.com/document/product/248/31014) 获取实例已使用的内存容量。
|
|
4421
4485
|
*/
|
|
4422
4486
|
SizeUsed: number
|
|
4423
4487
|
|
|
@@ -5504,6 +5568,21 @@ export interface DescribeInstanceBackupsRequest {
|
|
|
5504
5568
|
InstanceName?: string
|
|
5505
5569
|
}
|
|
5506
5570
|
|
|
5571
|
+
/**
|
|
5572
|
+
* RemoveReplicationInstance返回参数结构体
|
|
5573
|
+
*/
|
|
5574
|
+
export interface RemoveReplicationInstanceResponse {
|
|
5575
|
+
/**
|
|
5576
|
+
* 异步任务ID
|
|
5577
|
+
*/
|
|
5578
|
+
TaskId: number
|
|
5579
|
+
|
|
5580
|
+
/**
|
|
5581
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5582
|
+
*/
|
|
5583
|
+
RequestId?: string
|
|
5584
|
+
}
|
|
5585
|
+
|
|
5507
5586
|
/**
|
|
5508
5587
|
* 安全组详情
|
|
5509
5588
|
*/
|
|
@@ -47,7 +47,6 @@ export class Client extends AbstractClient {
|
|
|
47
47
|
* 本接口服务对提交音频进行声音复刻任务创建接口,异步返回复刻结果。
|
|
48
48
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
49
49
|
• 签名方法参考 公共参数 中签名方法v3。
|
|
50
|
-
• 默认接口请求频率限制:30次/秒,
|
|
51
50
|
*/
|
|
52
51
|
async CreateVRSTask(
|
|
53
52
|
req: CreateVRSTaskRequest,
|
|
@@ -60,7 +59,6 @@ export class Client extends AbstractClient {
|
|
|
60
59
|
* 本接口用于获取声音复刻训练文本信息。
|
|
61
60
|
请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
62
61
|
• 签名方法参考 公共参数 中签名方法v3。
|
|
63
|
-
• 默认接口请求频率限制:20次/秒。
|
|
64
62
|
*/
|
|
65
63
|
async GetTrainingText(
|
|
66
64
|
req?: GetTrainingTextRequest,
|
|
@@ -73,7 +71,6 @@ export class Client extends AbstractClient {
|
|
|
73
71
|
* 本接口用于检测音频的环境和音频质量。
|
|
74
72
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
75
73
|
• 签名方法参考 公共参数 中签名方法v3。
|
|
76
|
-
• 默认接口请求频率限制:20次/秒。
|
|
77
74
|
*/
|
|
78
75
|
async DetectEnvAndSoundQuality(
|
|
79
76
|
req: DetectEnvAndSoundQualityRequest,
|
|
@@ -88,7 +85,6 @@ export class Client extends AbstractClient {
|
|
|
88
85
|
• 当采用轮询方式时,需要主动提交任务ID来轮询识别结果,共有任务成功、等待、执行中和失败四种结果,具体信息请参见下文说明。
|
|
89
86
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
90
87
|
• 签名方法参考 公共参数 中签名方法v3。
|
|
91
|
-
• 默认接口请求频率限制:20次/秒,如您有提高请求频率限制的需求,请提工单进行咨询。
|
|
92
88
|
*/
|
|
93
89
|
async DescribeVRSTaskStatus(
|
|
94
90
|
req: DescribeVRSTaskStatusRequest,
|
|
@@ -307,7 +307,8 @@ export interface CreateVRSTaskRequest {
|
|
|
307
307
|
AudioIdList: Array<string>
|
|
308
308
|
|
|
309
309
|
/**
|
|
310
|
-
|
|
311
|
-
|
|
310
|
+
* 回调 URL,用户自行搭建的用于接收结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。
|
|
311
|
+
回调采用POST请求方式,Content-Type为application/x-www-form-urlencoded,回调数据格式如下:callback_body=checksum=&data={"TaskId":"xxxxxxxxxxxxxx","Status":2,"StatusStr":"success","VoiceType":xxxxx,"ErrorMsg":""}
|
|
312
|
+
*/
|
|
312
313
|
CallbackUrl?: string
|
|
313
314
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.578";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import {
|
|
3
|
+
import { ModifyCRWhiteListRequest, CreateCRUserVerifyRequest, CreateBPFalseTicketResponse, CreateCRRightFileRequest, CreateCRRightResponse, CreateCRWorkResponse, CreateCRRightRequest, CreateBPOfflineTicketResponse, CreateCRTortRequest, UpdateCRWorkRequest, DescribeBPFakeURLsRequest, ModifyCRBlockStatusResponse, ModifyCRObtainStatusRequest, DescribeCRWorkInfoRequest, ModifyBPOfflineAttachmentRequest, DescribeBPFakeURLsResponse, CreateBPOfflineAttachmentResponse, DescribeBPReportFakeURLsRequest, DescribeCRMonitorDetailResponse, CreateBPFakeURLRequest, CreateBPProtectURLsResponse, DescribeBPProtectURLsResponse, DescribeCRMonitorsResponse, CreateCRCompanyVerifyResponse, CreateBPOfflineAttachmentRequest, CreateCRDesktopCodeResponse, CreateBPProtectURLsRequest, UpdateCRWorkResponse, ModifyCRBlockStatusRequest, ModifyCRMonitorRequest, CreateCRDesktopCodeRequest, CreateCRWorkRequest, DescribeBPCompanyInfoRequest, DescribeCRObtainDetailRequest, DescribeBPReportFakeURLsResponse, DescribeCRMonitorDetailRequest, CreateCRBlockResponse, ModifyCRRightStatusRequest, DescribeCRMonitorsRequest, DescribeCRWorkInfoResponse, DescribeCRObtainDetailResponse, CreateCRRightFileResponse, ModifyCRWhiteListResponse, CreateBPOfflineTicketRequest, CreateCRUserVerifyResponse, ModifyCRRightStatusResponse, DescribeBPCompanyInfoResponse, ModifyBPOfflineAttachmentResponse, CreateCRBlockRequest, CreateBPFakeURLResponse, CreateCRTortResponse, CreateBPFalseTicketRequest, ModifyCRMonitorResponse, DescribeBPProtectURLsRequest, ModifyCRObtainStatusResponse, CreateCRCompanyVerifyRequest } from "./bma_models";
|
|
4
4
|
/**
|
|
5
5
|
* bma client
|
|
6
6
|
* @class
|
|
@@ -52,12 +52,6 @@ export declare class Client extends AbstractClient {
|
|
|
52
52
|
* 修改下线材料
|
|
53
53
|
*/
|
|
54
54
|
ModifyBPOfflineAttachment(req: ModifyBPOfflineAttachmentRequest, cb?: (error: string, rep: ModifyBPOfflineAttachmentResponse) => void): Promise<ModifyBPOfflineAttachmentResponse>;
|
|
55
|
-
/**
|
|
56
|
-
* 不对外提供接口能力了
|
|
57
|
-
|
|
58
|
-
版权保护-新建取证接口
|
|
59
|
-
*/
|
|
60
|
-
CreateCRObtain(req: CreateCRObtainRequest, cb?: (error: string, rep: CreateCRObtainResponse) => void): Promise<CreateCRObtainResponse>;
|
|
61
55
|
/**
|
|
62
56
|
* 开启/关闭监测
|
|
63
57
|
*/
|
|
@@ -94,14 +94,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
94
94
|
async ModifyBPOfflineAttachment(req, cb) {
|
|
95
95
|
return this.request("ModifyBPOfflineAttachment", req, cb);
|
|
96
96
|
}
|
|
97
|
-
/**
|
|
98
|
-
* 不对外提供接口能力了
|
|
99
|
-
|
|
100
|
-
版权保护-新建取证接口
|
|
101
|
-
*/
|
|
102
|
-
async CreateCRObtain(req, cb) {
|
|
103
|
-
return this.request("CreateCRObtain", req, cb);
|
|
104
|
-
}
|
|
105
97
|
/**
|
|
106
98
|
* 开启/关闭监测
|
|
107
99
|
*/
|
|
@@ -28,21 +28,37 @@ export interface ProtectURLInfo {
|
|
|
28
28
|
CreateTime: string;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* ModifyCRWhiteList请求参数结构体
|
|
32
32
|
*/
|
|
33
|
-
export interface
|
|
33
|
+
export interface ModifyCRWhiteListRequest {
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* 该字段已废弃,白名单ID
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
WhiteListId?: number;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* 该字段已废弃,平台名称
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
PlatForm?: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 该字段已废弃,平台站点链接
|
|
44
44
|
*/
|
|
45
|
-
|
|
45
|
+
PlatUrl?: string;
|
|
46
|
+
/**
|
|
47
|
+
* 该字段已废弃,作者ID
|
|
48
|
+
*/
|
|
49
|
+
AuthorId?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 该字段已废弃,作品ID
|
|
52
|
+
*/
|
|
53
|
+
WorksId?: number;
|
|
54
|
+
/**
|
|
55
|
+
* 作品ID
|
|
56
|
+
*/
|
|
57
|
+
WorkId?: number;
|
|
58
|
+
/**
|
|
59
|
+
* 白名单列表,以\n分割
|
|
60
|
+
*/
|
|
61
|
+
WhiteSites?: string;
|
|
46
62
|
}
|
|
47
63
|
/**
|
|
48
64
|
* CreateCRUserVerify请求参数结构体
|
|
@@ -682,23 +698,6 @@ export interface CreateBPFakeURLRequest {
|
|
|
682
698
|
*/
|
|
683
699
|
Note?: string;
|
|
684
700
|
}
|
|
685
|
-
/**
|
|
686
|
-
* UpdateCRWork返回参数结构体
|
|
687
|
-
*/
|
|
688
|
-
export interface UpdateCRWorkResponse {
|
|
689
|
-
/**
|
|
690
|
-
* 作品ID
|
|
691
|
-
*/
|
|
692
|
-
WorkId: number;
|
|
693
|
-
/**
|
|
694
|
-
* 存证ID
|
|
695
|
-
*/
|
|
696
|
-
EvidenceId: number;
|
|
697
|
-
/**
|
|
698
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
699
|
-
*/
|
|
700
|
-
RequestId?: string;
|
|
701
|
-
}
|
|
702
701
|
/**
|
|
703
702
|
* CreateBPProtectURLs返回参数结构体
|
|
704
703
|
*/
|
|
@@ -819,45 +818,21 @@ export interface CreateBPProtectURLsRequest {
|
|
|
819
818
|
ProtectWebs?: Array<string>;
|
|
820
819
|
}
|
|
821
820
|
/**
|
|
822
|
-
*
|
|
821
|
+
* UpdateCRWork返回参数结构体
|
|
823
822
|
*/
|
|
824
|
-
export interface
|
|
823
|
+
export interface UpdateCRWorkResponse {
|
|
825
824
|
/**
|
|
826
|
-
*
|
|
825
|
+
* 作品ID
|
|
827
826
|
*/
|
|
828
827
|
WorkId: number;
|
|
829
828
|
/**
|
|
830
|
-
*
|
|
831
|
-
*/
|
|
832
|
-
TortUrl: string;
|
|
833
|
-
/**
|
|
834
|
-
* 取证类型 1-网页取证 2-过程取证
|
|
835
|
-
*/
|
|
836
|
-
ObtainType: number;
|
|
837
|
-
/**
|
|
838
|
-
* 侵权标题
|
|
839
|
-
*/
|
|
840
|
-
WorkTitle?: string;
|
|
841
|
-
/**
|
|
842
|
-
* 侵权平台
|
|
843
|
-
*/
|
|
844
|
-
TortPlat?: string;
|
|
845
|
-
/**
|
|
846
|
-
* 过程取证的取证时长 6-300分钟
|
|
847
|
-
*/
|
|
848
|
-
ObtainDuration?: number;
|
|
849
|
-
/**
|
|
850
|
-
* 取证回调地址
|
|
851
|
-
*/
|
|
852
|
-
ObtainUrl?: string;
|
|
853
|
-
/**
|
|
854
|
-
* xxx
|
|
829
|
+
* 存证ID
|
|
855
830
|
*/
|
|
856
|
-
|
|
831
|
+
EvidenceId: number;
|
|
857
832
|
/**
|
|
858
|
-
*
|
|
833
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
859
834
|
*/
|
|
860
|
-
|
|
835
|
+
RequestId?: string;
|
|
861
836
|
}
|
|
862
837
|
/**
|
|
863
838
|
* ModifyCRBlockStatus请求参数结构体
|
|
@@ -1700,39 +1675,6 @@ export interface ModifyCRObtainStatusResponse {
|
|
|
1700
1675
|
*/
|
|
1701
1676
|
RequestId?: string;
|
|
1702
1677
|
}
|
|
1703
|
-
/**
|
|
1704
|
-
* ModifyCRWhiteList请求参数结构体
|
|
1705
|
-
*/
|
|
1706
|
-
export interface ModifyCRWhiteListRequest {
|
|
1707
|
-
/**
|
|
1708
|
-
* 该字段已废弃,白名单ID
|
|
1709
|
-
*/
|
|
1710
|
-
WhiteListId?: number;
|
|
1711
|
-
/**
|
|
1712
|
-
* 该字段已废弃,平台名称
|
|
1713
|
-
*/
|
|
1714
|
-
PlatForm?: string;
|
|
1715
|
-
/**
|
|
1716
|
-
* 该字段已废弃,平台站点链接
|
|
1717
|
-
*/
|
|
1718
|
-
PlatUrl?: string;
|
|
1719
|
-
/**
|
|
1720
|
-
* 该字段已废弃,作者ID
|
|
1721
|
-
*/
|
|
1722
|
-
AuthorId?: string;
|
|
1723
|
-
/**
|
|
1724
|
-
* 该字段已废弃,作品ID
|
|
1725
|
-
*/
|
|
1726
|
-
WorksId?: number;
|
|
1727
|
-
/**
|
|
1728
|
-
* 作品ID
|
|
1729
|
-
*/
|
|
1730
|
-
WorkId?: number;
|
|
1731
|
-
/**
|
|
1732
|
-
* 白名单列表,以\n分割
|
|
1733
|
-
*/
|
|
1734
|
-
WhiteSites?: string;
|
|
1735
|
-
}
|
|
1736
1678
|
/**
|
|
1737
1679
|
* CreateCRCompanyVerify请求参数结构体
|
|
1738
1680
|
*/
|
|
@@ -3804,7 +3804,7 @@ export interface UsualPlace {
|
|
|
3804
3804
|
*/
|
|
3805
3805
|
Id: number;
|
|
3806
3806
|
/**
|
|
3807
|
-
*
|
|
3807
|
+
* 主机安全客户端唯一标识UUID。
|
|
3808
3808
|
*/
|
|
3809
3809
|
Uuid: string;
|
|
3810
3810
|
/**
|
|
@@ -4427,12 +4427,12 @@ export interface DescribeBruteAttackListResponse {
|
|
|
4427
4427
|
* 总数
|
|
4428
4428
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4429
4429
|
*/
|
|
4430
|
-
TotalCount
|
|
4430
|
+
TotalCount?: number;
|
|
4431
4431
|
/**
|
|
4432
4432
|
* 密码破解列表
|
|
4433
4433
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4434
4434
|
*/
|
|
4435
|
-
BruteAttackList
|
|
4435
|
+
BruteAttackList?: Array<BruteAttackInfo>;
|
|
4436
4436
|
/**
|
|
4437
4437
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4438
4438
|
*/
|
|
@@ -5126,15 +5126,23 @@ export interface DescribeBashEventsRequest {
|
|
|
5126
5126
|
* 返回数量,默认为10,最大值为100。
|
|
5127
5127
|
*/
|
|
5128
5128
|
Limit?: number;
|
|
5129
|
-
/**
|
|
5130
|
-
* 偏移量,默认为0。
|
|
5131
|
-
*/
|
|
5132
|
-
Offset?: number;
|
|
5133
5129
|
/**
|
|
5134
5130
|
* 过滤条件。
|
|
5135
|
-
<li>
|
|
5131
|
+
<li>HostName - String - 是否必填:否 - 主机名</li>
|
|
5132
|
+
<li>Hostip - String - 是否必填:否 - 主机内网IP</li>
|
|
5133
|
+
<li>RuleCategory - Int - 是否必填:否 - 策略类型,全部或者单选(0:系统 1:用户)</li>
|
|
5134
|
+
<li>RuleName - String - 是否必填:否 - 策略名称</li>
|
|
5135
|
+
<li>RuleLevel - Int - 是否必填:否 - 威胁等级,可以多选</li>
|
|
5136
|
+
<li>Status - Int - 是否必填:否 - 处理状态,可多选(0:待处理 1:已处理 2:已加白 3:已忽略 4:已删除 5:已拦截)</li>
|
|
5137
|
+
<li>DetectBy - Int - 是否必填:否 - 数据来源,可多选(0:bash日志 1:实时监控)</li>
|
|
5138
|
+
<li>StartTime - String - 是否必填:否 - 开始时间</li>
|
|
5139
|
+
<li>EndTime - String - 是否必填:否 - 结束时间</li>
|
|
5136
5140
|
*/
|
|
5137
5141
|
Filters?: Array<Filter>;
|
|
5142
|
+
/**
|
|
5143
|
+
* 偏移量,默认为0。
|
|
5144
|
+
*/
|
|
5145
|
+
Offset?: number;
|
|
5138
5146
|
/**
|
|
5139
5147
|
* 排序方式:根据请求次数排序:asc-升序/desc-降序
|
|
5140
5148
|
*/
|
|
@@ -5250,7 +5258,7 @@ export interface PrivilegeEscalationProcess {
|
|
|
5250
5258
|
*/
|
|
5251
5259
|
Id?: number;
|
|
5252
5260
|
/**
|
|
5253
|
-
*
|
|
5261
|
+
* 主机安全ID
|
|
5254
5262
|
*/
|
|
5255
5263
|
Uuid?: string;
|
|
5256
5264
|
/**
|
|
@@ -5967,7 +5975,7 @@ export interface DeleteAttackLogsResponse {
|
|
|
5967
5975
|
*/
|
|
5968
5976
|
export interface SecurityDynamic {
|
|
5969
5977
|
/**
|
|
5970
|
-
*
|
|
5978
|
+
* 主机安全客户端UUID。
|
|
5971
5979
|
*/
|
|
5972
5980
|
Uuid: string;
|
|
5973
5981
|
/**
|
|
@@ -6619,7 +6627,7 @@ export interface DescribeBruteAttackListRequest {
|
|
|
6619
6627
|
/**
|
|
6620
6628
|
* 过滤条件。
|
|
6621
6629
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
6622
|
-
<li>Uuid - String - 是否必填:否 -
|
|
6630
|
+
<li>Uuid - String - 是否必填:否 - 主机安全唯一Uuid</li>
|
|
6623
6631
|
<li>Quuid - String - 是否必填:否 - 云服务器uuid</li>
|
|
6624
6632
|
<li>Status - String - 是否必填:否 - 状态筛选:失败:FAILED 成功:SUCCESS</li>
|
|
6625
6633
|
<li>UserName - String - 是否必填:否 - UserName筛选</li>
|
|
@@ -7853,7 +7861,7 @@ export interface ReverseShell {
|
|
|
7853
7861
|
*/
|
|
7854
7862
|
Id?: number;
|
|
7855
7863
|
/**
|
|
7856
|
-
*
|
|
7864
|
+
* 主机安全UUID
|
|
7857
7865
|
*/
|
|
7858
7866
|
Uuid?: string;
|
|
7859
7867
|
/**
|
|
@@ -10495,7 +10503,7 @@ export interface LicenseBindDetail {
|
|
|
10495
10503
|
*/
|
|
10496
10504
|
Quuid?: string;
|
|
10497
10505
|
/**
|
|
10498
|
-
*
|
|
10506
|
+
* 主机安全客户端UUID
|
|
10499
10507
|
*/
|
|
10500
10508
|
Uuid?: string;
|
|
10501
10509
|
/**
|
|
@@ -10503,7 +10511,7 @@ export interface LicenseBindDetail {
|
|
|
10503
10511
|
*/
|
|
10504
10512
|
Tags?: Array<string>;
|
|
10505
10513
|
/**
|
|
10506
|
-
*
|
|
10514
|
+
* 主机安全客户端状态,OFFLINE 离线,ONLINE 在线,UNINSTALL 未安装
|
|
10507
10515
|
*/
|
|
10508
10516
|
AgentStatus?: string;
|
|
10509
10517
|
/**
|
|
@@ -11865,7 +11873,7 @@ export interface DescribeHostLoginListRequest {
|
|
|
11865
11873
|
/**
|
|
11866
11874
|
* 过滤条件。
|
|
11867
11875
|
<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
|
|
11868
|
-
<li>Uuid - String - 是否必填:否 -
|
|
11876
|
+
<li>Uuid - String - 是否必填:否 - 主机安全唯一Uuid</li>
|
|
11869
11877
|
<li>Quuid - String - 是否必填:否 - 云服务器uuid</li>
|
|
11870
11878
|
<li>UserName - String - 是否必填:否 - 用户名筛选</li>
|
|
11871
11879
|
<li>LoginTimeBegin - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li>
|
|
@@ -16228,7 +16236,7 @@ export declare type DeleteWebPageEventLogRequest = null;
|
|
|
16228
16236
|
*/
|
|
16229
16237
|
export interface DescribeProVersionStatusRequest {
|
|
16230
16238
|
/**
|
|
16231
|
-
*
|
|
16239
|
+
* 主机安全客户端UUID、填写"all"表示所有主机。
|
|
16232
16240
|
*/
|
|
16233
16241
|
Uuid: string;
|
|
16234
16242
|
}
|
|
@@ -16715,12 +16723,12 @@ export interface DescribeHostLoginListResponse {
|
|
|
16715
16723
|
/**
|
|
16716
16724
|
* 总数
|
|
16717
16725
|
*/
|
|
16718
|
-
TotalCount
|
|
16726
|
+
TotalCount?: number;
|
|
16719
16727
|
/**
|
|
16720
16728
|
* 登录审计列表
|
|
16721
16729
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16722
16730
|
*/
|
|
16723
|
-
HostLoginList
|
|
16731
|
+
HostLoginList?: Array<HostLoginList>;
|
|
16724
16732
|
/**
|
|
16725
16733
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
16726
16734
|
*/
|