tencentcloud-sdk-nodejs 4.1.233 → 4.1.234
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/dataagent/v20250513/dataagent_client.js +32 -29
- package/es/services/ioa/v20220601/ioa_client.js +9 -0
- package/es/services/monitor/v20180724/monitor_client.js +0 -6
- 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/batch/v20170312/batch_models.d.ts +5 -5
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -22
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +21 -17
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -9
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +26 -22
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +8 -8
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +8 -8
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -5
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +8 -10
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +39 -35
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +57 -51
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +13 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +13 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +18 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +270 -42
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +24 -24
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -16
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -82
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +58 -14
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +12 -8
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +50 -38
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +8 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +204 -203
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +52 -37
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.234";
|
|
@@ -6,17 +6,26 @@ export class Client extends AbstractClient {
|
|
|
6
6
|
async UploadAndCommitFile(req, cb) {
|
|
7
7
|
return this.request("UploadAndCommitFile", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async GetKnowledgeBaseList(req, cb) {
|
|
10
|
+
return this.request("GetKnowledgeBaseList", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async ModifyKnowledgeBase(req, cb) {
|
|
13
|
+
return this.request("ModifyKnowledgeBase", req, cb);
|
|
14
|
+
}
|
|
15
|
+
async GetKnowledgeBaseFileList(req, cb) {
|
|
16
|
+
return this.request("GetKnowledgeBaseFileList", req, cb);
|
|
17
|
+
}
|
|
18
|
+
async GetSessionDetails(req, cb) {
|
|
19
|
+
return this.request("GetSessionDetails", req, cb);
|
|
20
|
+
}
|
|
21
|
+
async GetUserInstanceList(req, cb) {
|
|
22
|
+
return this.request("GetUserInstanceList", req, cb);
|
|
14
23
|
}
|
|
15
24
|
async GetUploadJobDetails(req, cb) {
|
|
16
25
|
return this.request("GetUploadJobDetails", req, cb);
|
|
17
26
|
}
|
|
18
|
-
async
|
|
19
|
-
return this.request("
|
|
27
|
+
async QueryUserAuthority(req, cb) {
|
|
28
|
+
return this.request("QueryUserAuthority", req, cb);
|
|
20
29
|
}
|
|
21
30
|
async AddChunk(req, cb) {
|
|
22
31
|
return this.request("AddChunk", req, cb);
|
|
@@ -27,43 +36,37 @@ export class Client extends AbstractClient {
|
|
|
27
36
|
async CreateDataAgentSession(req, cb) {
|
|
28
37
|
return this.request("CreateDataAgentSession", req, cb);
|
|
29
38
|
}
|
|
39
|
+
async UpdateScene(req, cb) {
|
|
40
|
+
return this.request("UpdateScene", req, cb);
|
|
41
|
+
}
|
|
30
42
|
async QuerySceneList(req, cb) {
|
|
31
43
|
return this.request("QuerySceneList", req, cb);
|
|
32
44
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
45
|
+
async AddScene(req, cb) {
|
|
46
|
+
return this.request("AddScene", req, cb);
|
|
47
|
+
}
|
|
48
|
+
async QueryChunkList(req, cb) {
|
|
49
|
+
return this.request("QueryChunkList", req, cb);
|
|
35
50
|
}
|
|
36
51
|
async ModifyUserAuthority(req, cb) {
|
|
37
52
|
return this.request("ModifyUserAuthority", req, cb);
|
|
38
53
|
}
|
|
54
|
+
async StopChatAI(req, cb) {
|
|
55
|
+
return this.request("StopChatAI", req, cb);
|
|
56
|
+
}
|
|
57
|
+
async ModifyChunk(req, cb) {
|
|
58
|
+
return this.request("ModifyChunk", req, cb);
|
|
59
|
+
}
|
|
60
|
+
async DeleteChunk(req, cb) {
|
|
61
|
+
return this.request("DeleteChunk", req, cb);
|
|
62
|
+
}
|
|
39
63
|
async DeleteScene(req, cb) {
|
|
40
64
|
return this.request("DeleteScene", req, cb);
|
|
41
65
|
}
|
|
42
66
|
async DeleteDataAgentSession(req, cb) {
|
|
43
67
|
return this.request("DeleteDataAgentSession", req, cb);
|
|
44
68
|
}
|
|
45
|
-
async AddScene(req, cb) {
|
|
46
|
-
return this.request("AddScene", req, cb);
|
|
47
|
-
}
|
|
48
|
-
async QueryUserAuthority(req, cb) {
|
|
49
|
-
return this.request("QueryUserAuthority", req, cb);
|
|
50
|
-
}
|
|
51
|
-
async QueryChunkList(req, cb) {
|
|
52
|
-
return this.request("QueryChunkList", req, cb);
|
|
53
|
-
}
|
|
54
|
-
async GetKnowledgeBaseFileList(req, cb) {
|
|
55
|
-
return this.request("GetKnowledgeBaseFileList", req, cb);
|
|
56
|
-
}
|
|
57
|
-
async GetSessionDetails(req, cb) {
|
|
58
|
-
return this.request("GetSessionDetails", req, cb);
|
|
59
|
-
}
|
|
60
|
-
async UpdateScene(req, cb) {
|
|
61
|
-
return this.request("UpdateScene", req, cb);
|
|
62
|
-
}
|
|
63
69
|
async GetJobsByKnowledgeBaseId(req, cb) {
|
|
64
70
|
return this.request("GetJobsByKnowledgeBaseId", req, cb);
|
|
65
71
|
}
|
|
66
|
-
async StopChatAI(req, cb) {
|
|
67
|
-
return this.request("StopChatAI", req, cb);
|
|
68
|
-
}
|
|
69
72
|
}
|
|
@@ -6,6 +6,9 @@ export class Client extends AbstractClient {
|
|
|
6
6
|
async DescribeAggrSoftDeviceList(req, cb) {
|
|
7
7
|
return this.request("DescribeAggrSoftDeviceList", req, cb);
|
|
8
8
|
}
|
|
9
|
+
async DescribeCompanyDirectoryConfig(req, cb) {
|
|
10
|
+
return this.request("DescribeCompanyDirectoryConfig", req, cb);
|
|
11
|
+
}
|
|
9
12
|
async GrantResourcesByAccounts(req, cb) {
|
|
10
13
|
return this.request("GrantResourcesByAccounts", req, cb);
|
|
11
14
|
}
|
|
@@ -24,6 +27,12 @@ export class Client extends AbstractClient {
|
|
|
24
27
|
async CreateDLPFileDetectTask(req, cb) {
|
|
25
28
|
return this.request("CreateDLPFileDetectTask", req, cb);
|
|
26
29
|
}
|
|
30
|
+
async ModifyCompanyDirectoryConfig(req, cb) {
|
|
31
|
+
return this.request("ModifyCompanyDirectoryConfig", req, cb);
|
|
32
|
+
}
|
|
33
|
+
async CreateCompanyDirectoryConfig(req, cb) {
|
|
34
|
+
return this.request("CreateCompanyDirectoryConfig", req, cb);
|
|
35
|
+
}
|
|
27
36
|
async CreateDeviceVirtualGroup(req, cb) {
|
|
28
37
|
return this.request("CreateDeviceVirtualGroup", req, cb);
|
|
29
38
|
}
|
|
@@ -438,9 +438,6 @@ export class Client extends AbstractClient {
|
|
|
438
438
|
async UpdateDNSConfig(req, cb) {
|
|
439
439
|
return this.request("UpdateDNSConfig", req, cb);
|
|
440
440
|
}
|
|
441
|
-
async DescribeServiceDiscovery(req, cb) {
|
|
442
|
-
return this.request("DescribeServiceDiscovery", req, cb);
|
|
443
|
-
}
|
|
444
441
|
async DescribeGrafanaIntegrations(req, cb) {
|
|
445
442
|
return this.request("DescribeGrafanaIntegrations", req, cb);
|
|
446
443
|
}
|
|
@@ -459,9 +456,6 @@ export class Client extends AbstractClient {
|
|
|
459
456
|
async DescribeAllNamespaces(req, cb) {
|
|
460
457
|
return this.request("DescribeAllNamespaces", req, cb);
|
|
461
458
|
}
|
|
462
|
-
async CreateServiceDiscovery(req, cb) {
|
|
463
|
-
return this.request("CreateServiceDiscovery", req, cb);
|
|
464
|
-
}
|
|
465
459
|
async CreatePrometheusRecordRuleYaml(req, cb) {
|
|
466
460
|
return this.request("CreatePrometheusRecordRuleYaml", req, cb);
|
|
467
461
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.234";
|
|
@@ -2662,23 +2662,23 @@ export interface TerminateComputeNodeResponse {
|
|
|
2662
2662
|
*/
|
|
2663
2663
|
export interface VirtualPrivateCloud {
|
|
2664
2664
|
/**
|
|
2665
|
-
*
|
|
2665
|
+
* <p>私有网络ID,形如<code>vpc-xxx</code>。有效的VpcId可通过登录<a href="https://console.cloud.tencent.com/vpc/vpc?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> ,从接口返回中的<code>VpcId</code>字段获取。若在创建子机时VpcId与SubnetId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
2666
2666
|
*/
|
|
2667
2667
|
VpcId: string;
|
|
2668
2668
|
/**
|
|
2669
|
-
*
|
|
2669
|
+
* <p>私有网络子网ID,形如<code>subnet-xxx</code>。有效的私有网络子网ID可通过登录<a href="https://console.cloud.tencent.com/vpc/subnet?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a> ,从接口返回中的<code>SubnetId</code>字段获取。若在创建子机时SubnetId与VpcId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
2670
2670
|
*/
|
|
2671
2671
|
SubnetId: string;
|
|
2672
2672
|
/**
|
|
2673
|
-
*
|
|
2673
|
+
* <p>是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false。</p>
|
|
2674
2674
|
*/
|
|
2675
2675
|
AsVpcGateway?: boolean;
|
|
2676
2676
|
/**
|
|
2677
|
-
*
|
|
2677
|
+
* <p>私有网络子网 IP 数组,在创建实例、修改实例vpc属性操作中可使用此参数。当前仅批量创建多台实例时支持传入相同子网的多个 IP。</p>
|
|
2678
2678
|
*/
|
|
2679
2679
|
PrivateIpAddresses?: Array<string>;
|
|
2680
2680
|
/**
|
|
2681
|
-
*
|
|
2681
|
+
* <p>为弹性网卡指定随机生成的 IPv6 地址数量。</p>
|
|
2682
2682
|
*/
|
|
2683
2683
|
Ipv6AddressCount?: number;
|
|
2684
2684
|
}
|
|
@@ -7165,72 +7165,69 @@ export interface DescribeInstancePasswordComplexityResponse {
|
|
|
7165
7165
|
*/
|
|
7166
7166
|
export interface AdjustCdbProxyAddressRequest {
|
|
7167
7167
|
/**
|
|
7168
|
-
*
|
|
7168
|
+
* <p>代理组 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
|
|
7169
7169
|
*/
|
|
7170
7170
|
ProxyGroupId: string;
|
|
7171
7171
|
/**
|
|
7172
|
-
*
|
|
7173
|
-
系统自动分配:"system", 自定义:"custom"
|
|
7172
|
+
* <p>权重分配模式,<br>系统自动分配:"system", 自定义:"custom"</p>
|
|
7174
7173
|
*/
|
|
7175
7174
|
WeightMode: string;
|
|
7176
7175
|
/**
|
|
7177
|
-
*
|
|
7176
|
+
* <p>是否开启延迟剔除,取值:"true" | "false"</p>
|
|
7178
7177
|
*/
|
|
7179
7178
|
IsKickOut: boolean;
|
|
7180
7179
|
/**
|
|
7181
|
-
*
|
|
7182
|
-
说明:当 IsKickOut 为 true 时才有效。
|
|
7180
|
+
* <p>最小保留数量,最小取值:0。<br>说明:当 IsKickOut 为 true 时才有效。</p>
|
|
7183
7181
|
*/
|
|
7184
7182
|
MinCount: number;
|
|
7185
7183
|
/**
|
|
7186
|
-
*
|
|
7184
|
+
* <p>延迟剔除阈值,最小取值:1,取值范围:[1,10000],整数。</p>
|
|
7187
7185
|
*/
|
|
7188
7186
|
MaxDelay: number;
|
|
7189
7187
|
/**
|
|
7190
|
-
*
|
|
7188
|
+
* <p>是否开启故障转移,取值:"true" | "false"</p>
|
|
7191
7189
|
*/
|
|
7192
7190
|
FailOver: boolean;
|
|
7193
7191
|
/**
|
|
7194
|
-
*
|
|
7192
|
+
* <p>是否自动添加RO,取值:"true" | "false"</p>
|
|
7195
7193
|
*/
|
|
7196
7194
|
AutoAddRo: boolean;
|
|
7197
7195
|
/**
|
|
7198
|
-
*
|
|
7196
|
+
* <p>是否是只读,取值:"true" | "false"</p>
|
|
7199
7197
|
*/
|
|
7200
7198
|
ReadOnly: boolean;
|
|
7201
7199
|
/**
|
|
7202
|
-
*
|
|
7200
|
+
* <p>代理组地址 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
|
|
7203
7201
|
*/
|
|
7204
7202
|
ProxyAddressId: string;
|
|
7205
7203
|
/**
|
|
7206
|
-
*
|
|
7204
|
+
* <p>是否开启事务分离,取值:"true" | "false",默认值 false。</p>
|
|
7207
7205
|
*/
|
|
7208
7206
|
TransSplit?: boolean;
|
|
7209
7207
|
/**
|
|
7210
|
-
*
|
|
7211
|
-
注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
|
|
7208
|
+
* <p>是否开启连接池。默认关闭。<br>注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。</p>
|
|
7212
7209
|
*/
|
|
7213
7210
|
ConnectionPool?: boolean;
|
|
7214
7211
|
/**
|
|
7215
|
-
*
|
|
7212
|
+
* <p>读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。</p>
|
|
7216
7213
|
*/
|
|
7217
7214
|
ProxyAllocation?: Array<ProxyAllocation>;
|
|
7218
7215
|
/**
|
|
7219
|
-
*
|
|
7216
|
+
* <p>是否开启自适应负载均衡。默认关闭。</p>
|
|
7220
7217
|
*/
|
|
7221
7218
|
AutoLoadBalance?: boolean;
|
|
7222
7219
|
/**
|
|
7223
|
-
*
|
|
7220
|
+
* <p>访问模式:nearby - 就近访问,balance - 均衡分配,默认就近访问。</p>
|
|
7224
7221
|
*/
|
|
7225
7222
|
AccessMode?: string;
|
|
7226
7223
|
/**
|
|
7227
|
-
*
|
|
7224
|
+
* <p>是否将libra节点当作普通RO节点</p>
|
|
7228
7225
|
*/
|
|
7229
|
-
ApNodeAsRoNode?:
|
|
7226
|
+
ApNodeAsRoNode?: boolean;
|
|
7230
7227
|
/**
|
|
7231
|
-
* libra
|
|
7228
|
+
* <p>libra节点故障,是否转发给其他节点</p>
|
|
7232
7229
|
*/
|
|
7233
|
-
ApQueryToOtherNode?:
|
|
7230
|
+
ApQueryToOtherNode?: boolean;
|
|
7234
7231
|
}
|
|
7235
7232
|
/**
|
|
7236
7233
|
* DescribeDatabases返回参数结构体
|
|
@@ -7600,7 +7597,7 @@ export interface UpgradeAnalysisInstanceVersionInfo {
|
|
|
7600
7597
|
*/
|
|
7601
7598
|
export interface AdjustCdbProxyAddressResponse {
|
|
7602
7599
|
/**
|
|
7603
|
-
*
|
|
7600
|
+
* <p>异步任务ID</p>
|
|
7604
7601
|
*/
|
|
7605
7602
|
AsyncRequestId?: string;
|
|
7606
7603
|
/**
|
|
@@ -1485,73 +1485,77 @@ export interface ObjectTypeJsonParse {
|
|
|
1485
1485
|
*/
|
|
1486
1486
|
export interface TaskListItem {
|
|
1487
1487
|
/**
|
|
1488
|
-
*
|
|
1488
|
+
* <p>任务ID</p>
|
|
1489
1489
|
*/
|
|
1490
1490
|
TaskId?: number;
|
|
1491
1491
|
/**
|
|
1492
|
-
*
|
|
1492
|
+
* <p>任务标题</p>
|
|
1493
1493
|
*/
|
|
1494
1494
|
TaskTitle?: string;
|
|
1495
1495
|
/**
|
|
1496
|
-
*
|
|
1496
|
+
* <p>任务描述</p>
|
|
1497
1497
|
*/
|
|
1498
1498
|
TaskDescription?: string;
|
|
1499
1499
|
/**
|
|
1500
|
-
*
|
|
1500
|
+
* <p>任务标签</p>
|
|
1501
1501
|
*/
|
|
1502
1502
|
TaskTag?: string;
|
|
1503
1503
|
/**
|
|
1504
|
-
*
|
|
1504
|
+
* <p>任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)</p>
|
|
1505
1505
|
*/
|
|
1506
1506
|
TaskStatus?: number;
|
|
1507
1507
|
/**
|
|
1508
|
-
*
|
|
1508
|
+
* <p>任务创建时间</p>
|
|
1509
1509
|
*/
|
|
1510
1510
|
TaskCreateTime?: string;
|
|
1511
1511
|
/**
|
|
1512
|
-
*
|
|
1512
|
+
* <p>任务更新时间</p>
|
|
1513
1513
|
*/
|
|
1514
1514
|
TaskUpdateTime?: string;
|
|
1515
1515
|
/**
|
|
1516
|
-
* 0--未开始,1--进行中,2
|
|
1516
|
+
* <p>0--未开始,1--进行中,2--已完成</p>
|
|
1517
1517
|
*/
|
|
1518
1518
|
TaskPreCheckStatus?: number;
|
|
1519
1519
|
/**
|
|
1520
|
-
*
|
|
1520
|
+
* <p>环境检查是否通过</p>
|
|
1521
1521
|
*/
|
|
1522
1522
|
TaskPreCheckSuccess?: boolean;
|
|
1523
1523
|
/**
|
|
1524
|
-
*
|
|
1524
|
+
* <p>演练是否符合预期 1-符合预期 2-不符合预期</p>
|
|
1525
1525
|
*/
|
|
1526
1526
|
TaskExpect?: number;
|
|
1527
1527
|
/**
|
|
1528
|
-
*
|
|
1528
|
+
* <p>关联应用ID</p>
|
|
1529
1529
|
*/
|
|
1530
1530
|
ApplicationId?: string;
|
|
1531
1531
|
/**
|
|
1532
|
-
*
|
|
1532
|
+
* <p>关联应用名称</p>
|
|
1533
1533
|
*/
|
|
1534
1534
|
ApplicationName?: string;
|
|
1535
1535
|
/**
|
|
1536
|
-
*
|
|
1536
|
+
* <p>验证项ID</p>
|
|
1537
1537
|
*/
|
|
1538
1538
|
VerifyId?: number;
|
|
1539
1539
|
/**
|
|
1540
|
-
*
|
|
1540
|
+
* <p>状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止</p>
|
|
1541
1541
|
*/
|
|
1542
1542
|
TaskStatusType?: number;
|
|
1543
1543
|
/**
|
|
1544
|
-
*
|
|
1544
|
+
* <p>架构ID</p>
|
|
1545
1545
|
*/
|
|
1546
1546
|
ArchId?: string;
|
|
1547
1547
|
/**
|
|
1548
|
-
*
|
|
1548
|
+
* <p>架构名称</p>
|
|
1549
1549
|
*/
|
|
1550
1550
|
ArchName?: string;
|
|
1551
1551
|
/**
|
|
1552
|
-
*
|
|
1552
|
+
* <p>来源</p>
|
|
1553
1553
|
*/
|
|
1554
1554
|
TaskSource?: number;
|
|
1555
|
+
/**
|
|
1556
|
+
* <p>云资源标签列表</p>
|
|
1557
|
+
*/
|
|
1558
|
+
Tags?: Array<TagWithDescribe>;
|
|
1555
1559
|
}
|
|
1556
1560
|
/**
|
|
1557
1561
|
* ExecuteTaskInstance返回参数结构体
|
|
@@ -10310,21 +10310,15 @@ export interface MergePartitionRequest {
|
|
|
10310
10310
|
*/
|
|
10311
10311
|
export interface MonitorTime {
|
|
10312
10312
|
/**
|
|
10313
|
-
*
|
|
10314
|
-
|
|
10315
|
-
- Period:固定频率
|
|
10316
|
-
- Fixed:固定时间
|
|
10317
|
-
- Cron:Cron表达式
|
|
10313
|
+
* <p>执行周期, 可选值:<code>Period</code>、<code>Fixed</code>、<code>Cron</code>。</p><ul><li>Period:固定频率</li><li>Fixed:固定时间</li><li>Cron:Cron表达式</li></ul>
|
|
10318
10314
|
*/
|
|
10319
10315
|
Type: string;
|
|
10320
10316
|
/**
|
|
10321
|
-
*
|
|
10322
|
-
当type为`Period`,`Fixed`时,time字段生效。
|
|
10317
|
+
* <p>执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。<br>当type为<code>Period</code>,<code>Fixed</code>时,time字段生效。</p>
|
|
10323
10318
|
*/
|
|
10324
10319
|
Time?: number;
|
|
10325
10320
|
/**
|
|
10326
|
-
*
|
|
10327
|
-
当type为`Cron`时,CronExpression字段生效。
|
|
10321
|
+
* <p>执行的周期cron表达式。示例:<code>0/1 * * * *</code> 从左到右每个field的含义 Minutes field(分钟), Hours field(小时),Day of month field(日期),Month field(月份),Day of week field(星期), 不支持秒级别。当type为<code>Cron</code>时,CronExpression字段生效。</p>
|
|
10328
10322
|
*/
|
|
10329
10323
|
CronExpression?: string;
|
|
10330
10324
|
}
|
|
@@ -4264,57 +4264,61 @@ export interface CreateSubDomainResponse {
|
|
|
4264
4264
|
*/
|
|
4265
4265
|
export interface DisplayToolCommon {
|
|
4266
4266
|
/**
|
|
4267
|
-
*
|
|
4267
|
+
* <p>子公司ID</p>
|
|
4268
4268
|
*/
|
|
4269
4269
|
EnterpriseUid?: string;
|
|
4270
4270
|
/**
|
|
4271
|
-
*
|
|
4271
|
+
* <p>子公司名称</p>
|
|
4272
4272
|
*/
|
|
4273
4273
|
EnterpriseName?: string;
|
|
4274
4274
|
/**
|
|
4275
|
-
*
|
|
4275
|
+
* <p>主任务ID</p>
|
|
4276
4276
|
*/
|
|
4277
4277
|
JobId?: number;
|
|
4278
4278
|
/**
|
|
4279
|
-
*
|
|
4279
|
+
* <p>单任务ID</p>
|
|
4280
4280
|
*/
|
|
4281
4281
|
JobStageId?: number;
|
|
4282
4282
|
/**
|
|
4283
|
-
*
|
|
4283
|
+
* <p>是否忽略</p>
|
|
4284
4284
|
*/
|
|
4285
4285
|
Ignored?: boolean;
|
|
4286
4286
|
/**
|
|
4287
|
-
*
|
|
4287
|
+
* <p>子任务ID</p>
|
|
4288
4288
|
*/
|
|
4289
4289
|
JobRecordId?: number;
|
|
4290
4290
|
/**
|
|
4291
|
-
*
|
|
4291
|
+
* <p>企业ID</p>
|
|
4292
4292
|
*/
|
|
4293
4293
|
CustomerId?: number;
|
|
4294
4294
|
/**
|
|
4295
|
-
*
|
|
4295
|
+
* <p>企业名称</p>
|
|
4296
4296
|
*/
|
|
4297
4297
|
CustomerName?: string;
|
|
4298
4298
|
/**
|
|
4299
|
-
*
|
|
4299
|
+
* <p>详情</p>
|
|
4300
4300
|
*/
|
|
4301
4301
|
Detail?: string;
|
|
4302
4302
|
/**
|
|
4303
|
-
* Md5
|
|
4303
|
+
* <p>Md5值</p>
|
|
4304
4304
|
*/
|
|
4305
4305
|
Md5?: string;
|
|
4306
4306
|
/**
|
|
4307
|
-
*
|
|
4307
|
+
* <p>创建时间</p>
|
|
4308
4308
|
*/
|
|
4309
4309
|
CreateAt?: string;
|
|
4310
4310
|
/**
|
|
4311
|
-
*
|
|
4311
|
+
* <p>更新时间</p>
|
|
4312
4312
|
*/
|
|
4313
4313
|
UpdateAt?: string;
|
|
4314
4314
|
/**
|
|
4315
|
-
*
|
|
4315
|
+
* <p>标签列表,json格式:{"tag1":["责任人xxx"],"tag2":["测试站"]}</p>
|
|
4316
4316
|
*/
|
|
4317
4317
|
Labels?: string;
|
|
4318
|
+
/**
|
|
4319
|
+
* <p>演示模式是否明文展示</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
|
|
4320
|
+
*/
|
|
4321
|
+
IsPlainTextInDemo?: number;
|
|
4318
4322
|
}
|
|
4319
4323
|
/**
|
|
4320
4324
|
* DeleteApps返回参数结构体
|
|
@@ -4478,39 +4482,39 @@ export interface DisplayManage {
|
|
|
4478
4482
|
*/
|
|
4479
4483
|
export interface DisplayDomain {
|
|
4480
4484
|
/**
|
|
4481
|
-
*
|
|
4485
|
+
* <p>主键ID</p>
|
|
4482
4486
|
*/
|
|
4483
4487
|
Id?: number;
|
|
4484
4488
|
/**
|
|
4485
|
-
*
|
|
4489
|
+
* <p>主域名</p>
|
|
4486
4490
|
*/
|
|
4487
4491
|
Domain?: string;
|
|
4488
4492
|
/**
|
|
4489
|
-
* ICP
|
|
4493
|
+
* <p>ICP</p>
|
|
4490
4494
|
*/
|
|
4491
4495
|
ICP?: string;
|
|
4492
4496
|
/**
|
|
4493
|
-
*
|
|
4497
|
+
* <p>注册时间</p>
|
|
4494
4498
|
*/
|
|
4495
4499
|
RegisteredTime?: string;
|
|
4496
4500
|
/**
|
|
4497
|
-
*
|
|
4501
|
+
* <p>过期时间</p>
|
|
4498
4502
|
*/
|
|
4499
4503
|
ExpiredTime?: string;
|
|
4500
4504
|
/**
|
|
4501
|
-
*
|
|
4505
|
+
* <p>公司</p>
|
|
4502
4506
|
*/
|
|
4503
4507
|
Company?: string;
|
|
4504
4508
|
/**
|
|
4505
|
-
*
|
|
4509
|
+
* <p>公共字段</p>
|
|
4506
4510
|
*/
|
|
4507
4511
|
DisplayToolCommon?: DisplayToolCommon;
|
|
4508
4512
|
/**
|
|
4509
|
-
*
|
|
4513
|
+
* <p>是否为云资产</p>
|
|
4510
4514
|
*/
|
|
4511
4515
|
IsCloudAsset?: number;
|
|
4512
4516
|
/**
|
|
4513
|
-
*
|
|
4517
|
+
* <p>云资产状态,-1为下线</p>
|
|
4514
4518
|
*/
|
|
4515
4519
|
CloudAssetStatus?: number;
|
|
4516
4520
|
}
|
|
@@ -18,7 +18,7 @@ export declare class Client extends AbstractClient {
|
|
|
18
18
|
* “实例名称”仅为方便用户自己管理之用,腾讯云并不以此名称作为在线支持或是进行实例管理操作的依据。
|
|
19
19
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
20
20
|
* 修改关联安全组时,子机原来关联的安全组会被解绑。
|
|
21
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
21
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
22
22
|
* 修改主机名后实例会立即重启,重启后新的主机名生效。
|
|
23
23
|
*/
|
|
24
24
|
ModifyInstancesAttribute(req: ModifyInstancesAttributeRequest, cb?: (error: string, rep: ModifyInstancesAttributeResponse) => void): Promise<ModifyInstancesAttributeResponse>;
|
|
@@ -252,7 +252,7 @@ export declare class Client extends AbstractClient {
|
|
|
252
252
|
* 本接口 (ModifyInstancesChargeType) 用于切换实例的计费模式。
|
|
253
253
|
|
|
254
254
|
* 关机不收费的实例、`批量计算型BC1`和`批量计算型BS1`机型族的实例、设置定时销毁的实例不支持该操作。
|
|
255
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
255
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
256
256
|
*/
|
|
257
257
|
ModifyInstancesChargeType(req: ModifyInstancesChargeTypeRequest, cb?: (error: string, rep: ModifyInstancesChargeTypeResponse) => void): Promise<ModifyInstancesChargeTypeResponse>;
|
|
258
258
|
/**
|
|
@@ -355,7 +355,7 @@ export declare class Client extends AbstractClient {
|
|
|
355
355
|
|
|
356
356
|
* 实例被标识为自动续费后,每次在实例到期时,会自动续费一个月。
|
|
357
357
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
358
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
358
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
359
359
|
*/
|
|
360
360
|
ModifyInstancesRenewFlag(req: ModifyInstancesRenewFlagRequest, cb?: (error: string, rep: ModifyInstancesRenewFlagResponse) => void): Promise<ModifyInstancesRenewFlagResponse>;
|
|
361
361
|
/**
|
|
@@ -365,7 +365,7 @@ export declare class Client extends AbstractClient {
|
|
|
365
365
|
* 系统盘将会被格式化,并重置;请确保系统盘中无重要文件。
|
|
366
366
|
* 密码不指定将会通过站内信下发随机密码。
|
|
367
367
|
* 目前只支持[系统盘类型](https://cloud.tencent.com/document/api/213/9452#SystemDisk)是`CLOUD_BASIC`、`CLOUD_PREMIUM`、`CLOUD_SSD`、`CLOUD_BSSD`类型的实例使用该接口实现操作系统切换。
|
|
368
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
368
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
369
369
|
*/
|
|
370
370
|
ResetInstance(req: ResetInstanceRequest, cb?: (error: string, rep: ResetInstanceResponse) => void): Promise<ResetInstanceResponse>;
|
|
371
371
|
/**
|
|
@@ -473,7 +473,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
473
473
|
* 接口调用成功时,实例会进入`REBOOTING`状态;重启实例成功时,实例会进入`RUNNING`状态。
|
|
474
474
|
* 支持强制重启。强制重启的效果等同于关闭物理计算机的电源开关再重新启动。强制重启可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常重启时使用。
|
|
475
475
|
* 支持批量操作,每次请求批量实例的上限为100。
|
|
476
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
476
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
477
477
|
*/
|
|
478
478
|
RebootInstances(req: RebootInstancesRequest, cb?: (error: string, rep: RebootInstancesResponse) => void): Promise<RebootInstancesResponse>;
|
|
479
479
|
/**
|
|
@@ -500,7 +500,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
500
500
|
* 接口调用成功时,实例会进入`STOPPING`状态;关闭实例成功时,实例会进入`STOPPED`状态。
|
|
501
501
|
* 支持强制关闭。强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
|
|
502
502
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
503
|
-
* 本接口为异步接口,关闭实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
503
|
+
* 本接口为异步接口,关闭实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表关闭实例操作成功。
|
|
504
504
|
*/
|
|
505
505
|
StopInstances(req: StopInstancesRequest, cb?: (error: string, rep: StopInstancesResponse) => void): Promise<StopInstancesResponse>;
|
|
506
506
|
/**
|
|
@@ -575,7 +575,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
575
575
|
*如果是修改系统管理员密码:实例的操作系统不同,管理员账号也会不一样(`Windows`为`Administrator`,`Ubuntu`为`ubuntu`,其它系统为`root`)。
|
|
576
576
|
* 重置处于运行中状态的实例密码,需要设置关机参数`ForceStop`为`TRUE`。如果没有显式指定强制关机参数,则只有处于关机状态的实例才允许执行重置密码操作。
|
|
577
577
|
* 支持批量操作。将多个实例操作系统的密码重置为相同的密码。每次请求批量实例的上限为100。
|
|
578
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
578
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
579
579
|
*/
|
|
580
580
|
ResetInstancesPassword(req: ResetInstancesPasswordRequest, cb?: (error: string, rep: ResetInstancesPasswordResponse) => void): Promise<ResetInstancesPasswordResponse>;
|
|
581
581
|
/**
|
|
@@ -585,7 +585,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
585
585
|
* 对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[ DescribeAccountBalance ](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
|
|
586
586
|
* 目前只支持扩容一块数据盘。
|
|
587
587
|
* 默认扩容方式为关机后扩容。
|
|
588
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
588
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
589
589
|
* 如果是系统盘,目前只支持扩容,不支持缩容。
|
|
590
590
|
* 如果是运行中的实例,必须指定ForceStop或ResizeOnline任意一个参数为true,否则操作失败。
|
|
591
591
|
*/
|