tccli 3.0.1004.1__py2.py3-none-any.whl → 3.0.1005.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cvm/v20170312/CreateLaunchTemplate.md +1 -1
- tccli/examples/cvm/v20170312/RenewInstances.md +2 -2
- tccli/examples/cvm/v20170312/ResetInstancesPassword.md +1 -1
- tccli/examples/cvm/v20170312/StopInstances.md +1 -1
- tccli/examples/cwp/v20180228/DescribeMachineInfo.md +20 -20
- tccli/examples/cynosdb/v20190107/CreateClusterDatabase.md +9 -9
- tccli/examples/cynosdb/v20190107/DescribeClusterParams.md +18 -28
- tccli/examples/cynosdb/v20190107/DescribeClusters.md +70 -77
- tccli/examples/cynosdb/v20190107/DescribeZones.md +27 -29
- tccli/examples/cynosdb/v20190107/ModifyAccountHost.md +5 -5
- tccli/examples/cynosdb/v20190107/ModifyProxyDesc.md +4 -4
- tccli/examples/cynosdb/v20190107/ReloadBalanceProxyNode.md +5 -5
- tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +22 -22
- tccli/examples/hai/v20230812/DescribeApplications.md +2 -1
- tccli/examples/sqlserver/v20180328/BalanceReadOnlyGroup.md +21 -0
- tccli/examples/sqlserver/v20180328/DeleteRestoreTask.md +21 -0
- tccli/examples/sqlserver/v20180328/DescribeAccountPrivilegeByDB.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeCollationTimeZone.md +24 -0
- tccli/examples/sqlserver/v20180328/DescribeCrossRegions.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeDBPrivilegeByAccount.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeDBRestoreTime.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeDatabaseNames.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeInquiryPriceParameter.md +30 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTasks.md +36 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTradeParameter.md +37 -0
- tccli/examples/sqlserver/v20180328/DescribeProductSpec.md +81 -0
- tccli/examples/sqlserver/v20180328/DescribeReadOnlyGroupAutoWeight.md +60 -0
- tccli/examples/sqlserver/v20180328/DescribeRestoreTask.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeSpecSellStatus.md +124 -0
- tccli/examples/sqlserver/v20180328/DescribeUpgradeInstanceCheck.md +71 -0
- tccli/examples/sqlserver/v20180328/ModifyCloseWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyDBInstanceNote.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyOpenWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyPublishSubscribe.md +51 -0
- tccli/examples/tbaas/v20180416/DescribeFabricBlock.md +37 -0
- tccli/examples/tbaas/v20180416/DescribeFabricTransaction.md +33 -0
- tccli/examples/tbaas/v20180416/InvokeFabricChaincode.md +28 -0
- tccli/examples/tbaas/v20180416/QueryFabricChaincode.md +27 -0
- tccli/examples/tcss/v20201101/AddEditImageAutoAuthorizedRule.md +1 -1
- tccli/examples/tcss/v20201101/CreateAssetImageScanSetting.md +4 -4
- tccli/examples/tcss/v20201101/DescribeAssetImageDetail.md +28 -27
- tccli/examples/tcss/v20201101/DescribeImageAutoAuthorizedRule.md +2 -2
- tccli/examples/tcss/v20201101/RenewImageAuthorizeState.md +2 -2
- tccli/examples/tke/v20180525/DescribeClusterEndpoints.md +1 -0
- tccli/examples/tke/v20180525/DescribeClusterExtraArgs.md +31 -0
- tccli/examples/tke/v20180525/DescribeExternalNodeSupportConfig.md +81 -0
- tccli/examples/tke/v20180525/DescribeIPAMD.md +26 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterConsumerGroups.md +23 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterTopics.md +25 -0
- tccli/examples/wedata/v20210820/DescribeApproveList.md +43 -161
- tccli/examples/wedata/v20210820/DescribeApproveTypeList.md +64 -0
- tccli/services/__init__.py +1 -5
- tccli/services/billing/v20180709/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +10 -1
- tccli/services/cloudstudio/cloudstudio_client.py +30 -1042
- tccli/services/cvm/v20170312/api.json +68 -68
- tccli/services/cvm/v20170312/examples.json +4 -4
- tccli/services/cwp/v20180228/api.json +20 -0
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +10 -11
- tccli/services/cynosdb/v20190107/examples.json +14 -14
- tccli/services/dsgc/v20190723/api.json +48 -41
- tccli/services/ess/v20201111/api.json +9 -9
- tccli/services/essbasic/v20210526/api.json +10 -10
- tccli/services/essbasic/v20210526/examples.json +6 -6
- tccli/services/hai/v20230812/api.json +69 -69
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/sqlserver/sqlserver_client.py +1418 -358
- tccli/services/sqlserver/v20180328/api.json +2426 -172
- tccli/services/sqlserver/v20180328/examples.json +166 -0
- tccli/services/tbaas/tbaas_client.py +273 -61
- tccli/services/tbaas/v20180416/api.json +539 -0
- tccli/services/tbaas/v20180416/examples.json +32 -0
- tccli/services/tchd/v20230306/api.json +1 -1
- tccli/services/tcss/v20201101/api.json +443 -87
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +9 -9
- tccli/services/tke/tke_client.py +159 -0
- tccli/services/tke/v20180525/api.json +375 -0
- tccli/services/tke/v20180525/examples.json +25 -1
- tccli/services/trocket/trocket_client.py +171 -65
- tccli/services/trocket/v20230308/api.json +230 -0
- tccli/services/trocket/v20230308/examples.json +16 -0
- tccli/services/tse/v20201207/api.json +57 -35
- tccli/services/vrs/v20200824/api.json +10 -0
- tccli/services/waf/v20180125/api.json +201 -54
- tccli/services/wedata/v20210820/api.json +144 -14
- tccli/services/wedata/v20210820/examples.json +16 -2
- tccli/services/wedata/wedata_client.py +53 -0
- tccli/services/weilingwith/v20230427/api.json +13 -13
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/RECORD +96 -72
- tccli/services/casb/__init__.py +0 -4
- tccli/services/casb/casb_client.py +0 -194
- tccli/services/casb/v20200507/api.json +0 -110
- tccli/services/casb/v20200507/examples.json +0 -19
- tccli/services/cloudstudio/v20210524/api.json +0 -2604
- tccli/services/cloudstudio/v20210524/examples.json +0 -205
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/license_files/LICENSE +0 -0
@@ -546,6 +546,13 @@
|
|
546
546
|
"output": "DescribeClusterEndpointsResponse",
|
547
547
|
"status": "online"
|
548
548
|
},
|
549
|
+
"DescribeClusterExtraArgs": {
|
550
|
+
"document": "查询集群自定义参数",
|
551
|
+
"input": "DescribeClusterExtraArgsRequest",
|
552
|
+
"name": "查询集群自定义参数",
|
553
|
+
"output": "DescribeClusterExtraArgsResponse",
|
554
|
+
"status": "online"
|
555
|
+
},
|
549
556
|
"DescribeClusterInspectionResultsOverview": {
|
550
557
|
"document": "查询用户单个Region下的所有集群巡检结果概览信息",
|
551
558
|
"input": "DescribeClusterInspectionResultsOverviewRequest",
|
@@ -791,6 +798,20 @@
|
|
791
798
|
"output": "DescribeExternalClusterSpecResponse",
|
792
799
|
"status": "online"
|
793
800
|
},
|
801
|
+
"DescribeExternalNodeSupportConfig": {
|
802
|
+
"document": "查看开启第三方节点池配置信息",
|
803
|
+
"input": "DescribeExternalNodeSupportConfigRequest",
|
804
|
+
"name": "查看开启第三方节点池配置信息",
|
805
|
+
"output": "DescribeExternalNodeSupportConfigResponse",
|
806
|
+
"status": "online"
|
807
|
+
},
|
808
|
+
"DescribeIPAMD": {
|
809
|
+
"document": "获取eniipamd组件信息",
|
810
|
+
"input": "DescribeIPAMDRequest",
|
811
|
+
"name": "获取eniipamd组件信息",
|
812
|
+
"output": "DescribeIPAMDResponse",
|
813
|
+
"status": "online"
|
814
|
+
},
|
794
815
|
"DescribeImageCaches": {
|
795
816
|
"document": "查询镜像缓存信息接口",
|
796
817
|
"input": "DescribeImageCachesRequest",
|
@@ -8527,6 +8548,7 @@
|
|
8527
8548
|
"example": "”“",
|
8528
8549
|
"member": "string",
|
8529
8550
|
"name": "CertificationAuthority",
|
8551
|
+
"output_required": true,
|
8530
8552
|
"type": "string",
|
8531
8553
|
"value_allowed_null": false
|
8532
8554
|
},
|
@@ -8536,6 +8558,7 @@
|
|
8536
8558
|
"example": "12.34.56.78",
|
8537
8559
|
"member": "string",
|
8538
8560
|
"name": "ClusterExternalEndpoint",
|
8561
|
+
"output_required": true,
|
8539
8562
|
"type": "string",
|
8540
8563
|
"value_allowed_null": false
|
8541
8564
|
},
|
@@ -8545,6 +8568,7 @@
|
|
8545
8568
|
"example": "10.0.0.1",
|
8546
8569
|
"member": "string",
|
8547
8570
|
"name": "ClusterIntranetEndpoint",
|
8571
|
+
"output_required": true,
|
8548
8572
|
"type": "string",
|
8549
8573
|
"value_allowed_null": false
|
8550
8574
|
},
|
@@ -8554,6 +8578,7 @@
|
|
8554
8578
|
"example": "cls-65r1c5nu.ccs.tencent-cloud.com",
|
8555
8579
|
"member": "string",
|
8556
8580
|
"name": "ClusterDomain",
|
8581
|
+
"output_required": true,
|
8557
8582
|
"type": "string",
|
8558
8583
|
"value_allowed_null": true
|
8559
8584
|
},
|
@@ -8563,6 +8588,7 @@
|
|
8563
8588
|
"example": "[\"10.0.0.0\\/24\"]",
|
8564
8589
|
"member": "string",
|
8565
8590
|
"name": "ClusterExternalACL",
|
8591
|
+
"output_required": true,
|
8566
8592
|
"type": "list",
|
8567
8593
|
"value_allowed_null": true
|
8568
8594
|
},
|
@@ -8572,6 +8598,7 @@
|
|
8572
8598
|
"example": "cls.domain",
|
8573
8599
|
"member": "string",
|
8574
8600
|
"name": "ClusterExternalDomain",
|
8601
|
+
"output_required": true,
|
8575
8602
|
"type": "string",
|
8576
8603
|
"value_allowed_null": true
|
8577
8604
|
},
|
@@ -8581,6 +8608,7 @@
|
|
8581
8608
|
"example": "cls.domain",
|
8582
8609
|
"member": "string",
|
8583
8610
|
"name": "ClusterIntranetDomain",
|
8611
|
+
"output_required": true,
|
8584
8612
|
"type": "string",
|
8585
8613
|
"value_allowed_null": true
|
8586
8614
|
},
|
@@ -8590,9 +8618,56 @@
|
|
8590
8618
|
"example": "sg-3euou3gv",
|
8591
8619
|
"member": "string",
|
8592
8620
|
"name": "SecurityGroup",
|
8621
|
+
"output_required": true,
|
8593
8622
|
"type": "string",
|
8594
8623
|
"value_allowed_null": true
|
8595
8624
|
},
|
8625
|
+
{
|
8626
|
+
"disabled": false,
|
8627
|
+
"document": "内网访问所属子网\n注意:此字段可能返回 null,表示取不到有效值。",
|
8628
|
+
"example": "无",
|
8629
|
+
"member": "string",
|
8630
|
+
"name": "ClusterIntranetSubnetId",
|
8631
|
+
"output_required": true,
|
8632
|
+
"type": "string",
|
8633
|
+
"value_allowed_null": true
|
8634
|
+
},
|
8635
|
+
{
|
8636
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
8637
|
+
"member": "string",
|
8638
|
+
"name": "RequestId",
|
8639
|
+
"type": "string"
|
8640
|
+
}
|
8641
|
+
],
|
8642
|
+
"type": "object"
|
8643
|
+
},
|
8644
|
+
"DescribeClusterExtraArgsRequest": {
|
8645
|
+
"document": "DescribeClusterExtraArgs请求参数结构体",
|
8646
|
+
"members": [
|
8647
|
+
{
|
8648
|
+
"disabled": false,
|
8649
|
+
"document": "集群ID",
|
8650
|
+
"example": "",
|
8651
|
+
"member": "string",
|
8652
|
+
"name": "ClusterId",
|
8653
|
+
"required": true,
|
8654
|
+
"type": "string"
|
8655
|
+
}
|
8656
|
+
],
|
8657
|
+
"type": "object"
|
8658
|
+
},
|
8659
|
+
"DescribeClusterExtraArgsResponse": {
|
8660
|
+
"document": "DescribeClusterExtraArgs返回参数结构体",
|
8661
|
+
"members": [
|
8662
|
+
{
|
8663
|
+
"disabled": false,
|
8664
|
+
"document": "集群自定义参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
8665
|
+
"example": "",
|
8666
|
+
"member": "ClusterExtraArgs",
|
8667
|
+
"name": "ClusterExtraArgs",
|
8668
|
+
"type": "object",
|
8669
|
+
"value_allowed_null": true
|
8670
|
+
},
|
8596
8671
|
{
|
8597
8672
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
8598
8673
|
"member": "string",
|
@@ -10896,6 +10971,250 @@
|
|
10896
10971
|
],
|
10897
10972
|
"type": "object"
|
10898
10973
|
},
|
10974
|
+
"DescribeExternalNodeSupportConfigRequest": {
|
10975
|
+
"document": "DescribeExternalNodeSupportConfig请求参数结构体",
|
10976
|
+
"members": [
|
10977
|
+
{
|
10978
|
+
"disabled": false,
|
10979
|
+
"document": "集群Id",
|
10980
|
+
"example": "cls-abcd1234",
|
10981
|
+
"member": "string",
|
10982
|
+
"name": "ClusterId",
|
10983
|
+
"required": true,
|
10984
|
+
"type": "string"
|
10985
|
+
}
|
10986
|
+
],
|
10987
|
+
"type": "object"
|
10988
|
+
},
|
10989
|
+
"DescribeExternalNodeSupportConfigResponse": {
|
10990
|
+
"document": "DescribeExternalNodeSupportConfig返回参数结构体",
|
10991
|
+
"members": [
|
10992
|
+
{
|
10993
|
+
"disabled": false,
|
10994
|
+
"document": "用于分配集群容器和服务 IP 的 CIDR,不得与 VPC CIDR 冲突,也不得与同 VPC 内其他集群 CIDR 冲突。且网段范围必须在内网网段内,例如:10.1.0.0/14, 192.168.0.1/18,172.16.0.0/16。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10995
|
+
"example": "172.22.0.0/16",
|
10996
|
+
"member": "string",
|
10997
|
+
"name": "ClusterCIDR",
|
10998
|
+
"output_required": true,
|
10999
|
+
"type": "string",
|
11000
|
+
"value_allowed_null": true
|
11001
|
+
},
|
11002
|
+
{
|
11003
|
+
"disabled": false,
|
11004
|
+
"document": "集群网络插件类型,支持:CiliumBGP、CiliumVXLan\n注意:此字段可能返回 null,表示取不到有效值。",
|
11005
|
+
"example": "Flannel",
|
11006
|
+
"member": "string",
|
11007
|
+
"name": "NetworkType",
|
11008
|
+
"output_required": true,
|
11009
|
+
"type": "string",
|
11010
|
+
"value_allowed_null": true
|
11011
|
+
},
|
11012
|
+
{
|
11013
|
+
"disabled": false,
|
11014
|
+
"document": "子网ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11015
|
+
"example": "subnet-drsvvxxx",
|
11016
|
+
"member": "string",
|
11017
|
+
"name": "SubnetId",
|
11018
|
+
"output_required": true,
|
11019
|
+
"type": "string",
|
11020
|
+
"value_allowed_null": true
|
11021
|
+
},
|
11022
|
+
{
|
11023
|
+
"disabled": false,
|
11024
|
+
"document": "是否开启第三方节点专线连接支持\n注意:此字段可能返回 null,表示取不到有效值。",
|
11025
|
+
"example": "false",
|
11026
|
+
"member": "bool",
|
11027
|
+
"name": "Enabled",
|
11028
|
+
"output_required": true,
|
11029
|
+
"type": "bool",
|
11030
|
+
"value_allowed_null": true
|
11031
|
+
},
|
11032
|
+
{
|
11033
|
+
"disabled": false,
|
11034
|
+
"document": "节点所属交换机的BGP AS 号\n注意:此字段可能返回 null,表示取不到有效值。",
|
11035
|
+
"example": "1001",
|
11036
|
+
"member": "string",
|
11037
|
+
"name": "AS",
|
11038
|
+
"output_required": true,
|
11039
|
+
"type": "string",
|
11040
|
+
"value_allowed_null": true
|
11041
|
+
},
|
11042
|
+
{
|
11043
|
+
"disabled": false,
|
11044
|
+
"document": "节点所属交换机的交换机 IP\n注意:此字段可能返回 null,表示取不到有效值。",
|
11045
|
+
"example": "1.1.1.1",
|
11046
|
+
"member": "string",
|
11047
|
+
"name": "SwitchIP",
|
11048
|
+
"output_required": true,
|
11049
|
+
"type": "string",
|
11050
|
+
"value_allowed_null": true
|
11051
|
+
},
|
11052
|
+
{
|
11053
|
+
"disabled": false,
|
11054
|
+
"document": "开启第三方节点池状态",
|
11055
|
+
"example": "Initializing",
|
11056
|
+
"member": "string",
|
11057
|
+
"name": "Status",
|
11058
|
+
"output_required": true,
|
11059
|
+
"type": "string",
|
11060
|
+
"value_allowed_null": false
|
11061
|
+
},
|
11062
|
+
{
|
11063
|
+
"disabled": false,
|
11064
|
+
"document": "如果开启失败原因\n注意:此字段可能返回 null,表示取不到有效值。",
|
11065
|
+
"example": "\"Create Failed\"",
|
11066
|
+
"member": "string",
|
11067
|
+
"name": "FailedReason",
|
11068
|
+
"output_required": true,
|
11069
|
+
"type": "string",
|
11070
|
+
"value_allowed_null": true
|
11071
|
+
},
|
11072
|
+
{
|
11073
|
+
"disabled": false,
|
11074
|
+
"document": "内网访问地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
11075
|
+
"example": "1.1.1.1",
|
11076
|
+
"member": "string",
|
11077
|
+
"name": "Master",
|
11078
|
+
"output_required": true,
|
11079
|
+
"type": "string",
|
11080
|
+
"value_allowed_null": true
|
11081
|
+
},
|
11082
|
+
{
|
11083
|
+
"disabled": false,
|
11084
|
+
"document": "镜像仓库代理地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
11085
|
+
"example": "1.1.1.1",
|
11086
|
+
"member": "string",
|
11087
|
+
"name": "Proxy",
|
11088
|
+
"output_required": true,
|
11089
|
+
"type": "string",
|
11090
|
+
"value_allowed_null": true
|
11091
|
+
},
|
11092
|
+
{
|
11093
|
+
"disabled": false,
|
11094
|
+
"document": "用于记录开启第三方节点的过程进行到哪一步了\n注意:此字段可能返回 null,表示取不到有效值。",
|
11095
|
+
"example": "无",
|
11096
|
+
"member": "Step",
|
11097
|
+
"name": "Progress",
|
11098
|
+
"output_required": true,
|
11099
|
+
"type": "list",
|
11100
|
+
"value_allowed_null": true
|
11101
|
+
},
|
11102
|
+
{
|
11103
|
+
"disabled": false,
|
11104
|
+
"document": "是否开启第三方节点公网连接支持",
|
11105
|
+
"example": "false",
|
11106
|
+
"member": "bool",
|
11107
|
+
"name": "EnabledPublicConnect",
|
11108
|
+
"output_required": false,
|
11109
|
+
"type": "bool",
|
11110
|
+
"value_allowed_null": false
|
11111
|
+
},
|
11112
|
+
{
|
11113
|
+
"disabled": false,
|
11114
|
+
"document": "公网连接地址",
|
11115
|
+
"example": "23.142.142.24:9000",
|
11116
|
+
"member": "string",
|
11117
|
+
"name": "PublicConnectUrl",
|
11118
|
+
"output_required": false,
|
11119
|
+
"type": "string",
|
11120
|
+
"value_allowed_null": false
|
11121
|
+
},
|
11122
|
+
{
|
11123
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
11124
|
+
"member": "string",
|
11125
|
+
"name": "RequestId",
|
11126
|
+
"type": "string"
|
11127
|
+
}
|
11128
|
+
],
|
11129
|
+
"type": "object"
|
11130
|
+
},
|
11131
|
+
"DescribeIPAMDRequest": {
|
11132
|
+
"document": "DescribeIPAMD请求参数结构体",
|
11133
|
+
"members": [
|
11134
|
+
{
|
11135
|
+
"disabled": false,
|
11136
|
+
"document": "集群ID",
|
11137
|
+
"example": "cls-xxx",
|
11138
|
+
"member": "string",
|
11139
|
+
"name": "ClusterId",
|
11140
|
+
"required": true,
|
11141
|
+
"type": "string"
|
11142
|
+
}
|
11143
|
+
],
|
11144
|
+
"type": "object"
|
11145
|
+
},
|
11146
|
+
"DescribeIPAMDResponse": {
|
11147
|
+
"document": "DescribeIPAMD返回参数结构体",
|
11148
|
+
"members": [
|
11149
|
+
{
|
11150
|
+
"disabled": false,
|
11151
|
+
"document": "是否安装了eniipamd组件",
|
11152
|
+
"example": "false",
|
11153
|
+
"member": "bool",
|
11154
|
+
"name": "EnableIPAMD",
|
11155
|
+
"required": true,
|
11156
|
+
"type": "bool",
|
11157
|
+
"value_allowed_null": false
|
11158
|
+
},
|
11159
|
+
{
|
11160
|
+
"disabled": false,
|
11161
|
+
"document": "是否开启自定义podcidr,默认为false,已安装eniipamd组件才意义\n注意:此字段可能返回 null,表示取不到有效值。",
|
11162
|
+
"example": "false",
|
11163
|
+
"member": "bool",
|
11164
|
+
"name": "EnableCustomizedPodCidr",
|
11165
|
+
"required": true,
|
11166
|
+
"type": "bool",
|
11167
|
+
"value_allowed_null": true
|
11168
|
+
},
|
11169
|
+
{
|
11170
|
+
"disabled": false,
|
11171
|
+
"document": "是否不开启vpccni模式,默认为false,已安装eniipamd组件才意义\n注意:此字段可能返回 null,表示取不到有效值。",
|
11172
|
+
"example": "false",
|
11173
|
+
"member": "bool",
|
11174
|
+
"name": "DisableVpcCniMode",
|
11175
|
+
"required": true,
|
11176
|
+
"type": "bool",
|
11177
|
+
"value_allowed_null": true
|
11178
|
+
},
|
11179
|
+
{
|
11180
|
+
"disabled": false,
|
11181
|
+
"document": "组件状态,已安装eniipamd组件才会有值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11182
|
+
"example": "running",
|
11183
|
+
"member": "string",
|
11184
|
+
"name": "Phase",
|
11185
|
+
"required": true,
|
11186
|
+
"type": "string",
|
11187
|
+
"value_allowed_null": true
|
11188
|
+
},
|
11189
|
+
{
|
11190
|
+
"disabled": false,
|
11191
|
+
"document": "错误信息,已安装eniipamd组件且状态为非running才会有错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
11192
|
+
"example": "\"\"",
|
11193
|
+
"member": "string",
|
11194
|
+
"name": "Reason",
|
11195
|
+
"required": true,
|
11196
|
+
"type": "string",
|
11197
|
+
"value_allowed_null": true
|
11198
|
+
},
|
11199
|
+
{
|
11200
|
+
"disabled": false,
|
11201
|
+
"document": "子网信息,已安装eniipamd组件才会有值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11202
|
+
"example": "[sub-xxxx]",
|
11203
|
+
"member": "string",
|
11204
|
+
"name": "SubnetIds",
|
11205
|
+
"required": true,
|
11206
|
+
"type": "list",
|
11207
|
+
"value_allowed_null": true
|
11208
|
+
},
|
11209
|
+
{
|
11210
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
11211
|
+
"member": "string",
|
11212
|
+
"name": "RequestId",
|
11213
|
+
"type": "string"
|
11214
|
+
}
|
11215
|
+
],
|
11216
|
+
"type": "object"
|
11217
|
+
},
|
10899
11218
|
"DescribeImageCachesRequest": {
|
10900
11219
|
"document": "DescribeImageCaches请求参数结构体",
|
10901
11220
|
"members": [
|
@@ -22605,6 +22924,62 @@
|
|
22605
22924
|
],
|
22606
22925
|
"type": "object"
|
22607
22926
|
},
|
22927
|
+
"Step": {
|
22928
|
+
"document": "执行步骤信息",
|
22929
|
+
"members": [
|
22930
|
+
{
|
22931
|
+
"disabled": false,
|
22932
|
+
"document": "名称",
|
22933
|
+
"example": "\"ensureNodeMasterCommunication\"",
|
22934
|
+
"member": "string",
|
22935
|
+
"name": "Name",
|
22936
|
+
"output_required": true,
|
22937
|
+
"type": "string",
|
22938
|
+
"value_allowed_null": false
|
22939
|
+
},
|
22940
|
+
{
|
22941
|
+
"disabled": false,
|
22942
|
+
"document": "开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
22943
|
+
"example": "\"2022-07-12-14-23-04\"",
|
22944
|
+
"member": "string",
|
22945
|
+
"name": "StartAt",
|
22946
|
+
"output_required": true,
|
22947
|
+
"type": "string",
|
22948
|
+
"value_allowed_null": true
|
22949
|
+
},
|
22950
|
+
{
|
22951
|
+
"disabled": false,
|
22952
|
+
"document": "结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
22953
|
+
"example": "\"2022-07-12-14-24-04\"",
|
22954
|
+
"member": "string",
|
22955
|
+
"name": "EndAt",
|
22956
|
+
"output_required": true,
|
22957
|
+
"type": "string",
|
22958
|
+
"value_allowed_null": true
|
22959
|
+
},
|
22960
|
+
{
|
22961
|
+
"disabled": false,
|
22962
|
+
"document": "当前状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
22963
|
+
"example": "\"Success\"",
|
22964
|
+
"member": "string",
|
22965
|
+
"name": "Status",
|
22966
|
+
"output_required": true,
|
22967
|
+
"type": "string",
|
22968
|
+
"value_allowed_null": true
|
22969
|
+
},
|
22970
|
+
{
|
22971
|
+
"disabled": false,
|
22972
|
+
"document": "执行信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
22973
|
+
"example": "\"null\"",
|
22974
|
+
"member": "string",
|
22975
|
+
"name": "Message",
|
22976
|
+
"output_required": true,
|
22977
|
+
"type": "string",
|
22978
|
+
"value_allowed_null": true
|
22979
|
+
}
|
22980
|
+
],
|
22981
|
+
"usage": "out"
|
22982
|
+
},
|
22608
22983
|
"SubnetInfos": {
|
22609
22984
|
"document": "子网信息",
|
22610
22985
|
"members": [
|
@@ -650,10 +650,18 @@
|
|
650
650
|
{
|
651
651
|
"document": "获取集群访问地址",
|
652
652
|
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterEndpoints\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-65r1c5nu\"\n}",
|
653
|
-
"output": "{\n \"Response\": {\n \"CertificationAuthority\": \"\",\n \"ClusterIntranetDomain\": \"cls.domain\",\n \"ClusterExternalDomain\": \"cls.domain\",\n \"SecurityGroup\": \"sg-2quou3re\",\n \"ClusterExternalEndpoint\": \"12.34.56.78\",\n \"ClusterIntranetEndpoint\": \"10.0.0.1\",\n \"ClusterDomain\": \"cls-65r1c5nu.ccs.tencent-cloud.com\",\n \"ClusterExternalACL\": [\n \"10.0.0.0/24\"\n ],\n \"RequestId\": \"33483fde-efec-4d3c-8ff6-340d9dbc2d01\"\n }\n}",
|
653
|
+
"output": "{\n \"Response\": {\n \"CertificationAuthority\": \"\",\n \"ClusterIntranetDomain\": \"cls.domain\",\n \"ClusterExternalDomain\": \"cls.domain\",\n \"SecurityGroup\": \"sg-2quou3re\",\n \"ClusterExternalEndpoint\": \"12.34.56.78\",\n \"ClusterIntranetEndpoint\": \"10.0.0.1\",\n \"ClusterDomain\": \"cls-65r1c5nu.ccs.tencent-cloud.com\",\n \"ClusterExternalACL\": [\n \"10.0.0.0/24\"\n ],\n \"ClusterIntranetSubnetId\": \"subnet-xxxxx\",\n \"RequestId\": \"33483fde-efec-4d3c-8ff6-340d9dbc2d01\"\n }\n}",
|
654
654
|
"title": "获取集群访问地址"
|
655
655
|
}
|
656
656
|
],
|
657
|
+
"DescribeClusterExtraArgs": [
|
658
|
+
{
|
659
|
+
"document": "",
|
660
|
+
"input": "https://tke.tencentcloudapi.com/?Action=DescribeClusterExtraArgs\r\n&ClusterId=cls-xxxxxx\r\n&<公共请求参数>",
|
661
|
+
"output": "{\n \"Response\": {\n \"ClusterExtraArgs\": {\n \"KubeAPIServer\": [\n \"max-mutating-requests-inflight=500\"\n ],\n \"KubeControllerManager\": [\n \"kube-api-burst=500\"\n ],\n \"KubeScheduler\": [\n \"kube-api-burst=500\"\n ]\n },\n \"RequestId\": \"5a489220-1730-43ee-9a59-7d3a752ac750\"\n }\n}",
|
662
|
+
"title": "查询集群自定义参数"
|
663
|
+
}
|
664
|
+
],
|
657
665
|
"DescribeClusterInspectionResultsOverview": [
|
658
666
|
{
|
659
667
|
"document": "ClusterIds为空,默认查询所有集群",
|
@@ -934,6 +942,22 @@
|
|
934
942
|
"title": "获取导入第三方集群YAML定义"
|
935
943
|
}
|
936
944
|
],
|
945
|
+
"DescribeExternalNodeSupportConfig": [
|
946
|
+
{
|
947
|
+
"document": "",
|
948
|
+
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExternalNodeSupportConfig\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-lm91rql0\"\n}",
|
949
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4c6c63c7-b23e-4896-bf3b-6bc44dxxxxxx\",\n \"ClusterCIDR\": \"172.22.0.0/16\",\n \"NetworkType\": \"CiliumVXLan\",\n \"SubnetId\": \"subnet-drsvvxxx\",\n \"Enabled\": true,\n \"AS\": \"1001\",\n \"SwitchIP\": \"1.1.1.1\",\n \"Status\": \"Initializing\",\n \"Proxy\": \"1.1.1.1\",\n \"Master\": \"1.1.1.1\",\n \"Progress\": [\n {\n \"EndAt\": \"2021-11-05T12:40:51Z\",\n \"Message\": \"\",\n \"Name\": \"EnsureNodeMasterCommunicate\",\n \"StartAt\": \"2021-11-05T12:40:45Z\",\n \"Status\": \"success\"\n },\n {\n \"EndAt\": \"2021-11-05T12:40:52Z\",\n \"Message\": \"\",\n \"Name\": \"EnsureInClusterAccess\",\n \"StartAt\": \"2021-11-05T12:40:51Z\",\n \"Status\": \"success\"\n },\n {\n \"EndAt\": \"2021-11-05T12:40:57Z\",\n \"Message\": \"\",\n \"Name\": \"EnsureExternalNodeProxy\",\n \"StartAt\": \"2021-11-05T12:40:52Z\",\n \"Status\": \"success\"\n },\n {\n \"EndAt\": \"2021-11-05T12:40:57Z\",\n \"Message\": \"\",\n \"Name\": \"EnsureBootStrap\",\n \"StartAt\": \"2021-11-05T12:40:57Z\",\n \"Status\": \"success\"\n },\n {\n \"EndAt\": \"2021-11-05T12:40:57Z\",\n \"Message\": \"\",\n \"Name\": \"EnsureAdmissionController\",\n \"StartAt\": \"2021-11-05T12:40:57Z\",\n \"Status\": \"success\"\n },\n {\n \"EndAt\": \"2021-11-05T12:41:00Z\",\n \"Message\": \"\",\n \"Name\": \"InstallUnderlayCilium\",\n \"StartAt\": \"2021-11-05T12:40:57Z\",\n \"Status\": \"success\"\n },\n {\n \"EndAt\": \"2021-11-05T12:41:00Z\",\n \"Message\": \"\",\n \"Name\": \"CompleteEnable\",\n \"StartAt\": \"2021-11-05T12:41:00Z\",\n \"Status\": \"success\"\n }\n ],\n \"FailedReason\": \"fail\"\n }\n}",
|
950
|
+
"title": "查看开启第三方节点池配置信息"
|
951
|
+
}
|
952
|
+
],
|
953
|
+
"DescribeIPAMD": [
|
954
|
+
{
|
955
|
+
"document": "",
|
956
|
+
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIPAMD\n<公共请求参数>\n\n{\n \"ClusterId\": \"xx\"\n}",
|
957
|
+
"output": "{\n \"Response\": {\n \"DisableVpcCniMode\": false,\n \"EnableCustomizedPodCidr\": false,\n \"EnableIPAMD\": false,\n \"Phase\": \"running\",\n \"Reason\": \"\",\n \"RequestId\": \"xxxxx\",\n \"SubnetIds\": null\n }\n}",
|
958
|
+
"title": "获取eniipamd组件信息"
|
959
|
+
}
|
960
|
+
],
|
937
961
|
"DescribeImageCaches": [
|
938
962
|
{
|
939
963
|
"document": "",
|