tccli 3.0.1330.1__py2.py3-none-any.whl → 3.0.1333.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/asr/v20190614/api.json +1 -1
- tccli/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/bmvpc/v20180625/api.json +36 -36
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +71 -2
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +37 -37
- tccli/services/cdn/v20180606/api.json +5 -5
- tccli/services/cdn/v20180606/examples.json +5 -5
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +11 -1
- tccli/services/clb/v20180317/api.json +18 -0
- tccli/services/cwp/v20180228/api.json +4 -4
- tccli/services/dbbrain/v20210527/api.json +1 -0
- tccli/services/dc/v20180410/api.json +39 -0
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +509 -2
- tccli/services/dnspod/v20210323/examples.json +17 -1
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/ess/ess_client.py +57 -4
- tccli/services/ess/v20201111/api.json +63 -2
- tccli/services/ess/v20201111/examples.json +8 -0
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/faceid/v20180301/api.json +4 -4
- tccli/services/goosefs/v20220519/api.json +2 -2
- tccli/services/gs/gs_client.py +163 -4
- tccli/services/gs/v20191118/api.json +216 -0
- tccli/services/gs/v20191118/examples.json +24 -0
- tccli/services/ioa/ioa_client.py +167 -8
- tccli/services/ioa/v20220601/api.json +541 -1
- tccli/services/ioa/v20220601/examples.json +42 -0
- tccli/services/iotexplorer/v20190423/api.json +12 -12
- tccli/services/iotexplorer/v20190423/examples.json +2 -2
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/lke/lke_client.py +699 -63
- tccli/services/lke/v20231130/api.json +1754 -79
- tccli/services/lke/v20231130/examples.json +96 -0
- tccli/services/lkeap/v20240522/examples.json +5 -5
- tccli/services/lowcode/v20210108/api.json +41 -1
- tccli/services/lowcode/v20210108/examples.json +2 -2
- tccli/services/ocr/ocr_client.py +532 -320
- tccli/services/ocr/v20181119/api.json +545 -8
- tccli/services/ocr/v20181119/examples.json +32 -0
- tccli/services/sms/v20190711/api.json +4 -4
- tccli/services/sms/v20210111/api.json +4 -4
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +1 -1
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tke/tke_client.py +106 -0
- tccli/services/tke/v20180525/api.json +124 -0
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/tsf/v20180326/api.json +46 -17
- tccli/services/tsf/v20180326/examples.json +10 -10
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vpc/v20170312/examples.json +6 -6
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/RECORD +63 -63
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1330.1.dist-info → tccli-3.0.1333.1.dist-info}/license_files/LICENSE +0 -0
@@ -3379,6 +3379,7 @@
|
|
3379
3379
|
"example": "true",
|
3380
3380
|
"member": "bool",
|
3381
3381
|
"name": "Result",
|
3382
|
+
"output_required": true,
|
3382
3383
|
"type": "bool",
|
3383
3384
|
"value_allowed_null": false
|
3384
3385
|
},
|
@@ -3999,9 +4000,10 @@
|
|
3999
4000
|
{
|
4000
4001
|
"disabled": false,
|
4001
4002
|
"document": "API 信息",
|
4002
|
-
"example": "
|
4003
|
+
"example": "无",
|
4003
4004
|
"member": "ApiDetailInfo",
|
4004
4005
|
"name": "Result",
|
4006
|
+
"output_required": true,
|
4005
4007
|
"type": "object",
|
4006
4008
|
"value_allowed_null": false
|
4007
4009
|
},
|
@@ -7030,6 +7032,7 @@
|
|
7030
7032
|
"example": "true",
|
7031
7033
|
"member": "bool",
|
7032
7034
|
"name": "Result",
|
7035
|
+
"output_required": true,
|
7033
7036
|
"type": "bool",
|
7034
7037
|
"value_allowed_null": false
|
7035
7038
|
},
|
@@ -7574,7 +7577,7 @@
|
|
7574
7577
|
{
|
7575
7578
|
"disabled": false,
|
7576
7579
|
"document": "配置模板数据",
|
7577
|
-
"example": "
|
7580
|
+
"example": "ribbon.ReadTimeout: 5000",
|
7578
7581
|
"member": "string",
|
7579
7582
|
"name": "ConfigTemplateValue",
|
7580
7583
|
"required": true,
|
@@ -7610,7 +7613,7 @@
|
|
7610
7613
|
"example": "true",
|
7611
7614
|
"member": "bool",
|
7612
7615
|
"name": "Result",
|
7613
|
-
"
|
7616
|
+
"output_required": true,
|
7614
7617
|
"type": "bool",
|
7615
7618
|
"value_allowed_null": false
|
7616
7619
|
},
|
@@ -8309,7 +8312,7 @@
|
|
8309
8312
|
{
|
8310
8313
|
"disabled": false,
|
8311
8314
|
"document": "Api信息",
|
8312
|
-
"example": "
|
8315
|
+
"example": "无",
|
8313
8316
|
"member": "ApiInfo",
|
8314
8317
|
"name": "ApiList",
|
8315
8318
|
"required": true,
|
@@ -8336,7 +8339,7 @@
|
|
8336
8339
|
"example": "true",
|
8337
8340
|
"member": "bool",
|
8338
8341
|
"name": "Result",
|
8339
|
-
"
|
8342
|
+
"output_required": true,
|
8340
8343
|
"type": "bool",
|
8341
8344
|
"value_allowed_null": false
|
8342
8345
|
},
|
@@ -8637,6 +8640,7 @@
|
|
8637
8640
|
"example": "true",
|
8638
8641
|
"member": "bool",
|
8639
8642
|
"name": "Result",
|
8643
|
+
"output_required": true,
|
8640
8644
|
"type": "bool",
|
8641
8645
|
"value_allowed_null": false
|
8642
8646
|
},
|
@@ -9774,6 +9778,7 @@
|
|
9774
9778
|
"example": "true",
|
9775
9779
|
"member": "bool",
|
9776
9780
|
"name": "Result",
|
9781
|
+
"output_required": true,
|
9777
9782
|
"type": "bool",
|
9778
9783
|
"value_allowed_null": false
|
9779
9784
|
},
|
@@ -9810,6 +9815,7 @@
|
|
9810
9815
|
"example": "true",
|
9811
9816
|
"member": "bool",
|
9812
9817
|
"name": "Result",
|
9818
|
+
"output_required": true,
|
9813
9819
|
"type": "bool",
|
9814
9820
|
"value_allowed_null": false
|
9815
9821
|
},
|
@@ -9938,6 +9944,7 @@
|
|
9938
9944
|
"example": "true",
|
9939
9945
|
"member": "bool",
|
9940
9946
|
"name": "Result",
|
9947
|
+
"output_required": true,
|
9941
9948
|
"type": "bool",
|
9942
9949
|
"value_allowed_null": false
|
9943
9950
|
},
|
@@ -10094,6 +10101,7 @@
|
|
10094
10101
|
"example": "true",
|
10095
10102
|
"member": "bool",
|
10096
10103
|
"name": "Result",
|
10104
|
+
"output_required": true,
|
10097
10105
|
"type": "bool",
|
10098
10106
|
"value_allowed_null": false
|
10099
10107
|
},
|
@@ -10311,6 +10319,7 @@
|
|
10311
10319
|
"example": "true",
|
10312
10320
|
"member": "bool",
|
10313
10321
|
"name": "Result",
|
10322
|
+
"output_required": true,
|
10314
10323
|
"type": "bool",
|
10315
10324
|
"value_allowed_null": false
|
10316
10325
|
},
|
@@ -10393,6 +10402,7 @@
|
|
10393
10402
|
"example": "true",
|
10394
10403
|
"member": "bool",
|
10395
10404
|
"name": "Result",
|
10405
|
+
"output_required": true,
|
10396
10406
|
"type": "bool",
|
10397
10407
|
"value_allowed_null": false
|
10398
10408
|
},
|
@@ -11582,9 +11592,10 @@
|
|
11582
11592
|
{
|
11583
11593
|
"disabled": false,
|
11584
11594
|
"document": "API 详情",
|
11585
|
-
"example": "
|
11595
|
+
"example": "无",
|
11586
11596
|
"member": "ApiDetailResponse",
|
11587
11597
|
"name": "Result",
|
11598
|
+
"output_required": true,
|
11588
11599
|
"type": "object",
|
11589
11600
|
"value_allowed_null": false
|
11590
11601
|
},
|
@@ -11827,9 +11838,10 @@
|
|
11827
11838
|
{
|
11828
11839
|
"disabled": false,
|
11829
11840
|
"document": "日使用统计对象",
|
11830
|
-
"example": "
|
11841
|
+
"example": "无",
|
11831
11842
|
"member": "GroupApiUseStatistics",
|
11832
11843
|
"name": "Result",
|
11844
|
+
"output_required": true,
|
11833
11845
|
"type": "object",
|
11834
11846
|
"value_allowed_null": false
|
11835
11847
|
},
|
@@ -12721,10 +12733,10 @@
|
|
12721
12733
|
{
|
12722
12734
|
"disabled": false,
|
12723
12735
|
"document": "配置项分页对象",
|
12724
|
-
"example": "
|
12736
|
+
"example": "无",
|
12725
12737
|
"member": "TsfPageConfig",
|
12726
12738
|
"name": "Result",
|
12727
|
-
"
|
12739
|
+
"output_required": true,
|
12728
12740
|
"type": "object",
|
12729
12741
|
"value_allowed_null": false
|
12730
12742
|
},
|
@@ -13737,7 +13749,7 @@
|
|
13737
13749
|
{
|
13738
13750
|
"disabled": false,
|
13739
13751
|
"document": "网关分组和API列表信息",
|
13740
|
-
"example": "
|
13752
|
+
"example": "无",
|
13741
13753
|
"member": "GatewayVo",
|
13742
13754
|
"name": "Result",
|
13743
13755
|
"output_required": true,
|
@@ -13819,7 +13831,7 @@
|
|
13819
13831
|
{
|
13820
13832
|
"disabled": false,
|
13821
13833
|
"document": "翻页结构",
|
13822
|
-
"example": "
|
13834
|
+
"example": "无",
|
13823
13835
|
"member": "TsfPageApiDetailInfo",
|
13824
13836
|
"name": "Result",
|
13825
13837
|
"output_required": true,
|
@@ -13859,6 +13871,7 @@
|
|
13859
13871
|
"example": "{\"ErrorCount\":\"292635\",\"ErrorCountOfDay\":\"292635\",\"InvocationCount\":\"13412691\",\"InvocationCountOfDay\":\"13412691\",\"SuccessRatio\":\"0.97818\",\"SuccessRatioOfDay\":\"0.97818\"}",
|
13860
13872
|
"member": "MonitorOverview",
|
13861
13873
|
"name": "Result",
|
13874
|
+
"output_required": true,
|
13862
13875
|
"type": "object",
|
13863
13876
|
"value_allowed_null": false
|
13864
13877
|
},
|
@@ -13956,10 +13969,10 @@
|
|
13956
13969
|
{
|
13957
13970
|
"disabled": false,
|
13958
13971
|
"document": "翻页结构体",
|
13959
|
-
"example": "
|
13972
|
+
"example": "无",
|
13960
13973
|
"member": "TsfPageGatewayDeployGroup",
|
13961
13974
|
"name": "Result",
|
13962
|
-
"
|
13975
|
+
"output_required": true,
|
13963
13976
|
"type": "object",
|
13964
13977
|
"value_allowed_null": false
|
13965
13978
|
},
|
@@ -14057,9 +14070,10 @@
|
|
14057
14070
|
{
|
14058
14071
|
"disabled": false,
|
14059
14072
|
"document": "API分组信息",
|
14060
|
-
"example": "
|
14073
|
+
"example": "无",
|
14061
14074
|
"member": "TsfPageApiGroupInfo",
|
14062
14075
|
"name": "Result",
|
14076
|
+
"output_required": true,
|
14063
14077
|
"type": "object",
|
14064
14078
|
"value_allowed_null": false
|
14065
14079
|
},
|
@@ -14285,9 +14299,10 @@
|
|
14285
14299
|
{
|
14286
14300
|
"disabled": false,
|
14287
14301
|
"document": "日使用统计对象",
|
14288
|
-
"example": "
|
14302
|
+
"example": "无",
|
14289
14303
|
"member": "GroupDailyUseStatistics",
|
14290
14304
|
"name": "Result",
|
14305
|
+
"output_required": true,
|
14291
14306
|
"type": "object",
|
14292
14307
|
"value_allowed_null": false
|
14293
14308
|
},
|
@@ -14493,7 +14508,7 @@
|
|
14493
14508
|
{
|
14494
14509
|
"disabled": false,
|
14495
14510
|
"document": "API分组信息列表",
|
14496
|
-
"example": "
|
14511
|
+
"example": "无",
|
14497
14512
|
"member": "TsfPageApiGroupInfo",
|
14498
14513
|
"name": "Result",
|
14499
14514
|
"output_required": true,
|
@@ -15743,6 +15758,7 @@
|
|
15743
15758
|
"example": "{\"Content\":[{\"Description\":\"\",\"Method\":\"GET\",\"MsgwApiType\":null,\"Path\":\"/echo-feign-url/{str}\",\"RpcType\":\"http\",\"Status\":1}],\"TotalCount\":1}",
|
15744
15759
|
"member": "TsfApiListResponse",
|
15745
15760
|
"name": "Result",
|
15761
|
+
"output_required": true,
|
15746
15762
|
"type": "object",
|
15747
15763
|
"value_allowed_null": false
|
15748
15764
|
},
|
@@ -15852,6 +15868,7 @@
|
|
15852
15868
|
"example": "{\"Blocked\":\"N\",\"GatewayGroupId\":\"group-yd3b588a\",\"Order\":1,\"PathRewriteId\":\"rewrite-2vz5pdwv\",\"Regex\":\"/app\",\"Replacement\":\"/user\"}",
|
15853
15869
|
"member": "PathRewrite",
|
15854
15870
|
"name": "Result",
|
15871
|
+
"output_required": true,
|
15855
15872
|
"type": "object",
|
15856
15873
|
"value_allowed_null": false
|
15857
15874
|
},
|
@@ -15915,6 +15932,7 @@
|
|
15915
15932
|
"example": "{\"Content\":[{\"Blocked\":\"N\",\"GatewayGroupId\":\"group-yd3b588a\",\"Order\":1,\"PathRewriteId\":\"rewrite-2vz5pdwv\",\"Regex\":\"/app\",\"Replacement\":\"/user\"}],\"TotalCount\":1}",
|
15916
15933
|
"member": "PathRewritePage",
|
15917
15934
|
"name": "Result",
|
15935
|
+
"output_required": true,
|
15918
15936
|
"type": "object",
|
15919
15937
|
"value_allowed_null": false
|
15920
15938
|
},
|
@@ -18362,6 +18380,7 @@
|
|
18362
18380
|
"example": "true",
|
18363
18381
|
"member": "bool",
|
18364
18382
|
"name": "Result",
|
18383
|
+
"output_required": true,
|
18365
18384
|
"type": "bool",
|
18366
18385
|
"value_allowed_null": false
|
18367
18386
|
},
|
@@ -23531,6 +23550,7 @@
|
|
23531
23550
|
"example": "true",
|
23532
23551
|
"member": "bool",
|
23533
23552
|
"name": "Result",
|
23553
|
+
"output_required": true,
|
23534
23554
|
"type": "bool",
|
23535
23555
|
"value_allowed_null": false
|
23536
23556
|
},
|
@@ -23667,6 +23687,7 @@
|
|
23667
23687
|
"example": "true",
|
23668
23688
|
"member": "bool",
|
23669
23689
|
"name": "Result",
|
23690
|
+
"output_required": true,
|
23670
23691
|
"type": "bool",
|
23671
23692
|
"value_allowed_null": false
|
23672
23693
|
},
|
@@ -25731,6 +25752,7 @@
|
|
25731
25752
|
"example": "true",
|
25732
25753
|
"member": "bool",
|
25733
25754
|
"name": "Result",
|
25755
|
+
"output_required": true,
|
25734
25756
|
"type": "bool",
|
25735
25757
|
"value_allowed_null": false
|
25736
25758
|
},
|
@@ -25785,6 +25807,7 @@
|
|
25785
25807
|
"example": "true",
|
25786
25808
|
"member": "bool",
|
25787
25809
|
"name": "Result",
|
25810
|
+
"output_required": true,
|
25788
25811
|
"type": "bool",
|
25789
25812
|
"value_allowed_null": false
|
25790
25813
|
},
|
@@ -26358,6 +26381,7 @@
|
|
26358
26381
|
"example": "true",
|
26359
26382
|
"member": "bool",
|
26360
26383
|
"name": "Result",
|
26384
|
+
"output_required": true,
|
26361
26385
|
"type": "bool",
|
26362
26386
|
"value_allowed_null": false
|
26363
26387
|
},
|
@@ -26477,6 +26501,7 @@
|
|
26477
26501
|
"example": "true",
|
26478
26502
|
"member": "bool",
|
26479
26503
|
"name": "Result",
|
26504
|
+
"output_required": true,
|
26480
26505
|
"type": "bool",
|
26481
26506
|
"value_allowed_null": false
|
26482
26507
|
},
|
@@ -29986,6 +30011,7 @@
|
|
29986
30011
|
"example": "true",
|
29987
30012
|
"member": "bool",
|
29988
30013
|
"name": "Result",
|
30014
|
+
"output_required": true,
|
29989
30015
|
"type": "bool",
|
29990
30016
|
"value_allowed_null": false
|
29991
30017
|
},
|
@@ -30525,6 +30551,7 @@
|
|
30525
30551
|
"example": "true",
|
30526
30552
|
"member": "bool",
|
30527
30553
|
"name": "Result",
|
30554
|
+
"output_required": true,
|
30528
30555
|
"type": "bool",
|
30529
30556
|
"value_allowed_null": false
|
30530
30557
|
},
|
@@ -30579,6 +30606,7 @@
|
|
30579
30606
|
"example": "true",
|
30580
30607
|
"member": "bool",
|
30581
30608
|
"name": "Result",
|
30609
|
+
"output_required": true,
|
30582
30610
|
"type": "bool",
|
30583
30611
|
"value_allowed_null": false
|
30584
30612
|
},
|
@@ -30679,7 +30707,7 @@
|
|
30679
30707
|
{
|
30680
30708
|
"disabled": false,
|
30681
30709
|
"document": "配置模板数据",
|
30682
|
-
"example": "
|
30710
|
+
"example": "ribbon.ReadTimeout: 5000",
|
30683
30711
|
"member": "string",
|
30684
30712
|
"name": "ConfigTemplateValue",
|
30685
30713
|
"required": true,
|
@@ -30788,6 +30816,7 @@
|
|
30788
30816
|
"example": "true",
|
30789
30817
|
"member": "bool",
|
30790
30818
|
"name": "Result",
|
30819
|
+
"output_required": true,
|
30791
30820
|
"type": "bool",
|
30792
30821
|
"value_allowed_null": false
|
30793
30822
|
},
|
@@ -692,7 +692,7 @@
|
|
692
692
|
{
|
693
693
|
"document": "",
|
694
694
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeContainerGroupDeployInfo\n<公共请求参数>\n\n{\n \"GroupId\": \"group-gyqpkzda\"\n}",
|
695
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"GroupId\": \"group-gyqpkzda\",\n \"GroupName\": \"group-test\",\n \"InstanceNum\": 0,\n \"CurrentNum\": 0,\n \"Server\": \"ccr.tencent.com\",\n \"Reponame\": \"tsf_1038293xxxxx/nginx\",\n \"TagName\": \"latest\",\n \"CpuRequest\": \"0.5\",\n \"CpuLimit\": \"1\",\n \"MemRequest\": \"64\",\n \"MemLimit\": \"512\",\n \"AccessType\": 0,\n \"ProtocolPorts\": [\n {\n \"Protocol\": \"tcp\",\n \"Port\": 8080,\n \"TargetPort\": 8080,\n \"NodePort\": 0,\n \"Name\": \"tcp-8080\"\n }\n ],\n \"UpdateType\": 0,\n \"UpdateIvl\": 0,\n \"JvmOpts\": \"-Xmx1024m -Xms128m\",\n \"SubnetId\": \"subnet-gyqpkzda\",\n \"AgentCpuRequest\": \"0.1\",\n \"AgentCpuLimit\": \"0.2\",\n \"AgentMemRequest\": \"32\",\n \"AgentMemLimit\": \"128\",\n \"IstioCpuRequest\": \"0.1\",\n \"IstioCpuLimit\": \"0.2\",\n \"IstioMemRequest\": \"32\",\n \"IstioMemLimit\": \"128\",\n \"Envs\": [\n {\n \"Name\": \"host\",\n \"Value\": \"metadata.host\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"metadata.host\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"resource\"\n }\n }\n }\n ],\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"Port\",\n \"InitialDelaySeconds\": 60,\n \"TimeoutSeconds\": 30,\n \"PeriodSeconds\": 30,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 3,\n \"Scheme\": \"tcp\",\n \"Port\": 8080,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n },\n \"ReadinessProbe\": {\n \"ActionType\": \"Port\",\n \"InitialDelaySeconds\": 180,\n \"TimeoutSeconds\": 30,\n \"PeriodSeconds\": 30,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 3,\n \"Scheme\": \"tcp\",\n \"Port\": 8080,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n }\n },\n \"DeployAgent\": true,\n \"Alias\": \"group-alias\",\n \"DisableService\": true,\n \"HeadlessService\": true,\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-gyqpkzda\",\n \"RegistryName\": \"presonal-registry\",\n \"Namespace\": \"default\",\n \"RepoName\": \"nginx\"\n },\n \"VolumeInfos\": [\n {\n \"VolumeType\": \"HOST\",\n \"VolumeName\": \"host\",\n \"VolumeConfig\": \"host\",\n \"ConfigMapOptions\": [\n {\n \"Key\": \"host\",\n \"Path\": \"/host\",\n \"Mode\": \"host\"\n }\n ],\n \"EmptyDirOption\": {\n \"EnableMemory\": true,\n \"StorageCapacity\": 0,\n \"StorageUnit\": \"sunit\",\n \"SizeLimit\": \"64\"\n }\n }\n ],\n \"VolumeMountInfos\": [\n {\n \"VolumeMountName\": \"mount-name\",\n \"VolumeMountPath\": \"/config\",\n \"VolumeMountSubPath\": \"/conf\",\n \"ReadOrWrite\": \"777\"\n }\n ],\n \"KubeInjectEnable\": true,\n \"RepoType\": \"tcr\",\n \"WarmupSetting\": {\n \"Enabled\": true,\n \"WarmupTime\": 1,\n \"Curvature\": 1,\n \"EnabledProtection\": true\n },\n \"GatewayConfig\": {\n \"Name\": \"gateway-config-test\"\n },\n \"ContainerName\": \"group-name-279128-28nsu82\",\n \"AdditionalContainerList\": [\n {\n \"ContainerName\": \"agent\",\n \"TagName\": \"v1\",\n \"RepoName\": \"agent\",\n \"RepoType\": \"tcr\",\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-gyqpkzda\",\n \"RegistryName\": \"agent\",\n \"Namespace\": \"default\",\n \"RepoName\": \"agent\"\n },\n \"Server\": \"ccr.tencent.com\",\n \"SecretName\": \"default-secret-name\",\n \"JvmOpts\": \"-Xmx64m -Xms32m\",\n \"CpuLimit\": \"1\",\n \"CpuRequest\": \"0.1\",\n \"MemRequest\": \"32\",\n \"MemLimit\": \"128\",\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"tcp\",\n \"InitialDelaySeconds\": 180,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n }\n },\n \"Envs\": [\n {\n \"Name\": \"host\",\n \"Value\": \"metadata.host\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"metadata.host\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"metadata.host\"\n }\n }\n }\n ],\n \"UserEnvs\": [\n {\n \"Name\": \"consul_ip\",\n \"Value\": \"10.23.12.3\"\n }\n ],\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"host\",\n \"VolumeMountPath\": \"/host\",\n \"VolumeMountSubPath\": \"/config\",\n \"ReadOrWrite\": \"777\"\n }\n ]\n }\n ],\n \"InternalContainerList\": [\n {\n \"ContainerName\": \"internal-container-test\",\n \"TagName\": \"v1\",\n \"RepoName\": \"nginx\",\n \"RepoType\": \"tcr\",\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-6a79x94v\",\n \"RegistryName\": \"nginx\",\n \"Namespace\": \"default\",\n \"RepoName\": \"nginx\"\n },\n \"Server\": \"ccr.ccs.tencent.com\",\n \"SecretName\": \"default-secretName\",\n \"JvmOpts\": \"-Xmx64m -Xms32m\",\n \"CpuLimit\": \"1\",\n \"CpuRequest\": \"0.1\",\n \"MemRequest\": \"32\",\n \"MemLimit\": \"128\",\n \"HealthCheckSettings\": {},\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"host\",\n \"VolumeMountPath\": \"/host\",\n \"VolumeMountSubPath\": \"/config\",\n \"ReadOrWrite\": \"777\"\n }\n ]\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
695
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"GroupId\": \"group-gyqpkzda\",\n \"GroupName\": \"group-test\",\n \"InstanceNum\": 0,\n \"CurrentNum\": 0,\n \"Server\": \"ccr.tencent.com\",\n \"Reponame\": \"tsf_1038293xxxxx/nginx\",\n \"TagName\": \"latest\",\n \"CpuRequest\": \"0.5\",\n \"CpuLimit\": \"1\",\n \"MemRequest\": \"64\",\n \"MemLimit\": \"512\",\n \"AccessType\": 0,\n \"ProtocolPorts\": [\n {\n \"Protocol\": \"tcp\",\n \"Port\": 8080,\n \"TargetPort\": 8080,\n \"NodePort\": 0,\n \"Name\": \"tcp-8080\"\n }\n ],\n \"UpdateType\": 0,\n \"UpdateIvl\": 0,\n \"JvmOpts\": \"-Xmx1024m -Xms128m\",\n \"SubnetId\": \"subnet-gyqpkzda\",\n \"AgentCpuRequest\": \"0.1\",\n \"AgentCpuLimit\": \"0.2\",\n \"AgentMemRequest\": \"32\",\n \"AgentMemLimit\": \"128\",\n \"IstioCpuRequest\": \"0.1\",\n \"IstioCpuLimit\": \"0.2\",\n \"IstioMemRequest\": \"32\",\n \"IstioMemLimit\": \"128\",\n \"Envs\": [\n {\n \"Name\": \"host\",\n \"Value\": \"metadata.host\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"metadata.host\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"resource\"\n }\n }\n }\n ],\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"Port\",\n \"InitialDelaySeconds\": 60,\n \"TimeoutSeconds\": 30,\n \"PeriodSeconds\": 30,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 3,\n \"Scheme\": \"tcp\",\n \"Port\": 8080,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n },\n \"ReadinessProbe\": {\n \"ActionType\": \"Port\",\n \"InitialDelaySeconds\": 180,\n \"TimeoutSeconds\": 30,\n \"PeriodSeconds\": 30,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 3,\n \"Scheme\": \"tcp\",\n \"Port\": 8080,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n }\n },\n \"DeployAgent\": true,\n \"Alias\": \"group-alias\",\n \"DisableService\": true,\n \"HeadlessService\": true,\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-gyqpkzda\",\n \"RegistryName\": \"presonal-registry\",\n \"Namespace\": \"default\",\n \"RepoName\": \"nginx\"\n },\n \"VolumeInfos\": [\n {\n \"VolumeType\": \"HOST\",\n \"VolumeName\": \"host\",\n \"VolumeConfig\": \"host\",\n \"ConfigMapOptions\": [\n {\n \"Key\": \"host\",\n \"Path\": \"/host\",\n \"Mode\": \"host\"\n }\n ],\n \"EmptyDirOption\": {\n \"EnableMemory\": true,\n \"StorageCapacity\": 0,\n \"StorageUnit\": \"sunit\",\n \"SizeLimit\": \"64\"\n }\n }\n ],\n \"VolumeMountInfos\": [\n {\n \"VolumeMountName\": \"mount-name\",\n \"VolumeMountPath\": \"/config\",\n \"VolumeMountSubPath\": \"/conf\",\n \"ReadOrWrite\": \"777\"\n }\n ],\n \"KubeInjectEnable\": true,\n \"RepoType\": \"tcr\",\n \"WarmupSetting\": {\n \"Enabled\": true,\n \"WarmupTime\": 1,\n \"Curvature\": 1,\n \"EnabledProtection\": true\n },\n \"GatewayConfig\": {\n \"Name\": \"gateway-config-test\"\n },\n \"ContainerName\": \"group-name-279128-28nsu82\",\n \"AdditionalContainerList\": [\n {\n \"ContainerName\": \"agent\",\n \"TagName\": \"v1\",\n \"RepoName\": \"agent\",\n \"RepoType\": \"tcr\",\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-gyqpkzda\",\n \"RegistryName\": \"agent\",\n \"Namespace\": \"default\",\n \"RepoName\": \"agent\"\n },\n \"Server\": \"ccr.tencent.com\",\n \"SecretName\": \"default-secret-name\",\n \"JvmOpts\": \"-Xmx64m -Xms32m\",\n \"CpuLimit\": \"1\",\n \"CpuRequest\": \"0.1\",\n \"MemRequest\": \"32\",\n \"MemLimit\": \"128\",\n \"HealthCheckSettings\": {\n \"ReadinessProbe\": {\n \"InitialDelaySeconds\": 10,\n \"PeriodSeconds\": 10,\n \"Port\": 8000,\n \"ActionType\": \"tcp\",\n \"SuccessThreshold\": 3,\n \"Type\": \"TCP\",\n \"TimeoutSeconds\": 3,\n \"FailureThreshold\": 3\n },\n \"LivenessProbe\": {\n \"ActionType\": \"tcp\",\n \"InitialDelaySeconds\": 180,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n }\n },\n \"Envs\": [\n {\n \"Name\": \"host\",\n \"Value\": \"metadata.host\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"metadata.host\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"metadata.host\"\n }\n }\n }\n ],\n \"UserEnvs\": [\n {\n \"Name\": \"consul_ip\",\n \"Value\": \"10.23.12.3\"\n }\n ],\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"host\",\n \"VolumeMountPath\": \"/host\",\n \"VolumeMountSubPath\": \"/config\",\n \"ReadOrWrite\": \"777\"\n }\n ]\n }\n ],\n \"InternalContainerList\": [\n {\n \"ContainerName\": \"internal-container-test\",\n \"TagName\": \"v1\",\n \"RepoName\": \"nginx\",\n \"RepoType\": \"tcr\",\n \"TcrRepoInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegistryId\": \"reg-6a79x94v\",\n \"RegistryName\": \"nginx\",\n \"Namespace\": \"default\",\n \"RepoName\": \"nginx\"\n },\n \"Server\": \"ccr.ccs.tencent.com\",\n \"SecretName\": \"default-secretName\",\n \"JvmOpts\": \"-Xmx64m -Xms32m\",\n \"CpuLimit\": \"1\",\n \"CpuRequest\": \"0.1\",\n \"MemRequest\": \"32\",\n \"MemLimit\": \"128\",\n \"HealthCheckSettings\": {\n \"ReadinessProbe\": {\n \"InitialDelaySeconds\": 10,\n \"PeriodSeconds\": 10,\n \"Port\": 8000,\n \"ActionType\": \"tcp\",\n \"SuccessThreshold\": 3,\n \"Type\": \"TCP\",\n \"TimeoutSeconds\": 3,\n \"FailureThreshold\": 3\n },\n \"LivenessProbe\": {\n \"ActionType\": \"tcp\",\n \"InitialDelaySeconds\": 180,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n }\n },\n \"VolumeMountInfoList\": [\n {\n \"VolumeMountName\": \"host\",\n \"VolumeMountPath\": \"/host\",\n \"VolumeMountSubPath\": \"/config\",\n \"ReadOrWrite\": \"777\"\n }\n ]\n }\n ]\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
696
696
|
"title": "DescribeContainerGroupDeployInfo"
|
697
697
|
}
|
698
698
|
],
|
@@ -700,7 +700,7 @@
|
|
700
700
|
{
|
701
701
|
"document": "",
|
702
702
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeContainerGroupDetail\n&GroupId=group-6a79x94v\n&<公共请求参数>",
|
703
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"UpdatedTime\": 0,\n \"HealthCheckSettings\": {\n \"ReadinessProbe\": {\n \"TimeoutSeconds\": 1,\n \"InitialDelaySeconds\": 1,\n \"ActionType\": \"TCP\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"PeriodSeconds\": 1,\n \"Path\": \"/health\",\n \"SuccessThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"FailureThreshold\": 1\n },\n \"LivenessProbe\": {\n \"TimeoutSeconds\": 1,\n \"InitialDelaySeconds\": 1,\n \"ActionType\": \"TCP\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"PeriodSeconds\": 1,\n \"Path\": \"/health\",\n \"SuccessThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"FailureThreshold\": 1\n }\n },\n \"InstanceNum\": 1,\n \"NamespaceName\": \"default\",\n \"MaxUnavailable\": \"25%\",\n \"ApplicationType\": \"C\",\n \"CurrentNum\": 1,\n \"MicroserviceType\": \"DEF\",\n \"Status\": \"Running\",\n \"LbIp\": \"10.23.29.11\",\n \"MemRequest\": \"0.5\",\n \"AccessType\": 1,\n \"UpdateIvl\": 10,\n \"Envs\": [\n {\n \"Name\": \"consul_ip\",\n \"Value\": \"10.29.26.11\"\n },\n {\n \"Name\": \"host\",\n \"Value\": \"hostName\"\n }\n ],\n \"TagName\": \"v1\",\n \"ClusterIp\": \"10.29.1.2\",\n \"MemLimit\": \"512\",\n \"CpuLimit\": \"1\",\n \"ApplicationId\": \"application-6a79x94v\",\n \"ApplicationName\": \"applicaiton-name\",\n \"ProtocolPorts\": [\n {\n \"TargetPort\": 30032,\n \"Protocol\": \"tcp\",\n \"Port\": 30032,\n \"NodePort\": 0\n }\n ],\n \"UpdateType\": 1,\n \"ClusterId\": \"cls-6a79x94v\",\n \"MaxSurge\": \"25%\",\n \"Server\": \"ccr.tencent.com\",\n \"SubnetId\": \"subnet-6a79x94v\",\n \"NodePort\": 30870,\n \"GroupId\": \"group-6a79x94v\",\n \"GroupResourceType\": \"C\",\n \"InstanceCount\": 1,\n \"GroupName\": \"test-group\",\n \"ClusterName\": \"k8s-cluster\",\n \"CreateTime\": \"2022-11-22 09:27:11\",\n \"Reponame\": \"nginx\",\n \"CpuRequest\": \"0.5\",\n \"Message\": \"this is a msg\",\n \"NamespaceId\": \"namespace-6a79x94v\",\n \"AllowPlainYamlDeploy\": true,\n \"IsNotEqualServiceConfig\": true,\n \"RepoName\": \"nginx\",\n \"Alias\": \"this is a alias\"\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
703
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"UpdatedTime\": 0,\n \"HealthCheckSettings\": {\n \"ReadinessProbe\": {\n \"Type\": \"tcp\",\n \"TimeoutSeconds\": 1,\n \"InitialDelaySeconds\": 1,\n \"ActionType\": \"TCP\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"PeriodSeconds\": 1,\n \"Path\": \"/health\",\n \"SuccessThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"FailureThreshold\": 1\n },\n \"LivenessProbe\": {\n \"TimeoutSeconds\": 1,\n \"InitialDelaySeconds\": 1,\n \"ActionType\": \"TCP\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"PeriodSeconds\": 1,\n \"Path\": \"/health\",\n \"SuccessThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"FailureThreshold\": 1\n }\n },\n \"InstanceNum\": 1,\n \"NamespaceName\": \"default\",\n \"MaxUnavailable\": \"25%\",\n \"ApplicationType\": \"C\",\n \"CurrentNum\": 1,\n \"MicroserviceType\": \"DEF\",\n \"Status\": \"Running\",\n \"LbIp\": \"10.23.29.11\",\n \"MemRequest\": \"0.5\",\n \"AccessType\": 1,\n \"UpdateIvl\": 10,\n \"Envs\": [\n {\n \"Name\": \"consul_ip\",\n \"Value\": \"10.29.26.11\"\n },\n {\n \"Name\": \"host\",\n \"Value\": \"hostName\"\n }\n ],\n \"TagName\": \"v1\",\n \"ClusterIp\": \"10.29.1.2\",\n \"MemLimit\": \"512\",\n \"CpuLimit\": \"1\",\n \"ApplicationId\": \"application-6a79x94v\",\n \"ApplicationName\": \"applicaiton-name\",\n \"ProtocolPorts\": [\n {\n \"TargetPort\": 30032,\n \"Protocol\": \"tcp\",\n \"Port\": 30032,\n \"NodePort\": 0\n }\n ],\n \"UpdateType\": 1,\n \"ClusterId\": \"cls-6a79x94v\",\n \"MaxSurge\": \"25%\",\n \"Server\": \"ccr.tencent.com\",\n \"SubnetId\": \"subnet-6a79x94v\",\n \"NodePort\": 30870,\n \"GroupId\": \"group-6a79x94v\",\n \"GroupResourceType\": \"C\",\n \"InstanceCount\": 1,\n \"GroupName\": \"test-group\",\n \"ClusterName\": \"k8s-cluster\",\n \"CreateTime\": \"2022-11-22 09:27:11\",\n \"Reponame\": \"nginx\",\n \"CpuRequest\": \"0.5\",\n \"Message\": \"this is a msg\",\n \"NamespaceId\": \"namespace-6a79x94v\",\n \"AllowPlainYamlDeploy\": true,\n \"IsNotEqualServiceConfig\": true,\n \"RepoName\": \"nginx\",\n \"Alias\": \"this is a alias\"\n },\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
|
704
704
|
"title": "DescribeContainerGroupDetail"
|
705
705
|
}
|
706
706
|
],
|
@@ -820,7 +820,7 @@
|
|
820
820
|
{
|
821
821
|
"document": "",
|
822
822
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroupAttribute\r\n&GroupId=group-byxke4al\r\n&<公共请求参数>",
|
823
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0bd33701-90d0-413f-9ae9-3a89df2fa6ad\",\n \"Result\": {\n \"InstanceCount\": 1,\n \"GroupId\": \"group-byxke4al\",\n \"PackageId\": \"pkg-278c1954\",\n \"PackageVersion\": \"1.12.0_E\",\n \"PackageName\": \"consumer-demo-1.12.0-Edgware-SNAPSHOT.jar\",\n \"RunInstanceCount\": 0,\n \"GroupStatus\": \"Updating\",\n \"OffInstanceCount\": 1,\n \"HealthCheckSettings\": {},\n \"IsNotEqualServiceConfig\": false\n }\n }\n}",
|
823
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0bd33701-90d0-413f-9ae9-3a89df2fa6ad\",\n \"Result\": {\n \"InstanceCount\": 1,\n \"GroupId\": \"group-byxke4al\",\n \"PackageId\": \"pkg-278c1954\",\n \"PackageVersion\": \"1.12.0_E\",\n \"PackageName\": \"consumer-demo-1.12.0-Edgware-SNAPSHOT.jar\",\n \"RunInstanceCount\": 0,\n \"GroupStatus\": \"Updating\",\n \"OffInstanceCount\": 1,\n \"HealthCheckSettings\": {\n \"ReadinessProbe\": {\n \"InitialDelaySeconds\": 10,\n \"PeriodSeconds\": 10,\n \"Port\": 8000,\n \"ActionType\": \"tcp\",\n \"SuccessThreshold\": 3,\n \"Type\": \"TCP\",\n \"TimeoutSeconds\": 3,\n \"FailureThreshold\": 3\n },\n \"LivenessProbe\": {\n \"ActionType\": \"tcp\",\n \"InitialDelaySeconds\": 180,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"http\",\n \"Port\": 1,\n \"Path\": \"/health\",\n \"Command\": [\n \"sh health.sh\"\n ],\n \"Type\": \"TCP\"\n }\n },\n \"IsNotEqualServiceConfig\": false\n }\n }\n}",
|
824
824
|
"title": "获取部署组其他属性"
|
825
825
|
}
|
826
826
|
],
|
@@ -876,7 +876,7 @@
|
|
876
876
|
{
|
877
877
|
"document": "",
|
878
878
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroups\n<公共请求参数>\n\n{\n \"Limit\": 2\n}",
|
879
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"b1128c11-9b6d-4d06-814d-c3c561b79f6c\",\n \"Result\": {\n \"Content\": [\n {\n \"Alias\": \"\",\n \"ApplicationId\": \"application-ydopqnxa\",\n \"ApplicationName\": \"shedfree-gw\",\n \"ApplicationType\": \"V\",\n \"ClusterId\": \"cluster-2vz3nd3a\",\n \"ClusterName\": \"shedfree\",\n \"CreateTime\": \"2024-12-23 16:27:02\",\n \"DeployDesc\":
|
879
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b1128c11-9b6d-4d06-814d-c3c561b79f6c\",\n \"Result\": {\n \"Content\": [\n {\n \"Alias\": \"\",\n \"ApplicationId\": \"application-ydopqnxa\",\n \"ApplicationName\": \"shedfree-gw\",\n \"ApplicationType\": \"V\",\n \"ClusterId\": \"cluster-2vz3nd3a\",\n \"ClusterName\": \"shedfree\",\n \"CreateTime\": \"2024-12-23 16:27:02\",\n \"DeployDesc\": \"\",\n \"GroupDesc\": \"\",\n \"GroupId\": \"group-y4dz9x6y\",\n \"GroupName\": \"shed-scg-2021\",\n \"GroupResourceType\": \"DEF\",\n \"MicroserviceType\": \"G\",\n \"NamespaceId\": \"namespace-qab7bq9v\",\n \"NamespaceName\": \"shedfree_default\",\n \"StartupParameters\": \"-Xms1024m -Xmx4096m -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=1024m -Dlogging.level.com.tencent.tsf.msgw.scg.filter=error -Dreactor.netty.pool.leasingStrategy=lifo -Dkona.fiber.enabled=true\",\n \"UpdateTime\": \"2024-12-24 09:21:23\",\n \"UpdatedTime\": 1735003283000\n },\n {\n \"Alias\": \"\",\n \"ApplicationId\": \"application-ydopqnxa\",\n \"ApplicationName\": \"shedfree-gw\",\n \"ApplicationType\": \"V\",\n \"ClusterId\": \"cluster-2vz3nd3a\",\n \"ClusterName\": \"shedfree\",\n \"CreateTime\": \"2024-12-23 01:15:31\",\n \"DeployDesc\": \"desc\",\n \"GroupDesc\": \"desc\",\n \"GroupId\": \"group-yq9d6wev\",\n \"GroupName\": \"shed-zuul-3\",\n \"GroupResourceType\": \"DEF\",\n \"MicroserviceType\": \"G\",\n \"NamespaceId\": \"namespace-qab7bq9v\",\n \"NamespaceName\": \"shedfree_default\",\n \"StartupParameters\": \"-Xms1024m -Xmx4096m -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=1024m\",\n \"UpdateTime\": \"2024-12-23 01:30:25\",\n \"UpdatedTime\": 1734888625000\n }\n ],\n \"TotalCount\": 660\n }\n }\n}",
|
880
880
|
"title": "获取虚拟机部署组列表"
|
881
881
|
}
|
882
882
|
],
|
@@ -900,7 +900,7 @@
|
|
900
900
|
{
|
901
901
|
"document": "",
|
902
902
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImageTags\n<公共请求参数>\n\n{\n \"ApplicationId\": \"application-yx8kjmra\",\n \"Limit\": 20\n}",
|
903
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"4df95eea-e433-41c6-9c65-cfd1bd05d5d0\",\n \"Result\": {\n \"Content\": [\n {\n \"Architecture\": \"amd64\",\n \"Author\": \"\",\n \"CreationTime\": \"2024-12-17T11:55:49Z\",\n \"DockerVersion\": \"\",\n \"ImageId\": \"sha256:b774178107747295705e9f919e5cf009d2dad7f343f18dea74a9f3b13e03b6ec\",\n \"Os\":
|
903
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4df95eea-e433-41c6-9c65-cfd1bd05d5d0\",\n \"Result\": {\n \"Content\": [\n {\n \"Architecture\": \"amd64\",\n \"Author\": \"\",\n \"CreationTime\": \"2024-12-17T11:55:49Z\",\n \"DockerVersion\": \"\",\n \"ImageId\": \"sha256:b774178107747295705e9f919e5cf009d2dad7f343f18dea74a9f3b13e03b6ec\",\n \"Os\": \"\",\n \"PushTime\": \"2024-12-17T11:55:49Z\",\n \"RepoName\": \"tsf_100011913960/mesh-no-spec\",\n \"Size\": \"72 MB\",\n \"SizeByte\": 72225778,\n \"TagId\": \"sha256:4c270bbe6abe54d0b9c5186d5c2d79a32b932fc65f5628518b88c093f69ecc19\",\n \"TagName\": \"1217\",\n \"TcrRepoInfo\": {\n \"Region\": \"gz\",\n \"RegistryId\": \"id\",\n \"RegistryName\": \"name\",\n \"Namespace\": \"namespace\",\n \"RepoName\": \"repo-name\"\n },\n \"UpdateTime\": \"2024-12-17T11:55:57Z\"\n }\n ],\n \"RepoName\": \"tsf_100011913960/mesh-no-spec\",\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"TotalCount\": 1\n }\n }\n}",
|
904
904
|
"title": "DescribeImageTags"
|
905
905
|
}
|
906
906
|
],
|
@@ -916,7 +916,7 @@
|
|
916
916
|
{
|
917
917
|
"document": "",
|
918
918
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeInstances\r\n&Filters.0.Name=name\r\n&Filters.0.Values.0=pepy\r\n&Filters.0.Values.1=zeni\r\n&<公共请求参数>",
|
919
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d2de5f06-bc71-4bd5-aa93-1188ce24aa46\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"ClusterType\": \"V\",\n \"ApplicationType\":
|
919
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"d2de5f06-bc71-4bd5-aa93-1188ce24aa46\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"ClusterType\": \"V\",\n \"ApplicationType\": \"\",\n \"GroupId\": \"group-id\",\n \"ClusterId\": \"cluster-xxxxxx\",\n \"InstanceStatus\": \"Running\",\n \"InstanceName\": \"tsf自动化拨测\",\n \"WanIp\": \"\",\n \"GroupName\": \"name\",\n \"InstanceId\": \"ins-xxxxxx\",\n \"NamespaceId\": \"nid\",\n \"VpcId\": \"vpc-xxxxxx\",\n \"InstanceAvailableStatus\": \"\",\n \"ClusterName\": \"tsf-auto-dialtest\",\n \"ApplicationId\": \"application-id\",\n \"ApplicationName\": \"app-name\",\n \"NamespaceName\": \"namespace-name\",\n \"LanIp\": \"10.0.2.4\"\n }\n ]\n }\n }\n}",
|
920
920
|
"title": "查询机器列表"
|
921
921
|
}
|
922
922
|
],
|
@@ -1060,7 +1060,7 @@
|
|
1060
1060
|
{
|
1061
1061
|
"document": "",
|
1062
1062
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrograms\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 20,\n \"SearchWord\": \"program-xxxx\"\n}",
|
1063
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"865be0aa-ae4d-443a-bb72-01995d1f5f4e\",\n \"Result\": {\n \"TotalCount\": 5,\n \"Content\": [\n {\n \"ProgramId\": \"program-96a79v5b\",\n \"ProgramName\": \"AUTO-appId-@ALL@\",\n \"ProgramDesc\":
|
1063
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"865be0aa-ae4d-443a-bb72-01995d1f5f4e\",\n \"Result\": {\n \"TotalCount\": 5,\n \"Content\": [\n {\n \"ProgramId\": \"program-96a79v5b\",\n \"ProgramName\": \"AUTO-appId-@ALL@\",\n \"ProgramDesc\": \"desc\",\n \"CreationTime\": 1542870362,\n \"LastUpdateTime\": 1542870362,\n \"DeleteFlag\": false,\n \"ProgramItemList\": []\n },\n {\n \"ProgramId\": \"program-a79e9j9v\",\n \"ProgramName\": \"测试数据集\",\n \"ProgramDesc\": null,\n \"CreationTime\": 1566467701,\n \"LastUpdateTime\": 1566467701,\n \"DeleteFlag\": true,\n \"ProgramItemList\": []\n },\n {\n \"ProgramId\": \"program-l6ymbvgd\",\n \"ProgramName\": \"AUTO-NOTHING\",\n \"ProgramDesc\": null,\n \"CreationTime\": 1542870362,\n \"LastUpdateTime\": 1542870362,\n \"DeleteFlag\": true,\n \"ProgramItemList\": []\n },\n {\n \"ProgramId\": \"program-ymqbq8bv\",\n \"ProgramName\": \"测试数据集9\",\n \"ProgramDesc\": \"测试数据集desc9\",\n \"CreationTime\": 1566467729,\n \"LastUpdateTime\": 1566483895,\n \"DeleteFlag\": false,\n \"ProgramItemList\": []\n },\n {\n \"ProgramId\": \"program-yn2g3e9y\",\n \"ProgramName\": \"测试数据集3\",\n \"ProgramDesc\": \"测试数据集desc\",\n \"CreationTime\": 1566479755,\n \"LastUpdateTime\": 1566479755,\n \"DeleteFlag\": false,\n \"ProgramItemList\": []\n }\n ]\n }\n }\n}",
|
1064
1064
|
"title": "查询数据集列表"
|
1065
1065
|
}
|
1066
1066
|
],
|
@@ -1148,7 +1148,7 @@
|
|
1148
1148
|
{
|
1149
1149
|
"document": "",
|
1150
1150
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeSimpleClusters\n&Offset=0\n&Limit=50\n&<公共请求参数>",
|
1151
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"73d633f3-1d91-443a-a5bb-b4d419a56721\",\n \"Result\": {\n \"TotalCount\": 2,\n \"Content\": [\n {\n \"ClusterId\": \"cls-6a79x94v\",\n \"ClusterVersion\": \"1.18\",\n \"SubnetId\": \"subnet-6a79x94v\",\n \"ClusterName\": \"示例\",\n \"ClusterDesc\":
|
1151
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"73d633f3-1d91-443a-a5bb-b4d419a56721\",\n \"Result\": {\n \"TotalCount\": 2,\n \"Content\": [\n {\n \"ClusterId\": \"cls-6a79x94v\",\n \"ClusterVersion\": \"1.18\",\n \"SubnetId\": \"subnet-6a79x94v\",\n \"ClusterName\": \"示例\",\n \"ClusterDesc\": \"desc\",\n \"ClusterType\": \"C\",\n \"VpcId\": \"vpc-6a79x94v\",\n \"CreateTime\": \"2025\",\n \"UpdateTime\": \"2025\",\n \"ClusterStatus\": \"status\",\n \"ClusterCIDR\": \"cidr\",\n \"ClusterTotalCpu\": 1,\n \"ClusterTotalMem\": 2,\n \"ClusterUsedCpu\": 1,\n \"ClusterUsedMem\": 2,\n \"ClusterLimitCpu\": 1,\n \"ClusterLimitMem\": 2,\n \"InstanceCount\": 1,\n \"RunInstanceCount\": 1,\n \"RunServiceInstanceCount\": 1,\n \"NormalInstanceCount\": 1,\n \"DeleteFlag\": false,\n \"DeleteFlagReason\": \"reason\",\n \"OperationInfo\": {\n \"AddInstance\": {\n \"DisabledReason\": \"\",\n \"Enabled\": true,\n \"Supported\": true\n },\n \"Init\": {\n \"DisabledReason\": \"\",\n \"Enabled\": true,\n \"Supported\": true\n },\n \"Destroy\": {\n \"DisabledReason\": \"\",\n \"Enabled\": true,\n \"Supported\": true\n }\n },\n \"TsfRegionId\": \"region-id\",\n \"TsfRegionName\": \"name\",\n \"TsfZoneId\": \"zone-id\",\n \"TsfZoneName\": \"zone-name\"\n }\n ]\n }\n }\n}",
|
1152
1152
|
"title": "查询简单集群列表"
|
1153
1153
|
}
|
1154
1154
|
],
|
@@ -1204,7 +1204,7 @@
|
|
1204
1204
|
{
|
1205
1205
|
"document": "",
|
1206
1206
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeUnitApiUseDetail\n&ApiId=api-qabo8xyl\n&GatewayInstanceId=gw-ins-4hkjbwxy\n&GatewayDeployGroupId=gw-e42d597\n&GroupId=grp-vcgimq3x\n&Period=60\n&Offset=0\n&Limit=20\n&EndTime=2020-09-22 00:00:00\n&StartTime=2020-09-22 00:00:00\n&<公共请求参数>",
|
1207
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 20,\n \"Content\": [\n {\n \"NamespaceId\": \"ns-
|
1207
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 20,\n \"Content\": [\n {\n \"NamespaceId\": \"ns-1234567\",\n \"NamespaceName\": \"ns-test2\",\n \"SumReqAmount\": \"20\",\n \"AvgFailureRate\": \"11.21\",\n \"AvgTimeCost\": \"20.12\",\n \"MetricDataPointMap\": {\n \"SumReqAmount\": [\n {\n \"Key\": \"1615374000000\",\n \"Value\": \"0\",\n \"Tag\": \"\"\n }\n ],\n \"AvgFailureRate\": [\n {\n \"Key\": \"1615374000000\",\n \"Value\": \"0\",\n \"Tag\": \"\"\n }\n ],\n \"AvgTimeCost\": [\n {\n \"Key\": \"1615374000000\",\n \"Value\": \"0\",\n \"Tag\": \"\"\n },\n {\n \"Key\": \"1615374060000\",\n \"Value\": \"0\",\n \"Tag\": \"\"\n }\n ]\n },\n \"TopStatusCode\": [\n {\n \"Name\": \"2xx\",\n \"Count\": \"20000\",\n \"Ratio\": \"0.35565\"\n },\n {\n \"Name\": \"4xx\",\n \"Count\": \"18000\",\n \"Ratio\": \"0.28625\"\n }\n ],\n \"TopTimeCost\": [\n {\n \"Name\": \"0_50_ms\",\n \"Count\": \"20000\",\n \"Ratio\": \"0.35565\"\n },\n {\n \"Name\": \"50_100_ms\",\n \"Count\": \"18000\",\n \"Ratio\": \"0.28625\"\n },\n {\n \"Name\": \"100_200_ms\",\n \"Count\": \"13000\",\n \"Ratio\": \"0.28625\"\n },\n {\n \"Name\": \"others\",\n \"Count\": \"13000\",\n \"Ratio\": \"0.28625\"\n }\n ],\n \"Quantile\": {\n \"MaxValue\": \"12.13\",\n \"MinValue\": \"0.32\",\n \"FifthPositionValue\": \"0.26\",\n \"NinthPositionValue\": \"1.32\"\n }\n }\n ]\n },\n \"RequestId\": \"5d996e05507e42d5970cd2e25ed5267a\"\n }\n}",
|
1208
1208
|
"title": "查询网关API监控明细数据"
|
1209
1209
|
}
|
1210
1210
|
],
|
@@ -1252,7 +1252,7 @@
|
|
1252
1252
|
{
|
1253
1253
|
"document": "",
|
1254
1254
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUsableUnitNamespaces\n<公共请求参数>\n\n{\n \"SearchWord\": \"container\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
1255
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"8d5c97b6-73fb-4fa5-8648-4ebf8b3b9551\",\n \"Result\": {\n \"Content\": [\n {\n \"CreatedTime\":
|
1255
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8d5c97b6-73fb-4fa5-8648-4ebf8b3b9551\",\n \"Result\": {\n \"Content\": [\n {\n \"CreatedTime\": \"2025\",\n \"GatewayInstanceId\": \"instance-id\",\n \"Id\": \"id\",\n \"NamespaceId\": \"namespace-ygo3djma\",\n \"NamespaceName\": \"cluster-container-jolyonzheng_default\",\n \"UpdatedTime\": \"2025\"\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
|
1256
1256
|
"title": "查询可用于被导入的命名空间列表"
|
1257
1257
|
}
|
1258
1258
|
],
|