tccli 3.0.1288.1__py2.py3-none-any.whl → 3.0.1289.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 +1 -1
- tccli/plugins/sso/__init__.py +11 -1
- tccli/plugins/sso/login.py +3 -3
- tccli/services/asr/v20190614/api.json +6 -6
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bi/v20220105/api.json +43 -0
- tccli/services/billing/v20180709/api.json +310 -250
- tccli/services/cdwpg/v20201230/api.json +5 -5
- tccli/services/cdwpg/v20201230/examples.json +6 -6
- tccli/services/cdz/v20221123/api.json +4 -4
- tccli/services/cfg/v20210820/api.json +197 -197
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +2 -2
- tccli/services/cwp/v20180228/api.json +39 -9
- tccli/services/dbbrain/dbbrain_client.py +383 -12
- tccli/services/dbbrain/v20210527/api.json +884 -101
- tccli/services/dbbrain/v20210527/examples.json +56 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/dts/v20180330/api.json +34 -34
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +225 -223
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +30 -3
- tccli/services/essbasic/v20210526/api.json +29 -2
- tccli/services/iotexplorer/iotexplorer_client.py +159 -0
- tccli/services/iotexplorer/v20190423/api.json +561 -0
- tccli/services/iotexplorer/v20190423/examples.json +24 -0
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20211125/api.json +105 -0
- tccli/services/iotvideo/v20211125/examples.json +16 -0
- tccli/services/lighthouse/v20200324/api.json +46 -46
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/lke/v20231130/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +2 -2
- tccli/services/mps/v20190612/api.json +88 -6
- tccli/services/mqtt/v20240516/api.json +3 -3
- tccli/services/mqtt/v20240516/examples.json +5 -11
- tccli/services/organization/v20210331/api.json +113 -113
- tccli/services/svp/v20240125/api.json +1 -1
- tccli/services/tcb/v20180608/api.json +4 -4
- tccli/services/teo/v20220901/api.json +541 -5
- tccli/services/teo/v20220901/examples.json +21 -3
- tccli/services/tione/v20211111/api.json +64 -6
- tccli/services/vdb/v20230616/api.json +31 -2
- tccli/services/vdb/v20230616/examples.json +8 -2
- tccli/services/vrs/v20200824/api.json +14 -2
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +48 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/RECORD +53 -53
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1289.1.dist-info}/license_files/LICENSE +0 -0
@@ -1365,21 +1365,39 @@
|
|
1365
1365
|
}
|
1366
1366
|
],
|
1367
1367
|
"ModifySecurityPolicy": [
|
1368
|
+
{
|
1369
|
+
"document": "修改eotest.com站点下a.eotest.com域名策略",
|
1370
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-fa89j239a\",\n \"Entity\": \"Host\",\n \"Host\": \"a.eotest.com\",\n \"SecurityConfig\": {},\n \"SecurityPolicy\": {\n \"CustomRules\": {\n \"Rules\": [\n {\n \"Id\": \"1492837231\",\n \"Name\": \"SampleBasicACLRule\",\n \"Condition\": \"${http.request.ip} in ['1.1.1.1', '10.10.10.0/24', ${security.ip_group['123'@'zone-2xsnpvkhdjes']} ]\",\n \"Action\": {\n \"Name\": \"Deny\"\n },\n \"Priority\": 10,\n \"Enabled\": \"on\"\n }\n ]\n },\n \"ManagedRules\": {\n \"Enabled\": \"on\",\n \"AutoUpdate\": {\n \"AutoUpdateToLatestVersion\": \"off\",\n \"RulesetVersion\": \"2023-12-21T12:00:32Z\"\n },\n \"SemanticAnalysis\": \"on\",\n \"DetectionOnly\": \"on\",\n \"ManagedRuleGroups\": [\n {\n \"GroupId\": \"wafmanagedrulegroup-vulnerability-scanners\",\n \"SensitivityLevel\": \"wafmanagedrule-sensitivity-level-extreme\",\n \"Action\": {\n \"Name\": \"Monitor\"\n }\n }\n ]\n }\n }\n}",
|
1371
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"08b32010-ab25-42a4-b923-777c481da684\"\n }\n}",
|
1372
|
+
"title": "修改域名策略"
|
1373
|
+
},
|
1374
|
+
{
|
1375
|
+
"document": "修改eotest.com站点下temp-00iel413模板策略",
|
1376
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-fa89j239a\",\n \"Entity\": \"Template\",\n \"TemplateId\": \"temp-00iel413\",\n \"SecurityConfig\": {},\n \"SecurityPolicy\": {\n \"CustomRules\": {\n \"Rules\": [\n {\n \"Id\": \"1492837231\",\n \"Name\": \"SampleBasicACLRule\",\n \"Condition\": \"${http.request.ip} in ['1.1.1.1', '10.10.10.0/24', ${security.ip_group['123'@'zone-2xsnpvkhdjes']} ]\",\n \"Action\": {\n \"Name\": \"Deny\"\n },\n \"Priority\": 10,\n \"Enabled\": \"on\"\n }\n ]\n }\n }\n}",
|
1377
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"08b32010-ab25-42a4-b923-777c481da684\"\n }\n}",
|
1378
|
+
"title": "修改模板策略"
|
1379
|
+
},
|
1380
|
+
{
|
1381
|
+
"document": "修改eotest.com站点级策略",
|
1382
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-fa89j239a\",\n \"Entity\": \"ZoneDefaultPolicy\",\n \"SecurityConfig\": {},\n \"SecurityPolicy\": {\n \"ManagedRules\": {\n \"Enabled\": \"on\",\n \"AutoUpdate\": {\n \"AutoUpdateToLatestVersion\": \"off\",\n \"RulesetVersion\": \"2023-12-21T12:00:32Z\"\n },\n \"SemanticAnalysis\": \"on\",\n \"DetectionOnly\": \"on\",\n \"ManagedRuleGroups\": [\n {\n \"GroupId\": \"wafmanagedrulegroup-vulnerability-scanners\",\n \"SensitivityLevel\": \"wafmanagedrule-sensitivity-level-extreme\",\n \"Action\": {\n \"Name\": \"Monitor\"\n }\n }\n ]\n }\n }\n}",
|
1383
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"08b32010-ab25-42a4-b923-777c481da684\"\n }\n}",
|
1384
|
+
"title": "修改站点级策略"
|
1385
|
+
},
|
1368
1386
|
{
|
1369
1387
|
"document": "修改a.eotest.com域名七层安全配置",
|
1370
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"Entity\": \"a.eotest.com\",\n \"SecurityConfig\": {\n \"WafConfig\": {\n \"Switch\": \"on\",\n \"WafRule\": {\n \"Switch\": \"on\",\n \"ObserveRuleIDs\": [],\n \"BlockRuleIDs\": [\n 162502146\n ]\n },\n \"Mode\": \"block\",\n \"Level\": \"loose\"\n }\n }
|
1388
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-fa89j239a\",\n \"Entity\": \"a.eotest.com\",\n \"SecurityConfig\": {\n \"WafConfig\": {\n \"Switch\": \"on\",\n \"WafRule\": {\n \"Switch\": \"on\",\n \"ObserveRuleIDs\": [],\n \"BlockRuleIDs\": [\n 162502146\n ]\n },\n \"Mode\": \"block\",\n \"Level\": \"loose\"\n }\n }\n}",
|
1371
1389
|
"output": "{\n \"Response\": {\n \"RequestId\": \"08b32010-ab25-42a4-b923-2e6c481dae23\"\n }\n}",
|
1372
1390
|
"title": "修改安全配置"
|
1373
1391
|
},
|
1374
1392
|
{
|
1375
1393
|
"document": "在WAF防护中,如果业务存在某个场景(如路径为/skipwaf的HTTP请求)需要对部分字段(如HTTP Header的全部Key)进行加白以此来跳过WAF安全防护,则可以使用如下配置。",
|
1376
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"Entity\": \"*.eotest.com\",\n \"SecurityConfig\": {\n \"ExceptConfig\": {\n \"Switch\": \"on\",\n \"ExceptUserRules\": [\n {\n \"Action\": \"skip\",\n \"ExceptUserRuleConditions\": [\n {\n \"MatchContent\": \"/skipwaf\",\n \"MatchFrom\": \"cgi\",\n \"
|
1394
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-fa89j239a\",\n \"Entity\": \"*.eotest.com\",\n \"SecurityConfig\": {\n \"ExceptConfig\": {\n \"Switch\": \"on\",\n \"ExceptUserRules\": [\n {\n \"Action\": \"skip\",\n \"ExceptUserRuleConditions\": [\n {\n \"MatchContent\": \"/skipwaf\",\n \"MatchFrom\": \"cgi\",\n \"Operator\": \"equal\"\n }\n ],\n \"ExceptUserRuleScope\": {\n \"Type\": \"partial\",\n \"PartialModules\": [\n {\n \"Module\": \"waf\",\n \"Include\": [\n 106247778\n ]\n }\n ],\n \"SkipConditions\": [\n {\n \"MatchContent\": [],\n \"MatchFrom\": [],\n \"Selector\": \"keys\",\n \"Type\": \"header_fields\"\n }\n ]\n },\n \"RuleID\": 0,\n \"RuleName\": \"first_webshell\",\n \"RulePriority\": 0,\n \"RuleStatus\": \"on\",\n \"UpdateTime\": \"2022-09-22T03:00:10Z\"\n }\n ]\n }\n }\n}",
|
1377
1395
|
"output": "{\n \"Response\": {\n \"RequestId\": \"08b32010-ab25-42a4-b923-2e6c481dae44\"\n }\n}",
|
1378
1396
|
"title": "修改安全配置中的例外规则并加白字段的场景"
|
1379
1397
|
},
|
1380
1398
|
{
|
1381
1399
|
"document": "在WAF防护中,如果业务存在某个场景(如路径为/skipwaf的HTTP请求)需要对部分字段(如HTTP Header中的YourSkipHeader对应的Value)进行加白以此来跳过WAF安全防护,则可以使用如下配置。",
|
1382
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"Entity\": \"*.eotest.com\",\n \"SecurityConfig\": {\n \"ExceptConfig\": {\n \"Switch\": \"on\",\n \"ExceptUserRules\": [\n {\n \"Action\": \"skip\",\n \"ExceptUserRuleConditions\": [\n {\n \"MatchContent\": \"/skipwaf\",\n \"MatchFrom\": \"cgi\",\n \"
|
1400
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityPolicy\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-fa89j239a\",\n \"Entity\": \"*.eotest.com\",\n \"SecurityConfig\": {\n \"ExceptConfig\": {\n \"Switch\": \"on\",\n \"ExceptUserRules\": [\n {\n \"Action\": \"skip\",\n \"ExceptUserRuleConditions\": [\n {\n \"MatchContent\": \"/skipwaf\",\n \"MatchFrom\": \"cgi\",\n \"Operator\": \"equal\"\n }\n ],\n \"ExceptUserRuleScope\": {\n \"Type\": \"partial\",\n \"PartialModules\": [\n {\n \"Module\": \"waf\",\n \"Include\": [\n 106247778\n ]\n }\n ],\n \"SkipConditions\": [\n {\n \"MatchContent\": [],\n \"MatchFrom\": [\n \"YourSkipHeader\"\n ],\n \"MatchFromType\": \"equal\",\n \"Selector\": \"values\",\n \"Type\": \"header_fields\"\n }\n ]\n },\n \"RuleID\": 0,\n \"RuleName\": \"first_webshell\",\n \"RulePriority\": 0,\n \"RuleStatus\": \"on\",\n \"UpdateTime\": \"2022-09-22T03:00:10Z\"\n }\n ]\n }\n }\n}",
|
1383
1401
|
"output": "{\n \"Response\": {\n \"RequestId\": \"08b32010-ab25-42a4-b923-2e6c481dae66\"\n }\n}",
|
1384
1402
|
"title": "修改安全配置中的例外规则并加白Header指定key字段的场景"
|
1385
1403
|
}
|
@@ -1131,6 +1131,24 @@
|
|
1131
1131
|
"name": "InstancePerReplicas",
|
1132
1132
|
"required": false,
|
1133
1133
|
"type": "int"
|
1134
|
+
},
|
1135
|
+
{
|
1136
|
+
"disabled": false,
|
1137
|
+
"document": "30",
|
1138
|
+
"example": "服务的优雅退出时限。单位为秒,默认值为30,最小为1",
|
1139
|
+
"member": "int64",
|
1140
|
+
"name": "TerminationGracePeriodSeconds",
|
1141
|
+
"required": false,
|
1142
|
+
"type": "int"
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
"disabled": false,
|
1146
|
+
"document": "[\"sleep\",\"60\"]",
|
1147
|
+
"example": "服务实例停止前执行的命令,执行完毕或执行时间超过优雅退出时限后实例结束",
|
1148
|
+
"member": "string",
|
1149
|
+
"name": "PreStopCommand",
|
1150
|
+
"required": false,
|
1151
|
+
"type": "list"
|
1134
1152
|
}
|
1135
1153
|
],
|
1136
1154
|
"type": "object"
|
@@ -6420,6 +6438,24 @@
|
|
6420
6438
|
"name": "InstancePerReplicas",
|
6421
6439
|
"required": false,
|
6422
6440
|
"type": "int"
|
6441
|
+
},
|
6442
|
+
{
|
6443
|
+
"disabled": false,
|
6444
|
+
"document": "30",
|
6445
|
+
"example": "服务的优雅退出时限。单位为秒,默认值为30,最小为1",
|
6446
|
+
"member": "int64",
|
6447
|
+
"name": "TerminationGracePeriodSeconds",
|
6448
|
+
"required": false,
|
6449
|
+
"type": "int"
|
6450
|
+
},
|
6451
|
+
{
|
6452
|
+
"disabled": false,
|
6453
|
+
"document": "[\"sleep\",\"60\"]",
|
6454
|
+
"example": "服务实例停止前执行的命令,执行完毕或执行时间超过优雅退出时限后实例结束",
|
6455
|
+
"member": "string",
|
6456
|
+
"name": "PreStopCommand",
|
6457
|
+
"required": false,
|
6458
|
+
"type": "list"
|
6423
6459
|
}
|
6424
6460
|
],
|
6425
6461
|
"type": "object"
|
@@ -8771,7 +8807,7 @@
|
|
8771
8807
|
{
|
8772
8808
|
"disabled": false,
|
8773
8809
|
"document": "镜像信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8774
|
-
"example": "
|
8810
|
+
"example": "无",
|
8775
8811
|
"member": "ImageInfo",
|
8776
8812
|
"name": "ImageInfo",
|
8777
8813
|
"output_required": true,
|
@@ -8793,7 +8829,7 @@
|
|
8793
8829
|
{
|
8794
8830
|
"disabled": false,
|
8795
8831
|
"document": "资源信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8796
|
-
"example": "
|
8832
|
+
"example": "无",
|
8797
8833
|
"member": "ResourceInfo",
|
8798
8834
|
"name": "Resources",
|
8799
8835
|
"output_required": true,
|
@@ -8815,7 +8851,7 @@
|
|
8815
8851
|
{
|
8816
8852
|
"disabled": false,
|
8817
8853
|
"document": "模型信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8818
|
-
"example": "
|
8854
|
+
"example": "无",
|
8819
8855
|
"member": "ModelInfo",
|
8820
8856
|
"name": "ModelInfo",
|
8821
8857
|
"output_required": true,
|
@@ -8837,7 +8873,7 @@
|
|
8837
8873
|
{
|
8838
8874
|
"disabled": false,
|
8839
8875
|
"document": "日志配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
8840
|
-
"example": "
|
8876
|
+
"example": "无",
|
8841
8877
|
"member": "LogConfig",
|
8842
8878
|
"name": "LogConfig",
|
8843
8879
|
"output_required": true,
|
@@ -8859,7 +8895,7 @@
|
|
8859
8895
|
{
|
8860
8896
|
"disabled": false,
|
8861
8897
|
"document": "hpa配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
8862
|
-
"example": "
|
8898
|
+
"example": "无",
|
8863
8899
|
"member": "HorizontalPodAutoscaler",
|
8864
8900
|
"name": "HorizontalPodAutoscaler",
|
8865
8901
|
"output_required": true,
|
@@ -8892,7 +8928,7 @@
|
|
8892
8928
|
{
|
8893
8929
|
"disabled": false,
|
8894
8930
|
"document": "资源总量\n注意:此字段可能返回 null,表示取不到有效值。",
|
8895
|
-
"example": "
|
8931
|
+
"example": "无",
|
8896
8932
|
"member": "ResourceInfo",
|
8897
8933
|
"name": "ResourceTotal",
|
8898
8934
|
"output_required": true,
|
@@ -9108,6 +9144,28 @@
|
|
9108
9144
|
"required": false,
|
9109
9145
|
"type": "int",
|
9110
9146
|
"value_allowed_null": true
|
9147
|
+
},
|
9148
|
+
{
|
9149
|
+
"disabled": false,
|
9150
|
+
"document": "服务的优雅退出时限。单位为秒,默认值为30,最小为1",
|
9151
|
+
"example": "30",
|
9152
|
+
"member": "int64",
|
9153
|
+
"name": "TerminationGracePeriodSeconds",
|
9154
|
+
"output_required": false,
|
9155
|
+
"required": false,
|
9156
|
+
"type": "int",
|
9157
|
+
"value_allowed_null": false
|
9158
|
+
},
|
9159
|
+
{
|
9160
|
+
"disabled": false,
|
9161
|
+
"document": "服务实例停止前执行的命令,执行完毕或执行时间超过优雅退出时限后实例结束",
|
9162
|
+
"example": "[\"sleep\",\"60\"]",
|
9163
|
+
"member": "string",
|
9164
|
+
"name": "PreStopCommand",
|
9165
|
+
"output_required": false,
|
9166
|
+
"required": false,
|
9167
|
+
"type": "list",
|
9168
|
+
"value_allowed_null": false
|
9111
9169
|
}
|
9112
9170
|
],
|
9113
9171
|
"usage": "both"
|
@@ -15,9 +15,9 @@
|
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
17
|
"DescribeInstanceNodes": {
|
18
|
-
"document": "
|
18
|
+
"document": "查询实例pod列表",
|
19
19
|
"input": "DescribeInstanceNodesRequest",
|
20
|
-
"name": "
|
20
|
+
"name": "查询实例pod列表",
|
21
21
|
"output": "DescribeInstanceNodesResponse",
|
22
22
|
"status": "online"
|
23
23
|
},
|
@@ -325,6 +325,15 @@
|
|
325
325
|
"name": "ResourceTags",
|
326
326
|
"required": false,
|
327
327
|
"type": "list"
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"disabled": false,
|
331
|
+
"document": "任务状态:1-待执行任务;2-密钥更新中;3-网络变更中;4-参数变更中;5-embedding变更中;6-ai套件变更中;7-滚动升级中;8-纵向扩容中;9-纵向缩容中;10-横向扩容中;11-横向缩容中",
|
332
|
+
"example": "[1,2]",
|
333
|
+
"member": "int64",
|
334
|
+
"name": "TaskStatus",
|
335
|
+
"required": false,
|
336
|
+
"type": "list"
|
328
337
|
}
|
329
338
|
],
|
330
339
|
"type": "object"
|
@@ -765,6 +774,16 @@
|
|
765
774
|
"output_required": false,
|
766
775
|
"type": "int",
|
767
776
|
"value_allowed_null": false
|
777
|
+
},
|
778
|
+
{
|
779
|
+
"disabled": false,
|
780
|
+
"document": "任务状态:0-无任务;1-待执行任务;2-密钥更新中;3-网络变更中;4-参数变更中;5-embedding变更中;6-ai套件变更中;7-滚动升级中;8-纵向扩容中;9-纵向缩容中;10-横向扩容中;11-横向缩容中",
|
781
|
+
"example": "0",
|
782
|
+
"member": "int64",
|
783
|
+
"name": "TaskStatus",
|
784
|
+
"output_required": false,
|
785
|
+
"type": "int",
|
786
|
+
"value_allowed_null": false
|
768
787
|
}
|
769
788
|
],
|
770
789
|
"usage": "out"
|
@@ -883,6 +902,16 @@
|
|
883
902
|
"output_required": false,
|
884
903
|
"type": "string",
|
885
904
|
"value_allowed_null": false
|
905
|
+
},
|
906
|
+
{
|
907
|
+
"disabled": false,
|
908
|
+
"document": "pod状态",
|
909
|
+
"example": "running",
|
910
|
+
"member": "string",
|
911
|
+
"name": "Status",
|
912
|
+
"output_required": false,
|
913
|
+
"type": "string",
|
914
|
+
"value_allowed_null": false
|
886
915
|
}
|
887
916
|
],
|
888
917
|
"usage": "out"
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"DescribeInstanceNodes": [
|
20
20
|
{
|
21
21
|
"document": "调用接口成功",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: vdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceNodes\n<公共请求参数>\n\n{\n \"InstanceId\": \"vdb-
|
23
|
-
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"Name\": \"master-0\"\n },\n {\n \"Name\": \"search-0\"\n },\n {\n \"Name\": \"worker-0\"\n }\n ],\n \"RequestId\": \"
|
22
|
+
"input": "POST / HTTP/1.1\nHost: vdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceNodes\n<公共请求参数>\n\n{\n \"InstanceId\": \"vdb-bmz0gqmd\"\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"Name\": \"master-0\",\n \"Status\": \"Running\"\n },\n {\n \"Name\": \"search-0\",\n \"Status\": \"Running\"\n },\n {\n \"Name\": \"worker-0\",\n \"Status\": \"Running\"\n },\n {\n \"Name\": \"worker-1\",\n \"Status\": \"Pending\"\n }\n ],\n \"RequestId\": \"b3157916-a811-443f-af68-23220d6dfb01\",\n \"TotalCount\": 5\n }\n}",
|
24
24
|
"title": "成功示例"
|
25
25
|
},
|
26
26
|
{
|
@@ -36,6 +36,12 @@
|
|
36
36
|
"input": "POST / HTTP/1.1\nHost: vdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 50\n}",
|
37
37
|
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"AppId\": 251223614,\n \"Cpu\": 1,\n \"CreatedAt\": \"2023-07-07\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"\",\n \"ExpiredAt\": \"2023-08-07\",\n \"Extend\": \"{\\\"Port\\\": \\\"8100\\\", \\\"DiskType\\\": \\\"CLOUD_SSD\\\", \\\"NodeType\\\": \\\"Store\\\", \\\"Platform\\\": \\\"vdb-cd\\\", \\\"NodeSpecs\\\": \\\"{\\\\\\\"Cpu\\\\\\\":1,\\\\\\\"Memory\\\\\\\":8}\\\", \\\"NodeNumber\\\": \\\"3\\\", \\\"DiskCapacity\\\": \\\"20\\\", \\\"DiskTypeValue\\\": \\\"云硬盘\\\", \\\"EngineVersion\\\": \\\"v1.0.0\\\", \\\"NodeTypeValue\\\": \\\"存储型\\\", \\\"NodeSpecsValue\\\": \\\"S.2SMALL\\\", \\\"NodeNumberValue\\\": \\\"\\\", \\\"DiskCapacityValue\\\": \\\"\\\"}\",\n \"InstanceId\": \"vdb-77qt0r46\",\n \"IsNoExpired\": false,\n \"Memory\": 8,\n \"Name\": \"vector_search\",\n \"Networks\": [\n {\n \"Port\": 8100,\n \"SubnetId\": \"subnet-02bwnv4i\",\n \"Vip\": \"10.0.7.132\",\n \"VpcId\": \"vpc-kddx224l\"\n }\n ],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"ReplicaNum\": 3,\n \"ResourceTags\": [],\n \"ShardNum\": 1,\n \"Status\": \"online\",\n \"Zone\": \"\"\n },\n {\n \"AppId\": 251223614,\n \"Cpu\": 1,\n \"CreatedAt\": \"2023-07-06\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"\",\n \"ExpiredAt\": \"2023-08-06\",\n \"Extend\": \"{\\\"Port\\\": \\\"8100\\\", \\\"DiskType\\\": \\\"CLOUD_SSD\\\", \\\"NodeType\\\": \\\"Store\\\", \\\"Platform\\\": \\\"vdb-cd\\\", \\\"NodeSpecs\\\": \\\"{\\\\\\\"Cpu\\\\\\\":1,\\\\\\\"Memory\\\\\\\":8}\\\", \\\"NodeNumber\\\": \\\"3\\\", \\\"DiskCapacity\\\": \\\"20\\\", \\\"DiskTypeValue\\\": \\\"云硬盘\\\", \\\"EngineVersion\\\": \\\"v1.0.0\\\", \\\"NodeTypeValue\\\": \\\"存储型\\\", \\\"NodeSpecsValue\\\": \\\"S.2SMALL\\\", \\\"NodeNumberValue\\\": \\\"\\\", \\\"DiskCapacityValue\\\": \\\"\\\"}\",\n \"InstanceId\": \"vdb-o2ovx6ko\",\n \"IsNoExpired\": false,\n \"Memory\": 8,\n \"Name\": \"embedding_search\",\n \"Networks\": [\n {\n \"Port\": 8100,\n \"SubnetId\": \"subnet-02bwnv4i\",\n \"Vip\": \"10.0.7.115\",\n \"VpcId\": \"vpc-kddx224l\"\n }\n ],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"ReplicaNum\": 3,\n \"ResourceTags\": [],\n \"ShardNum\": 1,\n \"Status\": \"online\",\n \"Zone\": \"\"\n }\n ],\n \"RequestId\": \"2757e3ad-427f-45dc-9119-8c9cfb4ae614\",\n \"TotalCount\": 2\n }\n}",
|
38
38
|
"title": "成功示例"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"document": "查询实例列表",
|
42
|
+
"input": "POST / HTTP/1.1\nHost: vdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 50\n}",
|
43
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"ApiVersion\": \"2.0\",\n \"AppId\": 251255497,\n \"AutoRenew\": 0,\n \"Cpu\": 1,\n \"CreatedAt\": \"2025-02-24 19:02:40\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"v2.3.0\",\n \"ExpiredAt\": \"2025-03-24 19:54:40\",\n \"Extend\": \"{\\\"EngineVersion\\\":\\\"v1.0.0\\\",\\\"FreeApply\\\":2,\\\"Mode\\\":\\\"two\\\",\\\"Platform\\\":\\\"vdb\\\",\\\"Port\\\":\\\"80\\\",\\\"Tag\\\":\\\"trade\\\"}\",\n \"HealthScore\": 0,\n \"InstanceId\": \"vdb-mh653rup\",\n \"IsNoExpired\": false,\n \"IsolateAt\": \"\",\n \"Memory\": 2,\n \"Name\": \"vdb-mh653rup\",\n \"Networks\": [],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-chengdu\",\n \"ReplicaNum\": 2,\n \"ResourceTags\": [],\n \"ShardNum\": 0,\n \"Status\": \"creating\",\n \"TaskStatus\": 0,\n \"WanAddress\": \"\",\n \"Warning\": 0,\n \"Zone\": \"\"\n },\n {\n \"ApiVersion\": \"2.0\",\n \"AppId\": 251255497,\n \"AutoRenew\": 0,\n \"Cpu\": 1,\n \"CreatedAt\": \"2025-02-24 19:02:45\",\n \"Disk\": 30,\n \"EngineName\": \"\",\n \"EngineVersion\": \"v2.3.0\",\n \"ExpiredAt\": \"2025-05-24 19:14:44\",\n \"Extend\": \"{\\\"EngineVersion\\\":\\\"v1.0.0\\\",\\\"FreeApply\\\":2,\\\"Mode\\\":\\\"two\\\",\\\"Platform\\\":\\\"vdb\\\",\\\"Port\\\":\\\"80\\\",\\\"Tag\\\":\\\"trade\\\"}\",\n \"HealthScore\": 0,\n \"InstanceId\": \"vdb-bmz0gqmd\",\n \"IsNoExpired\": false,\n \"IsolateAt\": \"\",\n \"Memory\": 2,\n \"Name\": \"vdb-bmz0gqmd\",\n \"Networks\": [\n {\n \"ExpireTime\": \"\",\n \"Port\": 80,\n \"PreserveDuration\": 0,\n \"SubnetId\": \"subnet-8apk7iir\",\n \"Vip\": \"10.10.16.8\",\n \"VpcId\": \"vpc-n4c3s8u4\"\n }\n ],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"\",\n \"Region\": \"ap-chengdu\",\n \"ReplicaNum\": 2,\n \"ResourceTags\": [],\n \"ShardNum\": 0,\n \"Status\": \"online\",\n \"TaskStatus\": 0,\n \"WanAddress\": \"\",\n \"Warning\": 0,\n \"Zone\": \"\"\n }\n ],\n \"RequestId\": \"ebae613a-d963-4979-9764-588ff0a315e3\",\n \"TotalCount\": 2\n }\n}",
|
44
|
+
"title": "查询实例列表"
|
39
45
|
}
|
40
46
|
],
|
41
47
|
"DisassociateSecurityGroups": [
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"CancelVRSTask": {
|
4
4
|
"document": "声音复刻取消任务接口",
|
5
5
|
"input": "CancelVRSTaskRequest",
|
6
|
-
"name": "
|
6
|
+
"name": "声音复刻取消任务接口(暂未开放)",
|
7
7
|
"output": "CancelVRSTaskResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
@@ -88,6 +88,7 @@
|
|
88
88
|
"example": "无",
|
89
89
|
"member": "CancelVRSTaskRsp",
|
90
90
|
"name": "Data",
|
91
|
+
"output_required": true,
|
91
92
|
"type": "object",
|
92
93
|
"value_allowed_null": false
|
93
94
|
},
|
@@ -102,7 +103,18 @@
|
|
102
103
|
},
|
103
104
|
"CancelVRSTaskRsp": {
|
104
105
|
"document": "取消任务响应",
|
105
|
-
"members": [
|
106
|
+
"members": [
|
107
|
+
{
|
108
|
+
"disabled": false,
|
109
|
+
"document": "任务ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
110
|
+
"example": "ce68122c-0ca8-4fa6-99b1-90a28670626b",
|
111
|
+
"member": "string",
|
112
|
+
"name": "TaskId",
|
113
|
+
"output_required": false,
|
114
|
+
"type": "string",
|
115
|
+
"value_allowed_null": true
|
116
|
+
}
|
117
|
+
],
|
106
118
|
"usage": "out"
|
107
119
|
},
|
108
120
|
"CreateVRSTaskRequest": {
|
@@ -4,7 +4,7 @@
|
|
4
4
|
{
|
5
5
|
"document": "声音复刻取消任务",
|
6
6
|
"input": "POST / HTTP/1.1\nHost: vrs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelVRSTask\n<公共请求参数>\n\n{\n \"TaskId\": \"efe36c79-1c71-41d1-b541-04075fb3b9aa\"\n}",
|
7
|
-
"output": "{\n \"Response\": {\n \"Data\": {},\n \"RequestId\": \"33ccdce8-15d7-4536-9325-8259266c21\"\n }\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"TaskId\": \"efe36c79-1c71-41d1-b541-04075fb3b9aa\"\n },\n \"RequestId\": \"33ccdce8-15d7-4536-9325-8259266c21\"\n }\n}",
|
8
8
|
"title": "声音复刻取消任务"
|
9
9
|
}
|
10
10
|
],
|
@@ -26573,6 +26573,24 @@
|
|
26573
26573
|
"name": "ScheduleTimeZone",
|
26574
26574
|
"required": false,
|
26575
26575
|
"type": "string"
|
26576
|
+
},
|
26577
|
+
{
|
26578
|
+
"disabled": false,
|
26579
|
+
"document": "计划调度时间",
|
26580
|
+
"example": "无",
|
26581
|
+
"member": "string",
|
26582
|
+
"name": "ScheduleTimeFrom",
|
26583
|
+
"required": false,
|
26584
|
+
"type": "string"
|
26585
|
+
},
|
26586
|
+
{
|
26587
|
+
"disabled": false,
|
26588
|
+
"document": "计划调度时间",
|
26589
|
+
"example": "无",
|
26590
|
+
"member": "string",
|
26591
|
+
"name": "ScheduleTimeTo",
|
26592
|
+
"required": false,
|
26593
|
+
"type": "string"
|
26576
26594
|
}
|
26577
26595
|
],
|
26578
26596
|
"usage": "in"
|
@@ -30468,6 +30486,16 @@
|
|
30468
30486
|
"output_required": false,
|
30469
30487
|
"type": "string",
|
30470
30488
|
"value_allowed_null": false
|
30489
|
+
},
|
30490
|
+
{
|
30491
|
+
"disabled": false,
|
30492
|
+
"document": "补录计划时间范围的类型: \nDATA_TIME:实例数据时间;SCHEDULE_TIME 计划调度时间",
|
30493
|
+
"example": "DATA_TIME",
|
30494
|
+
"member": "string",
|
30495
|
+
"name": "TimeType",
|
30496
|
+
"output_required": false,
|
30497
|
+
"type": "string",
|
30498
|
+
"value_allowed_null": false
|
30471
30499
|
}
|
30472
30500
|
],
|
30473
30501
|
"usage": "out"
|
@@ -30849,6 +30877,17 @@
|
|
30849
30877
|
"required": false,
|
30850
30878
|
"type": "string",
|
30851
30879
|
"value_allowed_null": true
|
30880
|
+
},
|
30881
|
+
{
|
30882
|
+
"disabled": false,
|
30883
|
+
"document": "时间类型,DATA_TIME:数据时间、SCHEDULE_TIME:计划调度时间, 为空时会被当成DATA_TIME处理",
|
30884
|
+
"example": "DATA_TIME",
|
30885
|
+
"member": "string",
|
30886
|
+
"name": "TimeType",
|
30887
|
+
"output_required": false,
|
30888
|
+
"required": false,
|
30889
|
+
"type": "string",
|
30890
|
+
"value_allowed_null": false
|
30852
30891
|
}
|
30853
30892
|
],
|
30854
30893
|
"usage": "both"
|
@@ -47452,6 +47491,15 @@
|
|
47452
47491
|
"name": "ScheduleTimeZone",
|
47453
47492
|
"required": false,
|
47454
47493
|
"type": "string"
|
47494
|
+
},
|
47495
|
+
{
|
47496
|
+
"disabled": false,
|
47497
|
+
"document": "时间类型,DATA_TIME:数据时间、SCHEDULE_TIME:计划调度时间, 为空时会被当成DATA_TIME处理",
|
47498
|
+
"example": "DATA_TIME",
|
47499
|
+
"member": "string",
|
47500
|
+
"name": "TimeType",
|
47501
|
+
"required": false,
|
47502
|
+
"type": "string"
|
47455
47503
|
}
|
47456
47504
|
],
|
47457
47505
|
"type": "object"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1289.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1289
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|