tencentcloud-sdk-nodejs 4.1.199 → 4.1.201
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/es/common/sdk_version.js +1 -1
- package/es/services/apis/index.js +4 -0
- package/es/services/apis/v20240801/apis_client.js +102 -0
- package/es/services/apis/v20240801/apis_models.js +1 -0
- package/es/services/apis/v20240801/index.js +6 -0
- package/es/services/bh/v20230418/bh_client.js +6 -0
- package/es/services/cls/v20201016/cls_client.js +3 -0
- package/es/services/csip/v20221121/csip_client.js +3 -0
- package/es/services/cwp/v20180228/cwp_client.js +3 -0
- package/es/services/index.js +1 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apis/index.d.ts +6 -0
- package/tencentcloud/services/apis/index.js +7 -0
- package/tencentcloud/services/apis/v20240801/apis_client.d.ts +138 -0
- package/tencentcloud/services/apis/v20240801/apis_client.js +223 -0
- package/tencentcloud/services/apis/v20240801/apis_models.d.ts +2635 -0
- package/tencentcloud/services/apis/v20240801/apis_models.js +18 -0
- package/tencentcloud/services/apis/v20240801/index.d.ts +6 -0
- package/tencentcloud/services/apis/v20240801/index.js +10 -0
- package/tencentcloud/services/bh/v20230418/bh_client.d.ts +9 -1
- package/tencentcloud/services/bh/v20230418/bh_client.js +12 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +108 -36
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -4
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +5 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +6 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +66 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +258 -182
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -5
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +5 -5
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +67 -12
- package/tencentcloud/services/ft/v20200304/ft_models.d.ts +9 -18
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +8 -5
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +7 -7
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +35 -32
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +2 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +2 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +10 -4
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +40 -88
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -7
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +26 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +15 -18
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +7 -11
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +14 -28
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +19 -32
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +4 -0
|
@@ -374,6 +374,39 @@ export interface AccessKeyAlarmInfo {
|
|
|
374
374
|
*/
|
|
375
375
|
Count?: number;
|
|
376
376
|
}
|
|
377
|
+
/**
|
|
378
|
+
* DescribeOtherCloudAssets返回参数结构体
|
|
379
|
+
*/
|
|
380
|
+
export interface DescribeOtherCloudAssetsResponse {
|
|
381
|
+
/**
|
|
382
|
+
* 总数
|
|
383
|
+
*/
|
|
384
|
+
Total?: number;
|
|
385
|
+
/**
|
|
386
|
+
* 资产总数
|
|
387
|
+
*/
|
|
388
|
+
Data?: Array<DBAssetVO>;
|
|
389
|
+
/**
|
|
390
|
+
* 地域枚举
|
|
391
|
+
*/
|
|
392
|
+
RegionList?: Array<FilterDataObject>;
|
|
393
|
+
/**
|
|
394
|
+
* 资产类型枚举
|
|
395
|
+
*/
|
|
396
|
+
AssetTypeList?: Array<FilterDataObject>;
|
|
397
|
+
/**
|
|
398
|
+
* Vpc枚举
|
|
399
|
+
*/
|
|
400
|
+
VpcList?: Array<FilterDataObject>;
|
|
401
|
+
/**
|
|
402
|
+
* Appid枚举
|
|
403
|
+
*/
|
|
404
|
+
AppIdList?: Array<FilterDataObject>;
|
|
405
|
+
/**
|
|
406
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
407
|
+
*/
|
|
408
|
+
RequestId?: string;
|
|
409
|
+
}
|
|
377
410
|
/**
|
|
378
411
|
* DescribeAssetViewVulRiskList返回参数结构体
|
|
379
412
|
*/
|
|
@@ -445,6 +478,19 @@ export interface DescribeOrganizationUserInfoRequest {
|
|
|
445
478
|
*/
|
|
446
479
|
NotSupportCloud?: boolean;
|
|
447
480
|
}
|
|
481
|
+
/**
|
|
482
|
+
* DescribeTaskLogURL返回参数结构体
|
|
483
|
+
*/
|
|
484
|
+
export interface DescribeTaskLogURLResponse {
|
|
485
|
+
/**
|
|
486
|
+
* 返回报告临时下载url
|
|
487
|
+
*/
|
|
488
|
+
Data?: Array<TaskLogURL>;
|
|
489
|
+
/**
|
|
490
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
491
|
+
*/
|
|
492
|
+
RequestId?: string;
|
|
493
|
+
}
|
|
448
494
|
/**
|
|
449
495
|
* ModifyUebaRuleSwitch返回参数结构体
|
|
450
496
|
*/
|
|
@@ -5096,97 +5142,17 @@ export interface DescribeCVMAssetInfoRequest {
|
|
|
5096
5142
|
AssetId: string;
|
|
5097
5143
|
}
|
|
5098
5144
|
/**
|
|
5099
|
-
*
|
|
5145
|
+
* DescribeAIAgentAssetList请求参数结构体
|
|
5100
5146
|
*/
|
|
5101
|
-
export interface
|
|
5102
|
-
/**
|
|
5103
|
-
* 影响资产
|
|
5104
|
-
*/
|
|
5105
|
-
AffectAsset?: string;
|
|
5106
|
-
/**
|
|
5107
|
-
* 风险等级,low-低危,high-高危,middle-中危,info-提示,extreme-严重。
|
|
5108
|
-
*/
|
|
5109
|
-
Level?: string;
|
|
5110
|
-
/**
|
|
5111
|
-
* 资产类型
|
|
5112
|
-
*/
|
|
5113
|
-
InstanceType?: string;
|
|
5114
|
-
/**
|
|
5115
|
-
* 组件
|
|
5116
|
-
*/
|
|
5117
|
-
Component?: string;
|
|
5118
|
-
/**
|
|
5119
|
-
* 服务
|
|
5120
|
-
*/
|
|
5121
|
-
Service?: string;
|
|
5122
|
-
/**
|
|
5123
|
-
* 最近识别时间
|
|
5124
|
-
*/
|
|
5125
|
-
RecentTime?: string;
|
|
5126
|
-
/**
|
|
5127
|
-
* 首次识别时间
|
|
5128
|
-
*/
|
|
5129
|
-
FirstTime?: string;
|
|
5130
|
-
/**
|
|
5131
|
-
* 状态,0未处理、1已处置、2已忽略
|
|
5132
|
-
*/
|
|
5133
|
-
Status?: number;
|
|
5134
|
-
/**
|
|
5135
|
-
* ID,处理风险使用
|
|
5136
|
-
*/
|
|
5137
|
-
Id?: string;
|
|
5138
|
-
/**
|
|
5139
|
-
* 前端索引
|
|
5140
|
-
*/
|
|
5141
|
-
Index?: string;
|
|
5142
|
-
/**
|
|
5143
|
-
* 实例id
|
|
5144
|
-
*/
|
|
5145
|
-
InstanceId?: string;
|
|
5146
|
-
/**
|
|
5147
|
-
* 实例名
|
|
5148
|
-
*/
|
|
5149
|
-
InstanceName?: string;
|
|
5150
|
-
/**
|
|
5151
|
-
* 用户appid
|
|
5152
|
-
*/
|
|
5153
|
-
AppId?: string;
|
|
5154
|
-
/**
|
|
5155
|
-
* 用户昵称
|
|
5156
|
-
*/
|
|
5157
|
-
Nick?: string;
|
|
5158
|
-
/**
|
|
5159
|
-
* 用户uin
|
|
5160
|
-
*/
|
|
5161
|
-
Uin?: string;
|
|
5162
|
-
/**
|
|
5163
|
-
* 弱口令类型
|
|
5164
|
-
*/
|
|
5165
|
-
PasswordType?: string;
|
|
5166
|
-
/**
|
|
5167
|
-
* 来源
|
|
5168
|
-
*/
|
|
5169
|
-
From?: string;
|
|
5147
|
+
export interface DescribeAIAgentAssetListRequest {
|
|
5170
5148
|
/**
|
|
5171
|
-
*
|
|
5172
|
-
*/
|
|
5173
|
-
VULType?: string;
|
|
5174
|
-
/**
|
|
5175
|
-
* 漏洞url
|
|
5176
|
-
*/
|
|
5177
|
-
VULURL?: string;
|
|
5178
|
-
/**
|
|
5179
|
-
* 修复建议
|
|
5180
|
-
*/
|
|
5181
|
-
Fix?: string;
|
|
5182
|
-
/**
|
|
5183
|
-
* 证明
|
|
5149
|
+
* 集团账号的成员id
|
|
5184
5150
|
*/
|
|
5185
|
-
|
|
5151
|
+
MemberId?: Array<string>;
|
|
5186
5152
|
/**
|
|
5187
|
-
*
|
|
5153
|
+
* 筛选
|
|
5188
5154
|
*/
|
|
5189
|
-
|
|
5155
|
+
Filter?: Filter;
|
|
5190
5156
|
}
|
|
5191
5157
|
/**
|
|
5192
5158
|
* UpdateAccessKeyAlarmStatus返回参数结构体
|
|
@@ -6174,13 +6140,17 @@ export interface DescribeRiskRulesRequest {
|
|
|
6174
6140
|
By?: string;
|
|
6175
6141
|
}
|
|
6176
6142
|
/**
|
|
6177
|
-
*
|
|
6143
|
+
* DescribeAIAgentAssetList返回参数结构体
|
|
6178
6144
|
*/
|
|
6179
|
-
export interface
|
|
6145
|
+
export interface DescribeAIAgentAssetListResponse {
|
|
6180
6146
|
/**
|
|
6181
|
-
*
|
|
6147
|
+
* 资产列表
|
|
6182
6148
|
*/
|
|
6183
|
-
|
|
6149
|
+
AssetList?: Array<AIAgentAsset>;
|
|
6150
|
+
/**
|
|
6151
|
+
* 资产总数
|
|
6152
|
+
*/
|
|
6153
|
+
TotalCount?: number;
|
|
6184
6154
|
/**
|
|
6185
6155
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6186
6156
|
*/
|
|
@@ -6789,90 +6759,50 @@ export interface Filter {
|
|
|
6789
6759
|
EndTime?: string;
|
|
6790
6760
|
}
|
|
6791
6761
|
/**
|
|
6792
|
-
*
|
|
6762
|
+
* Ai Agent 资产信息列表项
|
|
6793
6763
|
*/
|
|
6794
|
-
export interface
|
|
6764
|
+
export interface AIAgentAsset {
|
|
6795
6765
|
/**
|
|
6796
|
-
*
|
|
6766
|
+
* ID 标识
|
|
6797
6767
|
*/
|
|
6798
|
-
ID?:
|
|
6799
|
-
/**
|
|
6800
|
-
* AK名称
|
|
6801
|
-
*/
|
|
6802
|
-
Name?: string;
|
|
6803
|
-
/**
|
|
6804
|
-
* 备注
|
|
6805
|
-
*/
|
|
6806
|
-
Remark?: string;
|
|
6807
|
-
/**
|
|
6808
|
-
* 账号所属APPID
|
|
6809
|
-
*/
|
|
6810
|
-
AppID?: number;
|
|
6811
|
-
/**
|
|
6812
|
-
* 所属主账号Uin
|
|
6813
|
-
*/
|
|
6814
|
-
Uin?: string;
|
|
6815
|
-
/**
|
|
6816
|
-
* 主账号昵称
|
|
6817
|
-
*/
|
|
6818
|
-
Nickname?: string;
|
|
6819
|
-
/**
|
|
6820
|
-
* 所属子账号Uin
|
|
6821
|
-
*/
|
|
6822
|
-
SubUin?: string;
|
|
6823
|
-
/**
|
|
6824
|
-
* 所属子账号昵称
|
|
6825
|
-
*/
|
|
6826
|
-
SubNickname?: string;
|
|
6827
|
-
/**
|
|
6828
|
-
* 0 主账号AK
|
|
6829
|
-
1 子账号AK
|
|
6830
|
-
2 临时密钥
|
|
6831
|
-
*/
|
|
6832
|
-
Type?: number;
|
|
6768
|
+
ID?: string;
|
|
6833
6769
|
/**
|
|
6834
|
-
*
|
|
6835
|
-
0 正常
|
|
6836
|
-
1 立即处理
|
|
6837
|
-
2 建议加固
|
|
6770
|
+
* agent 名称
|
|
6838
6771
|
*/
|
|
6839
|
-
|
|
6772
|
+
AgentName?: string;
|
|
6840
6773
|
/**
|
|
6841
|
-
*
|
|
6774
|
+
* agent 使用模型名称
|
|
6842
6775
|
*/
|
|
6843
|
-
|
|
6776
|
+
AgentModel?: Array<string>;
|
|
6844
6777
|
/**
|
|
6845
|
-
*
|
|
6778
|
+
* 实例 ID
|
|
6846
6779
|
*/
|
|
6847
|
-
|
|
6780
|
+
InstanceID?: string;
|
|
6848
6781
|
/**
|
|
6849
|
-
*
|
|
6782
|
+
* metadata 风险列表。有如下枚举值: 1. AK_TMP 2. USER_DATA
|
|
6850
6783
|
*/
|
|
6851
|
-
|
|
6784
|
+
MetadataRiskList?: Array<string>;
|
|
6852
6785
|
/**
|
|
6853
|
-
*
|
|
6786
|
+
* 首次检出时间
|
|
6854
6787
|
*/
|
|
6855
|
-
|
|
6788
|
+
IdentityTimeFirst?: string;
|
|
6856
6789
|
/**
|
|
6857
|
-
*
|
|
6790
|
+
* 最近检出时间
|
|
6858
6791
|
*/
|
|
6859
|
-
|
|
6792
|
+
IdentityTimeLast?: string;
|
|
6860
6793
|
/**
|
|
6861
|
-
*
|
|
6862
|
-
0:禁用
|
|
6863
|
-
1:已启用
|
|
6864
|
-
2:已删除(已在cam侧删除,安全中心仍然存留之前的记录)
|
|
6794
|
+
* 检出方式。有如下枚举值 1. FINGER 资产指纹方式检出 2. NETWORK 网络访问方式检出
|
|
6865
6795
|
*/
|
|
6866
|
-
|
|
6796
|
+
IdentityMethod?: string;
|
|
6867
6797
|
/**
|
|
6868
|
-
*
|
|
6869
|
-
|
|
6798
|
+
* 暴露状态。有如下枚举值。1. EXPOSED;2.UNEXPOSED;
|
|
6799
|
+
3. UNKNOWN;
|
|
6870
6800
|
*/
|
|
6871
|
-
|
|
6801
|
+
ExposureStatus?: string;
|
|
6872
6802
|
/**
|
|
6873
|
-
*
|
|
6803
|
+
* metadata 有风险时对应路径
|
|
6874
6804
|
*/
|
|
6875
|
-
|
|
6805
|
+
MetadataRiskURL?: string;
|
|
6876
6806
|
}
|
|
6877
6807
|
/**
|
|
6878
6808
|
* DescribeRiskCenterWebsiteRiskList请求参数结构体
|
|
@@ -9464,6 +9394,35 @@ export interface ClbListenerListInfo {
|
|
|
9464
9394
|
*/
|
|
9465
9395
|
LoadBalancerDomain?: string;
|
|
9466
9396
|
}
|
|
9397
|
+
/**
|
|
9398
|
+
* UpdateAccessKeyRemark请求参数结构体
|
|
9399
|
+
*/
|
|
9400
|
+
export interface UpdateAccessKeyRemarkRequest {
|
|
9401
|
+
/**
|
|
9402
|
+
* 备注
|
|
9403
|
+
*/
|
|
9404
|
+
Remark: string;
|
|
9405
|
+
/**
|
|
9406
|
+
* 集团账号的成员id
|
|
9407
|
+
*/
|
|
9408
|
+
MemberId?: Array<string>;
|
|
9409
|
+
/**
|
|
9410
|
+
* 源IP 名称
|
|
9411
|
+
*/
|
|
9412
|
+
SourceIPList?: Array<string>;
|
|
9413
|
+
/**
|
|
9414
|
+
* ak名称
|
|
9415
|
+
*/
|
|
9416
|
+
AccessKeyList?: Array<string>;
|
|
9417
|
+
/**
|
|
9418
|
+
* 源IP的ID
|
|
9419
|
+
*/
|
|
9420
|
+
SourceIPIDList?: Array<number | bigint>;
|
|
9421
|
+
/**
|
|
9422
|
+
* AK的ID
|
|
9423
|
+
*/
|
|
9424
|
+
AccessKeyIDList?: Array<number | bigint>;
|
|
9425
|
+
}
|
|
9467
9426
|
/**
|
|
9468
9427
|
* 调用源IP 外部账号信息
|
|
9469
9428
|
*/
|
|
@@ -9714,37 +9673,97 @@ export interface DescribeRiskCallRecordRequest {
|
|
|
9714
9673
|
Filter?: Filter;
|
|
9715
9674
|
}
|
|
9716
9675
|
/**
|
|
9717
|
-
*
|
|
9676
|
+
* 资产视角的弱口令风险
|
|
9718
9677
|
*/
|
|
9719
|
-
export interface
|
|
9678
|
+
export interface AssetViewWeakPassRisk {
|
|
9720
9679
|
/**
|
|
9721
|
-
*
|
|
9680
|
+
* 影响资产
|
|
9722
9681
|
*/
|
|
9723
|
-
|
|
9682
|
+
AffectAsset?: string;
|
|
9724
9683
|
/**
|
|
9725
|
-
*
|
|
9684
|
+
* 风险等级,low-低危,high-高危,middle-中危,info-提示,extreme-严重。
|
|
9726
9685
|
*/
|
|
9727
|
-
|
|
9686
|
+
Level?: string;
|
|
9728
9687
|
/**
|
|
9729
|
-
*
|
|
9688
|
+
* 资产类型
|
|
9730
9689
|
*/
|
|
9731
|
-
|
|
9690
|
+
InstanceType?: string;
|
|
9732
9691
|
/**
|
|
9733
|
-
*
|
|
9692
|
+
* 组件
|
|
9734
9693
|
*/
|
|
9735
|
-
|
|
9694
|
+
Component?: string;
|
|
9736
9695
|
/**
|
|
9737
|
-
*
|
|
9696
|
+
* 服务
|
|
9738
9697
|
*/
|
|
9739
|
-
|
|
9698
|
+
Service?: string;
|
|
9740
9699
|
/**
|
|
9741
|
-
*
|
|
9700
|
+
* 最近识别时间
|
|
9742
9701
|
*/
|
|
9743
|
-
|
|
9702
|
+
RecentTime?: string;
|
|
9744
9703
|
/**
|
|
9745
|
-
*
|
|
9704
|
+
* 首次识别时间
|
|
9746
9705
|
*/
|
|
9747
|
-
|
|
9706
|
+
FirstTime?: string;
|
|
9707
|
+
/**
|
|
9708
|
+
* 状态,0未处理、1已处置、2已忽略
|
|
9709
|
+
*/
|
|
9710
|
+
Status?: number;
|
|
9711
|
+
/**
|
|
9712
|
+
* ID,处理风险使用
|
|
9713
|
+
*/
|
|
9714
|
+
Id?: string;
|
|
9715
|
+
/**
|
|
9716
|
+
* 前端索引
|
|
9717
|
+
*/
|
|
9718
|
+
Index?: string;
|
|
9719
|
+
/**
|
|
9720
|
+
* 实例id
|
|
9721
|
+
*/
|
|
9722
|
+
InstanceId?: string;
|
|
9723
|
+
/**
|
|
9724
|
+
* 实例名
|
|
9725
|
+
*/
|
|
9726
|
+
InstanceName?: string;
|
|
9727
|
+
/**
|
|
9728
|
+
* 用户appid
|
|
9729
|
+
*/
|
|
9730
|
+
AppId?: string;
|
|
9731
|
+
/**
|
|
9732
|
+
* 用户昵称
|
|
9733
|
+
*/
|
|
9734
|
+
Nick?: string;
|
|
9735
|
+
/**
|
|
9736
|
+
* 用户uin
|
|
9737
|
+
*/
|
|
9738
|
+
Uin?: string;
|
|
9739
|
+
/**
|
|
9740
|
+
* 弱口令类型
|
|
9741
|
+
*/
|
|
9742
|
+
PasswordType?: string;
|
|
9743
|
+
/**
|
|
9744
|
+
* 来源
|
|
9745
|
+
*/
|
|
9746
|
+
From?: string;
|
|
9747
|
+
/**
|
|
9748
|
+
* 漏洞类型
|
|
9749
|
+
*/
|
|
9750
|
+
VULType?: string;
|
|
9751
|
+
/**
|
|
9752
|
+
* 漏洞url
|
|
9753
|
+
*/
|
|
9754
|
+
VULURL?: string;
|
|
9755
|
+
/**
|
|
9756
|
+
* 修复建议
|
|
9757
|
+
*/
|
|
9758
|
+
Fix?: string;
|
|
9759
|
+
/**
|
|
9760
|
+
* 证明
|
|
9761
|
+
*/
|
|
9762
|
+
Payload?: string;
|
|
9763
|
+
/**
|
|
9764
|
+
* 端口
|
|
9765
|
+
*/
|
|
9766
|
+
Port?: number;
|
|
9748
9767
|
}
|
|
9749
9768
|
/**
|
|
9750
9769
|
* 集群列表
|
|
@@ -9893,33 +9912,90 @@ export interface CreateDomainAndIpResponse {
|
|
|
9893
9912
|
RequestId?: string;
|
|
9894
9913
|
}
|
|
9895
9914
|
/**
|
|
9896
|
-
*
|
|
9915
|
+
* 访问密钥资产信息
|
|
9897
9916
|
*/
|
|
9898
|
-
export interface
|
|
9917
|
+
export interface AccessKeyAsset {
|
|
9918
|
+
/**
|
|
9919
|
+
* AK 的id
|
|
9920
|
+
*/
|
|
9921
|
+
ID?: number;
|
|
9922
|
+
/**
|
|
9923
|
+
* AK名称
|
|
9924
|
+
*/
|
|
9925
|
+
Name?: string;
|
|
9899
9926
|
/**
|
|
9900
9927
|
* 备注
|
|
9901
9928
|
*/
|
|
9902
|
-
Remark
|
|
9929
|
+
Remark?: string;
|
|
9903
9930
|
/**
|
|
9904
|
-
*
|
|
9931
|
+
* 账号所属APPID
|
|
9905
9932
|
*/
|
|
9906
|
-
|
|
9933
|
+
AppID?: number;
|
|
9907
9934
|
/**
|
|
9908
|
-
*
|
|
9935
|
+
* 所属主账号Uin
|
|
9909
9936
|
*/
|
|
9910
|
-
|
|
9937
|
+
Uin?: string;
|
|
9911
9938
|
/**
|
|
9912
|
-
*
|
|
9939
|
+
* 主账号昵称
|
|
9913
9940
|
*/
|
|
9914
|
-
|
|
9941
|
+
Nickname?: string;
|
|
9915
9942
|
/**
|
|
9916
|
-
*
|
|
9943
|
+
* 所属子账号Uin
|
|
9917
9944
|
*/
|
|
9918
|
-
|
|
9945
|
+
SubUin?: string;
|
|
9919
9946
|
/**
|
|
9920
|
-
*
|
|
9947
|
+
* 所属子账号昵称
|
|
9921
9948
|
*/
|
|
9922
|
-
|
|
9949
|
+
SubNickname?: string;
|
|
9950
|
+
/**
|
|
9951
|
+
* 0 主账号AK
|
|
9952
|
+
1 子账号AK
|
|
9953
|
+
2 临时密钥
|
|
9954
|
+
*/
|
|
9955
|
+
Type?: number;
|
|
9956
|
+
/**
|
|
9957
|
+
* 安全建议 枚举
|
|
9958
|
+
0 正常
|
|
9959
|
+
1 立即处理
|
|
9960
|
+
2 建议加固
|
|
9961
|
+
*/
|
|
9962
|
+
Advice?: number;
|
|
9963
|
+
/**
|
|
9964
|
+
* 告警信息列表
|
|
9965
|
+
*/
|
|
9966
|
+
AccessKeyAlarmList?: Array<AccessKeyAlarmInfo>;
|
|
9967
|
+
/**
|
|
9968
|
+
* 风险信息列表
|
|
9969
|
+
*/
|
|
9970
|
+
AccessKeyRiskList?: Array<AccessKeyAlarmInfo>;
|
|
9971
|
+
/**
|
|
9972
|
+
* 源IP数量
|
|
9973
|
+
*/
|
|
9974
|
+
IPCount?: number;
|
|
9975
|
+
/**
|
|
9976
|
+
* 创建时间
|
|
9977
|
+
*/
|
|
9978
|
+
CreateTime?: string;
|
|
9979
|
+
/**
|
|
9980
|
+
* 最近访问时间
|
|
9981
|
+
*/
|
|
9982
|
+
LastAccessTime?: string;
|
|
9983
|
+
/**
|
|
9984
|
+
* AK状态
|
|
9985
|
+
0:禁用
|
|
9986
|
+
1:已启用
|
|
9987
|
+
2:已删除(已在cam侧删除,安全中心仍然存留之前的记录)
|
|
9988
|
+
*/
|
|
9989
|
+
Status?: number;
|
|
9990
|
+
/**
|
|
9991
|
+
* 0 表示已检测
|
|
9992
|
+
1 表示检测中
|
|
9993
|
+
*/
|
|
9994
|
+
CheckStatus?: number;
|
|
9995
|
+
/**
|
|
9996
|
+
* 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
9997
|
+
*/
|
|
9998
|
+
CloudType?: number;
|
|
9923
9999
|
}
|
|
9924
10000
|
/**
|
|
9925
10001
|
* DescribeTaskLogList返回参数结构体
|
|
@@ -133,7 +133,7 @@ export declare class Client extends AbstractClient {
|
|
|
133
133
|
CreateHpcCluster(req: CreateHpcClusterRequest, cb?: (error: string, rep: CreateHpcClusterResponse) => void): Promise<CreateHpcClusterResponse>;
|
|
134
134
|
/**
|
|
135
135
|
* 本接口 (DisassociateSecurityGroups) 用于解绑实例的指定安全组。
|
|
136
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
136
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
137
137
|
*/
|
|
138
138
|
DisassociateSecurityGroups(req: DisassociateSecurityGroupsRequest, cb?: (error: string, rep: DisassociateSecurityGroupsResponse) => void): Promise<DisassociateSecurityGroupsResponse>;
|
|
139
139
|
/**
|
|
@@ -340,7 +340,7 @@ export declare class Client extends AbstractClient {
|
|
|
340
340
|
* 只有状态为`STOPPED`的实例才可以进行此操作。
|
|
341
341
|
* 接口调用成功时,实例会进入`STARTING`状态;启动实例成功时,实例会进入`RUNNING`状态。
|
|
342
342
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
343
|
-
* 本接口为异步接口,启动实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
343
|
+
* 本接口为异步接口,启动实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表启动实例操作成功。
|
|
344
344
|
*/
|
|
345
345
|
StartInstances(req: StartInstancesRequest, cb?: (error: string, rep: StartInstancesResponse) => void): Promise<StartInstancesResponse>;
|
|
346
346
|
/**
|
|
@@ -349,7 +349,7 @@ export declare class Client extends AbstractClient {
|
|
|
349
349
|
DescribeLaunchTemplates(req: DescribeLaunchTemplatesRequest, cb?: (error: string, rep: DescribeLaunchTemplatesResponse) => void): Promise<DescribeLaunchTemplatesResponse>;
|
|
350
350
|
/**
|
|
351
351
|
* 本接口 (AssociateSecurityGroups) 用于绑定安全组到指定实例。
|
|
352
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
352
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
353
353
|
<dx-alert infotype="explain" title="">
|
|
354
354
|
多个安全组绑定至实例后,将以绑定顺序作为优先级顺序依次匹配执行。如需调整安全组优先级,请参见 [调整安全组优先级](https://cloud.tencent.com/document/product/213/42842)。
|
|
355
355
|
</dx-alert>
|
|
@@ -408,7 +408,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
408
408
|
* 项目为一个虚拟概念,用户可以在一个账户下面建立多个项目,每个项目中管理不同的资源;将多个不同实例分属到不同项目中,后续使用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口查询实例,项目ID可用于过滤结果。
|
|
409
409
|
* 绑定负载均衡的实例不支持修改实例所属项目,请先使用[DeregisterInstancesFromLoadBalancer](https://cloud.tencent.com/document/api/214/1258)接口解绑负载均衡。
|
|
410
410
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
411
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
411
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
412
412
|
*/
|
|
413
413
|
ModifyInstancesProject(req: ModifyInstancesProjectRequest, cb?: (error: string, rep: ModifyInstancesProjectResponse) => void): Promise<ModifyInstancesProjectResponse>;
|
|
414
414
|
/**
|
|
@@ -591,7 +591,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
591
591
|
|
|
592
592
|
* 只支持操作包年包月实例。
|
|
593
593
|
* 续费时请确保账户余额充足。可通过[DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
|
|
594
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
594
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
595
595
|
*/
|
|
596
596
|
RenewInstances(req: RenewInstancesRequest, cb?: (error: string, rep: RenewInstancesResponse) => void): Promise<RenewInstancesResponse>;
|
|
597
597
|
/**
|
|
@@ -193,7 +193,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
193
193
|
}
|
|
194
194
|
/**
|
|
195
195
|
* 本接口 (DisassociateSecurityGroups) 用于解绑实例的指定安全组。
|
|
196
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
196
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
197
197
|
*/
|
|
198
198
|
async DisassociateSecurityGroups(req, cb) {
|
|
199
199
|
return this.request("DisassociateSecurityGroups", req, cb);
|
|
@@ -468,7 +468,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
468
468
|
* 只有状态为`STOPPED`的实例才可以进行此操作。
|
|
469
469
|
* 接口调用成功时,实例会进入`STARTING`状态;启动实例成功时,实例会进入`RUNNING`状态。
|
|
470
470
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
471
|
-
* 本接口为异步接口,启动实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
471
|
+
* 本接口为异步接口,启动实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表启动实例操作成功。
|
|
472
472
|
*/
|
|
473
473
|
async StartInstances(req, cb) {
|
|
474
474
|
return this.request("StartInstances", req, cb);
|
|
@@ -481,7 +481,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
481
481
|
}
|
|
482
482
|
/**
|
|
483
483
|
* 本接口 (AssociateSecurityGroups) 用于绑定安全组到指定实例。
|
|
484
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
484
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
485
485
|
<dx-alert infotype="explain" title="">
|
|
486
486
|
多个安全组绑定至实例后,将以绑定顺序作为优先级顺序依次匹配执行。如需调整安全组优先级,请参见 [调整安全组优先级](https://cloud.tencent.com/document/product/213/42842)。
|
|
487
487
|
</dx-alert>
|
|
@@ -554,7 +554,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
554
554
|
* 项目为一个虚拟概念,用户可以在一个账户下面建立多个项目,每个项目中管理不同的资源;将多个不同实例分属到不同项目中,后续使用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口查询实例,项目ID可用于过滤结果。
|
|
555
555
|
* 绑定负载均衡的实例不支持修改实例所属项目,请先使用[DeregisterInstancesFromLoadBalancer](https://cloud.tencent.com/document/api/214/1258)接口解绑负载均衡。
|
|
556
556
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
557
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
557
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
558
558
|
*/
|
|
559
559
|
async ModifyInstancesProject(req, cb) {
|
|
560
560
|
return this.request("ModifyInstancesProject", req, cb);
|
|
@@ -795,7 +795,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
795
795
|
|
|
796
796
|
* 只支持操作包年包月实例。
|
|
797
797
|
* 续费时请确保账户余额充足。可通过[DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
|
|
798
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
798
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
799
799
|
*/
|
|
800
800
|
async RenewInstances(req, cb) {
|
|
801
801
|
return this.request("RenewInstances", req, cb);
|