tccli 3.0.1219.1__py2.py3-none-any.whl → 3.0.1221.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 (38) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +1 -1
  3. tccli/services/cdb/v20170320/api.json +5 -5
  4. tccli/services/cdb/v20170320/examples.json +2 -2
  5. tccli/services/cdn/v20180606/api.json +3 -3
  6. tccli/services/cdwch/cdwch_client.py +53 -0
  7. tccli/services/cdwch/v20200915/api.json +100 -0
  8. tccli/services/cdwch/v20200915/examples.json +8 -0
  9. tccli/services/cdwdoris/v20211228/api.json +40 -0
  10. tccli/services/cfg/cfg_client.py +57 -4
  11. tccli/services/cfg/v20210820/api.json +113 -0
  12. tccli/services/cfg/v20210820/examples.json +8 -0
  13. tccli/services/cls/v20201016/api.json +14 -0
  14. tccli/services/cynosdb/v20190107/api.json +22 -2
  15. tccli/services/ess/v20201111/api.json +10 -1
  16. tccli/services/essbasic/v20210526/api.json +21 -3
  17. tccli/services/lke/lke_client.py +53 -0
  18. tccli/services/lke/v20231130/api.json +114 -0
  19. tccli/services/lke/v20231130/examples.json +8 -0
  20. tccli/services/market/v20191010/api.json +3 -3
  21. tccli/services/mps/mps_client.py +53 -0
  22. tccli/services/mps/v20190612/api.json +144 -0
  23. tccli/services/mps/v20190612/examples.json +8 -0
  24. tccli/services/ocr/v20181119/api.json +10 -0
  25. tccli/services/svp/v20240125/api.json +4 -4
  26. tccli/services/thpc/v20230321/api.json +2 -2
  27. tccli/services/trtc/v20190722/api.json +1 -1
  28. tccli/services/tse/v20201207/api.json +115 -98
  29. tccli/services/tse/v20201207/examples.json +44 -44
  30. tccli/services/vpc/v20170312/api.json +13 -16
  31. tccli/services/vpc/v20170312/examples.json +1 -1
  32. tccli/services/wedata/v20210820/api.json +47 -2
  33. tccli/services/wedata/v20210820/examples.json +1 -1
  34. {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/METADATA +2 -2
  35. {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/RECORD +38 -38
  36. {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/WHEEL +0 -0
  37. {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/entry_points.txt +0 -0
  38. {tccli-3.0.1219.1.dist-info → tccli-3.0.1221.1.dist-info}/license_files/LICENSE +0 -0
@@ -219,8 +219,8 @@
219
219
  "DeleteCloudNativeAPIGatewayRouteRateLimit": [
220
220
  {
221
221
  "document": "删除云原生网关限流插件(路由)",
222
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCloudNativeAPIGatewayRouteRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Id\": \"abc\"\n}",
223
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
222
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCloudNativeAPIGatewayRouteRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Id\": \"2a212560-220a-46f6-b139-3238eb8ea041\"\n}",
223
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
224
224
  "title": "删除云原生网关限流插件(路由)"
225
225
  }
226
226
  ],
@@ -235,8 +235,8 @@
235
235
  "DeleteCloudNativeAPIGatewayServiceRateLimit": [
236
236
  {
237
237
  "document": "删除云原生网关限流插件(服务)",
238
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCloudNativeAPIGatewayServiceRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Name\": \"abc\"\n}",
239
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
238
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCloudNativeAPIGatewayServiceRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Name\": \"user-service\"\n}",
239
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
240
240
  "title": "删除云原生网关限流插件(服务)"
241
241
  }
242
242
  ],
@@ -364,23 +364,23 @@
364
364
  {
365
365
  "document": "查询云原生网关灰度规则列表",
366
366
  "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayCanaryRules\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-18f786a\",\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"Limit\": 0,\n \"Offset\": 0\n}",
367
- "output": "{\n \"Response\": {\n \"Result\": {\n \"CanaryRuleList\": [\n {\n \"Priority\": 0,\n \"Enabled\": true,\n \"ConditionList\": [\n {\n \"Type\": \"query\",\n \"Key\": \"abc\",\n \"Operator\": \"==\",\n \"Value\": \"abc\",\n \"Delimiter\": \"abc\",\n \"GlobalConfigId\": \"abc\",\n \"GlobalConfigName\": \"abc\"\n }\n ],\n \"BalancedServiceList\": [\n {\n \"ServiceID\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"ServiceName\": \"svc1\",\n \"UpstreamName\": \"abc\",\n \"Percent\": 0\n }\n ],\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"ServiceName\": \"svc1\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n }\n}",
367
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"CanaryRuleList\": [\n {\n \"Priority\": 0,\n \"Enabled\": true,\n \"ConditionList\": [\n {\n \"Type\": \"query\",\n \"Key\": \"app\",\n \"Operator\": \"==\",\n \"Value\": \"learn\",\n \"Delimiter\": \",\",\n \"GlobalConfigId\": \"4fe634e9-ea28-4f1e-8461-da89f3b84d28\",\n \"GlobalConfigName\": \"global-rule1\"\n }\n ],\n \"BalancedServiceList\": [\n {\n \"ServiceID\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"ServiceName\": \"svc1\",\n \"UpstreamName\": \"abc\",\n \"Percent\": 0\n }\n ],\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"ServiceName\": \"svc1\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n }\n}",
368
368
  "title": "查询云原生网关灰度规则列表"
369
369
  }
370
370
  ],
371
371
  "DescribeCloudNativeAPIGatewayCertificateDetails": [
372
372
  {
373
373
  "document": "查询云原生网关单个证书详情",
374
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayCertificateDetails\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Id\": \"abc\"\n}",
375
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Cert\": {\n \"Name\": \"abc\",\n \"Id\": \"abc\",\n \"BindDomains\": [\n \"abc\"\n ],\n \"Status\": \"abc\",\n \"Crt\": \"abc\",\n \"Key\": \"abc\",\n \"ExpireTime\": \"abc\",\n \"CreateTime\": \"abc\",\n \"IssueTime\": \"abc\",\n \"CertSource\": \"abc\",\n \"CertId\": \"abc\"\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
374
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayCertificateDetails\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Id\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n}",
375
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"Cert\": {\n \"Name\": \"tencent.com\",\n \"Id\": \"320c29fa-d5b1-425d-b701-91f213baf15c\",\n \"BindDomains\": [\n \"tencent.com\"\n ],\n \"Status\": \"active\",\n \"Crt\": \"-----BEGIN CERTIFICATE-----\\nMIICMjCCAZsCFCr/bVA0Qq2RMTTC7JYLPaHZA7+MMA0GCSqGSIb3DQEBCwUAMFgx\\nCzAJBgNVBAYTAlhYMRUwEwYDVQQHDAxEZWZhdWx0IENpdHkxHDAaBgNVBAoME0Rl\\nZmF1bHQgQ29tcGFueSBMdGQxFDASBgNVMAMMC3Rlc3R0cmUuY29tMB4XDTI0MDYx\\nMjE2MDMzOFoXDTM0MDYxMDE2MDMzOFowWDELMAkGA1UEBhMCWFgxFTATBgNVBAcM\\nDERlZmF1bHQgQ2l0eTEcMBoGA1UECgwTRGVmYXVsdCBDb21wYW55IEx0ZDEUMBIG\\nA1UEAwwLdGVzdHRyZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALSS\\nn7JrfuasKBlrmGWFH6jxopQ2oVGbroX5nX5WD8BoK5a4Bv7RGk0i4ubw+9U8AGz9\\nDfTOLedJW9a0bfZ33A6W64MSDpjvVbcsNV5XAm8b/MuWs86JmEpPVNwzqtghhbuR\\nkoyWdUjzcqurqIqgkbNgDADI800rRbvpIsg0FwzbAgMBAAEwDQYJKoZIhvcNAQEL\\nBQADgYEAQfSpNAmx1zdHF9x3kmX/+oZMgpzO/WWeuL//Lme+4GSrgsMHtI6Q3E9B\\n4n2IeV3+89km6NeG6ZyJxTf/TBuP2NvR9sNbbAING9batYIzpRf8xe0QxEqdUEf6\\nM6ECrHJPxKXm/as7RedPX4XKIaLDxshDvWFY2z7Ohv+Z/d82wV0=\\n-----END CERTIFICATE-----\",\n \"Key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIICXAIBAAKBgQC0kp+ya37mrCgZa5hlhR+o8aKUNqFRm66F+Z1+Vg/AaCuWuAb+\\n0RpNIuLm8PvVPABs/Q30zi3nSVvWtG32d9wOluuDEg6Y71W3LDVeWAJvG/zLlrPO\\niZhKT1TcM6rYIYW7kZKMlnVI83Krq6iKoJGzYAwAyPNNK0W76SLINBcM2wIDAQAB\\nAoGAbgP7SmBWA8KV987nHcs629rEnBqgtLDuZvALNaLHnAmbrQtYL75EkQSVS/E8\\n7dDNzZlr/F/19blrO+fYK1chebb6yR5fRsb4yWacMwHf4ktAZbWuKlAo77kSnOkJ\\nSX1d4fdqjUBLFkOF6A6YuO+fPJv0rxqjP7Xf/yFzcjA/C1kCQQDr2mIxKXUwVBQH\\nffthb8Uau94DfmRhw3aglNBpuek4nbBEdA4LR/wQVsaqXB+U5F3FQzLEWHNTlAUk\\nvPFoB6RVAkEAw/9f66uJ8SIj+BOOkqpBauqx/E4HKw+jpF/ZjS+GMENAE+t8zP53\\n0fuqz+m+W/qAEoch8oJ8R84zHO9t+RecbwJBAN7/i+npxfjc9lcjIeS9tkKRsNfi\\n0GyzUF2CdxAQDNhQGFKQ3JqEBGs6cPqwwdeYmKSj5cNJ0jkK8lYLI8F1wEUCQACj\\nEte8Pf2Ho+BJh/wYC5CrnM+6HTHZoimFmjpoPiJoBY3LBqPP6+nFzJ9SXikEXmgx\\nAj48iFTfabEdYhkeJ4cCQCbUEeZbxWvTAxjV3ALNlXDWUREJHnS7jlxXSTxzICLj\\nd8inR2UhNvvlT033JZKkcbu47mqMmLpg40HcU/LlWlE=\\n-----END RSA PRIVATE KEY-----\\n\",\n \"ExpireTime\": \"2034-06-10 16:03:38\",\n \"CreateTime\": \"2024-06-13 00:05:51\",\n \"IssueTime\": \"2024-06-12 16:03:38\",\n \"CertSource\": \"ssl\",\n \"CertId\": \"FbRea1jX\"\n }\n },\n \"RequestId\": \"6bb87a9a-5656-4c5e-8bdf-b4c702991fc0\"\n }\n}",
376
376
  "title": "查询云原生网关单个证书详情"
377
377
  }
378
378
  ],
379
379
  "DescribeCloudNativeAPIGatewayCertificates": [
380
380
  {
381
381
  "document": "查询云原生网关证书列表",
382
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayCertificates\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Limit\": 0,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n}",
383
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Total\": 0,\n \"CertificatesList\": [\n {\n \"Name\": \"abc\",\n \"Id\": \"abc\",\n \"BindDomains\": [\n \"abc\"\n ],\n \"Status\": \"abc\",\n \"Crt\": \"abc\",\n \"Key\": \"abc\",\n \"ExpireTime\": \"abc\",\n \"CreateTime\": \"abc\",\n \"IssueTime\": \"abc\",\n \"CertSource\": \"abc\",\n \"CertId\": \"abc\"\n }\n ],\n \"Pages\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
382
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayCertificates\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Limit\": 20,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Key\": \"Name\",\n \"Value\": \"tencent\"\n }\n ]\n}",
383
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"Total\": 1,\n \"CertificatesList\": [\n {\n \"Name\": \"tencent.com\",\n \"Id\": \"320c29fa-d5b1-425d-b701-91f213baf15c\",\n \"BindDomains\": [\n \"tencent.com\"\n ],\n \"Status\": \"active\",\n \"Crt\": \"-----BEGIN CERTIFICATE-----\\nMIICMjCCAZsCFCr/bVA0Qq2RMTTC7JYLPaHZA7+MMA0GCSqGSIb3DQEBCwUAMFgx\\nCzAJBgNVBAYTAlhYMRUwEwYDVQQHDAxEZWZhdWx0IENpdHkxHDAaBgNVBAoME0Rl\\nZmF1bHQgQ29tcGFueSBMdGQxFDASBgNVMAMMC3Rlc3R0cmUuY29tMB4XDTI0MDYx\\nMjE2MDMzOFoXDTM0MDYxMDE2MDMzOFowWDELMAkGA1UEBhMCWFgxFTATBgNVBAcM\\nDERlZmF1bHQgQ2l0eTEcMBoGA1UECgwTRGVmYXVsdCBDb21wYW55IEx0ZDEUMBIG\\nA1UEAwwLdGVzdHRyZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALSS\\nn7JrfuasKBlrmGWFH6jxopQ2oVGbroX5nX5WD8BoK5a4Bv7RGk0i4ubw+9U8AGz9\\nDfTOLedJW9a0bfZ33A6W64MSDpjvVbcsNV5XAm8b/MuWs86JmEpPVNwzqtghhbuR\\nkoyWdUjzcqurqIqgkbNgDADI800rRbvpIsg0FwzbAgMBAAEwDQYJKoZIhvcNAQEL\\nBQADgYEAQfSpNAmx1zdHF9x3kmX/+oZMgpzO/WWeuL//Lme+4GSrgsMHtI6Q3E9B\\n4n2IeV3+89km6NeG6ZyJxTf/TBuP2NvR9sNbbAING9batYIzpRf8xe0QxEqdUEf6\\nM6ECrHJPxKXm/as7RedPX4XKIaLDxshDvWFY2z7Ohv+Z/d82wV0=\\n-----END CERTIFICATE-----\",\n \"Key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIICXAIBAAKBgQC0kp+ya37mrCgZa5hlhR+o8aKUNqFRm66F+Z1+Vg/AaCuWuAb+\\n0RpNIuLm8PvVPABs/Q30zi3nSVvWtG32d9wOluuDEg6Y71W3LDVeWAJvG/zLlrPO\\niZhKT1TcM6rYIYW7kZKMlnVI83Krq6iKoJGzYAwAyPNNK0W76SLINBcM2wIDAQAB\\nAoGAbgP7SmBWA8KV987nHcs629rEnBqgtLDuZvALNaLHnAmbrQtYL75EkQSVS/E8\\n7dDNzZlr/F/19blrO+fYK1chebb6yR5fRsb4yWacMwHf4ktAZbWuKlAo77kSnOkJ\\nSX1d4fdqjUBLFkOF6A6YuO+fPJv0rxqjP7Xf/yFzcjA/C1kCQQDr2mIxKXUwVBQH\\nffthb8Uau94DfmRhw3aglNBpuek4nbBEdA4LR/wQVsaqXB+U5F3FQzLEWHNTlAUk\\nvPFoB6RVAkEAw/9f66uJ8SIj+BOOkqpBauqx/E4HKw+jpF/ZjS+GMENAE+t8zP53\\n0fuqz+m+W/qAEoch8oJ8R84zHO9t+RecbwJBAN7/i+npxfjc9lcjIeS9tkKRsNfi\\n0GyzUF2CdxAQDNhQGFKQ3JqEBGs6cPqwwdeYmKSj5cNJ0jkK8lYLI8F1wEUCQACj\\nEte8Pf2Ho+BJh/wYC5CrnM+6HTHZoimFmjpoPiJoBY3LBqPP6+nFzJ9SXikEXmgx\\nAj48iFTfabEdYhkeJ4cCQCbUEeZbxWvTAxjV3ALNlXDWUREJHnS7jlxXSTxzICLj\\nd8inR2UhNvvlT033JZKkcbu47mqMmLpg40HcU/LlWlE=\\n-----END RSA PRIVATE KEY-----\\n\",\n \"ExpireTime\": \"2034-06-10 16:03:38\",\n \"CreateTime\": \"2024-06-13 00:05:51\",\n \"IssueTime\": \"2024-06-12 16:03:38\",\n \"CertSource\": \"ssl\",\n \"CertId\": \"FbRea1jX\"\n }\n ],\n \"Pages\": 1\n },\n \"RequestId\": \"6bb87a9a-5656-4c5e-8bdf-b4c702991fc0\"\n }\n}",
384
384
  "title": "查询云原生网关证书列表"
385
385
  }
386
386
  ],
@@ -411,32 +411,32 @@
411
411
  "DescribeCloudNativeAPIGatewayRouteRateLimit": [
412
412
  {
413
413
  "document": "展示云原生网关限流插件(路由)",
414
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayRouteRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Id\": \"6f423439-ec27-4a2e-aff9-9e73ffa3da4d\"\n}",
415
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Enabled\": true,\n \"QpsThresholds\": [\n {\n \"Unit\": \"second\",\n \"Max\": 10\n }\n ],\n \"Path\": \"/gd\",\n \"Header\": \"abc\",\n \"LimitBy\": \"ip\",\n \"ExternalRedis\": {\n \"RedisHost\": \"abc\",\n \"RedisPassword\": \"abc\",\n \"RedisPort\": 0,\n \"RedisTimeout\": 0\n },\n \"Policy\": \"redis\",\n \"RateLimitResponse\": {\n \"Body\": \"abc\",\n \"Headers\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"HttpStatus\": 200\n },\n \"RateLimitResponseUrl\": \"http://tencent.com/\",\n \"ResponseType\": \"url\",\n \"HideClientHeaders\": true,\n \"LineUpTime\": 10,\n \"IsDelay\": true\n },\n \"RequestId\": \"abc\"\n }\n}",
414
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayRouteRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Id\": \"6f423439-ec27-4a2e-aff9-9e73ffa3da4d\"\n}",
415
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"Enabled\": true,\n \"QpsThresholds\": [\n {\n \"Unit\": \"second\",\n \"Max\": 10\n }\n ],\n \"Path\": \"/v1/users\",\n \"Header\": \"app\",\n \"LimitBy\": \"ip\",\n \"ExternalRedis\": {\n \"RedisHost\": \"172.168.20.20\",\n \"RedisPassword\": \"avkj32671@\",\n \"RedisPort\": 6379,\n \"RedisTimeout\": 3\n },\n \"Policy\": \"redis\",\n \"RateLimitResponse\": {\n \"Body\": \"Too Many Requests\",\n \"Headers\": [\n {\n \"Key\": \"ratelimit\",\n \"Value\": \"ratelimit\"\n }\n ],\n \"HttpStatus\": 429\n },\n \"RateLimitResponseUrl\": \"http://tencent.com/\",\n \"ResponseType\": \"url\",\n \"HideClientHeaders\": true,\n \"LineUpTime\": 10,\n \"IsDelay\": true\n },\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
416
416
  "title": "展示云原生网关限流插件(路由)"
417
417
  }
418
418
  ],
419
419
  "DescribeCloudNativeAPIGatewayRoutes": [
420
420
  {
421
421
  "document": "查询云原生网关路由列表",
422
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayRoutes\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Limit\": 0,\n \"Offset\": 0,\n \"ServiceName\": \"abc\",\n \"RouteName\": \"abc\",\n \"Filters\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n}",
423
- "output": "{\n \"Response\": {\n \"Result\": {\n \"RouteList\": [\n {\n \"Name\": \"abc\",\n \"ID\": \"abc\",\n \"Methods\": [\n \"abc\"\n ],\n \"Paths\": [\n \"abc\"\n ],\n \"Hosts\": [\n \"abc\"\n ],\n \"Protocols\": [\n \"abc\"\n ],\n \"PreserveHost\": true,\n \"HttpsRedirectStatusCode\": 0,\n \"StripPath\": true,\n \"CreatedTime\": \"abc\",\n \"ForceHttps\": true,\n \"ServiceName\": \"abc\",\n \"ServiceID\": \"abc\",\n \"DestinationPorts\": [\n 1\n ],\n \"Headers\": {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n }\n ],\n \"TotalCount\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
422
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayRoutes\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Limit\": 20,\n \"Offset\": 0,\n \"ServiceName\": \"svc1\",\n \"RouteName\": \"route1\",\n \"Filters\": [\n {\n \"Key\": \"name\",\n \"Value\": \"global\"\n }\n ]\n}",
423
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d4dad8c0-7634-474a-ba7b-22e3e5b45911\",\n \"Result\": {\n \"RouteList\": [\n {\n \"Name\": \"route1\",\n \"ID\": \"d751b7fa-afcb-479c-818b-d1957432b246\",\n \"Methods\": [\n \"GET\"\n ],\n \"Paths\": [\n \"/v1/users\"\n ],\n \"Hosts\": [\n \"tencent.com\"\n ],\n \"Protocols\": [\n \"http\",\n \"https\"\n ],\n \"PreserveHost\": false,\n \"ForceHttps\": false,\n \"HttpsRedirectStatusCode\": 426,\n \"StripPath\": true,\n \"CreatedTime\": \"2024-11-25 10:49:23\",\n \"DestinationPorts\": [],\n \"ServiceName\": \"svc1\",\n \"ServiceID\": \"67695fc9-6d40-4450-83b5-ea57baaaad6d\",\n \"Headers\": [\n {\n \"Key\": \"app\",\n \"Value\": \"learn\"\n }\n ]\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
424
424
  "title": "查询云原生网关路由列表"
425
425
  }
426
426
  ],
427
427
  "DescribeCloudNativeAPIGatewayServiceRateLimit": [
428
428
  {
429
429
  "document": "查询云原生网关限流插件(服务)",
430
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayServiceRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-9abf3b79\",\n \"Name\": \"test-service\"\n}",
431
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Enabled\": true,\n \"QpsThresholds\": [\n {\n \"Unit\": \"second\",\n \"Max\": 10\n }\n ],\n \"Path\": \"/ff\",\n \"Header\": \"abc\",\n \"LimitBy\": \"ip\",\n \"ExternalRedis\": {\n \"RedisHost\": \"abc\",\n \"RedisPassword\": \"abc\",\n \"RedisPort\": 0,\n \"RedisTimeout\": 0\n },\n \"Policy\": \"local\",\n \"RateLimitResponse\": {\n \"Body\": \"abc\",\n \"Headers\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"HttpStatus\": 200\n },\n \"RateLimitResponseUrl\": \"http://tencent.com/\",\n \"ResponseType\": \"url\",\n \"HideClientHeaders\": true,\n \"LineUpTime\": 1,\n \"IsDelay\": true\n },\n \"RequestId\": \"abc\"\n }\n}",
430
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayServiceRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Name\": \"service1\"\n}",
431
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"Enabled\": true,\n \"QpsThresholds\": [\n {\n \"Unit\": \"second\",\n \"Max\": 10\n }\n ],\n \"Path\": \"/v1/users\",\n \"Header\": \"app\",\n \"LimitBy\": \"ip\",\n \"ExternalRedis\": {\n \"RedisHost\": \"172.168.20.20\",\n \"RedisPassword\": \"avkj32671@\",\n \"RedisPort\": 6379,\n \"RedisTimeout\": 3\n },\n \"Policy\": \"redis\",\n \"RateLimitResponse\": {\n \"Body\": \"Too Many Requests\",\n \"Headers\": [\n {\n \"Key\": \"ratelimit\",\n \"Value\": \"ratelimit\"\n }\n ],\n \"HttpStatus\": 429\n },\n \"RateLimitResponseUrl\": \"http://tencent.com/\",\n \"ResponseType\": \"url\",\n \"HideClientHeaders\": true,\n \"LineUpTime\": 10,\n \"IsDelay\": true\n },\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
432
432
  "title": "查询云原生网关限流插件(服务)"
433
433
  }
434
434
  ],
435
435
  "DescribeCloudNativeAPIGatewayServices": [
436
436
  {
437
437
  "document": "查询云原生网关服务列表\n",
438
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayServices\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Limit\": 0,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n}",
439
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ServiceList\": [\n {\n \"Name\": \"abc\",\n \"ID\": \"abc\",\n \"Tags\": [\n \"abc\"\n ],\n \"UpstreamInfo\": {\n \"Host\": \"abc\",\n \"Port\": 0,\n \"SourceID\": \"abc\",\n \"Namespace\": \"abc\",\n \"ServiceName\": \"abc\",\n \"Targets\": [\n {\n \"Host\": \"abc\",\n \"Port\": 0,\n \"Weight\": 0,\n \"Health\": \"abc\",\n \"CreatedTime\": \"abc\",\n \"Source\": \"abc\"\n }\n ],\n \"SourceType\": \"abc\",\n \"ScfType\": \"abc\",\n \"ScfNamespace\": \"abc\",\n \"ScfLambdaName\": \"abc\",\n \"ScfLambdaQualifier\": \"abc\",\n \"SlowStart\": 0,\n \"Algorithm\": \"abc\",\n \"AutoScalingGroupID\": \"abc\",\n \"AutoScalingCvmPort\": 1,\n \"AutoScalingTatCmdStatus\": \"abc\",\n \"AutoScalingHookStatus\": \"abc\",\n \"SourceName\": \"abc\",\n \"RealSourceType\": \"abc\"\n },\n \"UpstreamType\": \"abc\",\n \"CreatedTime\": \"abc\",\n \"Editable\": true\n }\n ],\n \"TotalCount\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
438
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayServices\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Limit\": 20,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Key\": \"app\",\n \"Value\": \"learn\"\n }\n ]\n}",
439
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d9eb7e29-7800-4327-b37a-67e250dfc147\",\n \"Result\": {\n \"ServiceList\": [\n {\n \"Name\": \"service1\",\n \"ID\": \"67695fc9-6d40-4450-83b5-ea57babbad6d\",\n \"UpstreamInfo\": {\n \"Host\": \"default-67695fc9-6d40-4450-83b5-ea57babbad6d\",\n \"Targets\": [\n {\n \"Host\": \"10.0.0.121\",\n \"Port\": 18080,\n \"Weight\": 1000,\n \"Health\": \"HEALTHCHECKS_OFF\",\n \"CreatedTime\": \"2024-11-25 10:51:28\",\n \"Source\": \"\"\n }\n ],\n \"Algorithm\": \"round-robin\",\n \"HealthStatus\": \"HEALTHCHECKS_OFF\"\n },\n \"UpstreamType\": \"IPList\",\n \"Editable\": true,\n \"Tags\": [\n \"TSE-Service-Type:IPList\",\n \"TSE-Upstream-SlowStart:0\",\n \"TSE-Upstream-Algorithm:round-robin\"\n ],\n \"CreatedTime\": \"2024-10-22 16:38:26\",\n \"Path\": null\n }\n ],\n \"TotalCount\": 1\n }\n }\n}",
440
440
  "title": "查询云原生网关服务列表"
441
441
  }
442
442
  ],
@@ -452,7 +452,7 @@
452
452
  {
453
453
  "document": "",
454
454
  "input": "https://tse.tencentcloudapi.com/?Action=DescribeCloudNativeAPIGateways\n&Limit=20\n&Offset=0\n&<公共请求参数>",
455
- "output": "{\n \"Response\": {\n \"RequestId\": \"adc44984-762c-42e0-b39a-80777e5c3bcc\",\n \"Result\": {\n \"TotalCount\": 1,\n \"GatewayList\": [\n {\n \"CreateTime\": \"2021-09-09 11:52:30\",\n \"Description\": \"测试\",\n \"GatewayId\": \"gateway-7bb4fcb0\",\n \"GatewayVersion\": \"2.4.1\",\n \"Name\": \"test\",\n \"NodeConfig\": {\n \"Number\": 2,\n \"Specification\": \"1c2g\"\n },\n \"Status\": \"Creating\",\n \"Type\": \"Kong\",\n \"VpcConfig\": {\n \"SubnetId\": \"subnet-xxx\",\n \"VpcId\": \"vpc-xxx\"\n },\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ]\n }\n ]\n }\n }\n}",
455
+ "output": "{\n \"Response\": {\n \"RequestId\": \"67e07f5b-d31a-47b3-8a67-bf10e48fc1a6\",\n \"Result\": {\n \"TotalCount\": 1,\n \"GatewayList\": [\n {\n \"GatewayId\": \"gateway-dde03767\",\n \"Name\": \"公网入口网关\",\n \"IngressClassName\": \"tse-nginx-ingress\",\n \"Type\": \"kong\",\n \"GatewayVersion\": \"2.5.1\",\n \"GatewayMinorVersion\": \"\",\n \"NodeConfig\": {\n \"Specification\": \"1c2g\",\n \"Number\": 2\n },\n \"VpcConfig\": {\n \"VpcId\": \"vpc-83p0o405\",\n \"SubnetId\": \"subnet-8tzp8ugg\"\n },\n \"Description\": \"\",\n \"Status\": \"Running\",\n \"EnableCls\": false,\n \"CreateTime\": \"2024-10-08 20:27:38\",\n \"Tags\": [],\n \"TradeType\": 0,\n \"FeatureVersion\": \"PROFESSIONAL\",\n \"InternetMaxBandwidthOut\": 1,\n \"AutoRenewFlag\": 0,\n \"CurDeadline\": \"2024-10-08 20:27:38\",\n \"IsolateTime\": \"2024-10-08 20:27:38\",\n \"EnableInternet\": true,\n \"EngineRegion\": \"ap-guangzhou\",\n \"InternetPayMode\": \"TRAFFIC\",\n \"LoadBalancerType\": \"\",\n \"PublicIpAddresses\": [\n \"193.112.82.224\"\n ]\n }\n ]\n }\n }\n}",
456
456
  "title": "测试获取云原生API网关实例列表"
457
457
  }
458
458
  ],
@@ -610,23 +610,23 @@
610
610
  {
611
611
  "document": "获取云原生网关服务详情",
612
612
  "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayService\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-9abf3b70\",\n \"Name\": \"test-service\"\n}",
613
- "output": "{\n \"Response\": {\n \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\",\n \"Result\": {\n \"Name\": \"test-service\",\n \"ID\": \"77748647-7b59-4c94-853e-5a96b72cab1f\",\n \"Protocol\": \"http\",\n \"Path\": \"/\",\n \"Timeout\": 5000,\n \"Retries\": 3,\n \"Tags\": [\n \"TSE-Upstream-Type:HostIP\"\n ],\n \"UpstreamInfo\": {\n \"Host\": \"8.8.8.8\",\n \"Port\": 60,\n \"Targets\": null\n },\n \"UpstreamType\": \"HostIP\",\n \"Editable\": true\n }\n }\n}",
613
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a4f498d5-4d3a-469b-b47b-bbdf1c7b07a8\",\n \"Result\": {\n \"Name\": \"service1\",\n \"ID\": \"67695fc9-6d40-4450-83b5-ea57bazzad6d\",\n \"Protocol\": \"http\",\n \"Path\": null,\n \"Timeout\": 60000,\n \"Retries\": 5,\n \"Tags\": [\n \"TSE-Service-Type:IPList\",\n \"TSE-Upstream-SlowStart:0\",\n \"TSE-Upstream-Algorithm:round-robin\"\n ],\n \"UpstreamInfo\": {\n \"Host\": \"default-67695fc9-6d40-4450-83b5-ea57bazzad6d\",\n \"Targets\": [\n {\n \"Host\": \"10.0.0.121\",\n \"Port\": 18080,\n \"Weight\": 1000,\n \"Health\": \"HEALTHCHECKS_OFF\",\n \"CreatedTime\": \"2024-11-25 10:51:28\",\n \"Source\": \"\"\n }\n ],\n \"Algorithm\": \"round-robin\",\n \"HealthStatus\": \"HEALTHCHECKS_OFF\"\n },\n \"UpstreamType\": \"IPList\",\n \"Editable\": true,\n \"CreatedTime\": \"2024-10-22 16:38:26\"\n }\n }\n}",
614
614
  "title": "获取云原生网关服务详情"
615
615
  }
616
616
  ],
617
617
  "DescribePublicAddressConfig": [
618
618
  {
619
619
  "document": "",
620
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicAddressConfig\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"GroupId\": \"abc\"\n}",
621
- "output": "{\n \"Response\": {\n \"Result\": {\n \"GatewayId\": \"abc\",\n \"ConfigList\": [\n {\n \"Vip\": \"1.1.1.1\",\n \"InternetMaxBandwidthOut\": 1,\n \"GroupId\": \"abc\",\n \"GroupName\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
620
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicAddressConfig\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"GroupId\": \"group-4se0czf7\"\n}",
621
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"GatewayId\": \"gateway-dde03767\",\n \"ConfigList\": [\n {\n \"Vip\": \"1.1.1.1\",\n \"InternetMaxBandwidthOut\": 1,\n \"GroupId\": \"group-4se0czf7\",\n \"GroupName\": \"公网入口分组\"\n }\n ]\n },\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
622
622
  "title": "查询网关公网地址列表"
623
623
  }
624
624
  ],
625
625
  "DescribePublicNetwork": [
626
626
  {
627
627
  "document": "查询云原生API网关实例公网详情",
628
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicNetwork\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-xxxxxxxx\",\n \"GroupId\": \"greoup-xxxxxxxx\",\n \"NetworkId\": \"network-xxxxxxxx\"\n}",
629
- "output": "{\n \"Response\": {\n \"Result\": {\n \"GatewayId\": \"abc\",\n \"GroupId\": \"abc\",\n \"PublicNetwork\": {\n \"ConsoleType\": \"abc\",\n \"HttpUrl\": \"abc\",\n \"HttpsUrl\": \"abc\",\n \"NetType\": \"abc\",\n \"AdminUser\": \"abc\",\n \"AdminPassword\": \"abc\",\n \"Status\": \"abc\",\n \"AccessControl\": {\n \"Mode\": \"abc\",\n \"CidrWhiteList\": [\n \"abc\"\n ],\n \"CidrBlackList\": [\n \"abc\"\n ]\n },\n \"SubnetId\": \"abc\",\n \"VpcId\": \"abc\",\n \"Description\": \"abc\",\n \"SlaType\": \"abc\",\n \"SlaName\": \"abc\",\n \"Vip\": \"abc\",\n \"InternetMaxBandwidthOut\": 1,\n \"MultiZoneFlag\": true,\n \"MasterZoneId\": \"abc\",\n \"SlaveZoneId\": \"abc\",\n \"MasterZoneName\": \"abc\",\n \"SlaveZoneName\": \"abc\",\n \"NetworkId\": \"abc\"\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
628
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicNetwork\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"GroupId\": \"group-4se0czf7\",\n \"NetworkId\": \"network-z31df1dz\"\n}",
629
+ "output": "{\n \"Response\": {\n \"RequestId\": \"534d0349-0663-4dfa-882e-172fe893608e\",\n \"Result\": {\n \"GatewayId\": \"gateway-dde03767\",\n \"PublicNetwork\": {\n \"ConsoleType\": \"Konga\",\n \"NetType\": \"Open\",\n \"Status\": \"Open\",\n \"AccessControl\": {\n \"Mode\": \"Whitelist\",\n \"CidrWhiteList\": [\n \"0.0.0.0\"\n ],\n \"CidrBlackList\": []\n },\n \"VpcId\": \"\",\n \"SubnetId\": \"\",\n \"HttpUrl\": \"\",\n \"HttpsUrl\": \"https://gateway-dde03767-konga.gz.apigw.tencentcs.com:1337/\",\n \"AdminUser\": \"admin\",\n \"AdminPassword\": \"husdqwe1zd3sjwSIx4@\",\n \"Vip\": \"\",\n \"InternetMaxBandwidthOut\": 0,\n \"Description\": \"\",\n \"SlaType\": \"\",\n \"SlaName\": \"\",\n \"MultiZoneFlag\": false,\n \"MasterZoneId\": \"\",\n \"SlaveZoneId\": \"\",\n \"MasterZoneName\": \"\",\n \"SlaveZoneName\": \"\",\n \"NetworkId\": \"\"\n },\n \"GroupId\": \"group-4se0czf7\"\n }\n }\n}",
630
630
  "title": "查询云原生API网关实例公网详情"
631
631
  }
632
632
  ],
@@ -649,9 +649,9 @@
649
649
  "DescribeUpstreamHealthCheckConfig": [
650
650
  {
651
651
  "document": "",
652
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUpstreamHealthCheckConfig\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Name\": \"abc\"\n}",
653
- "output": "{\n \"Response\": {\n \"Result\": {\n \"EnableActiveHealthCheck\": true,\n \"ActiveHealthCheck\": {\n \"HealthyInterval\": 1,\n \"UnHealthyInterval\": 1,\n \"HttpPath\": \"abc\"\n },\n \"EnablePassiveHealthCheck\": true,\n \"PassiveHealthCheck\": {\n \"Type\": \"abc\"\n },\n \"Successes\": 1,\n \"Failures\": 1,\n \"Timeouts\": 1,\n \"HealthyHttpStatuses\": [\n 1\n ],\n \"UnhealthyHttpStatuses\": [\n 1\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
654
- "title": "demo"
652
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUpstreamHealthCheckConfig\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Name\": \"公网入口服务\"\n}",
653
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"EnableActiveHealthCheck\": true,\n \"ActiveHealthCheck\": {\n \"HealthyInterval\": 1,\n \"UnHealthyInterval\": 1,\n \"HttpPath\": \"/health\"\n },\n \"EnablePassiveHealthCheck\": true,\n \"PassiveHealthCheck\": {\n \"Type\": \"/health\"\n },\n \"Successes\": 1,\n \"Failures\": 1,\n \"Timeouts\": 1,\n \"HealthyHttpStatuses\": [\n 1\n ],\n \"UnhealthyHttpStatuses\": [\n 1\n ]\n },\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
654
+ "title": "获取云原生网关服务健康检查配置"
655
655
  }
656
656
  ],
657
657
  "DescribeWafDomains": [
@@ -705,7 +705,7 @@
705
705
  "ModifyCloudNativeAPIGatewayCanaryRule": [
706
706
  {
707
707
  "document": "编辑灰度规则",
708
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayCanaryRule\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-18f786a\",\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"Priority\": 10,\n \"CanaryRule\": {\n \"Priority\": 20,\n \"Enabled\": true,\n \"ConditionList\": [\n {\n \"Type\": \"body\",\n \"Key\": \"b1\",\n \"Operator\": \"==\",\n \"Value\": \"abc\"\n }\n ],\n \"BalancedServiceList\": [\n {\n \"ServiceID\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"ServiceName\": \"svc1\",\n \"UpstreamName\": \"\",\n \"Percent\": 10\n }\n ]\n }\n}",
708
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayCanaryRule\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"ServiceId\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"Priority\": 10,\n \"CanaryRule\": {\n \"Priority\": 20,\n \"Enabled\": true,\n \"ConditionList\": [\n {\n \"Type\": \"body\",\n \"Key\": \"app\",\n \"Operator\": \"==\",\n \"Value\": \"learn\"\n }\n ],\n \"BalancedServiceList\": [\n {\n \"ServiceID\": \"6abf620f-c6b9-4440-b90c-56c165225cfc\",\n \"ServiceName\": \"svc1\",\n \"UpstreamName\": \"upstream1\",\n \"Percent\": 10\n }\n ]\n }\n}",
709
709
  "output": "{\n \"Response\": {\n \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n }\n}",
710
710
  "title": "编辑灰度规则"
711
711
  }
@@ -721,7 +721,7 @@
721
721
  "ModifyCloudNativeAPIGatewayRoute": [
722
722
  {
723
723
  "document": "修改云原生网关路由",
724
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayRoute\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-9abf3b79\",\n \"ServiceID\": \"104dd157-5008-4d3c-9feb-4767667863ff\",\n \"RouteName\": \"route-demo\",\n \"RouteID\": \"916462a4-8ce4-4605-a7b7-66cd51c38201\",\n \"Methods\": [\n \"GET\",\n \"POST\"\n ],\n \"Hosts\": [\n \"www.baidu.com\"\n ],\n \"Paths\": [\n \"/\"\n ],\n \"PreserveHost\": true,\n \"StripPath\": false,\n \"HttpsRedirectStatusCode\": 308\n}",
724
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayRoute\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-9abf3b79\",\n \"ServiceID\": \"104dd157-5008-4d3c-9feb-4767667863ff\",\n \"RouteName\": \"route-demo\",\n \"RouteID\": \"916462a4-8ce4-4605-a7b7-66cd51c38201\",\n \"Methods\": [\n \"GET\",\n \"POST\"\n ],\n \"Hosts\": [\n \"www.baidu.com\"\n ],\n \"Paths\": [\n \"/v1/users\"\n ],\n \"PreserveHost\": true,\n \"StripPath\": false,\n \"HttpsRedirectStatusCode\": 308\n}",
725
725
  "output": "{\n \"Response\": {\n \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n }\n}",
726
726
  "title": "修改云原生网关路由"
727
727
  }
@@ -729,15 +729,15 @@
729
729
  "ModifyCloudNativeAPIGatewayRouteRateLimit": [
730
730
  {
731
731
  "document": "修改云原生网关限流插件(路由)",
732
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayRouteRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Id\": \"abc\",\n \"LimitDetail\": {\n \"Enabled\": true,\n \"QpsThresholds\": [\n {\n \"Unit\": \"second\",\n \"Max\": 10\n }\n ],\n \"Path\": \"/gag\",\n \"Header\": \"abc\",\n \"LimitBy\": \"abc\",\n \"ExternalRedis\": {\n \"RedisHost\": \"abc\",\n \"RedisPassword\": \"abc\",\n \"RedisPort\": 0,\n \"RedisTimeout\": 0\n },\n \"Policy\": \"abc\",\n \"RateLimitResponse\": {\n \"Body\": \"abc\",\n \"Headers\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"HttpStatus\": 200\n },\n \"RateLimitResponseUrl\": \"abc\",\n \"ResponseType\": \"abc\",\n \"HideClientHeaders\": true,\n \"LineUpTime\": 10,\n \"IsDelay\": true\n }\n}",
733
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
732
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayRouteRateLimit\n<公共请求参数>\n\n{\n \"Id\": \"2a212560-220a-46f6-b139-3238eb8ea041\",\n \"GatewayId\": \"gateway-dde037x1\",\n \"LimitDetail\": {\n \"Enabled\": true,\n \"QpsThresholds\": [\n {\n \"Unit\": \"second\",\n \"Max\": 10\n }\n ],\n \"Path\": \"/v1/users\",\n \"Header\": \"X-Api-Version\",\n \"LimitBy\": \"header\",\n \"ExternalRedis\": {\n \"RedisHost\": \"192.168.2.162\",\n \"RedisPassword\": \"tse@tencent\",\n \"RedisPort\": 6379,\n \"RedisTimeout\": 10\n },\n \"Policy\": \"redis\",\n \"RateLimitResponse\": {\n \"Body\": \"too many requests\",\n \"Headers\": [\n {\n \"Key\": \"app\",\n \"Value\": \"kong\"\n }\n ],\n \"HttpStatus\": 429\n },\n \"RateLimitResponseUrl\": \"http://192.168.2.165/downgrade\",\n \"ResponseType\": \"default\",\n \"HideClientHeaders\": true,\n \"IsDelay\": true,\n \"LineUpTime\": 10\n }\n}",
733
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
734
734
  "title": "修改云原生网关限流插件(路由)"
735
735
  }
736
736
  ],
737
737
  "ModifyCloudNativeAPIGatewayService": [
738
738
  {
739
739
  "document": "修改云原生网关服务",
740
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayService\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-9abf3b79\",\n \"Name\": \"test-service\",\n \"ID\": \"916462a4-8ce4-4605-a7b7-66cd51c38201\",\n \"Protocol\": \"http\",\n \"Path\": \"/\",\n \"Timeout\": 5000,\n \"Retries\": 3,\n \"UpstreamType\": \"HostIP\",\n \"UpstreamInfo\": {\n \"Host\": \"8.8.8.8\",\n \"Port\": 60\n }\n}",
740
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayService\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-9abf3b79\",\n \"Name\": \"test-service\",\n \"ID\": \"916462a4-8ce4-4605-a7b7-66cd51c38201\",\n \"Protocol\": \"http\",\n \"Path\": \"/v1/users\",\n \"Timeout\": 5000,\n \"Retries\": 3,\n \"UpstreamType\": \"HostIP\",\n \"UpstreamInfo\": {\n \"Host\": \"8.8.8.8\",\n \"Port\": 60\n }\n}",
741
741
  "output": "{\n \"Response\": {\n \"RequestId\": \"741e4e82-371d-48de-a843-867c69ff114d\"\n }\n}",
742
742
  "title": "修改云原生网关服务"
743
743
  }
@@ -745,8 +745,8 @@
745
745
  "ModifyCloudNativeAPIGatewayServiceRateLimit": [
746
746
  {
747
747
  "document": "修改云原生网关限流插件(服务)",
748
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayServiceRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Name\": \"abc\",\n \"LimitDetail\": {\n \"Enabled\": true,\n \"QpsThresholds\": [\n {\n \"Unit\": \"second\",\n \"Max\": 10\n }\n ],\n \"Path\": \"abc\",\n \"Header\": \"abc\",\n \"LimitBy\": \"abc\",\n \"ExternalRedis\": {\n \"RedisHost\": \"abc\",\n \"RedisPassword\": \"abc\",\n \"RedisPort\": 0,\n \"RedisTimeout\": 0\n },\n \"Policy\": \"abc\",\n \"RateLimitResponse\": {\n \"Body\": \"abc\",\n \"Headers\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"HttpStatus\": 0\n },\n \"RateLimitResponseUrl\": \"abc\",\n \"ResponseType\": \"abc\",\n \"HideClientHeaders\": true,\n \"LineUpTime\": 0,\n \"IsDelay\": true\n }\n}",
749
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
748
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloudNativeAPIGatewayServiceRateLimit\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde037x1\",\n \"Name\": \"公网接入网关\",\n \"LimitDetail\": {\n \"Enabled\": true,\n \"QpsThresholds\": [\n {\n \"Unit\": \"second\",\n \"Max\": 10\n }\n ],\n \"Path\": \"/v1/users\",\n \"Header\": \"X-Api-Version\",\n \"LimitBy\": \"header\",\n \"ExternalRedis\": {\n \"RedisHost\": \"192.168.2.162\",\n \"RedisPassword\": \"tse@tencent\",\n \"RedisPort\": 6379,\n \"RedisTimeout\": 10\n },\n \"Policy\": \"redis\",\n \"RateLimitResponse\": {\n \"Body\": \"too many requests\",\n \"Headers\": [\n {\n \"Key\": \"app\",\n \"Value\": \"kong\"\n }\n ],\n \"HttpStatus\": 429\n },\n \"RateLimitResponseUrl\": \"http://192.168.2.165/downgrade\",\n \"ResponseType\": \"default\",\n \"HideClientHeaders\": true,\n \"IsDelay\": true,\n \"LineUpTime\": 10\n }\n}",
749
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
750
750
  "title": "修改云原生网关限流插件(服务)"
751
751
  }
752
752
  ],
@@ -817,24 +817,24 @@
817
817
  "ModifyNetworkAccessStrategy": [
818
818
  {
819
819
  "document": "",
820
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAccessStrategy\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-xxxxx\",\n \"GroupId\": \"group-xxxxxx\",\n \"NetworkType\": \"abc\",\n \"Vip\": \"abc\",\n \"AccessControl\": {\n \"Mode\": \"abc\",\n \"CidrWhiteList\": [\n \"abc\"\n ],\n \"CidrBlackList\": [\n \"abc\"\n ]\n }\n}",
821
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
820
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkAccessStrategy\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"GroupId\": \"group-4se0czf7\",\n \"NetworkType\": \"Open\",\n \"Vip\": \"152.47.137.12\",\n \"AccessControl\": {\n \"Mode\": \"Whitelist\",\n \"CidrWhiteList\": [\n \"0.0.0.0/0\"\n ],\n \"CidrBlackList\": [\n \"0.0.0.0/0\"\n ]\n }\n}",
821
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
822
822
  "title": "修改云原生API网关实例Kong访问策略"
823
823
  }
824
824
  ],
825
825
  "ModifyNetworkBasicInfo": [
826
826
  {
827
827
  "document": "修改Kong客户端内网网络信息",
828
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkBasicInfo\n<公共请求参数>\n\n{\n \"GatewayId\": \"gatway-xxxxxx\",\n \"GroupId\": \"group-xxxxxx\",\n \"NetworkType\": \"Open\",\n \"Vip\": \"172.10.10.1\",\n \"InternetMaxBandwidthOut\": 1,\n \"Description\": \"test\"\n}",
829
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
828
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkBasicInfo\n<公共请求参数>\n\n{\n \"GatewayId\": \"gatway-dde03767\",\n \"GroupId\": \"group-4se0czf7\",\n \"NetworkType\": \"Open\",\n \"Vip\": \"172.10.10.1\",\n \"InternetMaxBandwidthOut\": 1,\n \"Description\": \"公网入口负载均衡\"\n}",
829
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
830
830
  "title": "修改网关实例网络基本信息"
831
831
  }
832
832
  ],
833
833
  "ModifyUpstreamNodeStatus": [
834
834
  {
835
835
  "document": "将上游节点置为健康",
836
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:DescribeCloudNativeAPIGatewayUpstream\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-xxxxxxxx\",\n \"ServiceName\": \"test\",\n \"Host\": \"10.0.0.1\",\n \"Port\": \"8080\",\n \"Status\": \"HEALTHY\"\n}",
837
- "output": "{\n \"Response\": {\n \"RequestId\": \"xxxx-xxxx-xxxx-xxxx\"\n }\n}",
836
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:DescribeCloudNativeAPIGatewayUpstream\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"ServiceName\": \"service1\",\n \"Host\": \"10.0.0.1\",\n \"Port\": \"8080\",\n \"Status\": \"HEALTHY\"\n}",
837
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
838
838
  "title": "将上游节点置为健康"
839
839
  }
840
840
  ],
@@ -881,8 +881,8 @@
881
881
  "UpdateCloudNativeAPIGatewayCertificateInfo": [
882
882
  {
883
883
  "document": "修改云原生网关证书信息",
884
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCloudNativeAPIGatewayCertificateInfo\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Id\": \"abc\",\n \"Name\": \"abc\",\n \"BindDomains\": [\n \"abc\"\n ]\n}",
885
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
884
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCloudNativeAPIGatewayCertificateInfo\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Id\": \"2a212560-220a-46f6-b139-3238eb8ea041\",\n \"Name\": \"tencent\",\n \"BindDomains\": [\n \"tencent.com\"\n ]\n}",
885
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
886
886
  "title": "修改云原生网关证书信息"
887
887
  }
888
888
  ],
@@ -905,9 +905,9 @@
905
905
  "UpdateUpstreamHealthCheckConfig": [
906
906
  {
907
907
  "document": "",
908
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUpstreamHealthCheckConfig\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"Name\": \"abc\",\n \"HealthCheckConfig\": {\n \"EnableActiveHealthCheck\": true,\n \"ActiveHealthCheck\": {\n \"HealthyInterval\": 1,\n \"UnHealthyInterval\": 1,\n \"HttpPath\": \"abc\"\n },\n \"EnablePassiveHealthCheck\": true,\n \"PassiveHealthCheck\": {\n \"Type\": \"abc\"\n },\n \"Successes\": 1,\n \"Failures\": 1,\n \"Timeouts\": 1,\n \"HealthyHttpStatuses\": [\n 1\n ],\n \"UnhealthyHttpStatuses\": [\n 1\n ]\n }\n}",
909
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
910
- "title": "demo"
908
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateUpstreamHealthCheckConfig\n<公共请求参数>\n\n{\n \"GatewayId\": \"gateway-dde03767\",\n \"Name\": \"公网入口\",\n \"HealthCheckConfig\": {\n \"EnableActiveHealthCheck\": true,\n \"ActiveHealthCheck\": {\n \"HealthyInterval\": 1,\n \"UnHealthyInterval\": 1,\n \"HttpPath\": \"/v1/users\"\n },\n \"EnablePassiveHealthCheck\": true,\n \"PassiveHealthCheck\": {\n \"Type\": \"http\"\n },\n \"Successes\": 1,\n \"Failures\": 1,\n \"Timeouts\": 1,\n \"HealthyHttpStatuses\": [\n 1\n ],\n \"UnhealthyHttpStatuses\": [\n 1\n ]\n }\n}",
909
+ "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
910
+ "title": "更新云原生网关健康检查配置"
911
911
  }
912
912
  ],
913
913
  "UpdateUpstreamTargets": [
@@ -2619,7 +2619,7 @@
2619
2619
  "status": "online"
2620
2620
  },
2621
2621
  "UnlockCcns": {
2622
- "document": "本接口(UnlockCcns)用于解锁云联网实例\n\n该接口一般用来解封禁出口限速的云联网实例, 目前联通内部运营系统通过云API调用, 因为出口限速无法按地域间解封禁, 只能按更粗的云联网实例粒度解封禁, 如果是地域间限速, 一般可以通过更细的限速实例粒度解封禁(UnlockCcnBandwidths)\n\n如有需要, 可以封禁任意限速实例, 可接入到内部运营系统\n\n",
2622
+ "document": "本接口(UnlockCcns)用于解锁云联网实例\n\n该接口一般用来解封禁出口限速的云联网实例, 目前联通内部运营系统通过云API调用, 因为出口限速无法按地域间解封禁, 只能按更粗的云联网实例粒度解封禁, 如果是地域间限速, 一般可以通过更细的限速实例粒度解封禁(UnlockCcnBandwidths)\n\n如有需要, 可以封禁任意限速实例, 可接入到内部运营系统",
2623
2623
  "input": "UnlockCcnsRequest",
2624
2624
  "name": "安全解锁云联网实例",
2625
2625
  "output": "UnlockCcnsResponse",
@@ -5580,32 +5580,29 @@
5580
5580
  {
5581
5581
  "disabled": false,
5582
5582
  "document": "带宽所属的云联网ID。",
5583
- "example": "",
5583
+ "example": "ccn-2caehl6h",
5584
5584
  "member": "string",
5585
5585
  "name": "CcnId",
5586
5586
  "required": true,
5587
- "type": "string",
5588
- "value_allowed_null": true
5587
+ "type": "string"
5589
5588
  },
5590
5589
  {
5591
5590
  "disabled": false,
5592
5591
  "document": "实例所属用户主账号ID。",
5593
- "example": "",
5592
+ "example": "201111300001",
5594
5593
  "member": "string",
5595
5594
  "name": "UserAccountID",
5596
5595
  "required": true,
5597
- "type": "string",
5598
- "value_allowed_null": true
5596
+ "type": "string"
5599
5597
  },
5600
5598
  {
5601
5599
  "disabled": false,
5602
5600
  "document": "带宽实例的唯一ID。作为`UnlockCcnBandwidths`接口和`LockCcnBandwidths`接口的入参时,该字段必传。",
5603
- "example": "",
5601
+ "example": "fcr-ceah9fdm",
5604
5602
  "member": "string",
5605
5603
  "name": "RegionFlowControlId",
5606
5604
  "required": false,
5607
- "type": "string",
5608
- "value_allowed_null": true
5605
+ "type": "string"
5609
5606
  }
5610
5607
  ],
5611
5608
  "usage": "in"
@@ -6231,25 +6228,25 @@
6231
6228
  },
6232
6229
  {
6233
6230
  "disabled": false,
6234
- "document": "as-path操作\n注意:此字段可能返回 null,表示取不到有效值。",
6231
+ "document": "as-path操作",
6235
6232
  "example": "无",
6236
6233
  "member": "string",
6237
6234
  "name": "OperateAsPath",
6238
6235
  "output_required": false,
6239
6236
  "required": false,
6240
6237
  "type": "string",
6241
- "value_allowed_null": true
6238
+ "value_allowed_null": false
6242
6239
  },
6243
6240
  {
6244
6241
  "disabled": false,
6245
- "document": "as-path操作模式\n注意:此字段可能返回 null,表示取不到有效值。",
6242
+ "document": "as-path操作模式",
6246
6243
  "example": "无",
6247
6244
  "member": "string",
6248
6245
  "name": "AsPathOperateMode",
6249
6246
  "output_required": false,
6250
6247
  "required": false,
6251
6248
  "type": "string",
6252
- "value_allowed_null": true
6249
+ "value_allowed_null": false
6253
6250
  }
6254
6251
  ],
6255
6252
  "usage": "both"
@@ -24681,13 +24678,13 @@
24681
24678
  "members": [
24682
24679
  {
24683
24680
  "disabled": false,
24684
- "document": "辅助CIDR数组。\n注意:此字段可能返回 null,表示取不到有效值。",
24681
+ "document": "辅助CIDR数组。",
24685
24682
  "example": "[{\"VpcId\": \"vpc-nswq8wkq\", \"CidrBlock\": \"172.16.1.0/24\", \"AssistantType\": 0, \"Region\": \"ap-guangzhou\", \"SubnetSet\": []}]",
24686
24683
  "member": "AssistantCidr",
24687
24684
  "name": "AssistantCidrSet",
24688
24685
  "output_required": true,
24689
24686
  "type": "list",
24690
- "value_allowed_null": true
24687
+ "value_allowed_null": false
24691
24688
  },
24692
24689
  {
24693
24690
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -3193,7 +3193,7 @@
3193
3193
  "ReplaceCcnRouteTableInputPolicys": [
3194
3194
  {
3195
3195
  "document": "替换路由表接收策略",
3196
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceCcnRouteTableInputPolicys\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-rxz9krjj\",\n \"RouteTableId\": \"ccnrtb-63ujxv2h\",\n \"Policys\": [\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"VPNGW\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"accept\",\n \"Description\": \"\"\n }\n ]\n}",
3196
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaceCcnRouteTableInputPolicys\n<公共请求参数>\n\n{\n \"CcnId\": \"ccn-rxz9krjj\",\n \"RouteTableId\": \"ccnrtb-63ujxv2h\",\n \"Policys\": [\n {\n \"RouteConditions\": [\n {\n \"Name\": \"instance-type\",\n \"Values\": [\n \"VPNGW\"\n ],\n \"MatchPattern\": 1\n }\n ],\n \"Action\": \"accept\",\n \"Description\": \"input policys\"\n }\n ]\n}",
3197
3197
  "output": "{\n \"Response\": {\n \"RequestId\": \"82f40ff4-5ecf-4d7a-8081-18a652f38728\"\n }\n}",
3198
3198
  "title": "ReplaceCcnRouteTableInputPolicys"
3199
3199
  }
@@ -44546,7 +44546,7 @@
44546
44546
  },
44547
44547
  {
44548
44548
  "disabled": false,
44549
- "document": "数语的ip",
44549
+ "document": "数语的公网访问ip",
44550
44550
  "example": "140.xx.xx.xx",
44551
44551
  "member": "string",
44552
44552
  "name": "Ip",
@@ -44555,7 +44555,7 @@
44555
44555
  },
44556
44556
  {
44557
44557
  "disabled": false,
44558
- "document": "数语的端口",
44558
+ "document": "数语的公网访问端口",
44559
44559
  "example": "18091",
44560
44560
  "member": "uint64",
44561
44561
  "name": "Port",
@@ -44597,6 +44597,51 @@
44597
44597
  "name": "OwnId",
44598
44598
  "required": false,
44599
44599
  "type": "string"
44600
+ },
44601
+ {
44602
+ "disabled": false,
44603
+ "document": "VpcId",
44604
+ "example": "vpc-96zopisr",
44605
+ "member": "string",
44606
+ "name": "VpcId",
44607
+ "required": false,
44608
+ "type": "string"
44609
+ },
44610
+ {
44611
+ "disabled": false,
44612
+ "document": "Vpc地域",
44613
+ "example": "ap-beijing",
44614
+ "member": "string",
44615
+ "name": "VpcRegion",
44616
+ "required": false,
44617
+ "type": "string"
44618
+ },
44619
+ {
44620
+ "disabled": false,
44621
+ "document": "数语的内网访问ip",
44622
+ "example": "10.xx.xx.xx",
44623
+ "member": "string",
44624
+ "name": "Pip",
44625
+ "required": false,
44626
+ "type": "string"
44627
+ },
44628
+ {
44629
+ "disabled": false,
44630
+ "document": "数语的内网访问端口",
44631
+ "example": "18091",
44632
+ "member": "uint64",
44633
+ "name": "Pport",
44634
+ "required": false,
44635
+ "type": "int"
44636
+ },
44637
+ {
44638
+ "disabled": false,
44639
+ "document": "是否开放公网访问数语, 1:是,0:否,默认1开放",
44640
+ "example": "1",
44641
+ "member": "uint64",
44642
+ "name": "IsPublic",
44643
+ "required": false,
44644
+ "type": "int"
44600
44645
  }
44601
44646
  ],
44602
44647
  "type": "object"
@@ -2033,7 +2033,7 @@
2033
2033
  "UpdateDataModelRegistryInfo": [
2034
2034
  {
2035
2035
  "document": "更新数语信息,入参传入ip和端口",
2036
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataModelRegistryInfo\n<公共请求参数>\n\n{\n \"CloudappId\": \"cloudapp-x3hadra3\",\n \"AppCamRole\": \"4000000001321\",\n \"AppCamRoleId\": \"4000000001321\",\n \"Ip\": \"10.2.3.4\",\n \"Port\": 18091\n}",
2036
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataModelRegistryInfo\n<公共请求参数>\n\n{\n \"CloudappId\": \"cloudapp-x3hadra3\",\n \"AppCamRole\": \"Cloudapp_x3HADRA3_Role\",\n \"AppCamRoleId\": \"4000000001321\",\n \"Ip\": \"10.2.3.4\",\n \"Port\": 18091,\n \"VpcId\": \"vpc-96zopisr\",\n \"VpcRegion\": \"ap-beijing\",\n \"Pip\": \"10.2.3.4\",\n \"Pport\": 18091,\n \"IsPublic\": 1\n}",
2037
2037
  "output": "{\n \"RequestId\": \"176da6c4-d9a5-450a-a11b-b64acd4faa60\",\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"176da6c4-d9a5-450a-a11b-b64acd4faa60\"\n }\n}",
2038
2038
  "title": "更新数语信息,入参传入ip和端口"
2039
2039
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1219.1
3
+ Version: 3.0.1221.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1219
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1221
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介