tccli 3.0.1129.1__py2.py3-none-any.whl → 3.0.1131.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +1 -1
  3. tccli/services/cdb/v20170320/api.json +2 -2
  4. tccli/services/cds/cds_client.py +11 -64
  5. tccli/services/cds/v20180420/api.json +0 -42
  6. tccli/services/cds/v20180420/examples.json +0 -8
  7. tccli/services/cdwch/v20200915/api.json +30 -0
  8. tccli/services/ciam/v20220331/api.json +92 -104
  9. tccli/services/cls/v20201016/api.json +5 -5
  10. tccli/services/cynosdb/v20190107/api.json +47 -2
  11. tccli/services/domain/v20180808/api.json +39 -39
  12. tccli/services/ess/v20201111/api.json +7 -7
  13. tccli/services/essbasic/v20210526/api.json +10 -1
  14. tccli/services/essbasic/v20210526/examples.json +1 -1
  15. tccli/services/lighthouse/v20200324/api.json +15 -15
  16. tccli/services/mongodb/v20190725/api.json +50 -20
  17. tccli/services/mongodb/v20190725/examples.json +1 -1
  18. tccli/services/privatedns/v20201028/api.json +5 -5
  19. tccli/services/privatedns/v20201028/examples.json +1 -1
  20. tccli/services/redis/redis_client.py +220 -8
  21. tccli/services/redis/v20180412/api.json +251 -20
  22. tccli/services/redis/v20180412/examples.json +32 -0
  23. tccli/services/ssl/v20191205/api.json +66 -38
  24. tccli/services/ssl/v20191205/examples.json +1 -1
  25. tccli/services/tcaplusdb/v20190823/api.json +147 -75
  26. tccli/services/tcaplusdb/v20190823/examples.json +10 -10
  27. tccli/services/tcbr/v20220217/api.json +2 -2
  28. tccli/services/tcbr/v20220217/examples.json +1 -1
  29. tccli/services/tcm/v20210413/api.json +85 -32
  30. tccli/services/tcm/v20210413/examples.json +2 -2
  31. tccli/services/tcr/v20190924/api.json +8 -8
  32. tccli/services/tcr/v20190924/examples.json +1 -1
  33. tccli/services/tdmq/v20200217/api.json +23 -10
  34. tccli/services/tdmq/v20200217/examples.json +3 -3
  35. tccli/services/tke/v20180525/api.json +31 -26
  36. tccli/services/tke/v20180525/examples.json +9 -9
  37. tccli/services/trtc/v20190722/api.json +5 -5
  38. tccli/services/tse/v20201207/api.json +205 -0
  39. tccli/services/tse/v20201207/examples.json +1 -1
  40. tccli/services/tsf/v20180326/api.json +112 -62
  41. tccli/services/tts/v20190823/api.json +1 -1
  42. tccli/services/waf/v20180125/api.json +109 -0
  43. tccli/services/waf/v20180125/examples.json +14 -0
  44. tccli/services/waf/waf_client.py +61 -8
  45. tccli/services/wedata/v20210820/api.json +71 -0
  46. tccli/services/wedata/v20210820/examples.json +8 -0
  47. tccli/services/wedata/wedata_client.py +53 -0
  48. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/METADATA +2 -2
  49. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/RECORD +52 -52
  50. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/WHEEL +0 -0
  51. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/entry_points.txt +0 -0
  52. {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/license_files/LICENSE +0 -0
@@ -5867,7 +5867,7 @@
5867
5867
  "example": "yyy",
5868
5868
  "member": "string",
5869
5869
  "name": "TmpToken",
5870
- "required": true,
5870
+ "output_required": true,
5871
5871
  "type": "string",
5872
5872
  "value_allowed_null": false
5873
5873
  },
@@ -5877,7 +5877,7 @@
5877
5877
  "example": "ddd",
5878
5878
  "member": "string",
5879
5879
  "name": "TmpSecretId",
5880
- "required": true,
5880
+ "output_required": true,
5881
5881
  "type": "string",
5882
5882
  "value_allowed_null": false
5883
5883
  },
@@ -5887,7 +5887,7 @@
5887
5887
  "example": "eeee",
5888
5888
  "member": "string",
5889
5889
  "name": "TmpSecretKey",
5890
- "required": true,
5890
+ "output_required": true,
5891
5891
  "type": "string",
5892
5892
  "value_allowed_null": false
5893
5893
  },
@@ -5897,7 +5897,7 @@
5897
5897
  "example": "tcr-test134",
5898
5898
  "member": "string",
5899
5899
  "name": "Bucket",
5900
- "required": true,
5900
+ "output_required": true,
5901
5901
  "type": "string",
5902
5902
  "value_allowed_null": false
5903
5903
  },
@@ -5907,7 +5907,7 @@
5907
5907
  "example": "ap-guangzhou",
5908
5908
  "member": "string",
5909
5909
  "name": "Region",
5910
- "required": true,
5910
+ "output_required": true,
5911
5911
  "type": "string",
5912
5912
  "value_allowed_null": false
5913
5913
  },
@@ -5917,7 +5917,7 @@
5917
5917
  "example": "tcr-test/test-1.0.tgz",
5918
5918
  "member": "string",
5919
5919
  "name": "Path",
5920
- "required": true,
5920
+ "output_required": true,
5921
5921
  "type": "string",
5922
5922
  "value_allowed_null": false
5923
5923
  },
@@ -5927,7 +5927,7 @@
5927
5927
  "example": "12345",
5928
5928
  "member": "int64",
5929
5929
  "name": "StartTime",
5930
- "required": true,
5930
+ "output_required": true,
5931
5931
  "type": "int",
5932
5932
  "value_allowed_null": false
5933
5933
  },
@@ -5937,7 +5937,7 @@
5937
5937
  "example": "123456",
5938
5938
  "member": "int64",
5939
5939
  "name": "ExpiredTime",
5940
- "required": true,
5940
+ "output_required": true,
5941
5941
  "type": "int",
5942
5942
  "value_allowed_null": false
5943
5943
  },
@@ -704,7 +704,7 @@
704
704
  {
705
705
  "document": "",
706
706
  "input": "https://tcr.tencentcloudapi.com/?Action=DownloadHelmChart\n&RegistryId=tcr-xxx\n&NamespaceName=tcr-test\n&ChartName=test\n&ChartVersion=1.0\n&<公共请求参数>",
707
- "output": "{\n \"Response\": {\n \"TmpToken\": \"XXXX\",\n \"TmpSecretId\": \"XXXX\",\n \"TmpSecretKey\": \"XXXX\",\n \"Bucket\": \"XXXX\",\n \"Region\": \"XXXX\",\n \"Path\": \"tcr-test/test-1.0.tgz\",\n \"StartTime\": \"12345\",\n \"ExpiredTime\": \"123456\",\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
707
+ "output": "{\n \"Response\": {\n \"TmpSecretKey\": \"abc\",\n \"TmpToken\": \"abc\",\n \"Region\": \"ap-guangzhou\",\n \"Bucket\": \"tcr-d3av5-536254\",\n \"TmpSecretId\": \"abc\",\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"StartTime\": 0,\n \"Path\": \"/docker/registry\",\n \"ExpiredTime\": 0\n }\n}",
708
708
  "title": "下载Helm Chart"
709
709
  }
710
710
  ],
@@ -3438,6 +3438,7 @@
3438
3438
  "example": "test_user",
3439
3439
  "member": "string",
3440
3440
  "name": "User",
3441
+ "output_required": true,
3441
3442
  "type": "string",
3442
3443
  "value_allowed_null": false
3443
3444
  },
@@ -7120,6 +7121,7 @@
7120
7121
  "example": "1",
7121
7122
  "member": "uint64",
7122
7123
  "name": "TotalCount",
7124
+ "output_required": true,
7123
7125
  "type": "int",
7124
7126
  "value_allowed_null": false
7125
7127
  },
@@ -7129,6 +7131,7 @@
7129
7131
  "example": "无",
7130
7132
  "member": "RabbitMQPrivateNode",
7131
7133
  "name": "NodeList",
7134
+ "output_required": true,
7132
7135
  "type": "list",
7133
7136
  "value_allowed_null": true
7134
7137
  },
@@ -7665,7 +7668,7 @@
7665
7668
  "example": "1",
7666
7669
  "member": "int64",
7667
7670
  "name": "TotalCount",
7668
- "required": true,
7671
+ "output_required": true,
7669
7672
  "type": "int",
7670
7673
  "value_allowed_null": false
7671
7674
  },
@@ -7675,7 +7678,7 @@
7675
7678
  "example": "无",
7676
7679
  "member": "RabbitMQUser",
7677
7680
  "name": "RabbitMQUserList",
7678
- "required": true,
7681
+ "output_required": true,
7679
7682
  "type": "list",
7680
7683
  "value_allowed_null": false
7681
7684
  },
@@ -13993,6 +13996,16 @@
13993
13996
  "output_required": false,
13994
13997
  "type": "string",
13995
13998
  "value_allowed_null": true
13999
+ },
14000
+ {
14001
+ "disabled": false,
14002
+ "document": "计费模式,0-后付费,1-预付费\n注意:此字段可能返回 null,表示取不到有效值。",
14003
+ "example": "0",
14004
+ "member": "uint64",
14005
+ "name": "PayMode",
14006
+ "output_required": false,
14007
+ "type": "int",
14008
+ "value_allowed_null": true
13996
14009
  }
13997
14010
  ],
13998
14011
  "usage": "out"
@@ -14412,7 +14425,7 @@
14412
14425
  "example": "amqp-xxx",
14413
14426
  "member": "string",
14414
14427
  "name": "InstanceId",
14415
- "required": false,
14428
+ "output_required": true,
14416
14429
  "type": "string",
14417
14430
  "value_allowed_null": false
14418
14431
  },
@@ -14422,7 +14435,7 @@
14422
14435
  "example": "test_user",
14423
14436
  "member": "string",
14424
14437
  "name": "User",
14425
- "required": false,
14438
+ "output_required": true,
14426
14439
  "type": "string",
14427
14440
  "value_allowed_null": false
14428
14441
  },
@@ -14432,7 +14445,7 @@
14432
14445
  "example": "abc123",
14433
14446
  "member": "string",
14434
14447
  "name": "Password",
14435
- "required": false,
14448
+ "output_required": true,
14436
14449
  "type": "string",
14437
14450
  "value_allowed_null": false
14438
14451
  },
@@ -14442,7 +14455,7 @@
14442
14455
  "example": "测试账号",
14443
14456
  "member": "string",
14444
14457
  "name": "Description",
14445
- "required": false,
14458
+ "output_required": true,
14446
14459
  "type": "string",
14447
14460
  "value_allowed_null": true
14448
14461
  },
@@ -14452,7 +14465,7 @@
14452
14465
  "example": "monitoring",
14453
14466
  "member": "string",
14454
14467
  "name": "Tags",
14455
- "required": false,
14468
+ "output_required": true,
14456
14469
  "type": "list",
14457
14470
  "value_allowed_null": true
14458
14471
  },
@@ -14462,7 +14475,7 @@
14462
14475
  "example": "2022-11-11 11:11:11",
14463
14476
  "member": "string",
14464
14477
  "name": "CreateTime",
14465
- "required": false,
14478
+ "output_required": true,
14466
14479
  "type": "string",
14467
14480
  "value_allowed_null": false
14468
14481
  },
@@ -14472,7 +14485,7 @@
14472
14485
  "example": "2022-11-11 11:11:11",
14473
14486
  "member": "string",
14474
14487
  "name": "ModifyTime",
14475
- "required": false,
14488
+ "output_required": true,
14476
14489
  "type": "string",
14477
14490
  "value_allowed_null": false
14478
14491
  },
@@ -14482,7 +14495,7 @@
14482
14495
  "example": "System",
14483
14496
  "member": "string",
14484
14497
  "name": "Type",
14485
- "required": false,
14498
+ "output_required": true,
14486
14499
  "type": "string",
14487
14500
  "value_allowed_null": false
14488
14501
  }
@@ -520,7 +520,7 @@
520
520
  {
521
521
  "document": "RabbitMQ专享版查询节点列表 在查询节点的时候使用。",
522
522
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQNodeList\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-testtesttest\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
523
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"xx\",\n \"NodeList\": [\n {\n \"NodeName\": \"xx\"\n }\n ]\n }\n}",
523
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NodeList\": [\n {\n \"NodeName\": \"abc\",\n \"NodeStatus\": \"abc\",\n \"CPUUsage\": \"abc\",\n \"Memory\": 1,\n \"DiskUsage\": \"abc\",\n \"ProcessNumber\": 1\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
524
524
  "title": "RabbitMQ专享版查询节点列表"
525
525
  }
526
526
  ],
@@ -544,7 +544,7 @@
544
544
  {
545
545
  "document": "-",
546
546
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-44w9928j\"\n}",
547
- "output": "{\n \"Response\": {\n \"RequestId\": \"dsfsdfs\",\n \"RabbitMQUserList\": [\n {\n \"InstanceId\": \"amqp-xxx\",\n \"User\": \"testVhost\",\n \"Password\": \"123\",\n \"Description\": \"hello\",\n \"Tags\": [\n \"shop\"\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
547
+ "output": "{\n \"Response\": {\n \"RequestId\": \"dsfsdfs\",\n \"RabbitMQUserList\": [\n {\n \"ModifyTime\": \"1\",\n \"CreateTime\": \"1\",\n \"Type\": \"1\",\n \"InstanceId\": \"amqp-xxx\",\n \"User\": \"testVhost\",\n \"Password\": \"123\",\n \"Description\": \"hello\",\n \"Tags\": [\n \"shop\"\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
548
548
  "title": "查询RabbitMQ 用户列表"
549
549
  }
550
550
  ],
@@ -552,7 +552,7 @@
552
552
  {
553
553
  "document": "-",
554
554
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVipInstance\n<公共请求参数>\n\n{\n \"ClusterId\": \"amqp-dsadasd\"\n}",
555
- "output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"amqp-dsadasd\",\n \"ClusterName\": \"abc\",\n \"Region\": \"ap-guangzhou\",\n \"CreateTime\": 1,\n \"Remark\": \"abc\",\n \"Vpcs\": [\n {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcEndpoint\": \"abc\",\n \"VpcDataStreamEndpointStatus\": \"1\"\n }\n ],\n \"ZoneIds\": [\n 100001\n ],\n \"VirtualHostNumber\": 10,\n \"QueueNumber\": 10,\n \"MessagePublishRate\": 10.1,\n \"MessageStackNumber\": 10,\n \"ExpireTime\": 20,\n \"ChannelNumber\": 10,\n \"ConnectionNumber\": 10,\n \"ConsumerNumber\": 10,\n \"ExchangeNumber\": 10,\n \"ExceptionInformation\": \"abc\",\n \"ClusterStatus\": 1,\n \"AutoRenewFlag\": 1,\n \"MirrorQueuePolicyFlag\": 1\n },\n \"ClusterSpecInfo\": {\n \"SpecName\": \"标准版\",\n \"NodeCount\": 1,\n \"MaxTps\": 1,\n \"MaxBandWidth\": 3,\n \"MaxStorage\": 200,\n \"PublicNetworkTps\": 1\n },\n \"ClusterNetInfo\": {\n \"PublicAccessEndpoint\": \"1.1.1.1\",\n \"WebConsoleEndpoint\": \"1.1.1.1\",\n \"WebConsoleUsername\": \"abc\",\n \"WebConsolePassword\": \"abc\",\n \"PublicAccessEndpointStatus\": true,\n \"PublicControlConsoleSwitchStatus\": true,\n \"VpcControlConsoleSwitchStatus\": true,\n \"VpcWebConsoleEndpoint\": \"1.1.1.1\",\n \"PublicWebConsoleSwitchStatus\": \"ON\",\n \"VpcWebConsoleSwitchStatus\": \"ON\",\n \"PublicDataStreamStatus\": \"ON\",\n \"PrometheusEndpointInfo\": {\n \"PrometheusEndpointStatus\": \"ON\",\n \"VpcPrometheusEndpoint\": [\n \"abc\"\n ],\n \"NodePrometheusAddress\": [\n \"abc\"\n ],\n \"VpcEndpointInfo\": {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcEndpoint\": \"abc\",\n \"VpcDataStreamEndpointStatus\": \"abc\"\n }\n }\n },\n \"ClusterWhiteListInfo\": {\n \"WhiteList\": \"1.1.1.1\",\n \"PublicControlConsoleWhiteList\": \"1.1.1.1\",\n \"PublicDataStreamWhiteList\": \"1.1.1.1\",\n \"PublicControlConsoleWhiteListStatus\": \"ON\",\n \"PublicDataStreamWhiteListStatus\": \"ON\"\n },\n \"VirtualHostQuota\": {\n \"MaxVirtualHost\": 10,\n \"UsedVirtualHost\": 10\n },\n \"ExchangeQuota\": {\n \"MaxExchange\": 10,\n \"UsedExchange\": 10\n },\n \"QueueQuota\": {\n \"MaxQueue\": 10,\n \"UsedQueue\": 10\n },\n \"RequestId\": \"abc\"\n }\n}",
555
+ "output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"amqp-dsadasd\",\n \"ClusterName\": \"abc\",\n \"Region\": \"ap-guangzhou\",\n \"CreateTime\": 1,\n \"Remark\": \"abc\",\n \"Vpcs\": [\n {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcEndpoint\": \"abc\",\n \"VpcDataStreamEndpointStatus\": \"1\"\n }\n ],\n \"ZoneIds\": [\n 100001\n ],\n \"VirtualHostNumber\": 10,\n \"QueueNumber\": 10,\n \"MessagePublishRate\": 10.1,\n \"MessageStackNumber\": 10,\n \"ExpireTime\": 20,\n \"ChannelNumber\": 10,\n \"ConnectionNumber\": 10,\n \"ConsumerNumber\": 10,\n \"ExchangeNumber\": 10,\n \"ExceptionInformation\": \"abc\",\n \"ClusterStatus\": 1,\n \"AutoRenewFlag\": 1,\n \"MirrorQueuePolicyFlag\": 1\n },\n \"ClusterSpecInfo\": {\n \"SpecName\": \"标准版\",\n \"NodeCount\": 1,\n \"MaxTps\": 1,\n \"MaxBandWidth\": 3,\n \"MaxStorage\": 200,\n \"PublicNetworkTps\": 1\n },\n \"ClusterNetInfo\": {\n \"WebConsoleDomainEndpoint\": \"1\",\n \"PublicAccessEndpoint\": \"1.1.1.1\",\n \"WebConsoleEndpoint\": \"1.1.1.1\",\n \"WebConsoleUsername\": \"abc\",\n \"WebConsolePassword\": \"abc\",\n \"PublicAccessEndpointStatus\": true,\n \"PublicControlConsoleSwitchStatus\": true,\n \"VpcControlConsoleSwitchStatus\": true,\n \"VpcWebConsoleEndpoint\": \"1.1.1.1\",\n \"PublicWebConsoleSwitchStatus\": \"ON\",\n \"VpcWebConsoleSwitchStatus\": \"ON\",\n \"PublicDataStreamStatus\": \"ON\",\n \"PrometheusEndpointInfo\": {\n \"PrometheusEndpointStatus\": \"ON\",\n \"VpcPrometheusEndpoint\": [\n \"abc\"\n ],\n \"NodePrometheusAddress\": [\n \"abc\"\n ],\n \"VpcEndpointInfo\": {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcEndpoint\": \"abc\",\n \"VpcDataStreamEndpointStatus\": \"abc\"\n }\n }\n },\n \"ClusterWhiteListInfo\": {\n \"WhiteList\": \"1.1.1.1\",\n \"PublicControlConsoleWhiteList\": \"1.1.1.1\",\n \"PublicDataStreamWhiteList\": \"1.1.1.1\",\n \"PublicControlConsoleWhiteListStatus\": \"ON\",\n \"PublicDataStreamWhiteListStatus\": \"ON\"\n },\n \"VirtualHostQuota\": {\n \"MaxVirtualHost\": 10,\n \"UsedVirtualHost\": 10\n },\n \"ExchangeQuota\": {\n \"MaxExchange\": 10,\n \"UsedExchange\": 10\n },\n \"QueueQuota\": {\n \"MaxQueue\": 10,\n \"UsedQueue\": 10\n },\n \"RequestId\": \"abc\"\n }\n}",
556
556
  "title": "获取单个Amqp集群信息"
557
557
  }
558
558
  ],
@@ -806,11 +806,11 @@
806
806
  "status": "online"
807
807
  },
808
808
  "DescribeExternalClusterSpec": {
809
- "document": "获取导入第三方集群YAML定义",
809
+ "document": "tdcc接口已迁移至tdcc产品下,tke下的接口下线\n\n获取导入第三方集群YAML定义",
810
810
  "input": "DescribeExternalClusterSpecRequest",
811
811
  "name": "获取导入第三方集群YAML定义",
812
812
  "output": "DescribeExternalClusterSpecResponse",
813
- "status": "online"
813
+ "status": "deprecated"
814
814
  },
815
815
  "DescribeExternalNodeSupportConfig": {
816
816
  "document": "查看开启第三方节点池配置信息",
@@ -1529,7 +1529,7 @@
1529
1529
  "UpgradeClusterInstances": {
1530
1530
  "document": "给集群的一批work节点进行升级",
1531
1531
  "input": "UpgradeClusterInstancesRequest",
1532
- "name": "集群节点升级",
1532
+ "name": "集群节点的升级",
1533
1533
  "output": "UpgradeClusterInstancesResponse",
1534
1534
  "status": "online"
1535
1535
  },
@@ -1783,7 +1783,7 @@
1783
1783
  {
1784
1784
  "disabled": false,
1785
1785
  "document": "集群id",
1786
- "example": "",
1786
+ "example": "[cls-ny2v7ra2]",
1787
1787
  "member": "string",
1788
1788
  "name": "ClusterId",
1789
1789
  "required": true,
@@ -1792,7 +1792,7 @@
1792
1792
  {
1793
1793
  "disabled": false,
1794
1794
  "document": "节点池id",
1795
- "example": "",
1795
+ "example": "[np-lquhxcic]",
1796
1796
  "member": "string",
1797
1797
  "name": "NodePoolId",
1798
1798
  "required": true,
@@ -1801,7 +1801,7 @@
1801
1801
  {
1802
1802
  "disabled": false,
1803
1803
  "document": "节点id",
1804
- "example": "",
1804
+ "example": "[ins-wsw4j631]",
1805
1805
  "member": "string",
1806
1806
  "name": "InstanceIds",
1807
1807
  "required": true,
@@ -7663,7 +7663,7 @@
7663
7663
  "members": [
7664
7664
  {
7665
7665
  "disabled": false,
7666
- "document": "镜像缓存Id数组",
7666
+ "document": "镜像缓存ID数组",
7667
7667
  "example": "\"\"",
7668
7668
  "member": "string",
7669
7669
  "name": "ImageCacheIds",
@@ -8546,7 +8546,7 @@
8546
8546
  "example": "无",
8547
8547
  "member": "CommonName",
8548
8548
  "name": "CommonNames",
8549
- "required": true,
8549
+ "output_required": true,
8550
8550
  "type": "list",
8551
8551
  "value_allowed_null": false
8552
8552
  },
@@ -8583,6 +8583,7 @@
8583
8583
  "example": "[{\"route-controller\",true}]",
8584
8584
  "member": "ControllerStatus",
8585
8585
  "name": "ControllerStatusSet",
8586
+ "output_required": true,
8586
8587
  "type": "list",
8587
8588
  "value_allowed_null": false
8588
8589
  },
@@ -8819,7 +8820,7 @@
8819
8820
  {
8820
8821
  "disabled": false,
8821
8822
  "document": "集群ID",
8822
- "example": "",
8823
+ "example": "cls-32x36098",
8823
8824
  "member": "string",
8824
8825
  "name": "ClusterId",
8825
8826
  "required": true,
@@ -8834,9 +8835,10 @@
8834
8835
  {
8835
8836
  "disabled": false,
8836
8837
  "document": "集群自定义参数\n注意:此字段可能返回 null,表示取不到有效值。",
8837
- "example": "",
8838
+ "example": "[]",
8838
8839
  "member": "ClusterExtraArgs",
8839
8840
  "name": "ClusterExtraArgs",
8841
+ "output_required": true,
8840
8842
  "type": "object",
8841
8843
  "value_allowed_null": true
8842
8844
  },
@@ -9072,7 +9074,7 @@
9072
9074
  "example": "10",
9073
9075
  "member": "int64",
9074
9076
  "name": "TotalCount",
9075
- "required": true,
9077
+ "output_required": true,
9076
9078
  "type": "int",
9077
9079
  "value_allowed_null": false
9078
9080
  },
@@ -9082,7 +9084,7 @@
9082
9084
  "example": "无",
9083
9085
  "member": "ClusterLevelAttribute",
9084
9086
  "name": "Items",
9085
- "required": true,
9087
+ "output_required": true,
9086
9088
  "type": "list",
9087
9089
  "value_allowed_null": false
9088
9090
  },
@@ -9637,18 +9639,20 @@
9637
9639
  {
9638
9640
  "disabled": false,
9639
9641
  "document": "符合条件的实例数量。",
9640
- "example": "",
9642
+ "example": "1",
9641
9643
  "member": "int64",
9642
9644
  "name": "TotalCount",
9645
+ "output_required": true,
9643
9646
  "type": "int",
9644
9647
  "value_allowed_null": false
9645
9648
  },
9646
9649
  {
9647
9650
  "disabled": false,
9648
9651
  "document": "集群路由表对象。",
9649
- "example": "",
9652
+ "example": "",
9650
9653
  "member": "RouteTableInfo",
9651
9654
  "name": "RouteTableSet",
9655
+ "output_required": true,
9652
9656
  "type": "list",
9653
9657
  "value_allowed_null": false
9654
9658
  },
@@ -9847,7 +9851,7 @@
9847
9851
  "example": "无",
9848
9852
  "member": "ClusterStatus",
9849
9853
  "name": "ClusterStatusSet",
9850
- "required": true,
9854
+ "output_required": true,
9851
9855
  "type": "list",
9852
9856
  "value_allowed_null": false
9853
9857
  },
@@ -9857,7 +9861,7 @@
9857
9861
  "example": "1",
9858
9862
  "member": "int64",
9859
9863
  "name": "TotalCount",
9860
- "required": true,
9864
+ "output_required": true,
9861
9865
  "type": "int",
9862
9866
  "value_allowed_null": false
9863
9867
  },
@@ -10311,7 +10315,7 @@
10311
10315
  "example": "无",
10312
10316
  "member": "Event",
10313
10317
  "name": "Events",
10314
- "required": true,
10318
+ "output_required": true,
10315
10319
  "type": "list",
10316
10320
  "value_allowed_null": false
10317
10321
  },
@@ -10321,7 +10325,7 @@
10321
10325
  "example": "无",
10322
10326
  "member": "string",
10323
10327
  "name": "EksCiId",
10324
- "required": true,
10328
+ "output_required": true,
10325
10329
  "type": "string",
10326
10330
  "value_allowed_null": false
10327
10331
  },
@@ -10853,6 +10857,7 @@
10853
10857
  "example": "“”",
10854
10858
  "member": "string",
10855
10859
  "name": "ContainerName",
10860
+ "output_required": true,
10856
10861
  "type": "string",
10857
10862
  "value_allowed_null": false
10858
10863
  },
@@ -10862,6 +10867,7 @@
10862
10867
  "example": "\"\"",
10863
10868
  "member": "string",
10864
10869
  "name": "LogContent",
10870
+ "output_required": true,
10865
10871
  "type": "string",
10866
10872
  "value_allowed_null": false
10867
10873
  },
@@ -11055,7 +11061,7 @@
11055
11061
  "example": "无",
11056
11062
  "member": "ExistedInstance",
11057
11063
  "name": "ExistedInstanceSet",
11058
- "required": true,
11064
+ "output_required": true,
11059
11065
  "type": "list",
11060
11066
  "value_allowed_null": true
11061
11067
  },
@@ -11065,7 +11071,7 @@
11065
11071
  "example": "1",
11066
11072
  "member": "uint64",
11067
11073
  "name": "TotalCount",
11068
- "required": true,
11074
+ "output_required": true,
11069
11075
  "type": "int",
11070
11076
  "value_allowed_null": false
11071
11077
  },
@@ -13291,7 +13297,7 @@
13291
13297
  {
13292
13298
  "disabled": false,
13293
13299
  "document": "路由表绑定的VPC",
13294
- "example": "vpc-xxx",
13300
+ "example": "vpc-sgdfgfhs",
13295
13301
  "member": "string",
13296
13302
  "name": "VpcId",
13297
13303
  "required": true,
@@ -13309,7 +13315,7 @@
13309
13315
  "example": "true",
13310
13316
  "member": "bool",
13311
13317
  "name": "HasConflict",
13312
- "required": true,
13318
+ "output_required": true,
13313
13319
  "type": "bool",
13314
13320
  "value_allowed_null": false
13315
13321
  },
@@ -13319,7 +13325,7 @@
13319
13325
  "example": "无",
13320
13326
  "member": "RouteTableConflict",
13321
13327
  "name": "RouteTableConflictSet",
13322
- "required": true,
13328
+ "output_required": true,
13323
13329
  "type": "list",
13324
13330
  "value_allowed_null": true
13325
13331
  },
@@ -16158,7 +16164,6 @@
16158
16164
  "example": "无",
16159
16165
  "member": "AppChart",
16160
16166
  "name": "AppCharts",
16161
- "output_required": true,
16162
16167
  "type": "list",
16163
16168
  "value_allowed_null": true
16164
16169
  },
@@ -23394,7 +23399,7 @@
23394
23399
  "example": "[\"ins-xxx\"]",
23395
23400
  "member": "string",
23396
23401
  "name": "SucceedInstanceIds",
23397
- "required": true,
23402
+ "output_required": true,
23398
23403
  "type": "list",
23399
23404
  "value_allowed_null": true
23400
23405
  },
@@ -23404,7 +23409,7 @@
23404
23409
  "example": "无",
23405
23410
  "member": "string",
23406
23411
  "name": "FailedInstanceIds",
23407
- "required": true,
23412
+ "output_required": true,
23408
23413
  "type": "list",
23409
23414
  "value_allowed_null": true
23410
23415
  },
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "AddNodeToNodePool": [
28
28
  {
29
- "document": "",
29
+ "document": "将集群内节点移入节点池",
30
30
  "input": "https://tke.tencentcloudapi.com/?Action=AddNodeToNodePool\n&ClusterId=cls-xxxxxx\n&NodePoolId=np-xxxxxx\n&InstanceIds.0=ins-xxx\n&<公共请求参数>",
31
31
  "output": "{\n \"Response\": {\n \"RequestId\": \"xxxx\"\n }\n}",
32
32
  "title": "将集群内节点移入节点池"
@@ -674,7 +674,7 @@
674
674
  {
675
675
  "document": "",
676
676
  "input": "https://tke.tencentcloudapi.com/?Action=DescribeClusterExtraArgs\r\n&ClusterId=cls-xxxxxx\r\n&<公共请求参数>",
677
- "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}",
677
+ "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 \"Etcd\": [\n \"election-timeout=500\"\n ]\n },\n \"RequestId\": \"5a489220-1730-43ee-9a59-7d3a752ac750\"\n }\n}",
678
678
  "title": "查询集群自定义参数"
679
679
  }
680
680
  ],
@@ -706,7 +706,7 @@
706
706
  {
707
707
  "document": "",
708
708
  "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterLevelAttribute\n<公共请求参数>\n\n{}",
709
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"xx\",\n \"Items\": [\n {\n \"Name\": \"L5\",\n \"Alias\": \"500节点\",\n \"NodeCount\": 500,\n \"PodCount\": 1000,\n \"ConfigMapCount\": 200,\n \"CRDCount\": 1,\n \"OtherCount\": 1,\n \"Enable\": true\n }\n ]\n }\n}",
709
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"7f654d68-0f64-4195-8aa8-5351bc441402\",\n \"Items\": [\n {\n \"Name\": \"L5\",\n \"Alias\": \"500节点\",\n \"NodeCount\": 500,\n \"PodCount\": 1000,\n \"ConfigMapCount\": 200,\n \"CRDCount\": 1,\n \"OtherCount\": 1,\n \"RSCount\": 1,\n \"Enable\": true\n }\n ]\n }\n}",
710
710
  "title": "获取托管集群规模"
711
711
  }
712
712
  ],
@@ -722,7 +722,7 @@
722
722
  {
723
723
  "document": "查询节点池详情",
724
724
  "input": "https://tke.tencentcloudapi.com/?Action=DescribeClusterNodePoolDetail\n&ClusterId=cls-xxxxxx\n&NodePoolId=np-xxxxxxxx\n&<公共请求参数>",
725
- "output": "{\n \"Response\": {\n \"NodePool\": {\n \"AutoscalingGroupId\": \"asg-xxx\",\n \"AutoscalingGroupStatus\": \"disabled\",\n \"ClusterInstanceId\": \"cls-xxx\",\n \"DataDisks\": null,\n \"DeletionProtection\": true,\n \"DesiredNodesNum\": 2,\n \"DesiredPodNum\": 64,\n \"DockerGraphPath\": \"\",\n \"ExtraArgs\": {\n \"Kubelet\": []\n },\n \"GPUArgs\": {\n \"CUDA\": {\n \"Name\": \"\",\n \"Version\": \"\"\n },\n \"CUDNN\": {\n \"DevName\": \"\",\n \"DocName\": \"\",\n \"Name\": \"\",\n \"Version\": \"\"\n },\n \"CustomDriver\": {\n \"Address\": \"\"\n },\n \"Driver\": {\n \"Name\": \"\",\n \"Version\": \"\"\n },\n \"MIGEnable\": false\n },\n \"ImageId\": \"\",\n \"Labels\": [],\n \"LaunchConfigurationId\": \"asc-xxx\",\n \"LifeState\": \"normal\",\n \"MaxNodesNum\": 3,\n \"MinNodesNum\": 0,\n \"Name\": \"xxx\",\n \"NodeCountSummary\": {\n \"AutoscalingAdded\": {\n \"Initializing\": 0,\n \"Joining\": 0,\n \"Normal\": 2,\n \"Total\": 2\n },\n \"ManuallyAdded\": {\n \"Initializing\": 0,\n \"Joining\": 0,\n \"Normal\": 1,\n \"Total\": 1\n }\n },\n \"NodePoolId\": \"np-xxx\",\n \"NodePoolOs\": \"tlinux_xxx\",\n \"OsCustomizeType\": \"GENERAL\",\n \"PreStartUserScript\": \"#!/bin/sh\\ntouch /tmp/before\",\n \"RuntimeConfig\": {\n \"RuntimeType\": \"containerd\",\n \"RuntimeVersion\": \"1.6.9\"\n },\n \"Tags\": null,\n \"Taints\": [],\n \"Unschedulable\": 0,\n \"UserScript\": \"#!/bin/sh\\ntouch /tmp/after\"\n },\n \"RequestId\": \"68b7b080-7c57-4869-bc54-a518b4902b2d\"\n }\n}",
725
+ "output": "{\n \"Response\": {\n \"NodePool\": {\n \"AutoscalingGroupId\": \"asg-xxx\",\n \"AutoscalingGroupStatus\": \"disabled\",\n \"ClusterInstanceId\": \"cls-xxx\",\n \"DataDisks\": null,\n \"DeletionProtection\": true,\n \"DesiredNodesNum\": 2,\n \"DesiredPodNum\": 64,\n \"DockerGraphPath\": \"\",\n \"ExtraArgs\": {\n \"Kubelet\": []\n },\n \"GPUArgs\": {\n \"CUDA\": {\n \"Name\": \"\",\n \"Version\": \"\"\n },\n \"CUDNN\": {\n \"DevName\": \"\",\n \"DocName\": \"\",\n \"Name\": \"\",\n \"Version\": \"\"\n },\n \"CustomDriver\": {\n \"Address\": \"\"\n },\n \"Driver\": {\n \"Name\": \"\",\n \"Version\": \"\"\n },\n \"MIGEnable\": false\n },\n \"ImageId\": \"\",\n \"Labels\": [],\n \"Annotations\": [],\n \"LaunchConfigurationId\": \"asc-xxx\",\n \"LifeState\": \"normal\",\n \"MaxNodesNum\": 3,\n \"MinNodesNum\": 0,\n \"Name\": \"xxx\",\n \"NodeCountSummary\": {\n \"AutoscalingAdded\": {\n \"Initializing\": 0,\n \"Joining\": 0,\n \"Normal\": 2,\n \"Total\": 2\n },\n \"ManuallyAdded\": {\n \"Initializing\": 0,\n \"Joining\": 0,\n \"Normal\": 1,\n \"Total\": 1\n }\n },\n \"NodePoolId\": \"np-xxx\",\n \"NodePoolOs\": \"tlinux_xxx\",\n \"OsCustomizeType\": \"GENERAL\",\n \"PreStartUserScript\": \"#!/bin/sh\\ntouch /tmp/before\",\n \"RuntimeConfig\": {\n \"RuntimeType\": \"containerd\",\n \"RuntimeVersion\": \"1.6.9\"\n },\n \"Tags\": null,\n \"Taints\": [],\n \"Unschedulable\": 0,\n \"UserScript\": \"#!/bin/sh\\ntouch /tmp/after\"\n },\n \"RequestId\": \"68b7b080-7c57-4869-bc54-a518b4902b2d\"\n }\n}",
726
726
  "title": "查询节点池详情"
727
727
  }
728
728
  ],
@@ -793,8 +793,8 @@
793
793
  "DescribeClusterStatus": [
794
794
  {
795
795
  "document": "",
796
- "input": "https://tke.tencentcloudapi.com/?Action=DescribeClusterStatus\n&<公共请求参数>",
797
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ClusterStatusSet\": [\n {\n \"ClusterClosingNodeNum\": 0,\n \"ClusterAuditEnabled\": true,\n \"ClusterDeletionProtection\": true,\n \"ClusterId\": \"xx\",\n \"ClusterBMonitor\": true,\n \"ClusterInitNodeNum\": 0,\n \"ClusterState\": \"xx\",\n \"ClusterClosedNodeNum\": 0,\n \"ClusterInstanceState\": \"xx\",\n \"ClusterRunningNodeNum\": 0,\n \"ClusterFailedNodeNum\": 0\n }\n ],\n \"RequestId\": \"a1be36f0-1aa4-4af2-a289-da021bcef89f\"\n }\n}",
796
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterStatus\n<公共请求参数>\n\n{}",
797
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ClusterStatusSet\": [\n {\n \"ClusterClosingNodeNum\": 0,\n \"ClusterAuditEnabled\": true,\n \"ClusterDeletionProtection\": true,\n \"ClusterId\": \"cls-1oxlc88c\",\n \"ClusterBMonitor\": true,\n \"ClusterInitNodeNum\": 0,\n \"ClusterState\": \"\",\n \"ClusterClosedNodeNum\": 0,\n \"ClusterInstanceState\": \"\",\n \"ClusterRunningNodeNum\": 0,\n \"ClusterFailedNodeNum\": 0\n }\n ],\n \"RequestId\": \"a1be36f0-1aa4-4af2-a289-da021bcef89f\"\n }\n}",
798
798
  "title": "获取集群当前状态"
799
799
  }
800
800
  ],
@@ -946,7 +946,7 @@
946
946
  {
947
947
  "document": "查询已经存在的节点,判断是否可以加入集群",
948
948
  "input": "https://tke.tencentcloudapi.com/?Action=DescribeExistedInstances\n&ClusterId=cls-xxxxxxxx\n&<公共请求参数>",
949
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ExistedInstanceSet\": [\n {\n \"Usable\": true,\n \"UnusableReason\": \"\",\n \"AlreadyInCluster\": \"\",\n \"InstanceId\": \"ins-xxxxxxxx\",\n \"InstanceName\": \"未命名\",\n \"PrivateIpAddresses\": [\n \"192.168.x.x\"\n ],\n \"PublicIpAddresses\": [\n \"118.24.x.x\"\n ],\n \"CreatedTime\": \"2019-05-13T03:37:24Z\",\n \"CPU\": 2,\n \"Memory\": 4,\n \"OsName\": \"Ubuntu xxxxxxxxx\",\n \"InstanceType\": \"Sxxxxxx\"\n }\n ],\n \"RequestId\": \"f12a6e20-f950-4af9-8f8b-b6329a4961c2\"\n }\n}",
949
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ExistedInstanceSet\": [\n {\n \"Usable\": true,\n \"UnusableReason\": \"\",\n \"AlreadyInCluster\": \"\",\n \"InstanceId\": \"ins-xxxxxxxx\",\n \"InstanceName\": \"未命名\",\n \"PrivateIpAddresses\": [\n \"192.168.x.x\"\n ],\n \"PublicIpAddresses\": [\n \"118.24.x.x\"\n ],\n \"CreatedTime\": \"2019-05-13T03:37:24Z\",\n \"CPU\": 2,\n \"Memory\": 4,\n \"OsName\": \"Ubuntu xxxxxxxxx\",\n \"InstanceType\": \"Sxxxxxx\",\n \"AutoscalingGroupId\": \"\",\n \"InstanceChargeType\": \"\",\n \"IPv6Addresses\": [\n \"\"\n ]\n }\n ],\n \"RequestId\": \"f12a6e20-f950-4af9-8f8b-b6329a4961c2\"\n }\n}",
950
950
  "title": "查询已经存在的节点"
951
951
  }
952
952
  ],
@@ -1762,7 +1762,7 @@
1762
1762
  {
1763
1763
  "document": "当触发缩容时(包括手动和自动),节点不会被伸缩组从集群中移除",
1764
1764
  "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetNodePoolNodeProtection\n<公共请求参数>\n\n{\n \"ProtectedFromScaleIn\": \"true\",\n \"ClusterId\": \"cls-xxx\",\n \"InstanceIds\": [\n \"ins-xxx\"\n ],\n \"NodePoolId\": \"np-xxx\"\n}",
1765
- "output": "{\n \"Response\": {\n \"SucceedInstanceIds\": [\n \"ins-xxx\"\n ],\n \"FailedInstanceIds\": [\n \"xx\"\n ],\n \"RequestId\": \"xx\"\n }\n}",
1765
+ "output": "{\n \"Response\": {\n \"SucceedInstanceIds\": [\n \"ins-rvob5o5\"\n ],\n \"FailedInstanceIds\": [\n \"ins-abocc5o\"\n ],\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
1766
1766
  "title": "给节点池中的节点设置移出保护"
1767
1767
  }
1768
1768
  ],
@@ -1874,7 +1874,7 @@
1874
1874
  {
1875
1875
  "document": "给集群的一批work节点进行升级 ",
1876
1876
  "input": "https://tke.tencentcloudapi.com/?Action=UpgradeClusterInstances\n&ClusterId=cls-xxxxxx\n&UpgradeType=reset\n&Operation=create\n&InstanceIds.0=ins-xxx\n&<公共请求参数>",
1877
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
1877
+ "output": "{\n \"Response\": {\n \"RequestId\": \"xxx\"\n }\n}",
1878
1878
  "title": "集群节点升级"
1879
1879
  }
1880
1880
  ],