tencentcloud-sdk-nodejs-cdwch 4.1.223 → 4.1.225
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/package.json
CHANGED
|
@@ -517,27 +517,27 @@ export interface DescribeInstanceNodesRequest {
|
|
|
517
517
|
*/
|
|
518
518
|
export interface ModifyUserNewPrivilegeRequest {
|
|
519
519
|
/**
|
|
520
|
-
*
|
|
520
|
+
* <p>实例id</p>
|
|
521
521
|
*/
|
|
522
522
|
InstanceId: string;
|
|
523
523
|
/**
|
|
524
|
-
*
|
|
524
|
+
* <p>clickhouse逻辑集群名称,可通过连接集群执行 <code>SHOW CLUSTERS</code> 查询获得</p>
|
|
525
525
|
*/
|
|
526
526
|
Cluster: string;
|
|
527
527
|
/**
|
|
528
|
-
*
|
|
528
|
+
* <p>用户名</p>
|
|
529
529
|
*/
|
|
530
530
|
UserName: string;
|
|
531
531
|
/**
|
|
532
|
-
*
|
|
532
|
+
* <p>是否所有数据库表</p>
|
|
533
533
|
*/
|
|
534
534
|
AllDatabase: boolean;
|
|
535
535
|
/**
|
|
536
|
-
*
|
|
536
|
+
* <p>全局权限</p>
|
|
537
537
|
*/
|
|
538
538
|
GlobalPrivileges?: Array<string>;
|
|
539
539
|
/**
|
|
540
|
-
*
|
|
540
|
+
* <p>数据库表权限</p>
|
|
541
541
|
*/
|
|
542
542
|
DatabasePrivilegeList?: Array<DatabasePrivilegeInfo>;
|
|
543
543
|
}
|
|
@@ -546,34 +546,23 @@ export interface ModifyUserNewPrivilegeRequest {
|
|
|
546
546
|
*/
|
|
547
547
|
export interface DescribeCkSqlApisRequest {
|
|
548
548
|
/**
|
|
549
|
-
*
|
|
549
|
+
* <p>实例id</p>
|
|
550
550
|
*/
|
|
551
551
|
InstanceId: string;
|
|
552
552
|
/**
|
|
553
|
-
* api接口名称,GetClusters:获取集群cluster
|
|
554
|
-
GetSystemUsers:获取系统用户列表
|
|
555
|
-
CheckNodeCluster: 检查节点是否隶属一个cluster
|
|
556
|
-
GetClusterDatabases: 获取一个cluster下的数据库列表
|
|
557
|
-
GetClusterTables: 获取一个cluster下的数据库表列表
|
|
558
|
-
GetPrivilegeUsers: 获取授权的用户列表
|
|
559
|
-
GET_USER_CLUSTER_PRIVILEGES:获取用户cluster下的权限
|
|
560
|
-
GetUserClusterNewPrivileges:获取用户cluster下的权限 (新版)
|
|
561
|
-
RevokeClusterUser:解绑cluster用户
|
|
562
|
-
DeleteSystemUser:删除系统用户 —— 必须所有cluster先解绑
|
|
563
|
-
GetUserOptionMessages:获取用户配置备注信息
|
|
564
|
-
GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY
|
|
553
|
+
* <p>api接口名称,GetClusters:获取集群cluster列表<br>GetSystemUsers:获取系统用户列表<br>CheckNodeCluster: 检查节点是否隶属一个cluster<br>GetClusterDatabases: 获取一个cluster下的数据库列表<br>GetClusterTables: 获取一个cluster下的数据库表列表<br>GetPrivilegeUsers: 获取授权的用户列表<br>GET_USER_CLUSTER_PRIVILEGES:获取用户cluster下的权限<br>GetUserClusterNewPrivileges:获取用户cluster下的权限 (新版)<br>RevokeClusterUser:解绑cluster用户<br>DeleteSystemUser:删除系统用户 —— 必须所有cluster先解绑<br>GetUserOptionMessages:获取用户配置备注信息<br>GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY</p>
|
|
565
554
|
*/
|
|
566
555
|
ApiType: string;
|
|
567
556
|
/**
|
|
568
|
-
*
|
|
557
|
+
* <p>clickhouse逻辑集群名称,可通过连接集群执行 <code>SHOW CLUSTERS</code> 查询获得。当 ApiType 取值为 GET_SYSTEM_USERS、GET_PRIVILEGE_USERS、GET_CLUSTER_DATABASES或GET_CLUSTER_TABLES 时,本参数必填。</p>
|
|
569
558
|
*/
|
|
570
559
|
Cluster?: string;
|
|
571
560
|
/**
|
|
572
|
-
*
|
|
561
|
+
* <p>用户名称,api与user相关的必填</p>
|
|
573
562
|
*/
|
|
574
563
|
UserName?: string;
|
|
575
564
|
/**
|
|
576
|
-
*
|
|
565
|
+
* <p>账户的类型</p>
|
|
577
566
|
*/
|
|
578
567
|
UserType?: string;
|
|
579
568
|
}
|
|
@@ -1830,7 +1819,7 @@ export interface DescribeBackUpScheduleResponse {
|
|
|
1830
1819
|
*/
|
|
1831
1820
|
export interface DescribeCkSqlApisResponse {
|
|
1832
1821
|
/**
|
|
1833
|
-
*
|
|
1822
|
+
* <p>返回的查询数据,大部分情况是list,也可能是bool</p>
|
|
1834
1823
|
*/
|
|
1835
1824
|
ReturnData?: string;
|
|
1836
1825
|
/**
|