tccli 3.0.1349.1__py2.py3-none-any.whl → 3.0.1350.1__py2.py3-none-any.whl

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.
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1349.1'
1
+ __version__ = '3.0.1350.1'
@@ -158,7 +158,7 @@
158
158
  "metadata": {
159
159
  "apiVersion": "2022-12-29",
160
160
  "api_brief": "结合输入的文本或图片智能创作出与输入相关的图像内容。",
161
- "serviceNameCN": "腾讯混元生图",
161
+ "serviceNameCN": "大模型图像创作引擎",
162
162
  "serviceShortName": "aiart"
163
163
  },
164
164
  "objects": {
@@ -3737,7 +3737,7 @@
3737
3737
  },
3738
3738
  {
3739
3739
  "disabled": false,
3740
- "document": "公网 IP 类型。\n\n- WanIP:普通公网IP。\n- HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。\n- AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。\n\n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n示例值:WanIP\n\n此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
3740
+ "document": "公网 IP 类型。\n\n- WanIP:普通公网IP。\n- HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。\n- AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。\n\n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n示例值:WanIP\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
3741
3741
  "example": "WanIP",
3742
3742
  "member": "string",
3743
3743
  "name": "IPv4AddressType",
@@ -3748,7 +3748,7 @@
3748
3748
  },
3749
3749
  {
3750
3750
  "disabled": false,
3751
- "document": "弹性公网 IPv6 类型。\n- EIPv6:弹性公网 IPv6。\n- HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。\n\n如需为资源分配IPv6地址,请指定弹性公网IPv6类型。\n示例值:EIPv6\n\n此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
3751
+ "document": "弹性公网 IPv6 类型。\n- EIPv6:弹性公网 IPv6。\n- HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。\n\n如需为资源分配IPv6地址,请指定弹性公网IPv6类型。\n示例值:EIPv6\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
3752
3752
  "example": "EIPv6",
3753
3753
  "member": "string",
3754
3754
  "name": "IPv6AddressType",
@@ -2885,7 +2885,7 @@
2885
2885
  },
2886
2886
  {
2887
2887
  "disabled": false,
2888
- "document": "高可用,“true\" \"false\"",
2888
+ "document": "高可用,\"true\" \"false\"",
2889
2889
  "example": "false",
2890
2890
  "member": "string",
2891
2891
  "name": "HA",
@@ -3282,6 +3282,16 @@
3282
3282
  "output_required": false,
3283
3283
  "type": "bool",
3284
3284
  "value_allowed_null": false
3285
+ },
3286
+ {
3287
+ "disabled": false,
3288
+ "document": "可升级的zk版本",
3289
+ "example": "3.6.1,3.8.3",
3290
+ "member": "string",
3291
+ "name": "UpgradeZkVersions",
3292
+ "output_required": true,
3293
+ "type": "string",
3294
+ "value_allowed_null": false
3285
3295
  }
3286
3296
  ],
3287
3297
  "usage": "out"
@@ -121,58 +121,6 @@ def doDescribeCvmInfo(args, parsed_globals):
121
121
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
122
122
 
123
123
 
124
- def doCreateInstancePost(args, parsed_globals):
125
- g_param = parse_global_arg(parsed_globals)
126
-
127
- if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
128
- cred = credential.CVMRoleCredential()
129
- elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
130
- cred = credential.STSAssumeRoleCredential(
131
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
132
- g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
133
- )
134
- elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
135
- cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
136
- else:
137
- cred = credential.Credential(
138
- g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
139
- )
140
- http_profile = HttpProfile(
141
- reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
142
- reqMethod="POST",
143
- endpoint=g_param[OptionsDefine.Endpoint],
144
- proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
145
- )
146
- profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
147
- if g_param[OptionsDefine.Language]:
148
- profile.language = g_param[OptionsDefine.Language]
149
- mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
150
- client = mod.CkafkaClient(cred, g_param[OptionsDefine.Region], profile)
151
- client._sdkVersion += ("_CLI_" + __version__)
152
- models = MODELS_MAP[g_param[OptionsDefine.Version]]
153
- model = models.CreateInstancePostRequest()
154
- model.from_json_string(json.dumps(args))
155
- start_time = time.time()
156
- while True:
157
- rsp = client.CreateInstancePost(model)
158
- result = rsp.to_json_string()
159
- try:
160
- json_obj = json.loads(result)
161
- except TypeError as e:
162
- json_obj = json.loads(result.decode('utf-8')) # python3.3
163
- if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
164
- break
165
- cur_time = time.time()
166
- if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
167
- raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
168
- (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
169
- search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
170
- else:
171
- print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
172
- time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
173
- FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
174
-
175
-
176
124
  def doModifyInstancePre(args, parsed_globals):
177
125
  g_param = parse_global_arg(parsed_globals)
178
126
 
@@ -4606,7 +4554,6 @@ MODELS_MAP = {
4606
4554
  ACTION_MAP = {
4607
4555
  "DescribeGroupInfo": doDescribeGroupInfo,
4608
4556
  "DescribeCvmInfo": doDescribeCvmInfo,
4609
- "CreateInstancePost": doCreateInstancePost,
4610
4557
  "ModifyInstancePre": doModifyInstancePre,
4611
4558
  "SendMessage": doSendMessage,
4612
4559
  "DeleteConnectResource": doDeleteConnectResource,
@@ -91,13 +91,6 @@
91
91
  "output": "CreateDatahubTopicResponse",
92
92
  "status": "online"
93
93
  },
94
- "CreateInstancePost": {
95
- "document": "由于出参需要更新,建议用户迁移使用 CreatePostPaidInstance 接口。创建按量计费实例。通常用于 SDK 或云 API 控制台调用接口,创建后付费 CKafka 实例。调用接口与在 CKafka 控制台购买按量付费实例效果相同。",
96
- "input": "CreateInstancePostRequest",
97
- "name": "创建按量计费实例",
98
- "output": "CreateInstancePostResponse",
99
- "status": "online"
100
- },
101
94
  "CreateInstancePre": {
102
95
  "document": "创建实例(预付费包年包月), 仅支持创建专业版实例",
103
96
  "input": "CreateInstancePreRequest",
@@ -3496,192 +3489,6 @@
3496
3489
  ],
3497
3490
  "usage": "out"
3498
3491
  },
3499
- "CreateInstancePostRequest": {
3500
- "document": "CreateInstancePost请求参数结构体",
3501
- "members": [
3502
- {
3503
- "disabled": false,
3504
- "document": "ckafka集群实例Name,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)",
3505
- "example": "ckafka测试",
3506
- "member": "string",
3507
- "name": "InstanceName",
3508
- "required": true,
3509
- "type": "string"
3510
- },
3511
- {
3512
- "disabled": false,
3513
- "document": "私有网络Id 创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填",
3514
- "example": "vpc-test",
3515
- "member": "string",
3516
- "name": "VpcId",
3517
- "required": true,
3518
- "type": "string"
3519
- },
3520
- {
3521
- "disabled": false,
3522
- "document": "子网id。创建实例默认接入点所在的子网对应的子网 id",
3523
- "example": "subnet-test",
3524
- "member": "string",
3525
- "name": "SubnetId",
3526
- "required": true,
3527
- "type": "string"
3528
- },
3529
- {
3530
- "disabled": false,
3531
- "document": "实例内网峰值带宽。单位 MB/s。标准版需传入当前实例规格所对应的峰值带宽。注意如果创建的实例为专业版实例,峰值带宽,分区数等参数配置需要满足专业版的计费规格。",
3532
- "example": "20",
3533
- "member": "int64",
3534
- "name": "BandWidth",
3535
- "required": true,
3536
- "type": "int"
3537
- },
3538
- {
3539
- "disabled": false,
3540
- "document": "国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。",
3541
- "example": "1",
3542
- "member": "int64",
3543
- "name": "InstanceType",
3544
- "required": false,
3545
- "type": "int"
3546
- },
3547
- {
3548
- "disabled": false,
3549
- "document": "实例日志的默认最长保留时间,单位分钟。不传入该参数时默认为 1440 分钟(1天),最大30天。当 topic 显式设置消息保留时间时,以 topic 保留时间为准",
3550
- "example": "1440",
3551
- "member": "int64",
3552
- "name": "MsgRetentionTime",
3553
- "required": false,
3554
- "type": "int"
3555
- },
3556
- {
3557
- "disabled": false,
3558
- "document": "创建实例时可以选择集群Id, 该入参表示集群Id。不指定实例所在集群则不传入该参数",
3559
- "example": "5914",
3560
- "member": "int64",
3561
- "name": "ClusterId",
3562
- "required": false,
3563
- "type": "int"
3564
- },
3565
- {
3566
- "disabled": false,
3567
- "document": "实例版本。目前支持 \"0.10.2\",\"1.1.1\",\"2.4.1\",\"2.4.2\",\"2.8.1\"。\"2.4.1\" 与 \"2.4.2\" 属于同一个版本,传任意一个均可。",
3568
- "example": "2.4.2",
3569
- "member": "string",
3570
- "name": "KafkaVersion",
3571
- "required": false,
3572
- "type": "string"
3573
- },
3574
- {
3575
- "disabled": false,
3576
- "document": "实例类型。\"standard\":标准版,\"profession\":专业版",
3577
- "example": "profession",
3578
- "member": "string",
3579
- "name": "SpecificationsType",
3580
- "required": false,
3581
- "type": "string"
3582
- },
3583
- {
3584
- "disabled": false,
3585
- "document": "专业版实例磁盘类型,标准版实例不需要填写。\"CLOUD_SSD\":SSD云硬盘;\"CLOUD_BASIC\":高性能云硬盘。不传默认值为 \"CLOUD_BASIC\"",
3586
- "example": "CLOUD_BASIC",
3587
- "member": "string",
3588
- "name": "DiskType",
3589
- "required": false,
3590
- "type": "string"
3591
- },
3592
- {
3593
- "disabled": false,
3594
- "document": "实例硬盘大小,需要满足当前实例的计费规格",
3595
- "example": "200",
3596
- "member": "int64",
3597
- "name": "DiskSize",
3598
- "required": false,
3599
- "type": "int"
3600
- },
3601
- {
3602
- "disabled": false,
3603
- "document": "实例最大分区数量,需要满足当前实例的计费规格",
3604
- "example": "400",
3605
- "member": "int64",
3606
- "name": "Partition",
3607
- "required": false,
3608
- "type": "int"
3609
- },
3610
- {
3611
- "disabled": false,
3612
- "document": "实例最大 topic 数量,需要满足当前实例的计费规格",
3613
- "example": "200",
3614
- "member": "int64",
3615
- "name": "TopicNum",
3616
- "required": false,
3617
- "type": "int"
3618
- },
3619
- {
3620
- "disabled": false,
3621
- "document": "实例所在的可用区。当创建多可用区实例时,该参数为创建的默认接入点所在子网的可用区 id",
3622
- "example": "100006",
3623
- "member": "int64",
3624
- "name": "ZoneId",
3625
- "required": false,
3626
- "type": "int"
3627
- },
3628
- {
3629
- "disabled": false,
3630
- "document": "当前实例是否为多可用区实例。",
3631
- "example": "true",
3632
- "member": "bool",
3633
- "name": "MultiZoneFlag",
3634
- "required": false,
3635
- "type": "bool"
3636
- },
3637
- {
3638
- "disabled": false,
3639
- "document": "当实例为多可用区实例时,多可用区 id 列表。注意参数 ZoneId 对应的多可用区需要包含在该参数数组中",
3640
- "example": "[100006,100007]",
3641
- "member": "int64",
3642
- "name": "ZoneIds",
3643
- "required": false,
3644
- "type": "list"
3645
- },
3646
- {
3647
- "disabled": false,
3648
- "document": "购买实例数量。非必填,默认值为 1。当传入该参数时,会创建多个 instanceName 加后缀区分的实例",
3649
- "example": "1",
3650
- "member": "int64",
3651
- "name": "InstanceNum",
3652
- "required": false,
3653
- "type": "int"
3654
- },
3655
- {
3656
- "disabled": false,
3657
- "document": "公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。需要保证传入参数为 3 的整数倍",
3658
- "example": "12",
3659
- "member": "int64",
3660
- "name": "PublicNetworkMonthly",
3661
- "required": false,
3662
- "type": "int"
3663
- },
3664
- {
3665
- "disabled": false,
3666
- "document": "标签",
3667
- "example": "[{\"tagKey\":\"tagkey-test\",\"tagValue\":\"tagvalue-test\"}]",
3668
- "member": "Tag",
3669
- "name": "Tags",
3670
- "required": false,
3671
- "type": "list"
3672
- },
3673
- {
3674
- "disabled": false,
3675
- "document": "弹性带宽开关 0不开启 1开启(0默认)",
3676
- "example": "0",
3677
- "member": "int64",
3678
- "name": "ElasticBandwidthSwitch",
3679
- "required": false,
3680
- "type": "int"
3681
- }
3682
- ],
3683
- "type": "object"
3684
- },
3685
3492
  "CreateInstancePostResp": {
3686
3493
  "document": "后付费实例相关接口返回结构",
3687
3494
  "members": [
@@ -3718,28 +3525,6 @@
3718
3525
  ],
3719
3526
  "usage": "out"
3720
3527
  },
3721
- "CreateInstancePostResponse": {
3722
- "document": "CreateInstancePost返回参数结构体",
3723
- "members": [
3724
- {
3725
- "disabled": false,
3726
- "document": "返回结果",
3727
- "example": "{\"ReturnCode\":\"0\",\"ReturnMessage\":\"success\"}",
3728
- "member": "JgwOperateResponse",
3729
- "name": "Result",
3730
- "output_required": true,
3731
- "type": "object",
3732
- "value_allowed_null": false
3733
- },
3734
- {
3735
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3736
- "member": "string",
3737
- "name": "RequestId",
3738
- "type": "string"
3739
- }
3740
- ],
3741
- "type": "object"
3742
- },
3743
3528
  "CreateInstancePreData": {
3744
3529
  "document": "创建预付费接口返回的Data",
3745
3530
  "members": [
@@ -122,14 +122,6 @@
122
122
  "title": "创建主题"
123
123
  }
124
124
  ],
125
- "CreateInstancePost": [
126
- {
127
- "document": "创建峰值带宽为 20MB/s,硬盘大小 200GB 的专业版实例",
128
- "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstancePost\n<公共请求参数>\n\n{\n \"InstanceName\": \"yourtest45\",\n \"VpcId\": \"vpc-test\",\n \"SubnetId\": \"subnet-test\",\n \"KafkaVersion\": \"2.4.2\",\n \"SpecificationsType\": \"profession\",\n \"DiskType\": \"CLOUD_BASIC\",\n \"BandWidth\": 20,\n \"DiskSize\": 200,\n \"Partition\": 400,\n \"TopicNum\": 200,\n \"ZoneId\": 450001\n}",
129
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply success]\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"84770b4b-df34-4ccf-8e22-41d3b1d0fe0d\"\n }\n}",
130
- "title": "创建专业版实例"
131
- }
132
- ],
133
125
  "CreateInstancePre": [
134
126
  {
135
127
  "document": "创建硬盘大小 200GB,峰值带宽 20MB/s 的专业版预付费实例",
@@ -60,16 +60,16 @@
60
60
  {
61
61
  "document": "",
62
62
  "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAbnormalCallRecord\n<公共请求参数>\n\n{\n \"AlarmRuleID\": 10007,\n \"Filter\": {\n \"Limit\": 1\n }\n}",
63
- "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"AKID6*******tZBU1Hi\",\n \"AccessKeyID\": 10093,\n \"AccessKeyRemark\": \"飞快的云镜-临时密钥\",\n \"AppID\": 1256299843,\n \"CallCount\": 50,\n \"CallID\": \"13\",\n \"Code\": 0,\n \"Date\": \"2025-02-26 00:00:00\",\n \"EventName\": \"ListAccessKeys\",\n \"EventType\": 1,\n \"FirstCallTime\": \"2025-02-26 23:37:59\",\n \"IPType\": 1,\n \"InstanceID\": \"\",\n \"InstanceName\": \"\",\n \"LastCallTime\": \"2025-02-26 23:39:46\",\n \"PolicySet\": [],\n \"ProductName\": \"cam\",\n \"Region\": \"\",\n \"SourceIP\": \"30.49.109.154\",\n \"SourceIPRemark\": \"\",\n \"UserName\": \"100024699394\",\n \"UserType\": \"AssumedRole\"\n }\n ],\n \"RequestId\": \"1a431738-b670-4c86-94c1-cae98e11af64\",\n \"Total\": 2\n }\n}",
64
- "title": "1"
63
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"AKID*******\",\n \"AccessKeyID\": 10093,\n \"AccessKeyRemark\": \"临时密钥\",\n \"AppID\": 100001,\n \"CallCount\": 50,\n \"CallID\": \"13\",\n \"Code\": 0,\n \"Date\": \"2025-02-26 00:00:00\",\n \"EventName\": \"ListAccessKeys\",\n \"EventType\": 1,\n \"FirstCallTime\": \"2025-02-26 23:37:59\",\n \"IPType\": 1,\n \"InstanceID\": \"\",\n \"InstanceName\": \"\",\n \"LastCallTime\": \"2025-02-26 23:39:46\",\n \"PolicySet\": [],\n \"ProductName\": \"cam\",\n \"Region\": \"\",\n \"SourceIP\": \"30.49.109.***\",\n \"SourceIPRemark\": \"\",\n \"UserName\": \"1000246***\",\n \"UserType\": \"AssumedRole\"\n }\n ],\n \"RequestId\": \"1a431738-b670-4c86-94c1-cae98e11af64\",\n \"Total\": 2\n }\n}",
64
+ "title": "获取调用记录列表"
65
65
  }
66
66
  ],
67
67
  "DescribeAccessKeyAlarm": [
68
68
  {
69
69
  "document": "",
70
- "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyAlarm\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 1\n }\n}",
71
- "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"TEMP_AK\",\n \"AccessKeyID\": 10093,\n \"AccessKeyRemark\": \"飞快的云镜-临时密钥\",\n \"AlarmRuleID\": 94865,\n \"AlarmType\": 0,\n \"AppID\": 1256299843,\n \"Date\": \"2025-03-13\",\n \"ID\": 10185,\n \"LastAlarmTime\": \"2025-03-13 16:50:44\",\n \"Level\": 5,\n \"Name\": \"可疑IP调用高危接口\",\n \"Nickname\": \"飞快的云镜\",\n \"Status\": 0,\n \"SubNickname\": \"飞快的云镜\",\n \"SubUin\": \"100004506473\",\n \"Tag\": [],\n \"Type\": 2,\n \"Uin\": \"100004506473\"\n }\n ],\n \"RequestId\": \"1249df92-930b-4574-a517-45dc70580764\",\n \"Total\": 28\n }\n}",
72
- "title": "1"
70
+ "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyAlarm\n<公共请求参数>\n\n{}",
71
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"TEMP_AK\",\n \"AccessKeyID\": 10093,\n \"AccessKeyRemark\": \"临时密钥\",\n \"AlarmRuleID\": 94865,\n \"AlarmType\": 0,\n \"AppID\": 1200001,\n \"Date\": \"2025-03-13\",\n \"ID\": 10185,\n \"LastAlarmTime\": \"2025-03-13 16:50:44\",\n \"Level\": 5,\n \"Name\": \"可疑IP调用高危接口\",\n \"Nickname\": \"name\",\n \"Status\": 0,\n \"SubNickname\": \"name\",\n \"SubUin\": \"10000**\",\n \"Tag\": [],\n \"Type\": 2,\n \"Uin\": \"10000**\"\n }\n ],\n \"RequestId\": \"1249df92-930b-4574-a517-45dc70580764\",\n \"Total\": 1\n }\n}",
72
+ "title": "访问密钥告警记录列表"
73
73
  }
74
74
  ],
75
75
  "DescribeAccessKeyAlarmDetail": [
@@ -114,16 +114,16 @@
114
114
  {
115
115
  "document": "",
116
116
  "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyUserDetail\n<公共请求参数>\n\n{\n \"SubUin\": \"1000***1**78\"\n}",
117
- "output": "{\n \"Response\": {\n \"RequestId\": \"85ffe508-b4a0-4125-b2b5-b78519c30d69\",\n \"User\": {\n \"AccessKeyAlarmList\": [],\n \"AccessKeyRiskList\": [\n {\n \"Count\": 6,\n \"Type\": 0\n }\n ],\n \"AccessType\": 1,\n \"ActionFlag\": 0,\n \"Advice\": 2,\n \"AppID\": 1300008,\n \"CheckStatus\": 0,\n \"ID\": 200637,\n \"ISP\": \"电信\",\n \"LoginFlag\": 0,\n \"LoginIP\": \"119.147.10.163\",\n \"LoginLocation\": \"中国-广东省-深圳市\",\n \"LoginTime\": \"2025-05-22 10:45:34\",\n \"Name\": \"cfw-test\",\n \"Nickname\": \"天空之蓝\",\n \"SubNickname\": \"cfw-test\",\n \"SubUin\": \"1000***1**78\",\n \"Type\": 1,\n \"Uin\": \"1000*****18\"\n }\n }\n}",
118
- "title": "1"
117
+ "output": "{\n \"Response\": {\n \"RequestId\": \"85ffe508-b4a0-4125-b2b5-b78519c30d69\",\n \"User\": {\n \"AccessKeyAlarmList\": [],\n \"AccessKeyRiskList\": [\n {\n \"Count\": 6,\n \"Type\": 0\n }\n ],\n \"AccessType\": 1,\n \"ActionFlag\": 0,\n \"Advice\": 2,\n \"AppID\": 1300008,\n \"CheckStatus\": 0,\n \"ID\": 200637,\n \"ISP\": \"电信\",\n \"LoginFlag\": 0,\n \"LoginIP\": \"119.147.10.***\",\n \"LoginLocation\": \"中国-广东省-深圳市\",\n \"LoginTime\": \"2025-05-22 10:45:34\",\n \"Name\": \"name\",\n \"Nickname\": \"name\",\n \"SubNickname\": \"name\",\n \"SubUin\": \"1000***1**78\",\n \"Type\": 1,\n \"Uin\": \"1000*****18\"\n }\n }\n}",
118
+ "title": "查询用户的账号详情"
119
119
  }
120
120
  ],
121
121
  "DescribeAccessKeyUserList": [
122
122
  {
123
123
  "document": "",
124
- "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyUserList\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 1\n }\n}",
125
- "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKeyAlarmList\": [\n {\n \"Count\": 12,\n \"Type\": 0\n }\n ],\n \"AccessKeyRiskList\": [\n {\n \"Count\": 1,\n \"Type\": 0\n }\n ],\n \"AccessType\": 1,\n \"ActionFlag\": 0,\n \"Advice\": 1,\n \"AppID\": 13000008,\n \"CheckStatus\": 0,\n \"ID\": 200631,\n \"ISP\": \"电信\",\n \"LoginFlag\": 0,\n \"LoginIP\": \"113.108.**.73\",\n \"LoginLocation\": \"中国-广东省-深圳市\",\n \"LoginTime\": \"2025-05-07 15:21:05\",\n \"Name\": \"jose***li_blue\",\n \"Nickname\": \"天空之蓝\",\n \"SubNickname\": \"josephlkli_blue\",\n \"SubUin\": \"1000***72635\",\n \"Type\": 1,\n \"Uin\": \"1000***6646\"\n }\n ],\n \"RequestId\": \"fabb0428-3853-46df-b473-afbc7021fed4\",\n \"Total\": 22\n }\n}",
126
- "title": "1"
124
+ "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessKeyUserList\n<公共请求参数>\n\n{}",
125
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKeyAlarmList\": [\n {\n \"Count\": 12,\n \"Type\": 0\n }\n ],\n \"AccessKeyRiskList\": [\n {\n \"Count\": 1,\n \"Type\": 0\n }\n ],\n \"AccessType\": 1,\n \"ActionFlag\": 0,\n \"Advice\": 1,\n \"AppID\": 13000008,\n \"CheckStatus\": 0,\n \"ID\": 200631,\n \"ISP\": \"电信\",\n \"LoginFlag\": 0,\n \"LoginIP\": \"113.108.**.73\",\n \"LoginLocation\": \"中国-广东省-深圳市\",\n \"LoginTime\": \"2025-05-07 15:21:05\",\n \"Name\": \"name\",\n \"Nickname\": \"name\",\n \"SubNickname\": \"name\",\n \"SubUin\": \"1000***72635\",\n \"Type\": 1,\n \"Uin\": \"1000***6646\"\n }\n ],\n \"RequestId\": \"fabb0428-3853-46df-b473-afbc7021fed4\",\n \"Total\": 1\n }\n}",
126
+ "title": "查询用户的账号列表"
127
127
  }
128
128
  ],
129
129
  "DescribeAlertList": [
@@ -194,14 +194,8 @@
194
194
  {
195
195
  "document": "",
196
196
  "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallRecord\n<公共请求参数>\n\n{}",
197
- "output": "{\n \"Response\": {\n \"Data\": [],\n \"Total\": 0,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
197
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AccessKey\": \"AKID******\",\n \"AccessKeyID\": 10022,\n \"AccessKeyRemark\": \"\",\n \"AppID\": 100001,\n \"CallCount\": 241,\n \"CallID\": \"202528000005473835\",\n \"Code\": 0,\n \"Date\": \"2025-07-11 00:00:00\",\n \"EventName\": \"GetFederationToken\",\n \"EventType\": 1,\n \"FirstCallTime\": \"2025-07-11 00:00:00\",\n \"IPType\": 3,\n \"ISP\": \"腾讯云\",\n \"InstanceID\": \"\",\n \"InstanceName\": \"\",\n \"LastCallTime\": \"2025-07-11 14:19:00\",\n \"PolicySet\": [\n \"default-policy\"\n ],\n \"ProductName\": \"sts\",\n \"Region\": \"中国-广东省-广州市\",\n \"ShowStatus\": true,\n \"SourceIP\": \"106.55.123.**\",\n \"SourceIPRemark\": \"remark\",\n \"UserName\": \"name\",\n \"UserType\": \"CAMUser\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
198
198
  "title": "示例1"
199
- },
200
- {
201
- "document": "",
202
- "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallRecord\n<公共请求参数>\n\n{\n \"AccessKeyID\": 10058\n}",
203
- "output": "{\n \"Response\": {\n \"Data\": [],\n \"RequestId\": \"cee100be-ec33-452c-b10e-320f6e72dc1b\",\n \"Total\": 0\n }\n}",
204
- "title": "1"
205
199
  }
206
200
  ],
207
201
  "DescribeCheckViewRisks": [
@@ -353,7 +347,7 @@
353
347
  "document": "",
354
348
  "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskCallRecord\n<公共请求参数>\n\n{\n \"RiskID\": 10091\n}",
355
349
  "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"CallCount\": 0,\n \"EventDescCN\": \"卸载主机安全客户端\",\n \"EventDescEN\": \"DeleteMachine\",\n \"EventName\": \"DeleteMachine\",\n \"ProductName\": \"cwp\",\n \"ProductNameCN\": \"主机安全\"\n }\n ],\n \"RequestId\": \"728a0b3b-230d-468e-a10a-f6e7a56c0056\",\n \"Total\": 1\n }\n}",
356
- "title": "1"
350
+ "title": "获取风险调用记录列表"
357
351
  }
358
352
  ],
359
353
  "DescribeRiskCenterAssetViewCFGRiskList": [
@@ -544,8 +538,8 @@
544
538
  {
545
539
  "document": "",
546
540
  "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserCallRecord\n<公共请求参数>\n\n{\n \"SubUin\": \"100021372635\",\n \"Filter\": {\n \"Limit\": 1\n }\n}",
547
- "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AppID\": 0,\n \"CallCount\": 5941,\n \"Code\": 0,\n \"Date\": \"\",\n \"EventType\": 1,\n \"FirstCallTime\": \"2025-05-16 00:01:44\",\n \"ISP\": \"腾讯云\",\n \"LastCallTime\": \"2025-05-22 11:09:39\",\n \"Region\": \"中国-广东省-广州市\",\n \"SourceIP\": \"106.55.***.47\",\n \"SourceIPRemark\": \"\",\n \"UserName\": \"jos***_blue\"\n }\n ],\n \"RequestId\": \"502c625d-756e-4bdb-bd5f-784d008150b5\",\n \"Total\": 76\n }\n}",
548
- "title": "1"
541
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AppID\": 10001,\n \"CallCount\": 5941,\n \"Code\": 0,\n \"Date\": \"\",\n \"EventType\": 1,\n \"FirstCallTime\": \"2025-05-16 00:01:44\",\n \"ISP\": \"腾讯云\",\n \"LastCallTime\": \"2025-05-22 11:09:39\",\n \"Region\": \"中国-广东省-广州市\",\n \"SourceIP\": \"106.55.***.47\",\n \"SourceIPRemark\": \"\",\n \"UserName\": \"name\"\n }\n ],\n \"RequestId\": \"502c625d-756e-4bdb-bd5f-784d008150b5\",\n \"Total\": 1\n }\n}",
542
+ "title": "获取账号调用记录列表"
549
543
  }
550
544
  ],
551
545
  "DescribeVULList": [
@@ -641,7 +635,7 @@
641
635
  "document": "",
642
636
  "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAccessKeyAlarmStatus\n<公共请求参数>\n\n{\n \"Status\": 0,\n \"RiskIDList\": [\n 91000005\n ]\n}",
643
637
  "output": "{\n \"Response\": {\n \"Code\": 0,\n \"Msg\": \"success\",\n \"RequestId\": \"2a8b1b1e-e8c7-4b5d-8674-6881faa18a96\"\n }\n}",
644
- "title": "1"
638
+ "title": "标记风险或者告警为"
645
639
  }
646
640
  ],
647
641
  "UpdateAccessKeyRemark": [
@@ -5638,6 +5638,26 @@
5638
5638
  "output_required": false,
5639
5639
  "type": "string",
5640
5640
  "value_allowed_null": false
5641
+ },
5642
+ {
5643
+ "disabled": false,
5644
+ "document": "状态:unrepaired:未修复,repaired:已修复, offline:资产已下线, ignore:已忽略, checking:复测中",
5645
+ "example": "ignore",
5646
+ "member": "string",
5647
+ "name": "Status",
5648
+ "output_required": false,
5649
+ "type": "string",
5650
+ "value_allowed_null": false
5651
+ },
5652
+ {
5653
+ "disabled": false,
5654
+ "document": "上次复测时间",
5655
+ "example": "无",
5656
+ "member": "string",
5657
+ "name": "LastCheckTime",
5658
+ "output_required": false,
5659
+ "type": "string",
5660
+ "value_allowed_null": false
5641
5661
  }
5642
5662
  ],
5643
5663
  "usage": "out"
@@ -8266,7 +8266,7 @@
8266
8266
  },
8267
8267
  {
8268
8268
  "disabled": false,
8269
- "document": "公网 IP 类型。\n\n- WanIP:普通公网IP。\n- HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。\n- AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。\n\n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n示例值:WanIP\n\n此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
8269
+ "document": "公网 IP 类型。\n\n- WanIP:普通公网IP。\n- HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。\n- AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。\n\n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n示例值:WanIP\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
8270
8270
  "example": "WanIP",
8271
8271
  "member": "string",
8272
8272
  "name": "IPv4AddressType",
@@ -8277,7 +8277,7 @@
8277
8277
  },
8278
8278
  {
8279
8279
  "disabled": false,
8280
- "document": "弹性公网 IPv6 类型。\n- EIPv6:弹性公网 IPv6。\n- HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。\n\n如需为资源分配IPv6地址,请指定弹性公网IPv6类型。\n示例值:EIPv6\n\n此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
8280
+ "document": "弹性公网 IPv6 类型。\n- EIPv6:弹性公网 IPv6。\n- HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。\n\n如需为资源分配IPv6地址,请指定弹性公网IPv6类型。\n示例值:EIPv6\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
8281
8281
  "example": "EIPv6",
8282
8282
  "member": "string",
8283
8283
  "name": "IPv6AddressType",
@@ -5440,6 +5440,16 @@
5440
5440
  "type": "string",
5441
5441
  "value_allowed_null": false
5442
5442
  },
5443
+ {
5444
+ "disabled": false,
5445
+ "document": "schema",
5446
+ "example": "schema1",
5447
+ "member": "string",
5448
+ "name": "Schema",
5449
+ "output_required": false,
5450
+ "type": "string",
5451
+ "value_allowed_null": false
5452
+ },
5443
5453
  {
5444
5454
  "disabled": false,
5445
5455
  "document": "表名",
@@ -8961,6 +8971,16 @@
8961
8971
  "type": "string",
8962
8972
  "value_allowed_null": false
8963
8973
  },
8974
+ {
8975
+ "disabled": false,
8976
+ "document": "schema名",
8977
+ "example": "schema1",
8978
+ "member": "string",
8979
+ "name": "Schema",
8980
+ "output_required": false,
8981
+ "type": "string",
8982
+ "value_allowed_null": false
8983
+ },
8964
8984
  {
8965
8985
  "disabled": false,
8966
8986
  "document": "表名",
@@ -10045,7 +10065,7 @@
10045
10065
  },
10046
10066
  {
10047
10067
  "disabled": false,
10048
- "document": "不能发起一致性校验的原因",
10068
+ "document": "不能发起内置校验的原因",
10049
10069
  "example": "当前任务开启了DML过滤",
10050
10070
  "member": "string",
10051
10071
  "name": "CauseOfCompareDisable",
@@ -17019,7 +17019,7 @@
17019
17019
  },
17020
17020
  {
17021
17021
  "disabled": false,
17022
- "document": "存储类型\n取值范围:\n<li>4:表示云SSD。</li>\n<li>5:表示高效云盘。</li>\n<li>6:表示增强型SSD云硬盘。</li>\n<li>11:表示吞吐型云硬盘。</li>\n<li>12:表示极速型SSD云硬盘。</li>:创建时该类型无效,会根据数据盘类型和节点类型自动判断",
17022
+ "document": "取值范围:\n\"LOCAL_SSD\" 3 //本地SSD \n\"CLOUD_SSD\" 4 //云SSD \n\"CLOUD_PREMIUM\" 5 //高效云盘\n\"CLOUD_HSSD\" 6 //增强型SSD云硬盘 \n\"CLOUD_THROUGHPUT\" 11//吞吐型云硬盘 \n\"CLOUD_TSSD\" 12 //极速型SSD云硬盘 \n\"CLOUD_BSSD\" 13 //通用型SSD云硬盘 \n\"CLOUD_BIGDATA\" 14 //大数据型云硬盘\n\"CLOUD_HIGHIO\" 15 //高IO型云硬盘 \n\n该类型字段为无效字段,实际系统盘类型会根据数据盘类型和节点类型判断,如果节点支持所选的数据盘类型,系统盘类型会跟数据盘保持一致,建议使用CreateCluster接口",
17023
17023
  "example": "5",
17024
17024
  "member": "int64",
17025
17025
  "name": "StorageType",
@@ -17030,7 +17030,7 @@
17030
17030
  },
17031
17031
  {
17032
17032
  "disabled": false,
17033
- "document": "磁盘类型\n取值范围:\n<li>CLOUD_SSD:表示云SSD。</li>\n<li>CLOUD_PREMIUM:表示高效云盘。</li>\n<li>CLOUD_BASIC:表示云硬盘。</li>",
17033
+ "document": "数据盘类型 取值范围:\n\nCLOUD_SSD:表示云SSD。\n\nCLOUD_PREMIUM:表示高效云盘。\n\nCLOUD_BASIC:表示云硬盘。\n\nLOCAL_BASIC:表示本地盘。\n\nLOCAL_SSD:表示本地SSD。\n\nCLOUD_HSSD:表示增强型SSD云硬盘。\n\nCLOUD_THROUGHPUT:表示吞吐型云硬盘。\n\nCLOUD_TSSD:表示极速型SSD云硬盘。\n\nCLOUD_BIGDATA:表示大数据型云硬盘。\n\nCLOUD_HIGHIO:表示高IO型云硬盘。\n\nCLOUD_BSSD:表示通用型SSD云硬盘。\n\nREMOTE_SSD:表示远端SSD盘。",
17034
17034
  "example": "LOUD_PREMIUM",
17035
17035
  "member": "string",
17036
17036
  "name": "DiskType",