tccli 3.0.1134.1__py2.py3-none-any.whl → 3.0.1136.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/services/__init__.py +3 -0
- tccli/services/asr/asr_client.py +53 -0
- tccli/services/asr/v20190614/api.json +193 -1
- tccli/services/asr/v20190614/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +8 -5
- tccli/services/batch/v20170312/examples.json +1 -1
- tccli/services/cdb/cdb_client.py +57 -4
- tccli/services/cdb/v20170320/api.json +270 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cls/v20201016/api.json +3 -3
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +138 -4
- tccli/services/dlc/v20210125/examples.json +13 -5
- tccli/services/dsgc/v20190723/api.json +35 -35
- tccli/services/eiam/v20210420/api.json +4 -4
- tccli/services/eiam/v20210420/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/facefusion/v20181201/api.json +12 -12
- tccli/services/facefusion/v20181201/examples.json +4 -4
- tccli/services/iotexplorer/iotexplorer_client.py +53 -0
- tccli/services/iotexplorer/v20190423/api.json +137 -4
- tccli/services/iotexplorer/v20190423/examples.json +8 -0
- tccli/services/lcic/v20220817/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +15 -15
- tccli/services/lighthouse/v20200324/examples.json +7 -7
- tccli/services/lke/lke_client.py +175 -16
- tccli/services/lke/v20231130/api.json +782 -165
- tccli/services/lke/v20231130/examples.json +35 -5
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/ses/v20201002/api.json +20 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +321 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +8 -5
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +33 -21
- tccli/services/tke/v20180525/examples.json +4 -4
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +196 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +48 -66
- tccli/services/tsi/__init__.py +4 -0
- tccli/services/tsi/tsi_client.py +301 -0
- tccli/services/tsi/v20210325/api.json +373 -0
- tccli/services/tsi/v20210325/examples.json +29 -0
- tccli/services/vpc/v20170312/api.json +36 -16
- tccli/services/vpc/v20170312/examples.json +9 -3
- tccli/services/waf/v20180125/api.json +70 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- {tccli-3.0.1134.1.dist-info → tccli-3.0.1136.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1134.1.dist-info → tccli-3.0.1136.1.dist-info}/RECORD +58 -54
- {tccli-3.0.1134.1.dist-info → tccli-3.0.1136.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1134.1.dist-info → tccli-3.0.1136.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1134.1.dist-info → tccli-3.0.1136.1.dist-info}/license_files/LICENSE +0 -0
@@ -469,6 +469,13 @@
|
|
469
469
|
"output": "DescribePulsarProInstancesResponse",
|
470
470
|
"status": "online"
|
471
471
|
},
|
472
|
+
"DescribeRabbitMQExchanges": {
|
473
|
+
"document": "查询RabbitMQ exchange 列表",
|
474
|
+
"input": "DescribeRabbitMQExchangesRequest",
|
475
|
+
"name": "查询RabbitMQ exchange 列表",
|
476
|
+
"output": "DescribeRabbitMQExchangesResponse",
|
477
|
+
"status": "online"
|
478
|
+
},
|
472
479
|
"DescribeRabbitMQNodeList": {
|
473
480
|
"document": "RabbitMQ专享版查询节点列表",
|
474
481
|
"input": "DescribeRabbitMQNodeListRequest",
|
@@ -7319,6 +7326,134 @@
|
|
7319
7326
|
],
|
7320
7327
|
"type": "object"
|
7321
7328
|
},
|
7329
|
+
"DescribeRabbitMQExchangesRequest": {
|
7330
|
+
"document": "DescribeRabbitMQExchanges请求参数结构体",
|
7331
|
+
"members": [
|
7332
|
+
{
|
7333
|
+
"disabled": false,
|
7334
|
+
"document": "实例 id",
|
7335
|
+
"example": "amqp-xxx",
|
7336
|
+
"member": "string",
|
7337
|
+
"name": "InstanceId",
|
7338
|
+
"required": true,
|
7339
|
+
"type": "string"
|
7340
|
+
},
|
7341
|
+
{
|
7342
|
+
"disabled": false,
|
7343
|
+
"document": "vhost 参数",
|
7344
|
+
"example": "testVhost",
|
7345
|
+
"member": "string",
|
7346
|
+
"name": "VirtualHost",
|
7347
|
+
"required": true,
|
7348
|
+
"type": "string"
|
7349
|
+
},
|
7350
|
+
{
|
7351
|
+
"disabled": false,
|
7352
|
+
"document": "分页 offset",
|
7353
|
+
"example": "0",
|
7354
|
+
"member": "int64",
|
7355
|
+
"name": "Offset",
|
7356
|
+
"required": false,
|
7357
|
+
"type": "int"
|
7358
|
+
},
|
7359
|
+
{
|
7360
|
+
"disabled": false,
|
7361
|
+
"document": "分页 limit",
|
7362
|
+
"example": "20",
|
7363
|
+
"member": "int64",
|
7364
|
+
"name": "Limit",
|
7365
|
+
"required": false,
|
7366
|
+
"type": "int"
|
7367
|
+
},
|
7368
|
+
{
|
7369
|
+
"disabled": false,
|
7370
|
+
"document": "搜索关键词, 支持模糊匹配 ",
|
7371
|
+
"example": "testSearchWord",
|
7372
|
+
"member": "string",
|
7373
|
+
"name": "SearchWord",
|
7374
|
+
"required": false,
|
7375
|
+
"type": "string"
|
7376
|
+
},
|
7377
|
+
{
|
7378
|
+
"disabled": false,
|
7379
|
+
"document": "筛选 exchange 类型, 数组中每个元素为选中的过滤类型",
|
7380
|
+
"example": "[\"fanout\",\"direct\"]",
|
7381
|
+
"member": "string",
|
7382
|
+
"name": "ExchangeTypeFilters",
|
7383
|
+
"required": false,
|
7384
|
+
"type": "list"
|
7385
|
+
},
|
7386
|
+
{
|
7387
|
+
"disabled": false,
|
7388
|
+
"document": "筛选 exchange 创建来源, \"system\":\"系统创建\", \"user\":\"用户创建\"",
|
7389
|
+
"example": "[\"system\"]",
|
7390
|
+
"member": "string",
|
7391
|
+
"name": "ExchangeCreatorFilters",
|
7392
|
+
"required": false,
|
7393
|
+
"type": "list"
|
7394
|
+
},
|
7395
|
+
{
|
7396
|
+
"disabled": false,
|
7397
|
+
"document": "exchange 名称,用于精确匹配",
|
7398
|
+
"example": "exchange1",
|
7399
|
+
"member": "string",
|
7400
|
+
"name": "ExchangeName",
|
7401
|
+
"required": false,
|
7402
|
+
"type": "string"
|
7403
|
+
},
|
7404
|
+
{
|
7405
|
+
"disabled": false,
|
7406
|
+
"document": "排序依据的字段:\nMessageRateInOut - 生产消费速率之和;\nMessageRateIn - 生产速率;\nMessageRateOut - 消费速率;",
|
7407
|
+
"example": "MessageRateInOut",
|
7408
|
+
"member": "string",
|
7409
|
+
"name": "SortElement",
|
7410
|
+
"required": false,
|
7411
|
+
"type": "string"
|
7412
|
+
},
|
7413
|
+
{
|
7414
|
+
"disabled": false,
|
7415
|
+
"document": "排序顺序,ascend 或 descend",
|
7416
|
+
"example": "descend",
|
7417
|
+
"member": "string",
|
7418
|
+
"name": "SortOrder",
|
7419
|
+
"required": false,
|
7420
|
+
"type": "string"
|
7421
|
+
}
|
7422
|
+
],
|
7423
|
+
"type": "object"
|
7424
|
+
},
|
7425
|
+
"DescribeRabbitMQExchangesResponse": {
|
7426
|
+
"document": "DescribeRabbitMQExchanges返回参数结构体",
|
7427
|
+
"members": [
|
7428
|
+
{
|
7429
|
+
"disabled": false,
|
7430
|
+
"document": "策略列表信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
7431
|
+
"example": "无",
|
7432
|
+
"member": "RabbitMQExchangeListInfo",
|
7433
|
+
"name": "ExchangeInfoList",
|
7434
|
+
"output_required": true,
|
7435
|
+
"type": "list",
|
7436
|
+
"value_allowed_null": true
|
7437
|
+
},
|
7438
|
+
{
|
7439
|
+
"disabled": false,
|
7440
|
+
"document": "策略结果总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
7441
|
+
"example": "无",
|
7442
|
+
"member": "int64",
|
7443
|
+
"name": "TotalCount",
|
7444
|
+
"output_required": true,
|
7445
|
+
"type": "int",
|
7446
|
+
"value_allowed_null": true
|
7447
|
+
},
|
7448
|
+
{
|
7449
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7450
|
+
"member": "string",
|
7451
|
+
"name": "RequestId",
|
7452
|
+
"type": "string"
|
7453
|
+
}
|
7454
|
+
],
|
7455
|
+
"type": "object"
|
7456
|
+
},
|
7322
7457
|
"DescribeRabbitMQNodeListRequest": {
|
7323
7458
|
"document": "DescribeRabbitMQNodeList请求参数结构体",
|
7324
7459
|
"members": [
|
@@ -14702,6 +14837,172 @@
|
|
14702
14837
|
],
|
14703
14838
|
"usage": "out"
|
14704
14839
|
},
|
14840
|
+
"RabbitMQExchangeListInfo": {
|
14841
|
+
"document": "RabbitMQ exchange列表成员信息",
|
14842
|
+
"members": [
|
14843
|
+
{
|
14844
|
+
"disabled": false,
|
14845
|
+
"document": "exchange 名",
|
14846
|
+
"example": "testExchangeName",
|
14847
|
+
"member": "string",
|
14848
|
+
"name": "ExchangeName",
|
14849
|
+
"output_required": true,
|
14850
|
+
"type": "string",
|
14851
|
+
"value_allowed_null": false
|
14852
|
+
},
|
14853
|
+
{
|
14854
|
+
"disabled": false,
|
14855
|
+
"document": "备注说明\n注意:此字段可能返回 null,表示取不到有效值。",
|
14856
|
+
"example": "testRemark",
|
14857
|
+
"member": "string",
|
14858
|
+
"name": "Remark",
|
14859
|
+
"output_required": true,
|
14860
|
+
"type": "string",
|
14861
|
+
"value_allowed_null": true
|
14862
|
+
},
|
14863
|
+
{
|
14864
|
+
"disabled": false,
|
14865
|
+
"document": "exchange 类型, 支持 \"fanout\",\"direct\",\"topic\",\"headers\"",
|
14866
|
+
"example": "fanout",
|
14867
|
+
"member": "string",
|
14868
|
+
"name": "ExchangeType",
|
14869
|
+
"output_required": true,
|
14870
|
+
"type": "string",
|
14871
|
+
"value_allowed_null": false
|
14872
|
+
},
|
14873
|
+
{
|
14874
|
+
"disabled": false,
|
14875
|
+
"document": "VHost参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
14876
|
+
"example": "testVhost",
|
14877
|
+
"member": "string",
|
14878
|
+
"name": "VirtualHost",
|
14879
|
+
"output_required": true,
|
14880
|
+
"type": "string",
|
14881
|
+
"value_allowed_null": true
|
14882
|
+
},
|
14883
|
+
{
|
14884
|
+
"disabled": false,
|
14885
|
+
"document": "exchange 创建者, \"system\":\"系统创建\", \"user\":\"用户创建\"\n注意:此字段可能返回 null,表示取不到有效值。",
|
14886
|
+
"example": "user",
|
14887
|
+
"member": "string",
|
14888
|
+
"name": "ExchangeCreator",
|
14889
|
+
"output_required": true,
|
14890
|
+
"type": "string",
|
14891
|
+
"value_allowed_null": true
|
14892
|
+
},
|
14893
|
+
{
|
14894
|
+
"disabled": false,
|
14895
|
+
"document": "exchange 创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
14896
|
+
"example": "2016-11-09 11:44:44",
|
14897
|
+
"member": "string",
|
14898
|
+
"name": "CreateTimeStamp",
|
14899
|
+
"output_required": true,
|
14900
|
+
"type": "string",
|
14901
|
+
"value_allowed_null": true
|
14902
|
+
},
|
14903
|
+
{
|
14904
|
+
"disabled": false,
|
14905
|
+
"document": "exchange 修改时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
14906
|
+
"example": "2016-11-09 11:44:44",
|
14907
|
+
"member": "string",
|
14908
|
+
"name": "ModTimeStamp",
|
14909
|
+
"output_required": true,
|
14910
|
+
"type": "string",
|
14911
|
+
"value_allowed_null": true
|
14912
|
+
},
|
14913
|
+
{
|
14914
|
+
"disabled": false,
|
14915
|
+
"document": "输入消息速率\n注意:此字段可能返回 null,表示取不到有效值。",
|
14916
|
+
"example": "0.0",
|
14917
|
+
"member": "float",
|
14918
|
+
"name": "MessageRateIn",
|
14919
|
+
"output_required": false,
|
14920
|
+
"type": "float",
|
14921
|
+
"value_allowed_null": true
|
14922
|
+
},
|
14923
|
+
{
|
14924
|
+
"disabled": false,
|
14925
|
+
"document": "输出消息速率\n注意:此字段可能返回 null,表示取不到有效值。",
|
14926
|
+
"example": "0.0",
|
14927
|
+
"member": "float",
|
14928
|
+
"name": "MessageRateOut",
|
14929
|
+
"output_required": false,
|
14930
|
+
"type": "float",
|
14931
|
+
"value_allowed_null": true
|
14932
|
+
},
|
14933
|
+
{
|
14934
|
+
"disabled": false,
|
14935
|
+
"document": "是否为持久化交换机,true 为持久化,false 为非持久化\n注意:此字段可能返回 null,表示取不到有效值。",
|
14936
|
+
"example": "true",
|
14937
|
+
"member": "bool",
|
14938
|
+
"name": "Durable",
|
14939
|
+
"output_required": false,
|
14940
|
+
"type": "bool",
|
14941
|
+
"value_allowed_null": true
|
14942
|
+
},
|
14943
|
+
{
|
14944
|
+
"disabled": false,
|
14945
|
+
"document": "是否为自动删除交换机,true 为自动删除,false 为非自动删除\n注意:此字段可能返回 null,表示取不到有效值。",
|
14946
|
+
"example": "true",
|
14947
|
+
"member": "bool",
|
14948
|
+
"name": "AutoDelete",
|
14949
|
+
"output_required": false,
|
14950
|
+
"type": "bool",
|
14951
|
+
"value_allowed_null": true
|
14952
|
+
},
|
14953
|
+
{
|
14954
|
+
"disabled": false,
|
14955
|
+
"document": "是否为内部交换机,true 为内部交换机\n注意:此字段可能返回 null,表示取不到有效值。",
|
14956
|
+
"example": "true",
|
14957
|
+
"member": "bool",
|
14958
|
+
"name": "Internal",
|
14959
|
+
"output_required": false,
|
14960
|
+
"type": "bool",
|
14961
|
+
"value_allowed_null": true
|
14962
|
+
},
|
14963
|
+
{
|
14964
|
+
"disabled": false,
|
14965
|
+
"document": "交换机所属实例 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
14966
|
+
"example": "amqp-xxx",
|
14967
|
+
"member": "string",
|
14968
|
+
"name": "InstanceId",
|
14969
|
+
"output_required": false,
|
14970
|
+
"type": "string",
|
14971
|
+
"value_allowed_null": true
|
14972
|
+
},
|
14973
|
+
{
|
14974
|
+
"disabled": false,
|
14975
|
+
"document": "生效的策略名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
14976
|
+
"example": "test-policy",
|
14977
|
+
"member": "string",
|
14978
|
+
"name": "Policy",
|
14979
|
+
"output_required": false,
|
14980
|
+
"type": "string",
|
14981
|
+
"value_allowed_null": true
|
14982
|
+
},
|
14983
|
+
{
|
14984
|
+
"disabled": false,
|
14985
|
+
"document": "扩展参数 key-value 对象\n注意:此字段可能返回 null,表示取不到有效值。",
|
14986
|
+
"example": "{}",
|
14987
|
+
"member": "string",
|
14988
|
+
"name": "Arguments",
|
14989
|
+
"output_required": false,
|
14990
|
+
"type": "string",
|
14991
|
+
"value_allowed_null": true
|
14992
|
+
},
|
14993
|
+
{
|
14994
|
+
"disabled": false,
|
14995
|
+
"document": "未调度的延时消息数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
14996
|
+
"example": "0",
|
14997
|
+
"member": "uint64",
|
14998
|
+
"name": "MessagesDelayed",
|
14999
|
+
"output_required": false,
|
15000
|
+
"type": "int",
|
15001
|
+
"value_allowed_null": true
|
15002
|
+
}
|
15003
|
+
],
|
15004
|
+
"usage": "out"
|
15005
|
+
},
|
14705
15006
|
"RabbitMQPrivateNode": {
|
14706
15007
|
"document": "RabbitMQ节点信息",
|
14707
15008
|
"members": [
|
@@ -16182,6 +16483,26 @@
|
|
16182
16483
|
"output_required": false,
|
16183
16484
|
"type": "int",
|
16184
16485
|
"value_allowed_null": true
|
16486
|
+
},
|
16487
|
+
{
|
16488
|
+
"disabled": false,
|
16489
|
+
"document": "集群所属可用区,表明集群归属的可用区\n注意:此字段可能返回 null,表示取不到有效值。",
|
16490
|
+
"example": "无",
|
16491
|
+
"member": "int64",
|
16492
|
+
"name": "ZoneId",
|
16493
|
+
"output_required": false,
|
16494
|
+
"type": "int",
|
16495
|
+
"value_allowed_null": true
|
16496
|
+
},
|
16497
|
+
{
|
16498
|
+
"disabled": false,
|
16499
|
+
"document": "集群节点所在的可用区,若该集群为跨可用区集群,则包含该集群节点所在的多个可用区。\n注意:此字段可能返回 null,表示取不到有效值。",
|
16500
|
+
"example": "无",
|
16501
|
+
"member": "int64",
|
16502
|
+
"name": "ZoneIds",
|
16503
|
+
"output_required": false,
|
16504
|
+
"type": "list",
|
16505
|
+
"value_allowed_null": true
|
16185
16506
|
}
|
16186
16507
|
],
|
16187
16508
|
"usage": "out"
|
@@ -548,6 +548,14 @@
|
|
548
548
|
"title": "获取实例列表"
|
549
549
|
}
|
550
550
|
],
|
551
|
+
"DescribeRabbitMQExchanges": [
|
552
|
+
{
|
553
|
+
"document": "查询RabbitMQ exchange 列表",
|
554
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQExchanges\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-44w9928j\",\n \"VirtualHost\": \"vhost1\"\n}",
|
555
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"request1\",\n \"ExchangeInfoList\": [\n {\n \"ExchangeName\": \"test1\",\n \"ExchangeType\": \"fanout\",\n \"Remark\": \"test1\",\n \"VirtualHost\": \"vhost1\",\n \"ExchangeCreator\": \"user\",\n \"CreateTimeStamp\": \"2022-12-04 01:08:43\",\n \"ModTimeStamp\": \"2022-12-04 01:08:43\"\n },\n {\n \"ExchangeName\": \"test2\",\n \"ExchangeType\": \"direct\",\n \"Remark\": \"test2\",\n \"VirtualHost\": \"vhost1\",\n \"ExchangeCreator\": \"user\",\n \"CreateTimeStamp\": \"2022-12-04 01:08:43\",\n \"ModTimeStamp\": \"2022-12-04 01:08:43\"\n }\n ],\n \"TotalCount\": 2\n }\n}",
|
556
|
+
"title": "查询RabbitMQ exchange 列表"
|
557
|
+
}
|
558
|
+
],
|
551
559
|
"DescribeRabbitMQNodeList": [
|
552
560
|
{
|
553
561
|
"document": "RabbitMQ专享版查询节点列表 在查询节点的时候使用。",
|
@@ -821,7 +821,7 @@
|
|
821
821
|
"example": "service-3gn56p6v",
|
822
822
|
"member": "string",
|
823
823
|
"name": "Result",
|
824
|
-
"
|
824
|
+
"output_required": true,
|
825
825
|
"type": "string",
|
826
826
|
"value_allowed_null": false
|
827
827
|
},
|
@@ -8629,7 +8629,8 @@
|
|
8629
8629
|
"example": "test",
|
8630
8630
|
"member": "string",
|
8631
8631
|
"name": "EnterpriseInstanceName",
|
8632
|
-
"
|
8632
|
+
"output_required": true,
|
8633
|
+
"required": false,
|
8633
8634
|
"type": "string",
|
8634
8635
|
"value_allowed_null": true
|
8635
8636
|
},
|
@@ -8639,7 +8640,8 @@
|
|
8639
8640
|
"example": "0",
|
8640
8641
|
"member": "int64",
|
8641
8642
|
"name": "EnterpriseInstanceChargeType",
|
8642
|
-
"
|
8643
|
+
"output_required": true,
|
8644
|
+
"required": false,
|
8643
8645
|
"type": "int",
|
8644
8646
|
"value_allowed_null": true
|
8645
8647
|
},
|
@@ -8649,12 +8651,13 @@
|
|
8649
8651
|
"example": "basic",
|
8650
8652
|
"member": "string",
|
8651
8653
|
"name": "EnterpriseInstanceType",
|
8652
|
-
"
|
8654
|
+
"output_required": true,
|
8655
|
+
"required": false,
|
8653
8656
|
"type": "string",
|
8654
8657
|
"value_allowed_null": true
|
8655
8658
|
}
|
8656
8659
|
],
|
8657
|
-
"usage": "
|
8660
|
+
"usage": "both"
|
8658
8661
|
},
|
8659
8662
|
"WorkloadInfo": {
|
8660
8663
|
"document": "工作负载详情",
|
@@ -3,8 +3,8 @@
|
|
3
3
|
"CreateApplication": [
|
4
4
|
{
|
5
5
|
"document": "创建应用",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApplication\n<公共请求参数>\n\n{\n \"ApplicationName\": \"
|
7
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApplication\n<公共请求参数>\n\n{\n \"ApplicationName\": \"abc\",\n \"Description\": \"abc\",\n \"UseDefaultImageService\": 0,\n \"RepoType\": 0,\n \"InstanceId\": \"abc\",\n \"RepoServer\": \"abc\",\n \"RepoName\": \"abc\",\n \"SourceChannel\": 0,\n \"SubnetList\": [\n \"abc\"\n ],\n \"CodingLanguage\": \"abc\",\n \"DeployMode\": \"abc\",\n \"EnableTracing\": 0,\n \"UseDefaultImageServiceParameters\": {\n \"EnterpriseInstanceName\": \"abc\",\n \"EnterpriseInstanceChargeType\": 0,\n \"EnterpriseInstanceType\": \"abc\"\n },\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"Result\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
8
8
|
"title": "创建应用"
|
9
9
|
}
|
10
10
|
],
|
@@ -10091,7 +10091,7 @@
|
|
10091
10091
|
{
|
10092
10092
|
"disabled": false,
|
10093
10093
|
"document": "集群id",
|
10094
|
-
"example": "",
|
10094
|
+
"example": "cls-gv0a9ec2",
|
10095
10095
|
"member": "string",
|
10096
10096
|
"name": "ClusterID",
|
10097
10097
|
"required": true,
|
@@ -10100,7 +10100,7 @@
|
|
10100
10100
|
{
|
10101
10101
|
"disabled": false,
|
10102
10102
|
"document": "过滤条件\n仅支持ecm-id过滤",
|
10103
|
-
"example": "",
|
10103
|
+
"example": "[{\"ecm-id\":\"ecs-1\"}]",
|
10104
10104
|
"member": "Filter",
|
10105
10105
|
"name": "Filters",
|
10106
10106
|
"required": false,
|
@@ -10115,18 +10115,20 @@
|
|
10115
10115
|
{
|
10116
10116
|
"disabled": false,
|
10117
10117
|
"document": "返回的实例相关信息列表的长度",
|
10118
|
-
"example": "",
|
10118
|
+
"example": "2",
|
10119
10119
|
"member": "int64",
|
10120
10120
|
"name": "TotalCount",
|
10121
|
+
"output_required": true,
|
10121
10122
|
"type": "int",
|
10122
10123
|
"value_allowed_null": false
|
10123
10124
|
},
|
10124
10125
|
{
|
10125
10126
|
"disabled": false,
|
10126
10127
|
"document": "返回的实例相关信息列表",
|
10127
|
-
"example": "",
|
10128
|
+
"example": "[\"\"]",
|
10128
10129
|
"member": "string",
|
10129
10130
|
"name": "InstanceInfoSet",
|
10131
|
+
"output_required": true,
|
10130
10132
|
"type": "list",
|
10131
10133
|
"value_allowed_null": false
|
10132
10134
|
},
|
@@ -10471,7 +10473,7 @@
|
|
10471
10473
|
{
|
10472
10474
|
"disabled": false,
|
10473
10475
|
"document": "集群版本",
|
10474
|
-
"example": "",
|
10476
|
+
"example": "1.28.4",
|
10475
10477
|
"member": "string",
|
10476
10478
|
"name": "ClusterVersion",
|
10477
10479
|
"required": false,
|
@@ -10486,18 +10488,20 @@
|
|
10486
10488
|
{
|
10487
10489
|
"disabled": false,
|
10488
10490
|
"document": "集群版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
10489
|
-
"example": "",
|
10491
|
+
"example": "1.28.4",
|
10490
10492
|
"member": "string",
|
10491
10493
|
"name": "ClusterVersion",
|
10494
|
+
"output_required": true,
|
10492
10495
|
"type": "string",
|
10493
10496
|
"value_allowed_null": true
|
10494
10497
|
},
|
10495
10498
|
{
|
10496
10499
|
"disabled": false,
|
10497
10500
|
"document": "可用的自定义参数\n注意:此字段可能返回 null,表示取不到有效值。",
|
10498
|
-
"example": "",
|
10501
|
+
"example": "{}",
|
10499
10502
|
"member": "EdgeAvailableExtraArgs",
|
10500
10503
|
"name": "AvailableExtraArgs",
|
10504
|
+
"output_required": true,
|
10501
10505
|
"type": "object",
|
10502
10506
|
"value_allowed_null": true
|
10503
10507
|
},
|
@@ -10516,7 +10520,7 @@
|
|
10516
10520
|
{
|
10517
10521
|
"disabled": false,
|
10518
10522
|
"document": "集群id",
|
10519
|
-
"example": "",
|
10523
|
+
"example": "cls-gv0a9ec3",
|
10520
10524
|
"member": "string",
|
10521
10525
|
"name": "ClusterID",
|
10522
10526
|
"required": true,
|
@@ -10525,7 +10529,7 @@
|
|
10525
10529
|
{
|
10526
10530
|
"disabled": false,
|
10527
10531
|
"document": "过滤条件\n仅支持cvm-id过滤",
|
10528
|
-
"example": "",
|
10532
|
+
"example": "[{cvm-id: ins-9j8hfu}]",
|
10529
10533
|
"member": "Filter",
|
10530
10534
|
"name": "Filters",
|
10531
10535
|
"required": false,
|
@@ -10540,18 +10544,20 @@
|
|
10540
10544
|
{
|
10541
10545
|
"disabled": false,
|
10542
10546
|
"document": "返回的实例相关信息列表的长度",
|
10543
|
-
"example": "",
|
10547
|
+
"example": "0",
|
10544
10548
|
"member": "int64",
|
10545
10549
|
"name": "TotalCount",
|
10550
|
+
"output_required": true,
|
10546
10551
|
"type": "int",
|
10547
10552
|
"value_allowed_null": false
|
10548
10553
|
},
|
10549
10554
|
{
|
10550
10555
|
"disabled": false,
|
10551
10556
|
"document": "返回的实例相关信息列表",
|
10552
|
-
"example": "",
|
10557
|
+
"example": "[{}]",
|
10553
10558
|
"member": "string",
|
10554
10559
|
"name": "InstanceInfoSet",
|
10560
|
+
"output_required": true,
|
10555
10561
|
"type": "list",
|
10556
10562
|
"value_allowed_null": false
|
10557
10563
|
},
|
@@ -10588,7 +10594,7 @@
|
|
10588
10594
|
"example": "{}",
|
10589
10595
|
"member": "EdgeClusterExtraArgs",
|
10590
10596
|
"name": "ClusterExtraArgs",
|
10591
|
-
"
|
10597
|
+
"output_required": true,
|
10592
10598
|
"type": "object",
|
10593
10599
|
"value_allowed_null": true
|
10594
10600
|
},
|
@@ -10607,7 +10613,7 @@
|
|
10607
10613
|
{
|
10608
10614
|
"disabled": false,
|
10609
10615
|
"document": "集群id",
|
10610
|
-
"example": "",
|
10616
|
+
"example": "cls-gv0a9ec3",
|
10611
10617
|
"member": "string",
|
10612
10618
|
"name": "ClusterID",
|
10613
10619
|
"required": true,
|
@@ -10616,7 +10622,7 @@
|
|
10616
10622
|
{
|
10617
10623
|
"disabled": false,
|
10618
10624
|
"document": "查询总数",
|
10619
|
-
"example": "",
|
10625
|
+
"example": "10",
|
10620
10626
|
"member": "int64",
|
10621
10627
|
"name": "Limit",
|
10622
10628
|
"required": true,
|
@@ -10625,7 +10631,7 @@
|
|
10625
10631
|
{
|
10626
10632
|
"disabled": false,
|
10627
10633
|
"document": "偏移量",
|
10628
|
-
"example": "",
|
10634
|
+
"example": "2",
|
10629
10635
|
"member": "int64",
|
10630
10636
|
"name": "Offset",
|
10631
10637
|
"required": true,
|
@@ -10634,7 +10640,7 @@
|
|
10634
10640
|
{
|
10635
10641
|
"disabled": false,
|
10636
10642
|
"document": "过滤条件,仅支持NodeName过滤",
|
10637
|
-
"example": "",
|
10643
|
+
"example": "[{nodename:\"csm-1\"}]",
|
10638
10644
|
"member": "Filter",
|
10639
10645
|
"name": "Filters",
|
10640
10646
|
"required": false,
|
@@ -10649,18 +10655,20 @@
|
|
10649
10655
|
{
|
10650
10656
|
"disabled": false,
|
10651
10657
|
"document": "该集群总数",
|
10652
|
-
"example": "",
|
10658
|
+
"example": "0",
|
10653
10659
|
"member": "int64",
|
10654
10660
|
"name": "TotalCount",
|
10661
|
+
"output_required": true,
|
10655
10662
|
"type": "int",
|
10656
10663
|
"value_allowed_null": false
|
10657
10664
|
},
|
10658
10665
|
{
|
10659
10666
|
"disabled": false,
|
10660
10667
|
"document": "节点信息集合",
|
10661
|
-
"example": "",
|
10668
|
+
"example": "{}",
|
10662
10669
|
"member": "string",
|
10663
10670
|
"name": "InstanceInfoSet",
|
10671
|
+
"output_required": true,
|
10664
10672
|
"type": "string",
|
10665
10673
|
"value_allowed_null": false
|
10666
10674
|
},
|
@@ -10783,6 +10791,7 @@
|
|
10783
10791
|
"example": "[{\"ClusterId\":\"cls-xxx1\",\"Audit\":{\"Enable\":true,\"TopicSet\":\"xxxx",
|
10784
10792
|
"member": "string",
|
10785
10793
|
"name": "SwitchSet",
|
10794
|
+
"output_required": true,
|
10786
10795
|
"type": "list",
|
10787
10796
|
"value_allowed_null": true
|
10788
10797
|
},
|
@@ -13605,7 +13614,7 @@
|
|
13605
13614
|
"example": "Initializing",
|
13606
13615
|
"member": "string",
|
13607
13616
|
"name": "Phase",
|
13608
|
-
"
|
13617
|
+
"output_required": true,
|
13609
13618
|
"type": "string",
|
13610
13619
|
"value_allowed_null": false
|
13611
13620
|
},
|
@@ -13615,7 +13624,7 @@
|
|
13615
13624
|
"example": "无",
|
13616
13625
|
"member": "ClusterCondition",
|
13617
13626
|
"name": "Conditions",
|
13618
|
-
"
|
13627
|
+
"output_required": true,
|
13619
13628
|
"type": "list",
|
13620
13629
|
"value_allowed_null": false
|
13621
13630
|
},
|
@@ -13679,6 +13688,7 @@
|
|
13679
13688
|
"example": "1",
|
13680
13689
|
"member": "uint64",
|
13681
13690
|
"name": "TotalCount",
|
13691
|
+
"output_required": true,
|
13682
13692
|
"type": "int",
|
13683
13693
|
"value_allowed_null": false
|
13684
13694
|
},
|
@@ -13688,6 +13698,7 @@
|
|
13688
13698
|
"example": "*",
|
13689
13699
|
"member": "EdgeCluster",
|
13690
13700
|
"name": "Clusters",
|
13701
|
+
"output_required": true,
|
13691
13702
|
"type": "list",
|
13692
13703
|
"value_allowed_null": false
|
13693
13704
|
},
|
@@ -16254,6 +16265,7 @@
|
|
16254
16265
|
"example": "无",
|
16255
16266
|
"member": "AppChart",
|
16256
16267
|
"name": "AppCharts",
|
16268
|
+
"output_required": true,
|
16257
16269
|
"type": "list",
|
16258
16270
|
"value_allowed_null": true
|
16259
16271
|
},
|
@@ -25155,7 +25167,7 @@
|
|
25155
25167
|
},
|
25156
25168
|
{
|
25157
25169
|
"disabled": false,
|
25158
|
-
"document": "制品来源,范围:tke-market 或 other",
|
25170
|
+
"document": "制品来源,范围:tke-market 或 other默认值:tke-market。",
|
25159
25171
|
"example": "tke-market",
|
25160
25172
|
"member": "string",
|
25161
25173
|
"name": "ChartFrom",
|