tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.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 (122) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aca/__init__.py +4 -0
  4. tccli/services/aca/aca_client.py +578 -0
  5. tccli/services/aca/v20210323/api.json +3715 -0
  6. tccli/services/aca/v20210323/examples.json +69 -0
  7. tccli/services/aiart/v20221229/api.json +18 -9
  8. tccli/services/aiart/v20221229/examples.json +2 -2
  9. tccli/services/apm/v20210622/api.json +10 -7
  10. tccli/services/batch/v20170312/api.json +641 -566
  11. tccli/services/batch/v20170312/examples.json +7 -7
  12. tccli/services/bi/v20220105/api.json +9 -0
  13. tccli/services/bpaas/v20181217/examples.json +1 -1
  14. tccli/services/cam/v20190116/api.json +32 -30
  15. tccli/services/cam/v20190116/examples.json +4 -4
  16. tccli/services/ccc/v20200210/api.json +31 -1
  17. tccli/services/ccc/v20200210/examples.json +1 -1
  18. tccli/services/cdb/v20170320/api.json +214 -207
  19. tccli/services/cdb/v20170320/examples.json +10 -10
  20. tccli/services/cdwch/v20200915/api.json +6 -6
  21. tccli/services/cdwdoris/v20211228/api.json +16 -5
  22. tccli/services/cdwdoris/v20211228/examples.json +1 -1
  23. tccli/services/cfg/v20210820/api.json +8 -13
  24. tccli/services/cfg/v20210820/examples.json +1 -1
  25. tccli/services/cfs/v20190719/api.json +84 -84
  26. tccli/services/cfs/v20190719/examples.json +6 -6
  27. tccli/services/chdfs/v20201112/api.json +18 -17
  28. tccli/services/chdfs/v20201112/examples.json +2 -2
  29. tccli/services/clb/v20180317/api.json +184 -162
  30. tccli/services/cloudapp/v20220530/api.json +1 -1
  31. tccli/services/cloudapp/v20220530/examples.json +3 -3
  32. tccli/services/cloudaudit/v20190319/api.json +21 -17
  33. tccli/services/cloudaudit/v20190319/examples.json +3 -3
  34. tccli/services/cls/v20201016/api.json +21 -21
  35. tccli/services/cls/v20201016/examples.json +1 -1
  36. tccli/services/config/v20220802/api.json +2 -0
  37. tccli/services/config/v20220802/examples.json +2 -2
  38. tccli/services/dcdb/v20180411/api.json +390 -387
  39. tccli/services/dcdb/v20180411/examples.json +14 -14
  40. tccli/services/dlc/v20210125/api.json +162 -7
  41. tccli/services/dlc/v20210125/examples.json +1 -1
  42. tccli/services/domain/v20180808/api.json +37 -37
  43. tccli/services/domain/v20180808/examples.json +16 -10
  44. tccli/services/dsgc/v20190723/api.json +1796 -1623
  45. tccli/services/dsgc/v20190723/examples.json +217 -211
  46. tccli/services/dts/v20180330/api.json +143 -106
  47. tccli/services/dts/v20211206/api.json +57 -46
  48. tccli/services/dts/v20211206/examples.json +1 -1
  49. tccli/services/ecm/v20190719/api.json +6 -6
  50. tccli/services/emr/v20190103/api.json +80 -20
  51. tccli/services/ess/ess_client.py +61 -8
  52. tccli/services/ess/v20201111/api.json +267 -37
  53. tccli/services/ess/v20201111/examples.json +11 -3
  54. tccli/services/essbasic/essbasic_client.py +167 -8
  55. tccli/services/essbasic/v20210526/api.json +527 -54
  56. tccli/services/essbasic/v20210526/examples.json +46 -16
  57. tccli/services/facefusion/v20220927/api.json +12 -1
  58. tccli/services/fmu/v20191213/api.json +8 -8
  59. tccli/services/gaap/v20180529/api.json +200 -209
  60. tccli/services/hai/v20230812/api.json +1 -1
  61. tccli/services/iss/v20230517/api.json +11 -11
  62. tccli/services/iss/v20230517/examples.json +31 -31
  63. tccli/services/keewidb/v20220308/api.json +92 -82
  64. tccli/services/keewidb/v20220308/examples.json +5 -5
  65. tccli/services/lighthouse/v20200324/api.json +18 -18
  66. tccli/services/lighthouse/v20200324/examples.json +5 -5
  67. tccli/services/live/v20180801/api.json +27 -9
  68. tccli/services/lke/v20231130/examples.json +1 -1
  69. tccli/services/mariadb/v20170312/api.json +285 -263
  70. tccli/services/mariadb/v20170312/examples.json +12 -12
  71. tccli/services/monitor/monitor_client.py +106 -0
  72. tccli/services/monitor/v20180724/api.json +222 -0
  73. tccli/services/monitor/v20180724/examples.json +16 -0
  74. tccli/services/mps/mps_client.py +228 -16
  75. tccli/services/mps/v20190612/api.json +385 -23
  76. tccli/services/mps/v20190612/examples.json +32 -0
  77. tccli/services/msp/v20180319/api.json +2 -2
  78. tccli/services/ocr/v20181119/api.json +11 -1
  79. tccli/services/omics/v20221128/api.json +14 -2
  80. tccli/services/organization/v20210331/api.json +45 -18
  81. tccli/services/privatedns/v20201028/api.json +90 -81
  82. tccli/services/privatedns/v20201028/examples.json +18 -18
  83. tccli/services/redis/redis_client.py +106 -0
  84. tccli/services/redis/v20180412/api.json +178 -16
  85. tccli/services/redis/v20180412/examples.json +16 -0
  86. tccli/services/region/v20220627/api.json +5 -3
  87. tccli/services/region/v20220627/examples.json +1 -1
  88. tccli/services/ssl/v20191205/api.json +6 -4
  89. tccli/services/tag/v20180813/api.json +4 -5
  90. tccli/services/tcb/v20180608/api.json +36 -16
  91. tccli/services/tdmq/tdmq_client.py +53 -0
  92. tccli/services/tdmq/v20200217/api.json +64 -1
  93. tccli/services/tdmq/v20200217/examples.json +9 -1
  94. tccli/services/teo/teo_client.py +485 -8
  95. tccli/services/teo/v20220901/api.json +837 -39
  96. tccli/services/teo/v20220901/examples.json +108 -0
  97. tccli/services/thpc/v20211109/api.json +32 -34
  98. tccli/services/thpc/v20220401/api.json +31 -33
  99. tccli/services/thpc/v20230321/api.json +55 -57
  100. tccli/services/thpc/v20230321/examples.json +1 -1
  101. tccli/services/tiia/v20190529/api.json +307 -293
  102. tccli/services/tiia/v20190529/examples.json +41 -41
  103. tccli/services/tione/v20211111/api.json +4 -4
  104. tccli/services/tione/v20211111/examples.json +2 -2
  105. tccli/services/tke/v20180525/api.json +1 -1
  106. tccli/services/trocket/trocket_client.py +53 -0
  107. tccli/services/trocket/v20230308/api.json +116 -0
  108. tccli/services/trocket/v20230308/examples.json +14 -0
  109. tccli/services/tse/v20201207/api.json +188 -120
  110. tccli/services/tse/v20201207/examples.json +30 -30
  111. tccli/services/tsf/v20180326/api.json +826 -745
  112. tccli/services/tsf/v20180326/examples.json +99 -111
  113. tccli/services/vclm/v20240523/api.json +1 -1
  114. tccli/services/vdb/v20230616/api.json +80 -80
  115. tccli/services/vdb/v20230616/examples.json +1 -1
  116. tccli/services/vpc/v20170312/api.json +42 -41
  117. tccli/services/vpc/v20170312/examples.json +5 -5
  118. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
  119. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
  120. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
  121. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
  122. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -11,7 +11,7 @@
11
11
  "AddInstances": [
12
12
  {
13
13
  "document": "",
14
- "input": "https://tsf.tencentcloudapi.com/?Action=AddInstances\n&InstanceIdList.0=ins-xxxxxxx\n&InstanceIdList.1=ins-xxxxxxx\n&ClusterId=cluster-xxxxxxx\n&InstanceImportMode=R\n&ImageId=img-xxxxxxx\n&Password=xxxxxxx\n&<公共请求参数>",
14
+ "input": "https://tsf.tencentcloudapi.com/?Action=AddInstances\n&InstanceIdList.0=ins-xxxxxxx\n&InstanceIdList.1=ins-xxxxxxx\n&ClusterId=cluster-xxxxxxx\n&InstanceImportMode=R\n&ImageId=img-xxxxxxx\n&Password=pwd-xxxxxxx\n&<公共请求参数>",
15
15
  "output": "{\n \"Response\": {\n \"RequestId\": \"7b141f81-e708-46f0-a8d3-4e5259c82890\",\n \"Result\": true\n }\n}",
16
16
  "title": "添加云主机节点"
17
17
  }
@@ -51,8 +51,8 @@
51
51
  "ChangeApiUsableStatus": [
52
52
  {
53
53
  "document": "",
54
- "input": "https://tsf.tencentcloudapi.com/?Action=ChangeApiUsableStatus\n&ApiId=api-d5970cd2\n&UsableStatus=enabled\n&<公共请求参数>",
55
- "output": "{\n \"Response\": {\n \"Result\": {\n \"UpdatedTime\": \"xx\",\n \"PathMapping\": \"xx\",\n \"MicroserviceName\": \"xx\",\n \"Description\": \"xx\",\n \"MicroserviceId\": \"xx\",\n \"NamespaceName\": \"xx\",\n \"ApiId\": \"api-d5970cd2\",\n \"UsableStatus\": \"xx\",\n \"ApiType\": \"xx\",\n \"ReleaseStatus\": \"xx\",\n \"GroupName\": \"xx\",\n \"Host\": \"xx\",\n \"Method\": \"POST\",\n \"RateLimitStatus\": \"xx\",\n \"Timeout\": 10,\n \"NamespaceId\": \"xx\",\n \"CreatedTime\": \"xx\",\n \"Path\": \"/provider-demo/v1/echo\",\n \"ReleasedTime\": \"xx\",\n \"MockStatus\": \"xx\",\n \"GroupId\": \"xx\"\n },\n \"RequestId\": \"5d996e5507e42d5970cd2e25ed5267a\"\n }\n}",
54
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChangeApiUsableStatus\n<公共请求参数>\n\n{\n \"ApiId\": \"api-m42wysh0\",\n \"UsableStatus\": \"enabled\"\n}",
55
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1e248975-03fa-4ce6-ab7b-71e022859221\",\n \"Result\": {\n \"ApiId\": \"api-m42wysh0\",\n \"ApiMatchType\": \"normal\",\n \"ApiType\": \"external\",\n \"CreatedTime\": \"2024-12-11 18:08:38\",\n \"Description\": null,\n \"GatewayDeployGroupId\": null,\n \"GroupId\": \"grp-h9xl5mmi\",\n \"GroupName\": null,\n \"Host\": \"http://test.com\",\n \"Md5\": \"39c57c50b244de7272311253edca3771\",\n \"Method\": \"GET\",\n \"MicroserviceId\": \"ms-external\",\n \"MicroserviceName\": \"ms-external\",\n \"MockStatus\": \"disabled\",\n \"NamespaceId\": \"namespace-external\",\n \"NamespaceName\": \"namespace-external\",\n \"Path\": \"/healthcheck\",\n \"PathMapping\": \"/health\",\n \"RateLimitStatus\": null,\n \"ReleaseStatus\": \"released\",\n \"ReleasedTime\": null,\n \"RpcExt\": null,\n \"RpcType\": \"http\",\n \"Timeout\": null,\n \"UpdatedTime\": \"2024-12-18 11:49:22\",\n \"UsableStatus\": \"enabled\"\n }\n }\n}",
56
56
  "title": "启用API"
57
57
  }
58
58
  ],
@@ -76,7 +76,7 @@
76
76
  {
77
77
  "document": "",
78
78
  "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApiGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"zuul_test_group\",\n \"GroupContext\": \"%2Fuser\",\n \"AuthType\": \"none\",\n \"Description\": \"test\",\n \"NamespaceNameKey\": \"TSF-NamespaceName\",\n \"ServiceNameKey\": \"TSF-ServiceName\",\n \"NamespaceNameKeyPosition\": \"path\",\n \"ServiceNameKeyPosition\": \"path\"\n}",
79
- "output": "{\n \"Response\": {\n \"RequestId\": \"5d996e05507e42d5970cd2e25ed5267a\",\n \"Result\": \"grp-12345678\"\n }\n}",
79
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5d996e05507e42d5970cd2e25ed5267a\",\n \"Result\": \"grp-57at58po\"\n }\n}",
80
80
  "title": "创建API分组"
81
81
  }
82
82
  ],
@@ -91,8 +91,8 @@
91
91
  "CreateApiRateLimitRuleWithDetailResp": [
92
92
  {
93
93
  "document": "创建新的 API 分组限流规则",
94
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApiRateLimitRuleWithDetailResp\n<公共请求参数>\n\n{\n \"ApiId\": \"api-xxxxxxx\",\n \"UsableStatus\": \"enable\",\n \"MaxQps\": 1\n}",
95
- "output": "{\n \"Response\": {\n \"Result\": {\n \"RuleId\": \"ruleId-xxxx\",\n \"ApiId\": \"abc\",\n \"RuleName\": \"null\",\n \"MaxQps\": 1,\n \"UsableStatus\": \"enable\",\n \"RuleContent\": \"xxx\",\n \"TsfRuleId\": \"tsfRuleId-xxx\",\n \"Description\": \"null\",\n \"CreatedTime\": \"xxxx-xx-xx\",\n \"UpdatedTime\": \"xxxx-xx-xx\"\n },\n \"RequestId\": \"xxxxxxxxxxx\"\n }\n}",
94
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApiRateLimitRuleWithDetailResp\n<公共请求参数>\n\n{\n \"ApiId\": \"api-7h13jx9z\",\n \"MaxQps\": 1000\n}",
95
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ada294ab-6322-4262-982c-a8960085486b\",\n \"Result\": {\n \"ApiId\": null,\n \"CreatedTime\": null,\n \"Description\": null,\n \"MaxQps\": null,\n \"RuleContent\": null,\n \"RuleId\": \"rule-jwo9eexw\",\n \"RuleName\": null,\n \"TsfRuleId\": null,\n \"UpdatedTime\": null,\n \"UsableStatus\": null\n }\n }\n}",
96
96
  "title": "创建新 API 分组限流规则"
97
97
  }
98
98
  ],
@@ -139,8 +139,8 @@
139
139
  "CreateConfigWithDetailResp": [
140
140
  {
141
141
  "document": "为应用创建配置项",
142
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConfigWithDetailResp\n<公共请求参数>\n\n{\n \"ConfigName\": \"abc\",\n \"ConfigVersion\": \"abc\",\n \"ConfigVersionDesc\": \"abc\",\n \"ConfigValue\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ConfigType\": \"abc\",\n \"EncodeWithBase64\": true,\n \"ProgramIdList\": [\n \"abc\"\n ]\n}",
143
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ConfigId\": \"abc\",\n \"ConfigName\": \"abc\",\n \"ConfigVersion\": \"abc\",\n \"ConfigVersionDesc\": \"abc\",\n \"ConfigValue\": \"abc\",\n \"ConfigType\": \"abc\",\n \"CreationTime\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"DeleteFlag\": true,\n \"LastUpdateTime\": \"abc\",\n \"ConfigVersionCount\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
142
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConfigWithDetailResp\n<公共请求参数>\n\n{\n \"ConfigName\": \"app-config\",\n \"ConfigVersion\": \"v1.0\",\n \"ConfigValue\": \"config: enabled\",\n \"ApplicationId\": \"application-yx8m24ga\"\n}",
143
+ "output": "{\n \"Response\": {\n \"RequestId\": \"52fb20a9-efc0-443d-97e3-cf43478f1b0d\",\n \"Result\": {\n \"ApplicationId\": \"application-yx8m24ga\",\n \"ApplicationName\": null,\n \"ConfigId\": \"dcfg-vw83k2zv\",\n \"ConfigName\": \"app-config\",\n \"ConfigType\": null,\n \"ConfigValue\": \"config: enabled\",\n \"ConfigVersion\": \"v1.0\",\n \"ConfigVersionCount\": null,\n \"ConfigVersionDesc\": null,\n \"CreationTime\": null,\n \"DeleteFlag\": null,\n \"LastUpdateTime\": null\n }\n }\n}",
144
144
  "title": "创建配置项"
145
145
  }
146
146
  ],
@@ -163,8 +163,8 @@
163
163
  "CreateFileConfigWithDetailResp": [
164
164
  {
165
165
  "document": "为应用创建文件配置",
166
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFileConfigWithDetailResp\n<公共请求参数>\n\n{\n \"ConfigName\": \"abc\",\n \"ConfigVersion\": \"abc\",\n \"ConfigVersionDesc\": \"abc\",\n \"ConfigFileName\": \"abc\",\n \"ConfigFileValue\": \"abc\",\n \"ConfigFileCode\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ConfigFilePath\": \"abc\",\n \"ConfigPostCmd\": \"abc\",\n \"EncodeWithBase64\": true,\n \"ProgramIdList\": [\n \"abc\"\n ]\n}",
167
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ConfigId\": \"abc\",\n \"ConfigName\": \"abc\",\n \"ConfigVersion\": \"abc\",\n \"ConfigVersionDesc\": \"abc\",\n \"ConfigFileName\": \"abc\",\n \"ConfigFileValue\": \"abc\",\n \"ConfigFileCode\": \"abc\",\n \"CreationTime\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"DeleteFlag\": true,\n \"ConfigVersionCount\": 0,\n \"LastUpdateTime\": \"abc\",\n \"ConfigFilePath\": \"abc\",\n \"ConfigPostCmd\": \"abc\",\n \"ConfigFileValueLength\": 1\n },\n \"RequestId\": \"abc\"\n }\n}",
166
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFileConfigWithDetailResp\n<公共请求参数>\n\n{\n \"ConfigName\": \"app_config\",\n \"ConfigVersion\": \"v1.0\",\n \"ConfigFileName\": \"config.txt\",\n \"ConfigFileValue\": \"config=enabled\",\n \"ApplicationId\": \"application-yx8m24ga\",\n \"ConfigFilePath\": \"/root/app\"\n}",
167
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a7d2e82d-0bf1-4e44-b296-ccf60bcdbb3c\",\n \"Result\": {\n \"ApplicationId\": \"application-yx8m24ga\",\n \"ApplicationName\": null,\n \"ConfigFileCode\": \"UTF-8\",\n \"ConfigFileName\": \"config.txt\",\n \"ConfigFilePath\": \"/root/app\",\n \"ConfigFileValue\": \"config=enabled\",\n \"ConfigFileValueLength\": 14,\n \"ConfigId\": \"dcfg-f-yq75blda\",\n \"ConfigName\": \"app_config\",\n \"ConfigPostCmd\": \"\",\n \"ConfigVersion\": \"v1.0\",\n \"ConfigVersionCount\": null,\n \"ConfigVersionDesc\": null,\n \"CreationTime\": null,\n \"DeleteFlag\": null,\n \"LastUpdateTime\": null\n }\n }\n}",
168
168
  "title": "创建文件配置项"
169
169
  }
170
170
  ],
@@ -187,16 +187,16 @@
187
187
  "CreateLane": [
188
188
  {
189
189
  "document": "",
190
- "input": "https://tsf.tencentcloudapi.com/?Action=CreateLane\n&LaneName=test\n&Remark=test\n&LaneGroupList.0.GroupId=group-9yn758ad\n&LaneGroupList.0.Entrance=true\n&<公共请求参数>",
191
- "output": "{\n \"Response\": {\n \"Result\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
190
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLane\n<公共请求参数>\n\n{\n \"LaneName\": \"app_lane\",\n \"Remark\": \"This is desc\",\n \"LaneGroupList\": [\n {\n \"GroupId\": \"group-vwebgxzv\",\n \"Entrance\": true\n }\n ]\n}",
191
+ "output": "{\n \"Response\": {\n \"RequestId\": \"681d3bab-f5fd-4a27-8b81-f65d6eda0238\",\n \"Result\": \"lane-vwdjqq29\"\n }\n}",
192
192
  "title": "创建泳道"
193
193
  }
194
194
  ],
195
195
  "CreateLaneRule": [
196
196
  {
197
197
  "document": "",
198
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLaneRule\n<公共请求参数>\n\n{\n \"RuleName\": \"abc\",\n \"Remark\": \"abc\",\n \"RuleTagList\": [\n {\n \"TagId\": \"abc\",\n \"TagName\": \"abc\",\n \"TagOperator\": \"abc\",\n \"TagValue\": \"abc\",\n \"LaneRuleId\": \"abc\",\n \"CreateTime\": 0,\n \"UpdateTime\": 0\n }\n ],\n \"RuleTagRelationship\": \"abc\",\n \"LaneId\": \"abc\",\n \"ProgramIdList\": [\n \"abc\"\n ]\n}",
199
- "output": "{\n \"Response\": {\n \"Result\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
198
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLaneRule\n<公共请求参数>\n\n{\n \"RuleName\": \"app_rule\",\n \"Remark\": \"This is desc\",\n \"RuleTagList\": [\n {\n \"TagName\": \"app_tag\",\n \"TagOperator\": \"EQUAL\",\n \"TagValue\": \"user\"\n }\n ],\n \"RuleTagRelationship\": \"RELEATION_AND\",\n \"LaneId\": \"lane-y9o6w958\"\n}",
199
+ "output": "{\n \"Response\": {\n \"RequestId\": \"2d074caa-3966-42bd-a159-4bdd35534593\",\n \"Result\": \"lane-r-yojkwwpr\"\n }\n}",
200
200
  "title": "创建泳道规则"
201
201
  }
202
202
  ],
@@ -211,8 +211,8 @@
211
211
  "CreateMicroserviceWithDetailResp": [
212
212
  {
213
213
  "document": "",
214
- "input": "https://tsf.tencentcloudapi.com/?Action=CreateMicroserviceWithDetailResp\n&NamespaceId=namespace-xxxxxxx\n&MicroserviceName=consumer-demo1\n&<公共请求参数>",
215
- "output": "{\n \"Response\": {\n \"RequestId\": \"2bb5b35d-cdad-45a0-96ce-bc48abe98cc7\",\n \"Result\": \"xxx\"\n }\n}",
214
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMicroserviceWithDetailResp\n<公共请求参数>\n\n{\n \"NamespaceId\": \"namespace-vw8oox6v\",\n \"MicroserviceName\": \"provider-demo-user\"\n}",
215
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0b9daebe-d33d-4f78-8f23-e6c73026b4b0\",\n \"Result\": \"ms-vwdjqqow\"\n }\n}",
216
216
  "title": "新增微服务返回id"
217
217
  }
218
218
  ],
@@ -227,7 +227,7 @@
227
227
  "CreatePathRewrites": [
228
228
  {
229
229
  "document": "",
230
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePathRewrites\n<公共请求参数>\n\n{\n \"PathRewrites\": {\n \"Regex\": \"xx\",\n \"GatewayGroupId\": \"xx\",\n \"Blocked\": \"xx\",\n \"Order\": 0,\n \"Replacement\": \"xx\"\n }\n}",
230
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePathRewrites\n<公共请求参数>\n\n{\n \"PathRewrites\": {\n \"GatewayGroupId\": \"group-yo476mrv\",\n \"Regex\": \"/provider\",\n \"Replacement\": \"/user\",\n \"Blocked\": \"N\",\n \"Order\": 1\n }\n}",
231
231
  "output": "{\n \"Response\": {\n \"RequestId\": \"5d996e5507e42d5970cd2e25ed5267a\",\n \"Result\": true\n }\n}",
232
232
  "title": "创建路径重写"
233
233
  }
@@ -259,8 +259,8 @@
259
259
  "CreatePublicConfigWithDetailResp": [
260
260
  {
261
261
  "document": "创建公共配置项",
262
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePublicConfigWithDetailResp\n<公共请求参数>\n\n{\n \"ConfigName\": \"abc\",\n \"ConfigVersion\": \"abc\",\n \"ConfigVersionDesc\": \"abc\",\n \"ConfigValue\": \"abc\",\n \"ConfigType\": \"abc\",\n \"EncodeWithBase64\": true,\n \"ProgramIdList\": [\n \"abc\"\n ]\n}",
263
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ConfigId\": \"abc\",\n \"ConfigName\": \"abc\",\n \"ConfigVersion\": \"abc\",\n \"ConfigVersionDesc\": \"abc\",\n \"ConfigValue\": \"abc\",\n \"ConfigType\": \"abc\",\n \"CreationTime\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"DeleteFlag\": true,\n \"LastUpdateTime\": \"abc\",\n \"ConfigVersionCount\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
262
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePublicConfigWithDetailResp\n<公共请求参数>\n\n{\n \"ConfigName\": \"app-config\",\n \"ConfigVersion\": \"v1\",\n \"ConfigVersionDesc\": \"This is desc\",\n \"ConfigValue\": \"config: enabled\",\n \"ConfigType\": \"public\",\n \"EncodeWithBase64\": true\n}",
263
+ "output": "{\n \"Response\": {\n \"RequestId\": \"354e3865-d1ae-4cde-8de6-a50732fd00e5\",\n \"Result\": {\n \"ApplicationId\": null,\n \"ApplicationName\": null,\n \"ConfigId\": \"dcfg-p-vkj5dnky\",\n \"ConfigName\": \"app-config\",\n \"ConfigType\": \"public\",\n \"ConfigValue\": \"config: enabled\",\n \"ConfigVersion\": \"v1\",\n \"ConfigVersionCount\": null,\n \"ConfigVersionDesc\": \"This is desc\",\n \"CreationTime\": null,\n \"DeleteFlag\": null,\n \"LastUpdateTime\": null\n }\n }\n}",
264
264
  "title": "创建公共配置项"
265
265
  }
266
266
  ],
@@ -299,16 +299,16 @@
299
299
  "CreateUnitRule": [
300
300
  {
301
301
  "document": "",
302
- "input": "https://tsf.tencentcloudapi.com/?Action=CreateUnitRule\n&GatewayInstanceId=gw-ins-afsfas\n&Name=xxx\n&<公共请求参数>",
303
- "output": "{\n \"Response\": {\n \"RequestId\": \"5d996e5507e42d5970cd2e25ed5267a\",\n \"Result\": true\n }\n}",
302
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUnitRule\n<公共请求参数>\n\n{\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"Name\": \"unit_provider\",\n \"UnitRuleItemList\": [\n {\n \"Relationship\": \"AND\",\n \"DestNamespaceId\": \"namespace-vk5blxnv\",\n \"DestNamespaceName\": \"heihuli-global_default\",\n \"Name\": \"Rule1\",\n \"Description\": \"this is desc\",\n \"UnitRuleTagList\": [\n {\n \"TagType\": \"U\",\n \"TagField\": \"user\",\n \"TagOperator\": \"IN\",\n \"TagValue\": \"1\"\n }\n ]\n }\n ]\n}",
303
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e3c4528c-0703-47da-8ef4-956d67463a6c\",\n \"Result\": true\n }\n}",
304
304
  "title": "创建单元化规则"
305
305
  }
306
306
  ],
307
307
  "CreateUnitRuleWithDetailResp": [
308
308
  {
309
309
  "document": "创建单元化规则",
310
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUnitRuleWithDetailResp\n<公共请求参数>\n\n{\n \"GatewayInstanceId\": \"abc\",\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"UnitRuleItemList\": [\n {\n \"Id\": \"abc\",\n \"UnitRuleId\": \"abc\",\n \"Relationship\": \"abc\",\n \"DestNamespaceId\": \"abc\",\n \"DestNamespaceName\": \"abc\",\n \"Name\": \"abc\",\n \"Priority\": 0,\n \"Description\": \"abc\",\n \"UnitRuleTagList\": [\n {\n \"UnitRuleItemId\": \"abc\",\n \"Id\": \"abc\",\n \"TagType\": \"abc\",\n \"TagField\": \"abc\",\n \"TagOperator\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n }\n ]\n}",
311
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Id\": \"abc\",\n \"GatewayInstanceId\": \"abc\",\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Status\": \"abc\",\n \"UnitRuleItemList\": [\n {\n \"Id\": \"abc\",\n \"UnitRuleId\": \"abc\",\n \"Relationship\": \"abc\",\n \"DestNamespaceId\": \"abc\",\n \"DestNamespaceName\": \"abc\",\n \"Name\": \"abc\",\n \"Priority\": 0,\n \"Description\": \"abc\",\n \"UnitRuleTagList\": [\n {\n \"UnitRuleItemId\": \"abc\",\n \"Id\": \"abc\",\n \"TagType\": \"abc\",\n \"TagField\": \"abc\",\n \"TagOperator\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"ItemIndex\": 0,\n \"CreatedTime\": \"abc\",\n \"UpdatedTime\": \"abc\"\n }\n ],\n \"CreatedTime\": \"abc\",\n \"UpdatedTime\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
310
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUnitRuleWithDetailResp\n<公共请求参数>\n\n{\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"Name\": \"unit_provider\",\n \"UnitRuleItemList\": [\n {\n \"Relationship\": \"AND\",\n \"DestNamespaceId\": \"namespace-vk5blxnv\",\n \"DestNamespaceName\": \"heihuli-global_default\",\n \"Name\": \"Rule1\",\n \"Description\": \"this is desc\",\n \"UnitRuleTagList\": [\n {\n \"TagType\": \"U\",\n \"TagField\": \"user\",\n \"TagOperator\": \"IN\",\n \"TagValue\": \"1\"\n }\n ]\n }\n ]\n}",
311
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ef567ab9-7b1b-43d7-92bc-67399ad748e4\",\n \"Result\": {\n \"UpdatedTime\": null,\n \"CreatedTime\": null,\n \"Description\": null,\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"Id\": \"unit-rl-cgd3l6jo\",\n \"Name\": \"unit_provider\",\n \"Status\": \"disabled\",\n \"UnitRuleItemList\": [\n {\n \"UpdatedTime\": null,\n \"CreatedTime\": null,\n \"Description\": \"this is desc\",\n \"DestNamespaceId\": \"namespace-vk5blxnv\",\n \"DestNamespaceName\": \"heihuli-global_default\",\n \"Id\": \"unit-item-ghpuh9rn\",\n \"ItemIndex\": 1,\n \"Name\": \"Rule1\",\n \"Priority\": 0,\n \"Relationship\": \"AND\",\n \"UnitRuleId\": \"unit-rl-cgd3l6jo\",\n \"UnitRuleTagList\": [\n {\n \"Id\": \"unit-tag-vmhijoic\",\n \"TagField\": \"user\",\n \"TagOperator\": \"IN\",\n \"TagType\": \"U\",\n \"TagValue\": \"1\",\n \"UnitRuleItemId\": \"unit-item-ghpuh9rn\"\n }\n ]\n }\n ]\n }\n }\n}",
312
312
  "title": "创建单元化规则"
313
313
  }
314
314
  ],
@@ -323,8 +323,8 @@
323
323
  "DeleteApiRateLimitRule": [
324
324
  {
325
325
  "document": "删除单元化规则",
326
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteApiRateLimitRule\n<公共请求参数>\n\n{\n \"RuleId\": \"abc\"\n}",
327
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
326
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteApiRateLimitRule\n<公共请求参数>\n\n{\n \"RuleId\": \"rule-597fkjfv\"\n}",
327
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9e33031b-f8ec-4f98-b544-7d844814ef37\",\n \"Result\": true\n }\n}",
328
328
  "title": "删除单元化规则"
329
329
  }
330
330
  ],
@@ -483,8 +483,8 @@
483
483
  "DeleteUnitNamespaces": [
484
484
  {
485
485
  "document": "",
486
- "input": "https://tsf.tencentcloudapi.com/?Action=DeleteUnitNamespaces\n&GatewayInstanceId=gw-ins-afsfas\n&UnitNamespaceList.0=xxx\n&<公共请求参数>",
487
- "output": "{\n \"Response\": {\n \"RequestId\": \"5d996e5507e42d5970cd2e25ed5267a\",\n \"Result\": true\n }\n}",
486
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUnitNamespaces\n<公共请求参数>\n\n{\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"UnitNamespaceList\": [\n \"unit-ns-5mvrkoz2\"\n ]\n}",
487
+ "output": "{\n \"Response\": {\n \"RequestId\": \"dd7d9f37-3dce-4ef4-8eb4-d1137fe8a5b7\",\n \"Result\": true\n }\n}",
488
488
  "title": "删除单元化命名空间"
489
489
  }
490
490
  ],
@@ -523,44 +523,32 @@
523
523
  "DescribeApiGroup": [
524
524
  {
525
525
  "document": "",
526
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApiGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"grp-e42d597\"\n}",
527
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Status\": \"xx\",\n \"UpdatedTime\": \"xx\",\n \"AuthType\": \"secret\",\n \"Description\": \"xx\",\n \"BindedGatewayDeployGroups\": [\n {\n \"DeployGroupId\": \"grp-fdsfds\",\n \"ApplicationName\": \"xx\",\n \"GroupStatus\": \"drafted\",\n \"ClusterType\": \"xx\",\n \"DeployGroupName\": \"xx\",\n \"ApplicationType\": \"xx\",\n \"ApplicationId\": \"xx\"\n }\n ],\n \"GroupType\": \"ms\",\n \"AclMode\": \"xx\",\n \"ApiCount\": 0,\n \"GroupName\": \"xx\",\n \"GroupContext\": \"/xx\",\n \"CreatedTime\": \"xx\",\n \"GroupId\": \"grp-dasdasdas\"\n },\n \"RequestId\": \"5d996e05507e42d5970cd2e25ed5267a\"\n }\n}",
526
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApiGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"grp-ptrhio2l\"\n}",
527
+ "output": "{\n \"Response\": {\n \"RequestId\": \"32429659-3422-48be-aad2-93930c7abdaf\",\n \"Result\": {\n \"AclMode\": \"none\",\n \"ApiCount\": 4,\n \"AuthType\": \"none\",\n \"BindedGatewayDeployGroups\": [],\n \"CreatedTime\": \"2023-01-10 17:37:26\",\n \"Description\": \"\",\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"GatewayInstanceIdList\": null,\n \"GatewayInstanceType\": null,\n \"GroupContext\": \"/heihuli\",\n \"GroupId\": \"grp-ptrhio2l\",\n \"GroupName\": \"heihuli\",\n \"GroupType\": \"ms\",\n \"NamespaceNameKey\": null,\n \"NamespaceNameKeyPosition\": \"path\",\n \"ServiceNameKey\": null,\n \"ServiceNameKeyPosition\": \"path\",\n \"Status\": \"released\",\n \"UpdatedTime\": \"2023-01-10 22:09:34\"\n }\n }\n}",
528
528
  "title": "查询API分组"
529
529
  }
530
530
  ],
531
531
  "DescribeApiGroups": [
532
532
  {
533
533
  "document": "",
534
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApiGroups\n<公共请求参数>\n\n{\n \"Status\": \"字符串\",\n \"OrderBy\": \"字符串\",\n \"AuthType\": \"字符串\",\n \"OrderType\": \"1\",\n \"GroupType\": \"字符串\",\n \"Limit\": \"1\",\n \"GatewayInstanceId\": \"字符串\",\n \"SearchWord\": \"字符串\",\n \"Offset\": \"1\"\n}",
535
- "output": "{\n \"Response\": {\n \"RequestId\": \"685c0c8e-d107-44ed-bba0-723456e01783\",\n \"Result\": null\n }\n}",
536
- "title": "test"
537
- },
538
- {
539
- "document": "",
540
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApiGroups\n<公共请求参数>\n\n{\n \"Status\": \"字符串\",\n \"OrderBy\": \"字符串\",\n \"AuthType\": \"字符串\",\n \"OrderType\": \"1\",\n \"GroupType\": \"字符串\",\n \"Limit\": \"1\",\n \"GatewayInstanceId\": \"字符串\",\n \"SearchWord\": \"字符串\",\n \"Offset\": \"1\"\n}",
541
- "output": "{\n \"Response\": {\n \"RequestId\": \"a1deb916-ce41-4f0e-9307-deea50b14d44\",\n \"Result\": null\n }\n}",
542
- "title": "test1"
543
- },
544
- {
545
- "document": "",
546
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeApiGroups\n&Offset=0\n&Limit=20\n&<公共请求参数>",
547
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [\n {\n \"Status\": \"xx\",\n \"UpdatedTime\": \"xx\",\n \"AuthType\": \"xx\",\n \"Description\": \"xx\",\n \"BindedGatewayDeployGroups\": [\n {\n \"DeployGroupId\": \"xx\",\n \"ApplicationName\": \"xx\",\n \"GroupStatus\": \"xx\",\n \"ClusterType\": \"xx\",\n \"DeployGroupName\": \"xx\",\n \"ApplicationType\": \"xx\",\n \"ApplicationId\": \"xx\"\n }\n ],\n \"GroupType\": \"xx\",\n \"AclMode\": \"xx\",\n \"ApiCount\": 0,\n \"GroupName\": \"xx\",\n \"GroupContext\": \"xx\",\n \"CreatedTime\": \"xx\",\n \"GroupId\": \"xx\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"5d996e05507e42d5970cd2e25ed5267a\"\n }\n}",
534
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApiGroups\n<公共请求参数>\n\n{\n \"GatewayInstanceId\": \"gw-ins-szesmg28\"\n}",
535
+ "output": "{\n \"Response\": {\n \"RequestId\": \"db4da85c-a228-4dca-9326-460f19a689e6\",\n \"Result\": {\n \"Content\": [\n {\n \"AclMode\": \"none\",\n \"ApiCount\": 4,\n \"AuthType\": \"none\",\n \"BindedGatewayDeployGroups\": [\n {\n \"ApplicationId\": \"application-yq58wpey\",\n \"ApplicationName\": \"heihuli-gw\",\n \"ApplicationType\": \"V\",\n \"ClusterType\": \"V\",\n \"DeployGroupId\": \"group-ym9mqx2a\",\n \"DeployGroupName\": \"heihuli-zuul-unit\",\n \"GroupStatus\": null\n }\n ],\n \"CreatedTime\": \"2023-01-10 17:37:26\",\n \"Description\": \"\",\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"GatewayInstanceIdList\": null,\n \"GatewayInstanceType\": null,\n \"GroupContext\": \"/heihuli\",\n \"GroupId\": \"grp-ptrhio2l\",\n \"GroupName\": \"heihuli\",\n \"GroupType\": \"ms\",\n \"NamespaceNameKey\": null,\n \"NamespaceNameKeyPosition\": \"path\",\n \"ServiceNameKey\": null,\n \"ServiceNameKeyPosition\": \"path\",\n \"Status\": \"released\",\n \"UpdatedTime\": \"2023-01-10 22:09:34\"\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
548
536
  "title": "查询API 分组信息列表"
549
537
  }
550
538
  ],
551
539
  "DescribeApiRateLimitRules": [
552
540
  {
553
541
  "document": "",
554
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeApiRateLimitRules\n&ApiId=api-uk1098lc1\n&<公共请求参数>",
555
- "output": "{\n \"Response\": {\n \"Result\": [\n {\n \"UpdatedTime\": \"xx\",\n \"MaxQps\": 1,\n \"Description\": \"xx\",\n \"RuleId\": \"xx\",\n \"ApiId\": \"xx\",\n \"TsfRuleId\": \"xx\",\n \"UsableStatus\": \"enabled\",\n \"RuleName\": \"xx\",\n \"CreatedTime\": \"xx\",\n \"RuleContent\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
542
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApiRateLimitRules\n<公共请求参数>\n\n{\n \"ApiId\": \"api-9jw9mzhu\"\n}",
543
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5a2cc367-a74e-49c0-a5ac-52902aa67535\",\n \"Result\": [\n {\n \"ApiId\": \"api-9jw9mzhu\",\n \"CreatedTime\": \"2024-12-23 14:38:26\",\n \"Description\": null,\n \"MaxQps\": 10000,\n \"RuleContent\": null,\n \"RuleId\": \"rule-gtqzfihy\",\n \"RuleName\": \"gateway-proxy-rule_grp-ptrhio2l_api-9jw9mzhu\",\n \"TsfRuleId\": \"rate-ab423r9v\",\n \"UpdatedTime\": \"2024-12-23 14:38:26\",\n \"UsableStatus\": \"enabled\"\n }\n ]\n }\n}",
556
544
  "title": "查询API限流规则"
557
545
  }
558
546
  ],
559
547
  "DescribeApiUseDetail": [
560
548
  {
561
549
  "document": "",
562
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeApiUseDetail\n&ApiId=api-qabo8xyl\n&GatewayDeployGroupId=group-i54lzdrq\n&EndTime=2020-09-22 00:00:00\n&StartTime=2020-09-22 00:00:00\n&<公共请求参数>",
563
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TopStatusCode\": [\n {\n \"Count\": \"2000\",\n \"Ratio\": \"0.35565\",\n \"Name\": \"2xx\"\n }\n ],\n \"TopTimeCost\": [\n {\n \"Count\": \"xx\",\n \"Ratio\": \"xx\",\n \"Name\": \"xx\"\n }\n ],\n \"Quantile\": {\n \"NinthPositionValue\": \"12.13\",\n \"MinValue\": \"0.32\",\n \"MaxValue\": \"0.26\",\n \"FifthPositionValue\": \"1.32\"\n }\n },\n \"RequestId\": \"5d996e05507e42d5970cd2e25ed5267a\"\n }\n}",
550
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApiUseDetail\n<公共请求参数>\n\n{\n \"GatewayDeployGroupId\": \"group-yo476mrv\",\n \"ApiId\": \"api-megi25v8\",\n \"StartTime\": \"2024-12-16 14:52:28\",\n \"EndTime\": \"2024-12-23 14:52:28\"\n}",
551
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a3fbcf43-9d0e-4f29-b5c3-cd591ab0ad74\",\n \"Result\": {\n \"Quantile\": {\n \"FifthPositionValue\": \"18.70000\",\n \"MaxValue\": \"934.68000\",\n \"MinValue\": \"9.13000\",\n \"NinthPositionValue\": \"24.88900\"\n },\n \"TopStatusCode\": [\n {\n \"Count\": \"39788487\",\n \"Name\": \"2xx\",\n \"Ratio\": \"0.9999875593700789\"\n }\n ],\n \"TopTimeCost\": [\n {\n \"Count\": \"39741921\",\n \"Name\": \"0_100_ms\",\n \"Ratio\": \"0.9988172353844087\"\n },\n {\n \"Count\": \"36896\",\n \"Name\": \"100_200_ms\",\n \"Ratio\": \"9.27291881958679E-4\"\n },\n {\n \"Count\": \"9941\",\n \"Name\": \"200_500_ms\",\n \"Ratio\": \"2.498430344360155E-4\"\n },\n {\n \"Count\": \"224\",\n \"Name\": \"500_2000_ms\",\n \"Ratio\": \"5.629699196626845E-6\"\n },\n {\n \"Count\": \"0\",\n \"Name\": \"2000_ms\",\n \"Ratio\": \"0.0\"\n }\n ]\n }\n }\n}",
564
552
  "title": "查询网关API监控明细数据"
565
553
  }
566
554
  ],
@@ -608,7 +596,7 @@
608
596
  {
609
597
  "document": "",
610
598
  "input": "https://tsf.tencentcloudapi.com/?Action=DescribeBusinessLogConfig\r\n&ConfigId=apm-busi-log-cfg-qv3me6a7\r\n&<公共请求参数>",
611
- "output": "{\n \"Response\": {\n \"RequestId\": \"7a20c18e-c171-4f5a-ac94-71aa92035216\",\n \"Result\": {\n \"ConfigId\": \"apm-busi-log-cfg-qv3me6a7\",\n \"ConfigName\": \"default-log-config\",\n \"ConfigPath\": \"PH_STARTUP_PATH/logs/*.log\",\n \"ConfigDesc\": null,\n \"ConfigTags\": null,\n \"ConfigPipeline\": \"tsf-business-1259302344-qv3me6a7\",\n \"ConfigCreateTime\": null,\n \"ConfigUpdateTime\": null,\n \"ConfigSchema\": {\n \"SchemaType\": 0,\n \"SchemaContent\": null,\n \"SchemaDateFormat\": \"YYYY-MM-dd HH:mm:ss.SSS\",\n \"SchemaMultilinePattern\": \"^[0-9]{4}-[0-9]{2}-[0-9]{2}\",\n \"SchemaCreateTime\": \"2019-05-27 11:16:59\"\n },\n \"ConfigAssociatedGroups\": []\n }\n }\n}",
599
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7a20c18e-c171-4f5a-ac94-71aa92035216\",\n \"Result\": {\n \"ConfigId\": \"apm-busi-log-cfg-qv3me6a7\",\n \"ConfigName\": \"default-log-config\",\n \"ConfigPath\": \"PH_STARTUP_PATH/logs/*.log\",\n \"ConfigDesc\": null,\n \"ConfigTags\": null,\n \"ConfigPipeline\": \"tsf-business-1259302344-qv3me6a7\",\n \"ConfigCreateTime\": null,\n \"ConfigUpdateTime\": null,\n \"ConfigSchema\": {\n \"SchemaType\": 0,\n \"SchemaContent\": null,\n \"SchemaDateFormat\": \"YYYY-MM-dd HH:mm:ss.SSS\",\n \"SchemaMultilinePattern\": \"^[0-9]{4}-[0-9]{2}-[0-9]{2}\",\n \"SchemaCreateTime\": \"2019-05-27 11:16:59\",\n \"SchemaPatternLayout\": null\n },\n \"ConfigAssociatedGroups\": []\n }\n }\n}",
612
600
  "title": "查询业务日志配置项信息"
613
601
  }
614
602
  ],
@@ -671,8 +659,8 @@
671
659
  "DescribeConfigTemplate": [
672
660
  {
673
661
  "document": "",
674
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigTemplate\n<公共请求参数>\n\n{\n \"ConfigTemplateId\": \"abc\"\n}",
675
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ConfigTemplateId\": \"abc\",\n \"ConfigTemplateName\": \"abc\",\n \"ConfigTemplateDesc\": \"abc\",\n \"ConfigTemplateType\": \"abc\",\n \"ConfigTemplateValue\": \"abc\",\n \"CreateTime\": \"abc\",\n \"UpdateTime\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
662
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigTemplate\n<公共请求参数>\n\n{\n \"ConfigTemplateId\": \"dcfg_temp-vwkjqd6v\"\n}",
663
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3a358065-d0c6-401b-8bc5-a38ebccac39e\",\n \"Result\": {\n \"ConfigTemplateDesc\": \"\",\n \"ConfigTemplateId\": \"dcfg_temp-vwkjqd6v\",\n \"ConfigTemplateName\": \"garden-test\",\n \"ConfigTemplateType\": \"Ribbon\",\n \"ConfigTemplateValue\": \"#请求处理超时时间\\nribbon.ReadTimeout: 5000\\n#请求连接超时时间\\nribbon.ConnectTimeout: 2000\\n#同一实例最大重试次数,不包括首次调用\\nribbon.MaxAutoRetries: 0\\n#重试其他实例的最大重试次数,不包括首次所选的server\\nribbon.MaxAutoRetriesNextServer: 1\\n#是否对所有操作请求都进行重试\\nribbon.OkToRetryOnAllOperations: false\\n\",\n \"CreateTime\": \"2022-08-23 15:44:11\",\n \"UpdateTime\": null\n }\n }\n}",
676
664
  "title": "导入配置模板"
677
665
  }
678
666
  ],
@@ -696,7 +684,7 @@
696
684
  {
697
685
  "document": "",
698
686
  "input": "https://tsf.tencentcloudapi.com/?Action=DescribeContainerGroupAttribute\n&GroupId=group-gvkwqkjv\n&<公共请求参数>",
699
- "output": "{\n \"Response\": {\n \"RequestId\": \"54deaac8-aba2-4db4-b092-ecc3f6e21755\",\n \"Result\": {\n \"InstanceNum\": 1,\n \"Envs\": [],\n \"CurrentNum\": 0,\n \"Message\": \"\",\n \"NodePort\": null,\n \"ClusterIp\": \"10.19.255.46\",\n \"LbIp\": \"\",\n \"Status\": \"Waiting\"\n }\n }\n}",
687
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"InstanceNum\": 0,\n \"CurrentNum\": 0,\n \"LbDns\": \"abc\",\n \"LbIp\": \"abc\",\n \"ClusterIp\": \"abc\",\n \"Status\": \"abc\",\n \"Message\": \"abc\",\n \"Envs\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\",\n \"ValueFrom\": {\n \"FieldRef\": {\n \"FieldPath\": \"abc\"\n },\n \"ResourceFieldRef\": {\n \"Resource\": \"abc\"\n }\n }\n }\n ],\n \"NodePort\": 1,\n \"SubnetId\": \"abc\",\n \"HealthCheckSettings\": {\n \"LivenessProbe\": {\n \"ActionType\": \"abc\",\n \"InitialDelaySeconds\": 1,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"abc\",\n \"Port\": 1,\n \"Path\": \"abc\",\n \"Command\": [\n \"abc\"\n ],\n \"Type\": \"abc\"\n },\n \"ReadinessProbe\": {\n \"ActionType\": \"abc\",\n \"InitialDelaySeconds\": 1,\n \"TimeoutSeconds\": 1,\n \"PeriodSeconds\": 1,\n \"SuccessThreshold\": 1,\n \"FailureThreshold\": 1,\n \"Scheme\": \"abc\",\n \"Port\": 1,\n \"Path\": \"abc\",\n \"Command\": [\n \"abc\"\n ],\n \"Type\": \"abc\"\n }\n },\n \"IsNotEqualServiceConfig\": true\n },\n \"RequestId\": \"abc\"\n }\n}",
700
688
  "title": "部署组列表"
701
689
  }
702
690
  ],
@@ -727,8 +715,8 @@
727
715
  "DescribeCreateGatewayApiStatus": [
728
716
  {
729
717
  "document": "",
730
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeCreateGatewayApiStatus\n&GroupId=grp-70cd2e25\n&MicroserviceId=test\n&<公共请求参数>",
731
- "output": "{\n \"Response\": {\n \"RequestId\": \"5d996e5507e42d5970cd2e25ed5267a\",\n \"Result\": true\n }\n}",
718
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCreateGatewayApiStatus\n<公共请求参数>\n\n{\n \"GroupId\": \"grp-nb08ur29\",\n \"MicroserviceId\": \"ms-a78gk87b\"\n}",
719
+ "output": "{\n \"Response\": {\n \"RequestId\": \"44466474-1d8c-4157-8448-c7f1fbb22599\",\n \"Result\": true\n }\n}",
732
720
  "title": "DescribeCreateGatewayApiStatus"
733
721
  }
734
722
  ],
@@ -767,8 +755,8 @@
767
755
  "DescribeEnabledUnitRule": [
768
756
  {
769
757
  "document": "",
770
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeEnabledUnitRule\n&GatewayInstanceId=gw-ins-afsfas\n&<公共请求参数>",
771
- "output": "{\n \"Response\": {\n \"RequestId\": \"efa09114-e0c3-43ec-8347-5f4454696c61\",\n \"Result\": {\n \"Id\": \"rule-xxxxxxx\",\n \"GatewayInstanceId\": \"test\",\n \"Name\": null,\n \"Status\": \"enabled\"\n }\n }\n}",
758
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnabledUnitRule\n<公共请求参数>\n\n{\n \"GatewayInstanceId\": \"gw-ins-szesmg28\"\n}",
759
+ "output": "{\n \"Response\": {\n \"RequestId\": \"480c7535-a008-4851-8a36-2d921893ea1e\",\n \"Result\": {\n \"CreatedTime\": \"2023-01-17 11:41:36\",\n \"Description\": \"sssase\",\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"Id\": \"unit-rl-2kdqa2my\",\n \"Name\": \"test\",\n \"Status\": \"enabled\",\n \"UnitRuleItemList\": [\n {\n \"CreatedTime\": \"2023-02-10 16:36:12\",\n \"Description\": \"gsshhshs\",\n \"DestNamespaceId\": \"namespace-vk5blxnv\",\n \"DestNamespaceName\": \"heihuli-global_default\",\n \"Id\": \"unit-item-04futugp\",\n \"ItemIndex\": 1,\n \"Name\": \"Rule1\",\n \"Priority\": 0,\n \"Relationship\": \"AND\",\n \"UnitRuleId\": \"unit-rl-2kdqa2my\",\n \"UnitRuleTagList\": [\n {\n \"Id\": \"unit-tag-s2v06uy5\",\n \"TagField\": \"test\",\n \"TagOperator\": \"IN\",\n \"TagType\": \"U\",\n \"TagValue\": \"test222\",\n \"UnitRuleItemId\": \"unit-item-04futugp\"\n }\n ],\n \"UpdatedTime\": \"2023-02-10 16:36:12\"\n }\n ],\n \"UpdatedTime\": \"2023-02-23 17:42:23\"\n }\n }\n}",
772
760
  "title": "查询生效的单元化规则"
773
761
  }
774
762
  ],
@@ -791,32 +779,32 @@
791
779
  "DescribeFlowLastBatchState": [
792
780
  {
793
781
  "document": "查询工作流最近一次执行状态",
794
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeFlowLastBatchState\n&FlowId=flow-qov7j8ky\n&Offset=0\n&Limit=10\n&<公共请求参数>",
795
- "output": "{\n \"Response\": {\n \"RequestId\": \"6281ddf9-1914-420b-afb8-93735ac3270a\",\n \"Result\": {\n \"FlowBatchId\": \"fbatch-2niomsd\",\n \"State\": \"SUCCESS\"\n }\n }\n}",
782
+ "input": "https://tsf.tencentcloudapi.com/?Action=DescribeFlowLastBatchState\n&FlowId=flow-qov7j8ky\n&<公共请求参数>",
783
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6281ddf9-1914-420b-afb8-93735ac3270a\",\n \"Result\": {\n \"FlowBatchId\": \"fbatch-2niomsd\",\n \"FlowBatchLogId\": \"fblog-qov7j8ky\",\n \"State\": \"SUCCESS\"\n }\n }\n}",
796
784
  "title": "查询工作流最近一次执行状态"
797
785
  }
798
786
  ],
799
787
  "DescribeGatewayAllGroupApis": [
800
788
  {
801
789
  "document": "",
802
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGatewayAllGroupApis\n&GatewayDeployGroupId=group-zbyxk4aa\n&<公共请求参数>",
803
- "output": "{\n \"Response\": {\n \"RequestId\": \"0a1c8ed2-7a69-4a12-87f0-a6ca4b6419f8\",\n \"Result\": {\n \"GatewayDeployGroupId\": \"group-zbyxk4aa\",\n \"GatewayDeployGroupName\": \"sean-test\",\n \"GroupNum\": 1,\n \"Groups\": [\n {\n \"GroupId\": \"grp-aocm2u1n\",\n \"GroupName\": \"test\",\n \"GroupApiCount\": 3,\n \"GroupApis\": [\n {\n \"ApiId\": \"api-3bpjclfs\",\n \"Path\": \"/v1/user/{userId}\",\n \"Method\": \"POST\",\n \"MicroserviceName\": \"provider-demo\",\n \"NamespaceName\": \"test-ns2\"\n },\n {\n \"ApiId\": \"api-5lf5r4i3\",\n \"Path\": \"/v1/user/create/user\",\n \"Method\": \"POST\",\n \"MicroserviceName\": \"provider-demo\",\n \"NamespaceName\": \"test-ns\"\n },\n {\n \"ApiId\": \"api-3e1583de\",\n \"Path\": \"/echo/{param}\",\n \"Method\": \"GET\",\n \"MicroserviceName\": \"provider-demo\",\n \"NamespaceName\": \"test-ns\"\n }\n ]\n }\n ]\n }\n }\n}",
790
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatewayAllGroupApis\n<公共请求参数>\n\n{\n \"GatewayDeployGroupId\": \"group-yd3b588a\",\n \"SearchWord\": \"default\"\n}",
791
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8d5aacf5-0ad5-40ed-85ca-d7ef71c85c57\",\n \"Result\": {\n \"GatewayDeployGroupId\": \"group-yd3b588a\",\n \"GatewayDeployGroupName\": \"group-zuul-1\",\n \"GroupNum\": 1,\n \"Groups\": [\n {\n \"GatewayInstanceId\": \"gw-ins-b09khqjq\",\n \"GatewayInstanceType\": \"none\",\n \"GroupApiCount\": 2,\n \"GroupApis\": [\n {\n \"ApiId\": \"api-0i1r0zuh\",\n \"Method\": \"GET\",\n \"MicroserviceName\": \"provider-demo\",\n \"NamespaceName\": \"ns_default\",\n \"Path\": \"/checkToken\"\n },\n {\n \"ApiId\": \"api-m0csucjn\",\n \"Method\": \"GET\",\n \"MicroserviceName\": \"provider-demo\",\n \"NamespaceName\": \"ns_default\",\n \"Path\": \"/swagger/getMessageDetail\"\n }\n ],\n \"GroupId\": \"grp-nb08ur29\",\n \"GroupName\": \"grp_app\"\n }\n ]\n }\n }\n}",
804
792
  "title": "查询网关下分组和API"
805
793
  }
806
794
  ],
807
795
  "DescribeGatewayApis": [
808
796
  {
809
797
  "document": "",
810
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGatewayApis\n&GroupId=grp-5yk7oor1\n&GatewayDeployGroupId=group-e42d597\n&Offset=0\n&Limit=10\n&<公共请求参数>",
811
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"ApiId\": \"abc\",\n \"NamespaceId\": \"abc\",\n \"NamespaceName\": \"abc\",\n \"MicroserviceId\": \"abc\",\n \"MicroserviceName\": \"abc\",\n \"Path\": \"abc\",\n \"PathMapping\": \"abc\",\n \"Method\": \"abc\",\n \"GroupId\": \"abc\",\n \"UsableStatus\": \"abc\",\n \"ReleaseStatus\": \"abc\",\n \"RateLimitStatus\": \"abc\",\n \"MockStatus\": \"abc\",\n \"CreatedTime\": \"abc\",\n \"UpdatedTime\": \"abc\",\n \"ReleasedTime\": \"abc\",\n \"GroupName\": \"abc\",\n \"Timeout\": 0,\n \"Host\": \"abc\",\n \"ApiType\": \"abc\",\n \"Description\": \"abc\",\n \"ApiMatchType\": \"abc\",\n \"RpcExt\": \"abc\",\n \"GatewayDeployGroupId\": \"abc\",\n \"Md5\": \"abc\",\n \"RpcType\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
798
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatewayApis\n<公共请求参数>\n\n{\n \"GroupId\": \"grp-nb08ur29\",\n \"SearchWord\": \"/swagger\",\n \"Offset\": 0,\n \"Limit\": 5,\n \"GatewayDeployGroupId\": \"group-yd3b588a\",\n \"ReleaseStatus\": \"released\"\n}",
799
+ "output": "{\n \"Response\": {\n \"RequestId\": \"223e1309-700b-47be-bbc6-cddcc510ece4\",\n \"Result\": {\n \"Content\": [\n {\n \"ApiId\": \"api-1eqe6556\",\n \"ApiMatchType\": \"normal\",\n \"ApiType\": \"ms\",\n \"CreatedTime\": \"2024-12-23 01:29:41\",\n \"Description\": null,\n \"GatewayDeployGroupId\": null,\n \"GroupId\": \"grp-nb08ur29\",\n \"GroupName\": null,\n \"Host\": null,\n \"Md5\": \"c35e5178b28d1844054982d61481912e\",\n \"Method\": \"GET\",\n \"MicroserviceId\": \"ms-ba2jlxvk\",\n \"MicroserviceName\": \"provider-demo\",\n \"MockStatus\": \"disabled\",\n \"NamespaceId\": \"namespace-qab7bq9v\",\n \"NamespaceName\": \"shedfree_default\",\n \"Path\": \"/swagger/getMessageBoxAddress\",\n \"PathMapping\": null,\n \"RateLimitStatus\": null,\n \"ReleaseStatus\": \"released\",\n \"ReleasedTime\": null,\n \"RpcExt\": null,\n \"RpcType\": \"http\",\n \"Timeout\": null,\n \"UpdatedTime\": \"2024-12-23 01:30:03\",\n \"UsableStatus\": \"enabled\"\n }\n ],\n \"TotalCount\": 7\n }\n }\n}",
812
800
  "title": "查询API分组下的Api列表信息"
813
801
  }
814
802
  ],
815
803
  "DescribeGatewayMonitorOverview": [
816
804
  {
817
805
  "document": "",
818
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGatewayMonitorOverview\n&GatewayDeployGroupId=group-spzs5mv5\n&<公共请求参数>",
819
- "output": "{\n \"Response\": {\n \"RequestId\": \"5d996e05507e42d5970cd2e25ed5267a\",\n \"Result\": {\n \"InvocationCountOfDay\": \"1213\",\n \"InvocationCount\": \"10987\",\n \"ErrorCountOfDay\": \"123\",\n \"ErrorCount\": \"8990\",\n \"SuccessRatioOfDay\": \"0.18671\",\n \"SuccessRatio\": \"0.35829\"\n }\n }\n}",
806
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatewayMonitorOverview\n<公共请求参数>\n\n{\n \"GatewayDeployGroupId\": \"group-yd3b588a\"\n}",
807
+ "output": "{\n \"Response\": {\n \"RequestId\": \"12520484-ddf5-4876-9550-142f7e6fafa3\",\n \"Result\": {\n \"ErrorCount\": \"292635\",\n \"ErrorCountOfDay\": \"292635\",\n \"InvocationCount\": \"13412691\",\n \"InvocationCountOfDay\": \"13412691\",\n \"SuccessRatio\": \"0.97818\",\n \"SuccessRatioOfDay\": \"0.97818\"\n }\n }\n}",
820
808
  "title": "查询网关监控概览"
821
809
  }
822
810
  ],
@@ -832,15 +820,15 @@
832
820
  {
833
821
  "document": "",
834
822
  "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroupAttribute\r\n&GroupId=group-byxke4al\r\n&<公共请求参数>",
835
- "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 }\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 \"IsNotEqualServiceConfig\": false\n }\n }\n}",
836
824
  "title": "获取部署组其他属性"
837
825
  }
838
826
  ],
839
827
  "DescribeGroupBindedGateways": [
840
828
  {
841
829
  "document": "",
842
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroupBindedGateways\n&GroupId=group-s7j2sk4\n&Offset=0\n&Limit=10\n&<公共请求参数>",
843
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [\n {\n \"DeployGroupId\": \"xx\",\n \"ApplicationName\": \"xx\",\n \"GroupStatus\": \"xx\",\n \"ClusterType\": \"xx\",\n \"DeployGroupName\": \"xx\",\n \"ApplicationType\": \"xx\",\n \"ApplicationId\": \"xx\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"xx\"\n }\n}",
830
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupBindedGateways\n<公共请求参数>\n\n{\n \"GroupId\": \"grp-nb08ur29\",\n \"SearchWord\": \"zuul\",\n \"Offset\": 0,\n \"Limit\": 5\n}",
831
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f5e456a5-94c9-46d3-96ab-27dd24948da5\",\n \"Result\": {\n \"Content\": [\n {\n \"ApplicationId\": \"application-ydopqnxa\",\n \"ApplicationName\": \"shedfree-gw\",\n \"ApplicationType\": \"V\",\n \"ClusterType\": \"V\",\n \"DeployGroupId\": \"group-yd3b588a\",\n \"DeployGroupName\": \"shed-zuul-1\",\n \"GroupStatus\": \"Running\"\n },\n {\n \"ApplicationId\": \"application-ydopqnxa\",\n \"ApplicationName\": \"shedfree-gw\",\n \"ApplicationType\": \"V\",\n \"ClusterType\": \"V\",\n \"DeployGroupId\": \"group-yq9d6wev\",\n \"DeployGroupName\": \"shed-zuul-3\",\n \"GroupStatus\": \"Running\"\n },\n {\n \"ApplicationId\": \"application-ydopqnxa\",\n \"ApplicationName\": \"shedfree-gw\",\n \"ApplicationType\": \"V\",\n \"ClusterType\": \"V\",\n \"DeployGroupId\": \"group-yx87px4a\",\n \"DeployGroupName\": \"shed-zuul-2\",\n \"GroupStatus\": \"Running\"\n }\n ],\n \"TotalCount\": 3\n }\n }\n}",
844
832
  "title": "查询某个API分组已绑定的网关部署组信息列表"
845
833
  }
846
834
  ],
@@ -848,23 +836,23 @@
848
836
  {
849
837
  "document": "",
850
838
  "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroupBusinessLogConfigs\r\n&GroupId=group-maeqzl3a\r\n&<公共请求参数>",
851
- "output": "{\n \"Response\": {\n \"RequestId\": \"cf6380d3-07c5-4607-babc-2490d3550bde\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"ConfigId\": \"apm-busi-log-cfg-5yrdr8vj\",\n \"ConfigName\": \"big-data-service\",\n \"ConfigPath\": \"/tsf-iov-logs/big-data-service/root.log\",\n \"ConfigDesc\": \"\",\n \"ConfigTags\": null,\n \"ConfigPipeline\": \"tsf-business-1254959430-5yrdr8vj\",\n \"ConfigCreateTime\": \"2019-03-15 18:57:17\",\n \"ConfigUpdateTime\": \"2019-03-15 18:57:17\",\n \"ConfigSchema\": {\n \"SchemaType\": 0,\n \"SchemaContent\": null,\n \"SchemaDateFormat\": \"YYYY-MM-dd HH:mm:ss.SSS\",\n \"SchemaMultilinePattern\": \"^[0-9]{4}-[0-9]{2}-[0-9]{2}\",\n \"SchemaCreateTime\": \"2019-03-15 18:57:17\"\n },\n \"ConfigAssociatedGroups\": null\n }\n ]\n }\n }\n}",
839
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cf6380d3-07c5-4607-babc-2490d3550bde\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"ConfigId\": \"apm-busi-log-cfg-5yrdr8vj\",\n \"ConfigName\": \"big-data-service\",\n \"ConfigPath\": \"/tsf-iov-logs/big-data-service/root.log\",\n \"ConfigDesc\": \"\",\n \"ConfigTags\": null,\n \"ConfigPipeline\": \"tsf-business-1254959430-5yrdr8vj\",\n \"ConfigCreateTime\": \"2019-03-15 18:57:17\",\n \"ConfigUpdateTime\": \"2019-03-15 18:57:17\",\n \"ConfigSchema\": {\n \"SchemaType\": 0,\n \"SchemaContent\": null,\n \"SchemaDateFormat\": \"YYYY-MM-dd HH:mm:ss.SSS\",\n \"SchemaMultilinePattern\": \"^[0-9]{4}-[0-9]{2}-[0-9]{2}\",\n \"SchemaCreateTime\": \"2019-03-15 18:57:17\",\n \"SchemaPatternLayout\": null\n },\n \"ConfigAssociatedGroups\": null\n }\n ]\n }\n }\n}",
852
840
  "title": "查询分组关联日志配置项列表"
853
841
  }
854
842
  ],
855
843
  "DescribeGroupGateways": [
856
844
  {
857
845
  "document": "",
858
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroupGateways\n&Offset=0\n&Limit=20\n&GatewayDeployGroupId=group-fdsfdsfds\n&<公共请求参数>",
859
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [\n {\n \"Status\": \"drafted\",\n \"UpdatedTime\": \"2019-06-20 15:51:28\",\n \"AuthType\": \"none\",\n \"Description\": \"xx\",\n \"BindedGatewayDeployGroups\": [\n {\n \"DeployGroupId\": \"xx\",\n \"ApplicationName\": \"xx\",\n \"GroupStatus\": \"xx\",\n \"ClusterType\": \"xx\",\n \"DeployGroupName\": \"xx\",\n \"ApplicationType\": \"xx\",\n \"ApplicationId\": \"xx\"\n }\n ],\n \"GroupType\": \"ms\",\n \"AclMode\": \"xx\",\n \"ApiCount\": 0,\n \"GroupName\": \"xx\",\n \"GroupContext\": \"/xx\",\n \"CreatedTime\": \"2019-06-20 15:51:28\",\n \"GroupId\": \"grp-e42d597\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"xx\"\n }\n}",
846
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupGateways\n<公共请求参数>\n\n{\n \"GatewayDeployGroupId\": \"group-yd3b588a\",\n \"SearchWord\": \"grpName\",\n \"Offset\": 0,\n \"Limit\": 5\n}",
847
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c52f74e0-ed84-40b2-a57c-6489bd4eb700\",\n \"Result\": {\n \"Content\": [\n {\n \"AclMode\": null,\n \"ApiCount\": 0,\n \"AuthType\": null,\n \"BindedGatewayDeployGroups\": [],\n \"CreatedTime\": null,\n \"Description\": null,\n \"GatewayInstanceId\": null,\n \"GatewayInstanceIdList\": null,\n \"GatewayInstanceType\": null,\n \"GroupContext\": null,\n \"GroupId\": \"non-tsf-gateway-group\",\n \"GroupName\": \"本地配置API\",\n \"GroupType\": null,\n \"NamespaceNameKey\": null,\n \"NamespaceNameKeyPosition\": \"path\",\n \"ServiceNameKey\": null,\n \"ServiceNameKeyPosition\": \"path\",\n \"Status\": null,\n \"UpdatedTime\": null\n },\n {\n \"AclMode\": \"none\",\n \"ApiCount\": 15,\n \"AuthType\": \"none\",\n \"BindedGatewayDeployGroups\": [],\n \"CreatedTime\": \"2024-12-23 01:29:13\",\n \"Description\": \"\",\n \"GatewayInstanceId\": \"gw-ins-b09khqjq\",\n \"GatewayInstanceIdList\": null,\n \"GatewayInstanceType\": \"none\",\n \"GroupContext\": \"/ctx\",\n \"GroupId\": \"grp-nb08ur29\",\n \"GroupName\": \"grpName\",\n \"GroupType\": \"ms\",\n \"NamespaceNameKey\": null,\n \"NamespaceNameKeyPosition\": \"path\",\n \"ServiceNameKey\": null,\n \"ServiceNameKeyPosition\": \"path\",\n \"Status\": \"released\",\n \"UpdatedTime\": \"2024-12-23 01:30:03\"\n }\n ],\n \"TotalCount\": 2\n }\n }\n}",
860
848
  "title": "查询某个网关绑定的API 分组信息列表"
861
849
  }
862
850
  ],
863
851
  "DescribeGroupInstances": [
864
852
  {
865
- "document": "",
866
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroupInstances\r\n&GroupId=group-xxxxxxx\r\n&Offset=0\r\n&Limit=20\r\n&<公共请求参数>",
867
- "output": "{\n \"Response\": {\n \"RequestId\": \"26528f55-0b7e-4f9c-a122-974fbccd2ab3\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"InstanceId\": \"ins-xxxxxxx\",\n \"InstanceName\": \"test\",\n \"LanIp\": \"10.3.0.9\",\n \"WanIp\": \"\",\n \"NamespaceId\": \"cluster-xxxxxxx\",\n \"UpdateTime\": null,\n \"InstanceDesc\": null,\n \"ClusterId\": null,\n \"ClusterName\": null,\n \"InstanceStatus\": \"Running\",\n \"InstanceAvailableStatus\": \"Running\",\n \"ServiceInstanceStatus\": \"Running\",\n \"ServiceSidecarStatus\": \"UnSupported\",\n \"OperationState\": 0,\n \"CountInTsf\": null,\n \"GroupId\": \"group-ov6wl65y\",\n \"GroupName\": null,\n \"ApplicationId\": null,\n \"ApplicationName\": null,\n \"InstanceCreatedTime\": null,\n \"InstanceExpiredTime\": null,\n \"InstanceChargeType\": null,\n \"InstanceTotalCpu\": null,\n \"InstanceTotalMem\": null,\n \"InstanceUsedCpu\": null,\n \"InstanceUsedMem\": null,\n \"InstanceLimitCpu\": null,\n \"InstanceLimitMem\": null,\n \"InstancePkgVersion\": \"20190527183200\",\n \"ClusterType\": null,\n \"InstanceZoneId\": null,\n \"RestrictState\": null,\n \"InstanceImportMode\": \"R\",\n \"ApplicationType\": null\n }\n ]\n }\n }\n}",
853
+ "document": "查询虚拟机部署组云主机列表",
854
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupInstances\n<公共请求参数>\n\n{\n \"GroupId\": \"group-v6743bka\"\n}",
855
+ "output": "{\n \"Response\": {\n \"RequestId\": \"57578845-90a3-4f98-b166-a1822f3a7223\",\n \"Result\": {\n \"Content\": [\n {\n \"AgentVersion\": \"1.44.0\",\n \"ApplicationId\": null,\n \"ApplicationName\": null,\n \"ApplicationResourceType\": null,\n \"ApplicationType\": null,\n \"ClusterId\": \"cluster-y4rb3qja\",\n \"ClusterName\": null,\n \"ClusterType\": null,\n \"CountInTsf\": null,\n \"GroupId\": \"group-v6743bka\",\n \"GroupName\": null,\n \"InstanceAvailableStatus\": \"Running\",\n \"InstanceChargeType\": null,\n \"InstanceCreatedTime\": null,\n \"InstanceDesc\": null,\n \"InstanceExpiredTime\": null,\n \"InstanceId\": \"ins-660yl495\",\n \"InstanceImportMode\": \"M\",\n \"InstanceLimitCpu\": null,\n \"InstanceLimitMem\": null,\n \"InstanceName\": \"pepyzhang-Mesh升级测试1-勿删\",\n \"InstancePkgVersion\": \"20210826163718\",\n \"InstanceStatus\": \"Running\",\n \"InstanceTotalCpu\": null,\n \"InstanceTotalMem\": null,\n \"InstanceUsedCpu\": null,\n \"InstanceUsedMem\": null,\n \"InstanceZoneId\": null,\n \"LanIp\": \"10.0.1.16\",\n \"NamespaceId\": null,\n \"NamespaceName\": null,\n \"NodeInstanceId\": null,\n \"OperationState\": 0,\n \"Reason\": \"请启用健康检查,以便更精确地反映应用运行状态\",\n \"RestrictState\": null,\n \"ServiceInstanceStatus\": \"Running\",\n \"ServiceSidecarStatus\": \"Running\",\n \"UpdateTime\": null,\n \"WanIp\": \"121.4.178.105\"\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
868
856
  "title": "查询虚拟机部署组云主机列表"
869
857
  }
870
858
  ],
@@ -879,8 +867,8 @@
879
867
  "DescribeGroupUseDetail": [
880
868
  {
881
869
  "document": "",
882
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroupUseDetail\n&Count=10\n&GroupId=group-i54lzdrq\n&EndTime=2020-09-22 00:00:00\n&StartTime=2020-09-22 00:00:00\n&GatewayDeployGroupId=group-dasdas\n&<公共请求参数>",
883
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TopReqAmount\": [\n {\n \"ApiPath\": \"/v1/user/{userId}\",\n \"ServiceName\": \"provider-demo\",\n \"ApiId\": \"xx\",\n \"Value\": \"16000\"\n }\n ],\n \"TopFailureRate\": [\n {\n \"ApiPath\": \"/v1/user/{userId}\",\n \"ServiceName\": \"provider-demo\",\n \"ApiId\": \"xx\",\n \"Value\": \"0.80000\"\n }\n ],\n \"TopAvgTimeCost\": [\n {\n \"ApiPath\": \"/v1/user/{userId}\",\n \"ServiceName\": \"provider-demo\",\n \"ApiId\": \"xx\",\n \"Value\": \"0.23265\"\n }\n ]\n },\n \"RequestId\": \"5d996e05507e42d5970cd2e25ed5267a\"\n }\n}",
870
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupUseDetail\n<公共请求参数>\n\n{\n \"GatewayDeployGroupId\": \"group-yd3b588a\",\n \"GroupId\": \"grp-nb08ur29\",\n \"StartTime\": \"2024-12-16 16:36:40\",\n \"EndTime\": \"2024-12-23 16:36:40\",\n \"Count\": 10\n}",
871
+ "output": "{\n \"Response\": {\n \"RequestId\": \"76917645-69a0-4692-9555-75e8da464914\",\n \"Result\": {\n \"TopAvgTimeCost\": [\n {\n \"ApiId\": \"api-dtbc5cf0\",\n \"ApiPath\": \"/echo/{param}\",\n \"ServiceName\": \"provider-demo\",\n \"Value\": \"12.22782\"\n }\n ],\n \"TopFailureRate\": [\n {\n \"ApiId\": \"api-dtbc5cf0\",\n \"ApiPath\": \"/echo/{param}\",\n \"ServiceName\": \"provider-demo\",\n \"Value\": \"0.02182\"\n }\n ],\n \"TopReqAmount\": [\n {\n \"ApiId\": \"api-dtbc5cf0\",\n \"ApiPath\": \"/echo/{param}\",\n \"ServiceName\": \"provider-demo\",\n \"Value\": \"1.3412689E7\"\n }\n ]\n }\n }\n}",
884
872
  "title": "查询网关分组监控明细数据"
885
873
  }
886
874
  ],
@@ -895,8 +883,8 @@
895
883
  "DescribeGroupsWithPlugin": [
896
884
  {
897
885
  "document": "",
898
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeGroupsWithPlugin\n&PluginId=pgn-33pk2soi\n&GatewayInstanceId=gw-ins-33pk2soi\n&Bound=false\n&Offset=0\n&Limit=10\n&<公共请求参数>",
899
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"GroupId\": \"abc\",\n \"GroupName\": \"abc\",\n \"GroupContext\": \"abc\",\n \"AuthType\": \"abc\",\n \"Status\": \"abc\",\n \"CreatedTime\": \"abc\",\n \"UpdatedTime\": \"abc\",\n \"BindedGatewayDeployGroups\": [\n {\n \"DeployGroupId\": \"abc\",\n \"DeployGroupName\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"ApplicationType\": \"abc\",\n \"GroupStatus\": \"abc\",\n \"ClusterType\": \"abc\"\n }\n ],\n \"ApiCount\": 0,\n \"AclMode\": \"abc\",\n \"Description\": \"abc\",\n \"GroupType\": \"abc\",\n \"GatewayInstanceType\": \"abc\",\n \"GatewayInstanceId\": \"abc\",\n \"NamespaceNameKey\": \"abc\",\n \"ServiceNameKey\": \"abc\",\n \"NamespaceNameKeyPosition\": \"abc\",\n \"ServiceNameKeyPosition\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
886
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroupsWithPlugin\n<公共请求参数>\n\n{\n \"PluginId\": \"pgn-iuyb0s7c\",\n \"Bound\": true,\n \"SearchWord\": \"/grpCtx\",\n \"Offset\": 0,\n \"Limit\": 5,\n \"GatewayInstanceId\": \"gw-ins-4qvyt5dc\"\n}",
887
+ "output": "{\n \"Response\": {\n \"RequestId\": \"665d9f05-3e80-464f-beb0-64345fe5c61e\",\n \"Result\": {\n \"Content\": [\n {\n \"AclMode\": \"none\",\n \"ApiCount\": 0,\n \"AuthType\": \"secret\",\n \"BindedGatewayDeployGroups\": [],\n \"CreatedTime\": \"2024-11-04 14:21:53\",\n \"Description\": \"\",\n \"GatewayInstanceId\": \"gw-ins-4qvyt5dc\",\n \"GatewayInstanceIdList\": null,\n \"GatewayInstanceType\": null,\n \"GroupContext\": \"/grpCtx\",\n \"GroupId\": \"grp-v446jrhc\",\n \"GroupName\": \"grpName\",\n \"GroupType\": \"ms\",\n \"NamespaceNameKey\": null,\n \"NamespaceNameKeyPosition\": \"path\",\n \"ServiceNameKey\": null,\n \"ServiceNameKeyPosition\": \"path\",\n \"Status\": \"drafted\",\n \"UpdatedTime\": \"2024-11-04 14:24:41\"\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
900
888
  "title": "查询插件未绑定的分组列表"
901
889
  }
902
890
  ],
@@ -975,24 +963,24 @@
975
963
  "DescribeLaneRules": [
976
964
  {
977
965
  "document": "",
978
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeLaneRules\n&Limit=0\n&Offset=10\n&<公共请求参数>",
979
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"RuleId\": \"abc\",\n \"RuleName\": \"abc\",\n \"Priority\": 0,\n \"Remark\": \"abc\",\n \"RuleTagList\": [\n {\n \"TagId\": \"abc\",\n \"TagName\": \"abc\",\n \"TagOperator\": \"abc\",\n \"TagValue\": \"abc\",\n \"LaneRuleId\": \"abc\",\n \"CreateTime\": 0,\n \"UpdateTime\": 0\n }\n ],\n \"RuleTagRelationship\": \"abc\",\n \"LaneId\": \"abc\",\n \"Enable\": true,\n \"CreateTime\": 0,\n \"UpdateTime\": 0\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
966
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaneRules\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0,\n \"SearchWord\": \"ruleName\",\n \"RuleId\": \"lane-r-v6ewp385\",\n \"RuleIdList\": [\n \"lane-r-v6ewp385\"\n ]\n}",
967
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e4a47430-c0f8-4ebb-9a20-774e32936035\",\n \"Result\": {\n \"Content\": [\n {\n \"CreateTime\": 1725509095000,\n \"Enable\": true,\n \"LaneId\": \"lane-ynmlnwm4\",\n \"Priority\": 1,\n \"Remark\": \"\",\n \"RuleId\": \"lane-r-v6ewp385\",\n \"RuleName\": \"rule_app\",\n \"RuleTagList\": null,\n \"RuleTagRelationship\": \"RELEATION_AND\",\n \"UpdateTime\": 1727167548000\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
980
968
  "title": "查询泳道规则列表"
981
969
  }
982
970
  ],
983
971
  "DescribeLanes": [
984
972
  {
985
973
  "document": "",
986
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeLanes\n&Limit=0\n&Offset=10\n&<公共请求参数>",
987
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [\n {\n \"Remark\": \"xx\",\n \"Entrance\": true,\n \"UpdateTime\": 0,\n \"LaneId\": \"xx\",\n \"NamespaceIdList\": [\n \"xx\"\n ],\n \"LaneGroupList\": [\n {\n \"ApplicationName\": \"xx\",\n \"Entrance\": true,\n \"NamespaceName\": \"xx\",\n \"LaneGroupId\": \"xx\",\n \"UpdateTime\": 0,\n \"ClusterType\": \"xx\",\n \"GroupName\": \"xx\",\n \"LaneId\": \"xx\",\n \"NamespaceId\": \"xx\",\n \"GroupId\": \"xx\",\n \"ApplicationId\": \"xx\",\n \"CreateTime\": 0\n }\n ],\n \"LaneName\": \"xx\",\n \"CreateTime\": 0\n }\n ],\n \"TotalCount\": 0\n },\n \"RequestId\": \"xx\"\n }\n}",
974
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLanes\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0,\n \"SearchWord\": \"lane\",\n \"LaneIdList\": [\n \"lane-ynmlnwm4\"\n ],\n \"DisableProgramAuthCheck\": true\n}",
975
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c6dec7e1-dfcd-4a12-8977-986605343663\",\n \"Result\": {\n \"Content\": [\n {\n \"CreateTime\": 1726849955000,\n \"Entrance\": null,\n \"LaneGroupList\": null,\n \"LaneId\": \"lane-ynmlnwm4\",\n \"LaneName\": \"lane_name\",\n \"NamespaceIdList\": null,\n \"Remark\": \"\",\n \"UpdateTime\": 1726849955000\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
988
976
  "title": "查询泳道列表"
989
977
  }
990
978
  ],
991
979
  "DescribeMicroservice": [
992
980
  {
993
981
  "document": "",
994
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMicroservice\n<公共请求参数>\n\n{\n \"MicroserviceId\": \"ms-xxxxxxx\",\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
995
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"InstanceId\": \"abc\",\n \"InstanceName\": \"abc\",\n \"Port\": \"abc\",\n \"LanIp\": \"abc\",\n \"WanIp\": \"abc\",\n \"InstanceAvailableStatus\": \"abc\",\n \"ServiceInstanceStatus\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"ClusterId\": \"abc\",\n \"ClusterName\": \"abc\",\n \"NamespaceId\": \"abc\",\n \"NamespaceName\": \"abc\",\n \"GroupId\": \"abc\",\n \"GroupName\": \"abc\",\n \"InstanceStatus\": \"abc\",\n \"HealthCheckUrl\": \"abc\",\n \"ClusterType\": \"abc\",\n \"ApplicationPackageVersion\": \"abc\",\n \"ApplicationType\": \"abc\",\n \"ServiceStatus\": \"abc\",\n \"RegistrationTime\": 0,\n \"LastHeartbeatTime\": 0,\n \"RegistrationId\": \"abc\",\n \"HiddenStatus\": \"abc\",\n \"MetaJson\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
982
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMicroservice\n<公共请求参数>\n\n{\n \"MicroserviceId\": \"ms-a78gk87b\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"GroupIds\": [\n \"group-yx87px4a\"\n ],\n \"Filters\": [\n {\n \"Name\": \"LanIp\",\n \"Values\": [\n \"172.16.16.139\"\n ]\n }\n ]\n}",
983
+ "output": "{\n \"Response\": {\n \"RequestId\": \"80479d6c-27db-4d6c-b5f0-5ec576d2105f\",\n \"Result\": {\n \"Content\": [\n {\n \"ApplicationId\": \"application-ydopqnxa\",\n \"ApplicationName\": \"app-gw\",\n \"ApplicationPackageVersion\": \"20241223011040\",\n \"ApplicationType\": \"V\",\n \"ClusterId\": \"cluster-2vz3nd3a\",\n \"ClusterName\": \"cls_name\",\n \"ClusterType\": \"V\",\n \"GroupId\": \"group-yx87px4a\",\n \"GroupName\": \"zuul-2\",\n \"HealthCheckUrl\": null,\n \"HiddenStatus\": \"unhidden\",\n \"InstanceAvailableStatus\": null,\n \"InstanceId\": \"ins-7wy598p8\",\n \"InstanceName\": \"app22\",\n \"InstanceStatus\": null,\n \"LanIp\": \"172.16.16.139\",\n \"LastHeartbeatTime\": 1734943598,\n \"MetaJson\": \"H4sIAAAAAAAAAGXQUU+DMBQF4P/SZ7tAh2nxjUDHiFtpWmbiXki3EUaibdmGgsb/LpPOmPh8vntycj9BIRdlxPkqi6Miy1mZJeABKGtfmr26NEbD4WBsq3sF7n5sLOgEi2xNR+rjeUAIxgFxIBX5hk819cl0Fg49wbYPbgUZkwWLYjqRRp8hfh/uQ2JvBSxaU8l/hVav1dmqfQVbtcO7Nnz754pnfp2S0IWLuMjT8okKOQ4dA+ShwEdo7vm+F3jOCJpOqbKw7pSuP46mc5lMHv+c+zMUzpAHl6a/jA9ZNvWxOkFBVzSS1F1sc3adAL6+AZBHey5SAQAA\",\n \"NamespaceId\": null,\n \"NamespaceName\": null,\n \"Port\": \"8080\",\n \"RegistrationId\": \"ins-7wy598p8\",\n \"RegistrationTime\": 1734887748,\n \"ServiceInstanceStatus\": \"Running\",\n \"ServiceStatus\": \"passing\",\n \"WanIp\": \"43.139.245.156\"\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
996
984
  "title": "查询微服务实例详情"
997
985
  }
998
986
  ],
@@ -1023,16 +1011,16 @@
1023
1011
  "DescribePathRewrite": [
1024
1012
  {
1025
1013
  "document": "",
1026
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribePathRewrite\n&PathRewriteId=rewrite-l6ymbvgd\n&<公共请求参数>",
1027
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Regex\": \"^(.*)^\",\n \"PathRewriteId\": \"rewrite-l6ymbvgd\",\n \"GatewayGroupId\": \"group-123\",\n \"Replacement\": \"/s/ns/ms/$1\",\n \"Order\": 0,\n \"Blocked\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
1014
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePathRewrite\n<公共请求参数>\n\n{\n \"PathRewriteId\": \"rewrite-2vz5pdwv\"\n}",
1015
+ "output": "{\n \"Response\": {\n \"RequestId\": \"bc1c265c-bce0-4d9b-82bc-592668daf7af\",\n \"Result\": {\n \"Blocked\": \"N\",\n \"GatewayGroupId\": \"group-yd3b588a\",\n \"Order\": 1,\n \"PathRewriteId\": \"rewrite-2vz5pdwv\",\n \"Regex\": \"/app\",\n \"Replacement\": \"/user\"\n }\n }\n}",
1028
1016
  "title": "查询路径重写"
1029
1017
  }
1030
1018
  ],
1031
1019
  "DescribePathRewrites": [
1032
1020
  {
1033
1021
  "document": "",
1034
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribePathRewrites\n&GatewayGroupId=group-12345\n&<公共请求参数>",
1035
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [\n {\n \"Regex\": \"^(.*)$\",\n \"PathRewriteId\": \"xx\",\n \"GatewayGroupId\": \"xx\",\n \"Replacement\": \"/s/ns/ms/$1\",\n \"Order\": 0,\n \"Blocked\": \"xx\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"xx\"\n }\n}",
1022
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePathRewrites\n<公共请求参数>\n\n{\n \"GatewayGroupId\": \"group-yd3b588a\",\n \"SearchWord\": \"app\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
1023
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a9010490-6c80-4e53-8953-5493d8899460\",\n \"Result\": {\n \"Content\": [\n {\n \"Blocked\": \"N\",\n \"GatewayGroupId\": \"group-yd3b588a\",\n \"Order\": 1,\n \"PathRewriteId\": \"rewrite-2vz5pdwv\",\n \"Regex\": \"/app\",\n \"Replacement\": \"/user\"\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
1036
1024
  "title": "查询路径重写列表"
1037
1025
  }
1038
1026
  ],
@@ -1063,7 +1051,7 @@
1063
1051
  "DescribePrograms": [
1064
1052
  {
1065
1053
  "document": "",
1066
- "input": "{\r\n \"action\": \"DescribePrograms\",\r\n \"serviceType\": \"tsf\",\r\n \"regionId\": \"1\",\r\n \"data\": {\r\n }\r\n}",
1054
+ "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}",
1067
1055
  "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\": null,\n \"CreationTime\": 1542870362,\n \"LastUpdateTime\": 1542870362,\n \"DeleteFlag\": false,\n \"ProgramItemList\": null\n },\n {\n \"ProgramId\": \"program-a79e9j9v\",\n \"ProgramName\": \"测试数据集\",\n \"ProgramDesc\": null,\n \"CreationTime\": 1566467701,\n \"LastUpdateTime\": 1566467701,\n \"DeleteFlag\": true,\n \"ProgramItemList\": null\n },\n {\n \"ProgramId\": \"program-l6ymbvgd\",\n \"ProgramName\": \"AUTO-NOTHING\",\n \"ProgramDesc\": null,\n \"CreationTime\": 1542870362,\n \"LastUpdateTime\": 1542870362,\n \"DeleteFlag\": true,\n \"ProgramItemList\": null\n },\n {\n \"ProgramId\": \"program-ymqbq8bv\",\n \"ProgramName\": \"测试数据集9\",\n \"ProgramDesc\": \"测试数据集desc9\",\n \"CreationTime\": 1566467729,\n \"LastUpdateTime\": 1566483895,\n \"DeleteFlag\": false,\n \"ProgramItemList\": null\n },\n {\n \"ProgramId\": \"program-yn2g3e9y\",\n \"ProgramName\": \"测试数据集3\",\n \"ProgramDesc\": \"测试数据集desc\",\n \"CreationTime\": 1566479755,\n \"LastUpdateTime\": 1566479755,\n \"DeleteFlag\": false,\n \"ProgramItemList\": null\n }\n ]\n }\n }\n}",
1068
1056
  "title": "查询数据集列表"
1069
1057
  }
@@ -1215,32 +1203,32 @@
1215
1203
  "DescribeUnitNamespaces": [
1216
1204
  {
1217
1205
  "document": "",
1218
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeUnitNamespaces\n&GatewayInstanceId=gw-ins-afsfas\n&<公共请求参数>",
1219
- "output": "{\n \"Response\": {\n \"RequestId\": \"efa09114-e0c3-43ec-8347-5f4454696c61\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"Id\": \"gw-xxxxxxx\",\n \"NamespaceId\": \"test\",\n \"NamespaceName\": \"”DASD“\"\n }\n ]\n }\n }\n}",
1206
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUnitNamespaces\n<公共请求参数>\n\n{\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"SearchWord\": \"global\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
1207
+ "output": "{\n \"Response\": {\n \"RequestId\": \"cc6f37b7-9847-4c25-a438-b85289e2f977\",\n \"Result\": {\n \"Content\": [\n {\n \"CreatedTime\": \"2023-01-10 17:27:55\",\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"Id\": \"unit-ns-n7n178c3\",\n \"NamespaceId\": \"namespace-vk5blxnv\",\n \"NamespaceName\": \"global_default\",\n \"UpdatedTime\": \"2023-01-10 17:27:55\"\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
1220
1208
  "title": "查询单元化命名空间列表"
1221
1209
  }
1222
1210
  ],
1223
1211
  "DescribeUnitRule": [
1224
1212
  {
1225
1213
  "document": "",
1226
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeUnitRule\n&Id=gw-ins-afsfas\n&<公共请求参数>",
1227
- "output": "{\n \"Response\": {\n \"RequestId\": \"efa09114-e0c3-43ec-8347-5f4454696c61\",\n \"Result\": {\n \"Id\": \"rule-xxxxxxx\",\n \"GatewayInstanceId\": \"test\",\n \"Name\": null,\n \"Status\": \"enabled\"\n }\n }\n}",
1214
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUnitRule\n<公共请求参数>\n\n{\n \"Id\": \"unit-rl-cgd3l6jo\"\n}",
1215
+ "output": "{\n \"Response\": {\n \"RequestId\": \"02d58cd1-7651-4c6e-9836-e87ec8dadbcd\",\n \"Result\": {\n \"CreatedTime\": \"2024-12-23 11:14:17\",\n \"Description\": null,\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"Id\": \"unit-rl-cgd3l6jo\",\n \"Name\": \"unit_provider\",\n \"Status\": \"disabled\",\n \"UnitRuleItemList\": [\n {\n \"CreatedTime\": \"2024-12-23 11:14:17\",\n \"Description\": \"this is desc\",\n \"DestNamespaceId\": \"namespace-vk5blxnv\",\n \"DestNamespaceName\": \"global_default\",\n \"Id\": \"unit-item-ghpuh9rn\",\n \"ItemIndex\": 1,\n \"Name\": \"Rule1\",\n \"Priority\": 0,\n \"Relationship\": \"AND\",\n \"UnitRuleId\": \"unit-rl-cgd3l6jo\",\n \"UnitRuleTagList\": [\n {\n \"Id\": \"unit-tag-vmhijoic\",\n \"TagField\": \"user\",\n \"TagOperator\": \"IN\",\n \"TagType\": \"U\",\n \"TagValue\": \"1\",\n \"UnitRuleItemId\": \"unit-item-ghpuh9rn\"\n }\n ],\n \"UpdatedTime\": \"2024-12-23 11:14:17\"\n }\n ],\n \"UpdatedTime\": \"2024-12-23 11:14:17\"\n }\n }\n}",
1228
1216
  "title": "查询单元化规则详情"
1229
1217
  }
1230
1218
  ],
1231
1219
  "DescribeUnitRules": [
1232
1220
  {
1233
1221
  "document": "",
1234
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeUnitRules\n&GatewayInstanceId=gw-ins-afsfas\n&Offset=0\n&Limit=20\n&SearchWord=xxx\n&<公共请求参数>",
1235
- "output": "{\n \"Response\": {\n \"RequestId\": \"efa09114-e0c3-43ec-8347-5f4454696c61\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"Id\": \"gw-xxxxxxx\",\n \"GatewayInstanceId\": \"test\",\n \"Name\": null,\n \"Status\": \"enabled\"\n }\n ]\n }\n }\n}",
1222
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUnitRules\n<公共请求参数>\n\n{\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"SearchWord\": \"gwInsName\",\n \"Status\": \"disabled\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
1223
+ "output": "{\n \"Response\": {\n \"RequestId\": \"2cb64889-e6d8-45af-afdf-c12f874a6d08\",\n \"Result\": [\n {\n \"Content\": [\n {\n \"CreatedTime\": \"2024-12-23 11:14:17\",\n \"Description\": null,\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"Id\": \"unit-rl-cgd3l6jo\",\n \"Name\": \"gwInsName\",\n \"Status\": \"disabled\",\n \"UnitRuleItemList\": [\n {\n \"CreatedTime\": \"2024-12-23 11:14:17\",\n \"Description\": \"this is desc\",\n \"DestNamespaceId\": \"namespace-vk5blxnv\",\n \"DestNamespaceName\": \"global_default\",\n \"Id\": \"unit-item-ghpuh9rn\",\n \"ItemIndex\": 1,\n \"Name\": \"Rule1\",\n \"Priority\": 0,\n \"Relationship\": \"AND\",\n \"UnitRuleId\": \"unit-rl-cgd3l6jo\",\n \"UnitRuleTagList\": [\n {\n \"Id\": \"unit-tag-vmhijoic\",\n \"TagField\": \"user\",\n \"TagOperator\": \"IN\",\n \"TagType\": \"U\",\n \"TagValue\": \"1\",\n \"UnitRuleItemId\": \"unit-item-ghpuh9rn\"\n }\n ],\n \"UpdatedTime\": \"2024-12-23 11:14:17\"\n }\n ],\n \"UpdatedTime\": \"2024-12-23 11:14:17\"\n }\n ],\n \"TotalCount\": 1\n }\n ]\n }\n}",
1236
1224
  "title": "查询单元化规则列表"
1237
1225
  }
1238
1226
  ],
1239
1227
  "DescribeUnitRulesV2": [
1240
1228
  {
1241
1229
  "document": "查询单元化规则列表",
1242
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeUnitRulesV2\n&GatewayInstanceId=gw-ins-afsfas\n&Offset=0\n&Limit=20\n&SearchWord=xxx\n&<公共请求参数>",
1243
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"Id\": \"abc\",\n \"GatewayInstanceId\": \"abc\",\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Status\": \"abc\",\n \"UnitRuleItemList\": [\n {\n \"Id\": \"abc\",\n \"UnitRuleId\": \"abc\",\n \"Relationship\": \"abc\",\n \"DestNamespaceId\": \"abc\",\n \"DestNamespaceName\": \"abc\",\n \"Name\": \"abc\",\n \"Priority\": 0,\n \"Description\": \"abc\",\n \"UnitRuleTagList\": [\n {\n \"UnitRuleItemId\": \"abc\",\n \"Id\": \"abc\",\n \"TagType\": \"abc\",\n \"TagField\": \"abc\",\n \"TagOperator\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n }\n ],\n \"CreatedTime\": \"abc\",\n \"UpdatedTime\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
1230
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUnitRulesV2\n<公共请求参数>\n\n{\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"SearchWord\": \"gwInsName\",\n \"Status\": \"disabled\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
1231
+ "output": "{\n \"Response\": {\n \"RequestId\": \"10b315b4-a034-44d3-a426-614fa6eae8ec\",\n \"Result\": {\n \"Content\": [\n {\n \"CreatedTime\": \"2024-12-23 11:14:17\",\n \"Description\": null,\n \"GatewayInstanceId\": \"gw-ins-szesmg28\",\n \"Id\": \"unit-rl-cgd3l6jo\",\n \"Name\": \"gwInsName\",\n \"Status\": \"disabled\",\n \"UnitRuleItemList\": [\n {\n \"CreatedTime\": \"2024-12-23 11:14:17\",\n \"Description\": \"this is desc\",\n \"DestNamespaceId\": \"namespace-vk5blxnv\",\n \"DestNamespaceName\": \"global_default\",\n \"Id\": \"unit-item-ghpuh9rn\",\n \"ItemIndex\": 1,\n \"Name\": \"Rule1\",\n \"Priority\": 0,\n \"Relationship\": \"AND\",\n \"UnitRuleId\": \"unit-rl-cgd3l6jo\",\n \"UnitRuleTagList\": [\n {\n \"Id\": \"unit-tag-vmhijoic\",\n \"TagField\": \"user\",\n \"TagOperator\": \"IN\",\n \"TagType\": \"U\",\n \"TagValue\": \"1\",\n \"UnitRuleItemId\": \"unit-item-ghpuh9rn\"\n }\n ],\n \"UpdatedTime\": \"2024-12-23 11:14:17\"\n }\n ],\n \"UpdatedTime\": \"2024-12-23 11:14:17\"\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
1244
1232
  "title": "查询单元化规则列表"
1245
1233
  }
1246
1234
  ],
@@ -1255,16 +1243,16 @@
1255
1243
  "DescribeUsableUnitNamespaces": [
1256
1244
  {
1257
1245
  "document": "",
1258
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeUsableUnitNamespaces\n&<公共请求参数>",
1259
- "output": "{\n \"Response\": {\n \"RequestId\": \"efa09114-e0c3-43ec-8347-5f4454696c61\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"Id\": \"gw-xxxxxxx\",\n \"NamespaceId\": \"test\",\n \"NamespaceName\": \"”DASD“\"\n }\n ]\n }\n }\n}",
1246
+ "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}",
1247
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8d5c97b6-73fb-4fa5-8648-4ebf8b3b9551\",\n \"Result\": {\n \"Content\": [\n {\n \"CreatedTime\": null,\n \"GatewayInstanceId\": null,\n \"Id\": null,\n \"NamespaceId\": \"namespace-ygo3djma\",\n \"NamespaceName\": \"cluster-container-jolyonzheng_default\",\n \"UpdatedTime\": null\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
1260
1248
  "title": "查询可用于被导入的命名空间列表"
1261
1249
  }
1262
1250
  ],
1263
1251
  "DisableLaneRule": [
1264
1252
  {
1265
1253
  "document": "",
1266
- "input": "https://tsf.tencentcloudapi.com/?Action=DisableLaneRule\r\n&RuleId=test\r\n&<公共请求参数>",
1267
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
1254
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableLaneRule\n<公共请求参数>\n\n{\n \"RuleId\": \"lane-r-yqg4kmbd\"\n}",
1255
+ "output": "{\n \"Response\": {\n \"RequestId\": \"42070bc6-afad-43c2-9646-3b0e1bca8d3f\",\n \"Result\": true\n }\n}",
1268
1256
  "title": "禁用泳道规则"
1269
1257
  }
1270
1258
  ],
@@ -1272,7 +1260,7 @@
1272
1260
  {
1273
1261
  "document": "",
1274
1262
  "input": "https://tsf.tencentcloudapi.com/?Action=DisableTask\n&TaskId=task-klwqrnlw\n&<公共请求参数>",
1275
- "output": "{\r\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\r\n \"Response\": true\r\n}",
1263
+ "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
1276
1264
  "title": "停用任务"
1277
1265
  }
1278
1266
  ],
@@ -1280,7 +1268,7 @@
1280
1268
  {
1281
1269
  "document": "停用工作流",
1282
1270
  "input": "https://tsf.tencentcloudapi.com/?Action=DisableTaskFlow\n&FlowId=flow-6g4rq8z6\n&<公共请求参数>",
1283
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"Result\": \"false\"\n }\n}",
1271
+ "output": "{\n \"Response\": {\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\",\n \"Result\": \"false\"\n }\n}",
1284
1272
  "title": "停用工作流"
1285
1273
  }
1286
1274
  ],
@@ -1344,7 +1332,7 @@
1344
1332
  {
1345
1333
  "document": "启用工作流",
1346
1334
  "input": "https://tsf.tencentcloudapi.com/?Action=EnableTaskFlow\n&FlowId=flow-6g4rq8z6\n&<公共请求参数>",
1347
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"Result\": \"False\"\n }\n}",
1335
+ "output": "{\n \"Response\": {\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\",\n \"Result\": \"false\"\n }\n}",
1348
1336
  "title": "启用工作流"
1349
1337
  }
1350
1338
  ],
@@ -1439,8 +1427,8 @@
1439
1427
  "ModifyLaneRule": [
1440
1428
  {
1441
1429
  "document": "",
1442
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLaneRule\n<公共请求参数>\n\n{\n \"RuleId\": \"abc\",\n \"RuleName\": \"abc\",\n \"Remark\": \"abc\",\n \"RuleTagList\": [\n {\n \"TagId\": \"abc\",\n \"TagName\": \"abc\",\n \"TagOperator\": \"abc\",\n \"TagValue\": \"abc\",\n \"LaneRuleId\": \"abc\",\n \"CreateTime\": 0,\n \"UpdateTime\": 0\n }\n ],\n \"RuleTagRelationship\": \"abc\",\n \"LaneId\": \"abc\",\n \"Enable\": true\n}",
1443
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
1430
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLaneRule\n<公共请求参数>\n\n{\n \"RuleId\": \"lane-r-yqg4kmbd\",\n \"RuleName\": \"rule_app\",\n \"Remark\": \"This is desc\",\n \"RuleTagList\": [\n {\n \"TagName\": \"user_tag\",\n \"TagOperator\": \"EQUAL\",\n \"TagValue\": \"1\"\n }\n ],\n \"RuleTagRelationship\": \"RELEATION_AND\",\n \"LaneId\": \"lane-ap62k7ol\",\n \"Enable\": true\n}",
1431
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3ab21a41-5ab1-4988-8092-904541aa6877\",\n \"Result\": true\n }\n}",
1444
1432
  "title": "更新泳道规则"
1445
1433
  }
1446
1434
  ],
@@ -1615,8 +1603,8 @@
1615
1603
  "RollbackConfig": [
1616
1604
  {
1617
1605
  "document": "",
1618
- "input": "https://tsf.tencentcloudapi.com/?Action=RollbackConfig\n&ConfigReleaseLogId=11111\n&<公共请求参数>",
1619
- "output": "{\n \"Response\": {\n \"RequestId\": \"8007ea57-6d26-43db-aa75-ad72cb3669ca\",\n \"Result\": true\n }\n}",
1606
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RollbackConfig\n<公共请求参数>\n\n{\n \"ConfigReleaseLogId\": \"dcfgrl-a2qj3qoa\",\n \"ReleaseDesc\": \"This is desc\"\n}",
1607
+ "output": "{\n \"Response\": {\n \"RequestId\": \"78ee9cc9-b798-4596-961d-4391b6157ddf\",\n \"Result\": true\n }\n}",
1620
1608
  "title": "回滚配置"
1621
1609
  }
1622
1610
  ],
@@ -1704,7 +1692,7 @@
1704
1692
  {
1705
1693
  "document": "停止一个工作流批次",
1706
1694
  "input": "https://tsf.tencentcloudapi.com/?Action=TerminateTaskFlowBatch\n&FlowBatchId=fbatch-6g4rq8z6\n&<公共请求参数>",
1707
- "output": "{\n \"Response\": {\n \"Result\": \"false\"\n }\n}",
1695
+ "output": "{\n \"Response\": {\n \"Result\": \"false\",\n \"RequestId\": \"96561cf1-738a-47d6-943b-dec7ebbccabe\"\n }\n}",
1708
1696
  "title": "停止一个工作流批次"
1709
1697
  }
1710
1698
  ],
@@ -1751,8 +1739,8 @@
1751
1739
  "UpdateConfigTemplate": [
1752
1740
  {
1753
1741
  "document": "",
1754
- "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateConfigTemplate\n<公共请求参数>\n\n{\n \"ConfigTemplateId\": \"abc\",\n \"ConfigTemplateName\": \"abc\",\n \"ConfigTemplateDesc\": \"abc\",\n \"ConfigTemplateType\": \"abc\",\n \"ConfigTemplateValue\": \"abc\"\n}",
1755
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
1742
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateConfigTemplate\n<公共请求参数>\n\n{\n \"ConfigTemplateId\": \"dcfg_temp-aln5d3wv\",\n \"ConfigTemplateName\": \"app_config\",\n \"ConfigTemplateDesc\": \"This is desc\",\n \"ConfigTemplateType\": \"Ribbon\",\n \"ConfigTemplateValue\": \"#请求处理超时时间\\\\nribbon.ReadTimeout: 5000\\\\n#请求连接超时时间\\\\nribbon.ConnectTimeout: 2000\\\\n#同一实例最大重试次数,不包括首次调用\\\\nribbon.MaxAutoRetries: 0\\\\n#重试其他实例的最大重试次数,不包括首次所选的server\\\\nribbon.MaxAutoRetriesNextServer: 1\\\\n#是否对所有操作请求都进行重试\\\\nribbon.OkToRetryOnAllOperations: false\\\\n\"\n}",
1743
+ "output": "{\n \"Response\": {\n \"RequestId\": \"b624eb9f-8bdb-440e-b875-e540d9186b7b\",\n \"Result\": true\n }\n}",
1756
1744
  "title": "更新参数模板"
1757
1745
  }
1758
1746
  ],
@@ -1783,8 +1771,8 @@
1783
1771
  "UpdateUnitRule": [
1784
1772
  {
1785
1773
  "document": "",
1786
- "input": "https://tsf.tencentcloudapi.com/?Action=UpdateUnitRule\n&Id=gw-ins-afsfas\n&Name=xxx\n&<公共请求参数>",
1787
- "output": "{\n \"Response\": {\n \"RequestId\": \"5d996e5507e42d5970cd2e25ed5267a\",\n \"Result\": true\n }\n}",
1774
+ "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUnitRule\n<公共请求参数>\n\n{\n \"Id\": \"unit-rl-cgd3l6jo\",\n \"Name\": \"user_unit\",\n \"Description\": \"This is desc\",\n \"UnitRuleItemList\": [\n {\n \"Relationship\": \"AND\",\n \"DestNamespaceId\": \"namespace-vk5blxnv\",\n \"DestNamespaceName\": \"global_default\",\n \"Name\": \"unit_provider\",\n \"Priority\": 1,\n \"Description\": \"This is desc\"\n }\n ]\n}",
1775
+ "output": "{\n \"Response\": {\n \"RequestId\": \"487a19d8-1021-44a9-8350-52fee46686c4\",\n \"Result\": true\n }\n}",
1788
1776
  "title": "更新单元化规则"
1789
1777
  }
1790
1778
  ]