tccli-intl-en 3.1.3.1__py2.py3-none-any.whl → 3.1.5.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17055,7 +17055,7 @@
17055
17055
  },
17056
17056
  {
17057
17057
  "disabled": false,
17058
- "document": "Tls version settings, valid values:.\n<Li>`TLSv1`: tlsv1 version;</li>.\n<li>`TLSv1.1`: TLSv1.1 version;</li>.\n<li>TLSv1.2: specifies the TLSv1.2 version.</li>.\n<Li>TLSv1.3: specifies the TLSv1.3 version. consecutive versions must be enabled when modifying.</li>.",
17058
+ "document": "Tls version settings. valid values:.\n<Li>TLSv1: specifies the tlsv1 version.</li>.\n<Li>TLSv1.1: specifies the tlsv1.1 version.</li>.\n<Li>TLSv1.2: specifies the tlsv1.2 version.</li>.\n<Li>TLSv1.3: specifies the tlsv1.3 version. consecutive versions must be enabled when modifying.</li>.",
17059
17059
  "example": "[\"TLSv1\", \"TLSv1.1\"]",
17060
17060
  "member": "string",
17061
17061
  "name": "TlsVersion",
@@ -18876,7 +18876,7 @@
18876
18876
  },
18877
18877
  {
18878
18878
  "disabled": false,
18879
- "document": "Specifies the maximum amount of time (in seconds). Value range: 0 to 315360000.\nNote: The value `0` means not to cache.",
18879
+ "document": "MaxAge specifies the time setting in seconds. value range: 0315360000.\nSpecifies the time when the cache is disabled if set to 0.",
18880
18880
  "example": "600",
18881
18881
  "member": "int64",
18882
18882
  "name": "MaxAgeTime",
@@ -21605,6 +21605,15 @@
21605
21605
  "required": false,
21606
21606
  "type": "object"
21607
21607
  },
21608
+ {
21609
+ "disabled": false,
21610
+ "document": "Network Error Logging configuration. The original configuration will apply if it is not specified.",
21611
+ "example": "无",
21612
+ "member": "NetworkErrorLogging",
21613
+ "name": "NetworkErrorLogging",
21614
+ "required": false,
21615
+ "type": "object"
21616
+ },
21608
21617
  {
21609
21618
  "disabled": false,
21610
21619
  "document": "Image optimization. \nIt is disabled if this parameter is not specified.",
@@ -21981,6 +21990,40 @@
21981
21990
  ],
21982
21991
  "usage": "both"
21983
21992
  },
21993
+ "NetworkErrorLogging": {
21994
+ "document": "Network Error Logging configuration.",
21995
+ "members": [
21996
+ {
21997
+ "disabled": false,
21998
+ "document": "Specifies whether the Network Error Logging configuration is enabled. Valid values:.\n<li>`on`: Enable;</li>\n<li>`off`: Disable.</li>",
21999
+ "example": "on",
22000
+ "member": "string",
22001
+ "name": "Switch",
22002
+ "output_required": true,
22003
+ "required": true,
22004
+ "type": "string",
22005
+ "value_allowed_null": false
22006
+ }
22007
+ ],
22008
+ "usage": "both"
22009
+ },
22010
+ "NetworkErrorLoggingParameters": {
22011
+ "document": "Network Error Logging configuration.",
22012
+ "members": [
22013
+ {
22014
+ "disabled": false,
22015
+ "document": "Specifies whether Network Error Logging configuration is enabled. Valid values:\n<li>`on`: Enable;</li>\n<li>`off`: Disable.</li>",
22016
+ "example": "on",
22017
+ "member": "string",
22018
+ "name": "Switch",
22019
+ "output_required": false,
22020
+ "required": false,
22021
+ "type": "string",
22022
+ "value_allowed_null": false
22023
+ }
22024
+ ],
22025
+ "usage": "both"
22026
+ },
21984
22027
  "NextOriginACL": {
21985
22028
  "document": "When origin ACLs are updated, this field will be returned with the next version of the IP range to take effect, including a comparison with the currently effective IP range.",
21986
22029
  "members": [
@@ -23409,7 +23452,7 @@
23409
23452
  },
23410
23453
  {
23411
23454
  "disabled": false,
23412
- "document": "Maximum limit.Takes effect only when Switch is on. Range:1 MB - 800 MB (bytes).",
23455
+ "document": "Specifies the maximum limit. this field is valid only when Switch is on. value range: 1MB to 800MB. unit: byte.",
23413
23456
  "example": "10000000",
23414
23457
  "member": "int64",
23415
23458
  "name": "MaxSize",
@@ -23437,7 +23480,7 @@
23437
23480
  },
23438
23481
  {
23439
23482
  "disabled": false,
23440
- "document": "Maximum size of the file uploaded for streaming via a post request. Takes effect only when Switch is on. Range: 1 MB - 800 MB (bytes).",
23483
+ "document": "Specifies the maximum limit for file streaming transmission in POST request upload. this field is valid only when Switch is on. value range: 1MB to 800MB. unit: byte.",
23441
23484
  "example": "10000000",
23442
23485
  "member": "int64",
23443
23486
  "name": "MaxSize",
@@ -28633,6 +28676,17 @@
28633
28676
  "type": "object",
28634
28677
  "value_allowed_null": true
28635
28678
  },
28679
+ {
28680
+ "disabled": false,
28681
+ "document": "Network Error Logging configuration.\nNote: This field may return null, which indicates a failure to obtain a valid value.",
28682
+ "example": "无",
28683
+ "member": "NetworkErrorLoggingParameters",
28684
+ "name": "NetworkErrorLogging",
28685
+ "output_required": false,
28686
+ "required": false,
28687
+ "type": "object",
28688
+ "value_allowed_null": true
28689
+ },
28636
28690
  {
28637
28691
  "disabled": false,
28638
28692
  "document": "Accelerate optimization and configuration in mainland china.\nNote: this field may return null, which indicates a failure to obtain a valid value.",
@@ -28926,6 +28980,16 @@
28926
28980
  "type": "object",
28927
28981
  "value_allowed_null": true
28928
28982
  },
28983
+ {
28984
+ "disabled": false,
28985
+ "document": "Network Error Logging configuration.\nNote: This field may return `null`, indicating that no valid value can be obtained.",
28986
+ "example": "无",
28987
+ "member": "NetworkErrorLogging",
28988
+ "name": "NetworkErrorLogging",
28989
+ "output_required": true,
28990
+ "type": "object",
28991
+ "value_allowed_null": true
28992
+ },
28929
28993
  {
28930
28994
  "disabled": false,
28931
28995
  "document": "Image optimization configuration. \nNote: This field may return `null`, indicating that no valid value was found.",
@@ -986,10 +986,10 @@
986
986
  ],
987
987
  "DescribeL7AccSetting": [
988
988
  {
989
- "document": "Query the global acceleration configuration of the site.",
989
+ "document": "This example shows you how to query the global configuration information for site acceleration.",
990
990
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeL7AccSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\"\n}",
991
- "output": "{\n \"Response\": {\n \"RequestId\": \"88215c08-67de-4c7d-974e-a14461816f5b\",\n \"ZoneSetting\": {\n \"ZoneName\": \"example.com\",\n \"ZoneConfig\": {\n \"SmartRouting\": {\n \"Switch\": \"off\"\n },\n \"Cache\": {\n \"CustomTime\": {\n \"CacheTime\": 2592000,\n \"Switch\": \"off\"\n },\n \"FollowOrigin\": {\n \"DefaultCache\": \"on\",\n \"DefaultCacheStrategy\": \"on\",\n \"DefaultCacheTime\": 0,\n \"Switch\": \"on\"\n },\n \"NoCache\": {\n \"Switch\": \"off\"\n }\n },\n \"MaxAge\": {\n \"FollowOrigin\": \"on\",\n \"CacheTime\": 600\n },\n \"CacheKey\": {\n \"FullURLCache\": \"on\",\n \"IgnoreCase\": \"off\",\n \"QueryString\": {\n \"Action\": \"includeCustom\",\n \"Switch\": \"off\",\n \"Values\": []\n }\n },\n \"CachePrefresh\": {\n \"CacheTimePercent\": 90,\n \"Switch\": \"off\"\n },\n \"OfflineCache\": {\n \"Switch\": \"on\"\n },\n \"Compression\": {\n \"Algorithms\": [\n \"brotli\",\n \"gzip\"\n ],\n \"Switch\": \"on\"\n },\n \"ForceRedirectHTTPS\": {\n \"RedirectStatusCode\": 302,\n \"Switch\": \"off\"\n },\n \"HSTS\": {\n \"IncludeSubDomains\": \"off\",\n \"Timeout\": 0,\n \"Preload\": \"off\",\n \"Switch\": \"off\"\n },\n \"TLSConfig\": {\n \"Version\": [\n \"TLSv1\",\n \"TLSv1.1\",\n \"TLSv1.2\",\n \"TLSv1.3\"\n ],\n \"CipherSuite\": \"loose-v2023\"\n },\n \"OCSPStapling\": {\n \"Switch\": \"off\"\n },\n \"HTTP2\": {\n \"Switch\": \"off\"\n },\n \"QUIC\": {\n \"Switch\": \"off\"\n },\n \"UpstreamHTTP2\": {\n \"Switch\": \"off\"\n },\n \"IPv6\": {\n \"Switch\": \"off\"\n },\n \"WebSocket\": {\n \"Switch\": \"off\",\n \"Timeout\": 30\n },\n \"PostMaxSize\": {\n \"MaxSize\": 524288000,\n \"Switch\": \"on\"\n },\n \"ClientIPHeader\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"ClientIPCountry\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"Grpc\": {\n \"Switch\": \"off\"\n },\n \"AccelerateMainland\": {\n \"Switch\": \"off\"\n },\n \"StandardDebug\": {\n \"AllowClientIPList\": [],\n \"Expires\": \"1969-12-31T16:00:00Z\",\n \"Switch\": \"off\"\n }\n }\n }\n }\n}",
992
- "title": "Query the Site Configuration For Layer-7 Acceleration"
991
+ "output": "{\n \"Response\": {\n \"RequestId\": \"88215c08-67de-4c7d-974e-a14461816f5b\",\n \"ZoneSetting\": {\n \"ZoneName\": \"example.com\",\n \"ZoneConfig\": {\n \"SmartRouting\": {\n \"Switch\": \"off\"\n },\n \"Cache\": {\n \"CustomTime\": {\n \"CacheTime\": 2592000,\n \"Switch\": \"off\"\n },\n \"FollowOrigin\": {\n \"DefaultCache\": \"on\",\n \"DefaultCacheStrategy\": \"on\",\n \"DefaultCacheTime\": 0,\n \"Switch\": \"on\"\n },\n \"NoCache\": {\n \"Switch\": \"off\"\n }\n },\n \"MaxAge\": {\n \"FollowOrigin\": \"on\",\n \"CacheTime\": 600\n },\n \"CacheKey\": {\n \"FullURLCache\": \"on\",\n \"IgnoreCase\": \"off\",\n \"QueryString\": {\n \"Action\": \"includeCustom\",\n \"Switch\": \"off\",\n \"Values\": []\n }\n },\n \"CachePrefresh\": {\n \"CacheTimePercent\": 90,\n \"Switch\": \"off\"\n },\n \"OfflineCache\": {\n \"Switch\": \"on\"\n },\n \"Compression\": {\n \"Algorithms\": [\n \"brotli\",\n \"gzip\"\n ],\n \"Switch\": \"on\"\n },\n \"ForceRedirectHTTPS\": {\n \"RedirectStatusCode\": 302,\n \"Switch\": \"off\"\n },\n \"HSTS\": {\n \"IncludeSubDomains\": \"off\",\n \"Timeout\": 0,\n \"Preload\": \"off\",\n \"Switch\": \"off\"\n },\n \"TLSConfig\": {\n \"Version\": [\n \"TLSv1\",\n \"TLSv1.1\",\n \"TLSv1.2\",\n \"TLSv1.3\"\n ],\n \"CipherSuite\": \"loose-v2023\"\n },\n \"OCSPStapling\": {\n \"Switch\": \"off\"\n },\n \"HTTP2\": {\n \"Switch\": \"off\"\n },\n \"QUIC\": {\n \"Switch\": \"off\"\n },\n \"UpstreamHTTP2\": {\n \"Switch\": \"off\"\n },\n \"IPv6\": {\n \"Switch\": \"off\"\n },\n \"WebSocket\": {\n \"Switch\": \"off\",\n \"Timeout\": 30\n },\n \"PostMaxSize\": {\n \"MaxSize\": 524288000,\n \"Switch\": \"on\"\n },\n \"ClientIPHeader\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"ClientIPCountry\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"Grpc\": {\n \"Switch\": \"off\"\n },\n \"NetworkErrorLogging\": {\n \"Switch\": \"on\"\n },\n \"AccelerateMainland\": {\n \"Switch\": \"off\"\n },\n \"StandardDebug\": {\n \"AllowClientIPList\": [],\n \"Expires\": \"1969-12-31T16:00:00Z\",\n \"Switch\": \"off\"\n }\n }\n }\n }\n}",
992
+ "title": "Querying Layer-7 Acceleration Site Configuration"
993
993
  }
994
994
  ],
995
995
  "DescribeLoadBalancerList": [
@@ -1324,7 +1324,7 @@
1324
1324
  {
1325
1325
  "document": " ",
1326
1326
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZoneSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\"\n}",
1327
- "output": "{\n \"Response\": {\n \"RequestId\": \"88215c08-67de-4c7d-974e-a14461816f5b\",\n \"ZoneSetting\": {\n \"AccelerateMainland\": {\n \"Switch\": \"off\"\n },\n \"Area\": \"global\",\n \"CacheConfig\": {\n \"Cache\": {\n \"CacheTime\": 2592000,\n \"Switch\": \"off\"\n },\n \"FollowOrigin\": {\n \"DefaultCache\": \"on\",\n \"DefaultCacheStrategy\": \"on\",\n \"DefaultCacheTime\": 0,\n \"Switch\": \"on\"\n },\n \"NoCache\": {\n \"Switch\": \"off\"\n }\n },\n \"CacheKey\": {\n \"FullUrlCache\": \"on\",\n \"IgnoreCase\": \"off\",\n \"QueryString\": {\n \"Action\": \"includeCustom\",\n \"Switch\": \"off\",\n \"Value\": []\n }\n },\n \"CachePrefresh\": {\n \"Percent\": 90,\n \"Switch\": \"off\"\n },\n \"ClientIpCountry\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"ClientIpHeader\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"Compression\": {\n \"Algorithms\": [\n \"brotli\",\n \"gzip\"\n ],\n \"Switch\": \"on\"\n },\n \"ForceRedirect\": {\n \"RedirectStatusCode\": 302,\n \"Switch\": \"off\"\n },\n \"Grpc\": {\n \"Switch\": \"off\"\n },\n \"Https\": {\n \"ApplyType\": \"none\",\n \"CertInfo\": [],\n \"CipherSuite\": \"loose-v2023\",\n \"Hsts\": {\n \"IncludeSubDomains\": \"off\",\n \"MaxAge\": 0,\n \"Preload\": \"off\",\n \"Switch\": \"off\"\n },\n \"Http2\": \"on\",\n \"OcspStapling\": \"off\",\n \"TlsVersion\": [\n \"TLSv1\",\n \"TLSv1.1\",\n \"TLSv1.2\",\n \"TLSv1.3\"\n ]\n },\n \"ImageOptimize\": {\n \"Switch\": \"off\"\n },\n \"Ipv6\": {\n \"Switch\": \"off\"\n },\n \"MaxAge\": {\n \"FollowOrigin\": \"on\",\n \"MaxAgeTime\": 600\n },\n \"OfflineCache\": {\n \"Switch\": \"on\"\n },\n \"Origin\": {\n \"Origins\": [\n \"30.12.34.23\"\n ],\n \"BackupOrigins\": [\n \"30.12.34.11\"\n ],\n \"OriginPullProtocol\": \"follow\",\n \"CosPrivateAccess\": \"off\"\n },\n \"PostMaxSize\": {\n \"MaxSize\": 524288000,\n \"Switch\": \"on\"\n },\n \"Quic\": {\n \"Switch\": \"off\"\n },\n \"SmartRouting\": {\n \"Switch\": \"off\"\n },\n \"StandardDebug\": {\n \"AllowClientIPList\": [],\n \"ExpireTime\": \"1969-12-31T16:00:00Z\",\n \"Switch\": \"off\"\n },\n \"UpstreamHttp2\": {\n \"Switch\": \"off\"\n },\n \"WebSocket\": {\n \"Switch\": \"off\",\n \"Timeout\": 30\n },\n \"JITVideoProcess\": {\n \"Switch\": \"off\"\n },\n \"ZoneName\": \"wxlagame.com\"\n }\n }\n}",
1327
+ "output": "{\n \"Response\": {\n \"RequestId\": \"88215c08-67de-4c7d-974e-a14461816f5b\",\n \"ZoneSetting\": {\n \"AccelerateMainland\": {\n \"Switch\": \"off\"\n },\n \"Area\": \"global\",\n \"CacheConfig\": {\n \"Cache\": {\n \"CacheTime\": 2592000,\n \"Switch\": \"off\"\n },\n \"FollowOrigin\": {\n \"DefaultCache\": \"on\",\n \"DefaultCacheStrategy\": \"on\",\n \"DefaultCacheTime\": 0,\n \"Switch\": \"on\"\n },\n \"NoCache\": {\n \"Switch\": \"off\"\n }\n },\n \"CacheKey\": {\n \"FullUrlCache\": \"on\",\n \"IgnoreCase\": \"off\",\n \"QueryString\": {\n \"Action\": \"includeCustom\",\n \"Switch\": \"off\",\n \"Value\": []\n }\n },\n \"CachePrefresh\": {\n \"Percent\": 90,\n \"Switch\": \"off\"\n },\n \"ClientIpCountry\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"ClientIpHeader\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"Compression\": {\n \"Algorithms\": [\n \"brotli\",\n \"gzip\"\n ],\n \"Switch\": \"on\"\n },\n \"ForceRedirect\": {\n \"RedirectStatusCode\": 302,\n \"Switch\": \"off\"\n },\n \"Grpc\": {\n \"Switch\": \"off\"\n },\n \"NetworkErrorLogging\": {\n \"Switch\": \"on\"\n },\n \"Https\": {\n \"ApplyType\": \"none\",\n \"CertInfo\": [],\n \"CipherSuite\": \"loose-v2023\",\n \"Hsts\": {\n \"IncludeSubDomains\": \"off\",\n \"MaxAge\": 0,\n \"Preload\": \"off\",\n \"Switch\": \"off\"\n },\n \"Http2\": \"on\",\n \"OcspStapling\": \"off\",\n \"TlsVersion\": [\n \"TLSv1\",\n \"TLSv1.1\",\n \"TLSv1.2\",\n \"TLSv1.3\"\n ]\n },\n \"ImageOptimize\": {\n \"Switch\": \"off\"\n },\n \"Ipv6\": {\n \"Switch\": \"off\"\n },\n \"MaxAge\": {\n \"FollowOrigin\": \"on\",\n \"MaxAgeTime\": 600\n },\n \"OfflineCache\": {\n \"Switch\": \"on\"\n },\n \"Origin\": {\n \"Origins\": [\n \"30.12.34.23\"\n ],\n \"BackupOrigins\": [\n \"30.12.34.11\"\n ],\n \"OriginPullProtocol\": \"follow\",\n \"CosPrivateAccess\": \"off\"\n },\n \"PostMaxSize\": {\n \"MaxSize\": 524288000,\n \"Switch\": \"on\"\n },\n \"Quic\": {\n \"Switch\": \"off\"\n },\n \"SmartRouting\": {\n \"Switch\": \"off\"\n },\n \"StandardDebug\": {\n \"AllowClientIPList\": [],\n \"ExpireTime\": \"1969-12-31T16:00:00Z\",\n \"Switch\": \"off\"\n },\n \"UpstreamHttp2\": {\n \"Switch\": \"off\"\n },\n \"WebSocket\": {\n \"Switch\": \"off\",\n \"Timeout\": 30\n },\n \"JITVideoProcess\": {\n \"Switch\": \"off\"\n },\n \"ZoneName\": \"wxlagame.com\"\n }\n }\n}",
1328
1328
  "title": "Querying Site Configuration"
1329
1329
  }
1330
1330
  ],
@@ -1692,28 +1692,28 @@
1692
1692
  ],
1693
1693
  "ModifyL7AccSetting": [
1694
1694
  {
1695
- "document": "Modify the global acceleration configuration of the site.",
1696
- "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyL7AccSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"ZoneConfig\": {\n \"SmartRouting\": {\n \"Switch\": \"on\"\n },\n \"Cache\": {\n \"CustomTime\": {\n \"CacheTime\": 2592000,\n \"Switch\": \"off\"\n },\n \"FollowOrigin\": {\n \"DefaultCache\": \"on\",\n \"DefaultCacheStrategy\": \"on\",\n \"DefaultCacheTime\": 0,\n \"Switch\": \"on\"\n },\n \"NoCache\": {\n \"Switch\": \"off\"\n }\n },\n \"MaxAge\": {\n \"FollowOrigin\": \"on\",\n \"CacheTime\": 600\n },\n \"CacheKey\": {\n \"FullURLCache\": \"on\",\n \"IgnoreCase\": \"off\",\n \"QueryString\": {\n \"Action\": \"includeCustom\",\n \"Switch\": \"off\",\n \"Values\": []\n }\n },\n \"CachePrefresh\": {\n \"CacheTimePercent\": 90,\n \"Switch\": \"on\"\n },\n \"OfflineCache\": {\n \"Switch\": \"on\"\n },\n \"Compression\": {\n \"Algorithms\": [\n \"brotli\",\n \"gzip\"\n ],\n \"Switch\": \"on\"\n },\n \"ForceRedirectHTTPS\": {\n \"RedirectStatusCode\": 302,\n \"Switch\": \"off\"\n },\n \"HSTS\": {\n \"IncludeSubDomains\": \"off\",\n \"Timeout\": 0,\n \"Preload\": \"off\",\n \"Switch\": \"off\"\n },\n \"TLSConfig\": {\n \"Version\": [\n \"TLSv1\",\n \"TLSv1.1\",\n \"TLSv1.2\",\n \"TLSv1.3\"\n ],\n \"CipherSuite\": \"loose-v2023\"\n },\n \"OCSPStapling\": {\n \"Switch\": \"off\"\n },\n \"HTTP2\": {\n \"Switch\": \"off\"\n },\n \"QUIC\": {\n \"Switch\": \"off\"\n },\n \"UpstreamHTTP2\": {\n \"Switch\": \"off\"\n },\n \"IPv6\": {\n \"Switch\": \"off\"\n },\n \"WebSocket\": {\n \"Switch\": \"off\",\n \"Timeout\": 30\n },\n \"PostMaxSize\": {\n \"MaxSize\": 524288000,\n \"Switch\": \"on\"\n },\n \"ClientIPHeader\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"ClientIPCountry\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"Grpc\": {\n \"Switch\": \"off\"\n },\n \"AccelerateMainland\": {\n \"Switch\": \"off\"\n },\n \"StandardDebug\": {\n \"AllowClientIPList\": [],\n \"Expires\": \"1969-12-31T16:00:00Z\",\n \"Switch\": \"off\"\n }\n }\n}",
1695
+ "document": "This example shows you how to modify the global configuration for site acceleration.",
1696
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyL7AccSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"ZoneConfig\": {\n \"SmartRouting\": {\n \"Switch\": \"on\"\n },\n \"Cache\": {\n \"CustomTime\": {\n \"CacheTime\": 2592000,\n \"Switch\": \"off\"\n },\n \"FollowOrigin\": {\n \"DefaultCache\": \"on\",\n \"DefaultCacheStrategy\": \"on\",\n \"DefaultCacheTime\": 0,\n \"Switch\": \"on\"\n },\n \"NoCache\": {\n \"Switch\": \"off\"\n }\n },\n \"MaxAge\": {\n \"FollowOrigin\": \"on\",\n \"CacheTime\": 600\n },\n \"CacheKey\": {\n \"FullURLCache\": \"on\",\n \"IgnoreCase\": \"off\",\n \"QueryString\": {\n \"Action\": \"includeCustom\",\n \"Switch\": \"off\",\n \"Values\": []\n }\n },\n \"CachePrefresh\": {\n \"CacheTimePercent\": 90,\n \"Switch\": \"on\"\n },\n \"OfflineCache\": {\n \"Switch\": \"on\"\n },\n \"Compression\": {\n \"Algorithms\": [\n \"brotli\",\n \"gzip\"\n ],\n \"Switch\": \"on\"\n },\n \"ForceRedirectHTTPS\": {\n \"RedirectStatusCode\": 302,\n \"Switch\": \"off\"\n },\n \"HSTS\": {\n \"IncludeSubDomains\": \"off\",\n \"Timeout\": 0,\n \"Preload\": \"off\",\n \"Switch\": \"off\"\n },\n \"TLSConfig\": {\n \"Version\": [\n \"TLSv1\",\n \"TLSv1.1\",\n \"TLSv1.2\",\n \"TLSv1.3\"\n ],\n \"CipherSuite\": \"loose-v2023\"\n },\n \"OCSPStapling\": {\n \"Switch\": \"off\"\n },\n \"HTTP2\": {\n \"Switch\": \"off\"\n },\n \"QUIC\": {\n \"Switch\": \"off\"\n },\n \"UpstreamHTTP2\": {\n \"Switch\": \"off\"\n },\n \"IPv6\": {\n \"Switch\": \"off\"\n },\n \"WebSocket\": {\n \"Switch\": \"off\",\n \"Timeout\": 30\n },\n \"PostMaxSize\": {\n \"MaxSize\": 524288000,\n \"Switch\": \"on\"\n },\n \"ClientIPHeader\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"ClientIPCountry\": {\n \"HeaderName\": \"\",\n \"Switch\": \"off\"\n },\n \"Grpc\": {\n \"Switch\": \"off\"\n },\n \"NetworkErrorLogging\": {\n \"Switch\": \"on\"\n },\n \"AccelerateMainland\": {\n \"Switch\": \"off\"\n },\n \"StandardDebug\": {\n \"AllowClientIPList\": [],\n \"Expires\": \"1969-12-31T16:00:00Z\",\n \"Switch\": \"off\"\n }\n }\n}",
1697
1697
  "output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
1698
- "title": "Modifying the Global Acceleration Configuration Of a Site"
1698
+ "title": "Modifying the Global Configuration for Site Acceleration"
1699
1699
  },
1700
1700
  {
1701
- "document": "Enable IPv6 access for all domain names under the site.",
1701
+ "document": "This example shows you how to enable IPv6 access for all domain names under the site.",
1702
1702
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyL7AccSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"ZoneConfig\": {\n \"IPv6\": {\n \"Switch\": \"on\"\n }\n }\n}",
1703
1703
  "output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
1704
- "title": "Modifying the Global IPv6 Access Configuration Of a Site Acceleration"
1704
+ "title": "Modifying Site Acceleration Global IPv6 Access Configuration"
1705
1705
  },
1706
1706
  {
1707
- "document": "This example shows you how to enable QUIC for all domain names under a site.",
1707
+ "document": "This example shows you how to enable QUIC for all domain names under the site.",
1708
1708
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyL7AccSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"ZoneConfig\": {\n \"QUIC\": {\n \"Switch\": \"on\"\n }\n }\n}",
1709
1709
  "output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
1710
- "title": "Modifying the Global QUIC Configuration Of the Site"
1710
+ "title": "Modifying Global QUIC Configuration for Site Acceleration"
1711
1711
  },
1712
1712
  {
1713
- "document": "This example shows you how to configure the cache to no-cache for all domain names under a site.",
1713
+ "document": "This example shows you how to configure the cache as no-cache for ALL domains under the site.",
1714
1714
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyL7AccSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"ZoneConfig\": {\n \"Cache\": {\n \"NoCache\": {\n \"Switch\": \"on\"\n }\n }\n }\n}",
1715
1715
  "output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
1716
- "title": "Modifying Global Node Cache TTL Configuration For Site Acceleration"
1716
+ "title": "Modifying the Global Node Cache TTL Configuration for Site Acceleration"
1717
1717
  }
1718
1718
  ],
1719
1719
  "ModifyLoadBalancer": [
@@ -1958,22 +1958,28 @@
1958
1958
  ],
1959
1959
  "ModifyZoneSetting": [
1960
1960
  {
1961
- "document": "This example shows you how to modify the IPv6 access configuration of a site.",
1962
- "input": "POST / HTTP/1.1 \nHost: teo.tencentcloudapi.com \nContent-Type: application/json \nX-TC-Action: ModifyZoneSetting \n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"Ipv6\": {\n \"Switch\": \"on\"\n }\n}",
1961
+ "document": "This example shows you how to modify site Ipv6 access configuration.",
1962
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyZoneSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"Ipv6\": {\n \"Switch\": \"on\"\n }\n}",
1963
1963
  "output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
1964
- "title": "Modifying the IPv6 access configuration of a site"
1964
+ "title": "Modify Site Ipv6 Access Configuration"
1965
1965
  },
1966
1966
  {
1967
- "document": "This example shows you how to modify the QUIC access configuration of a site.",
1968
- "input": "POST / HTTP/1.1 \nHost: teo.tencentcloudapi.com \nContent-Type: application/json \nX-TC-Action: ModifyZoneSetting \n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"Quic\": {\n \"Switch\": \"on\"\n }\n}",
1967
+ "document": "This example shows you how to modify the Quic access configuration for a site.",
1968
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyZoneSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"Quic\": {\n \"Switch\": \"on\"\n }\n}",
1969
1969
  "output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
1970
- "title": "Modifying the QUIC access configuration of a site"
1970
+ "title": "Modifying the Site Quic Access Configuration"
1971
1971
  },
1972
1972
  {
1973
- "document": "This example shows you how to modify the cache expiration time of a site.",
1974
- "input": "POST / HTTP/1.1 \nHost: teo.tencentcloudapi.com \nContent-Type: application/json \nX-TC-Action: ModifyZoneSetting \n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"CacheConfig\": {\n \"NoCache\": {\n \"Switch\": \"on\"\n }\n }\n}",
1973
+ "document": "This example shows you how to modify the cache expiration time configuration for a site.",
1974
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyZoneSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-21xfqlh4qjee\",\n \"CacheConfig\": {\n \"NoCache\": {\n \"Switch\": \"on\"\n }\n }\n}",
1975
1975
  "output": "{\n \"Response\": {\n \"RequestId\": \"5e0a2b4e-df6d-4d2a-ac39-1706cbf8a707\"\n }\n}",
1976
- "title": "Modifying the cache expiration time of a site"
1976
+ "title": "Modifying the Cache Expiration Time Configuration for a Site"
1977
+ },
1978
+ {
1979
+ "document": "This example shows you how to modify network error log configuration.",
1980
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyZoneSetting\n<Common request parameters>\n\n{\n \"ZoneId\": \"zone-3ivyxdb1d1kt\",\n \"NetworkErrorLogging\": {\n \"Switch\": \"on\"\n }\n}",
1981
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e2c073b0-4859-4848-88f9-e357c81172cf\"\n }\n}",
1982
+ "title": "Modifying Network Error Log Configuration"
1977
1983
  }
1978
1984
  ],
1979
1985
  "ModifyZoneStatus": [
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.trocket.trocket_client import action_caller
4
+