tencentcloud-sdk-nodejs-intl-en 3.0.601 → 3.0.602
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.
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.602";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -2101,7 +2101,7 @@ class DescribeDBSecurityGroupsRequest extends AbstractModel {
|
|
|
2101
2101
|
}
|
|
2102
2102
|
|
|
2103
2103
|
/**
|
|
2104
|
-
*
|
|
2104
|
+
* Instance initialization configuration information
|
|
2105
2105
|
* @class
|
|
2106
2106
|
*/
|
|
2107
2107
|
class InstanceInitInfo extends AbstractModel {
|
|
@@ -2109,25 +2109,25 @@ class InstanceInitInfo extends AbstractModel {
|
|
|
2109
2109
|
super();
|
|
2110
2110
|
|
|
2111
2111
|
/**
|
|
2112
|
-
*
|
|
2112
|
+
* Instance CPU
|
|
2113
2113
|
* @type {number || null}
|
|
2114
2114
|
*/
|
|
2115
2115
|
this.Cpu = null;
|
|
2116
2116
|
|
|
2117
2117
|
/**
|
|
2118
|
-
*
|
|
2118
|
+
* Instance memory
|
|
2119
2119
|
* @type {number || null}
|
|
2120
2120
|
*/
|
|
2121
2121
|
this.Memory = null;
|
|
2122
2122
|
|
|
2123
2123
|
/**
|
|
2124
|
-
*
|
|
2124
|
+
* Instance type. Valid values:`rw`, `ro`.
|
|
2125
2125
|
* @type {string || null}
|
|
2126
2126
|
*/
|
|
2127
2127
|
this.InstanceType = null;
|
|
2128
2128
|
|
|
2129
2129
|
/**
|
|
2130
|
-
*
|
|
2130
|
+
* Number of the instances. Value range: 1-15.
|
|
2131
2131
|
* @type {number || null}
|
|
2132
2132
|
*/
|
|
2133
2133
|
this.InstanceCount = null;
|
|
@@ -3521,7 +3521,7 @@ Clusters with storage billed in monthly subscription can’t be cloned or rolled
|
|
|
3521
3521
|
this.SlaveZone = null;
|
|
3522
3522
|
|
|
3523
3523
|
/**
|
|
3524
|
-
*
|
|
3524
|
+
* Instance initialization configuration information, which is used to select instances with different specifications when purchasing a cluster.
|
|
3525
3525
|
* @type {Array.<InstanceInitInfo> || null}
|
|
3526
3526
|
*/
|
|
3527
3527
|
this.InstanceInitInfos = null;
|
|
@@ -304,9 +304,9 @@ class DescribeSingleL7AnalysisDataRequest extends AbstractModel {
|
|
|
304
304
|
* Filter conditions. See below for details:
|
|
305
305
|
<li>`country`:<br> Filter by the <strong>country/region code</strong>. <a href="https://zh.wikipedia.org/wiki/ISO_3166-1">ISO 3166</a> country codes are used.<br> Type: String<br> Required: No</li>
|
|
306
306
|
<li>`domain`<br> Filter by the <strong>sub-domain name</strong>, such as `test.example.com`<br> Type: String<br> Required: No</li>
|
|
307
|
-
<li>`protocol`:<br> Filter by the <strong>HTTP protocol</strong><br> Type: String<br> Required: No<br> Values:<br> `HTTP/1.0`: HTTP 1.0<br>
|
|
308
|
-
<li>`tagKey`:<br>
|
|
309
|
-
<li>`tagValue`<br>
|
|
307
|
+
<li>`protocol`:<br> Filter by the <strong>HTTP protocol</strong><br> Type: String<br> Required: No<br> Values:<br> `HTTP/1.0`: HTTP 1.0<br> `HTTP/1.1`: HTTP 1.1<br> `HTTP/2.0`: HTTP 2.0<br> `HTTP/3.0`: HTTP 3.0<br> `WebSocket`: WebSocket</li>
|
|
308
|
+
<li>`tagKey`:<br> Filter by the <strong>tag key</strong><br> Type: String<br> Required: No</li>
|
|
309
|
+
<li>`tagValue`<br> Filter by the <strong>tag value</strong><br> Type: String<br> Required: No</li>
|
|
310
310
|
* @type {Array.<QueryCondition> || null}
|
|
311
311
|
*/
|
|
312
312
|
this.Filters = null;
|
|
@@ -314,7 +314,7 @@ class DescribeSingleL7AnalysisDataRequest extends AbstractModel {
|
|
|
314
314
|
/**
|
|
315
315
|
* The query time granularity. Values:
|
|
316
316
|
<li>`min`: 1 minute;</li>
|
|
317
|
-
<li>`5min`: 5
|
|
317
|
+
<li>`5min`: 5 minutes;</li>
|
|
318
318
|
<li>`hour`: 1 hour;</li>
|
|
319
319
|
<li>`day`: 1 day.</li>If this field is not specified, the granularity will be determined based on the interval between the start time and end time as follows: 1-minute granularity applies for a 1-hour interval, 5-minute granularity for a 2-day interval, 1-hour granularity for a 7-day interval, and 1-day granularity for an interval of over 7 days.
|
|
320
320
|
* @type {string || null}
|
|
@@ -1395,15 +1395,15 @@ class DescribeTopL7AnalysisDataRequest extends AbstractModel {
|
|
|
1395
1395
|
<li>`url`<br> Filter by the <strong>URL</strong>, such as `/content`. Separate multiple URLs with semicolons. The query period cannot exceed 30 days. <br> Type: String<br> Required: No</li>
|
|
1396
1396
|
<li>`referer`<br> Filter by the <strong>Referer header</strong>, such as `example.com`. The query period cannot exceed 30 days.<br> Type: String<br> Required: No</li>
|
|
1397
1397
|
<li>`resourceType`<br> Filter by the <strong>resource file type</strong>, such as `jpg`, `png`. The query period cannot exceed 30 days.<br> Type: String<br> Required: No</li>
|
|
1398
|
-
<li>`protocol`:<br> Filter by the <strong>HTTP protocol</strong><br> Type: String<br> Required: No<br> Values:<br> `HTTP/1.0`: HTTP 1.0<br>
|
|
1399
|
-
<li>`statusCode`<br> Filter by the <strong> status code</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `1XX`: All 1xx status codes;<br> `100`: 100 status code;<br> `101`: 101 status code;<br> `102`: 102 status code;<br> `2XX`: All 2xx status codes;<br> `200`: 200 status code;<br> `201`: 201 status code;<br> `202`: 202 status code;<br> `203`: 203 status code;<br> `204`: 204 status code;<br> `205`: 205 status code;<br> `206`: 206 status code;<br> `207`: 207 status code;<br>
|
|
1398
|
+
<li>`protocol`:<br> Filter by the <strong>HTTP protocol</strong><br> Type: String<br> Required: No<br> Values:<br> `HTTP/1.0`: HTTP 1.0<br> `HTTP/1.1`: HTTP 1.1<br> `HTTP/2.0`: HTTP 2.0<br> `HTTP/3.0`: HTTP 3.0<br> `WebSocket`: WebSocket</li>
|
|
1399
|
+
<li>`statusCode`<br> Filter by the <strong> status code</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `1XX`: All 1xx status codes;<br> `100`: 100 status code;<br> `101`: 101 status code;<br> `102`: 102 status code;<br> `2XX`: All 2xx status codes;<br> `200`: 200 status code;<br> `201`: 201 status code;<br> `202`: 202 status code;<br> `203`: 203 status code;<br> `204`: 204 status code;<br> `205`: 205 status code;<br> `206`: 206 status code;<br> `207`: 207 status code;<br> `3XX`: All 3xx status codes;<br> `300`: 300 status code;<br> `301`: 301 status code;<br> `302`: 302 status code;<br> `303`: 303 status code;<br> `304`: 304 status code;<br> `305`: 305 status code;<br> `307`: 307 status code;<br> `4XX`: All 4xx status codes;<br> `400`: 400 status code;<br> `401`: 401 status code;<br> `402`: 402 status code;<br> `403`: 403 status code;<br> `404`: 404 status code;<br> `405`: 405 status code;<br> `406`: 406 status code;<br> `407`: 407 status code;<br> `408`: 408 status code;<br> `409`: 409 status code;<br> `410`: 410 status code;<br> `411`: 411 status code;<br> `412`: 412 status code;<br> `412`: 413 status code;<br> `414`: 414 status code;<br> `415`: 415 status code;<br> `416`: 416 status code;<br> `417`: 417 status code;<br> `422`: 422 status code;<br> `423`: 423 status code;<br> `424`: 424 status code;<br> `426`: 426 status code;<br> `451`: 451 status code;<br> `5XX`: All 5xx status codes;<br> `500`: 500 status code;<br> `501`: 501 status code;<br> `502`: 502 status code;<br> `503`: 503 status code;<br> `504`: 504 status code;<br> `505`: 505 status code;<br> `506`: 506 status code;<br> `507`: 507 status code;<br> `510`: 510 status code;<br> `514`: 514 status code;<br> `544`: 544 status code.</li>
|
|
1400
1400
|
<li>`browserType`<br> Filter by the <strong>browser type</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `Firefox`: Firefox browser;<br> `Chrome`: Chrome browser;<br> `Safari`: Safari browser;<br> `MicrosoftEdge`: Microsoft Edge browser;<br> `IE`: IE browser;<br> `Opera`: Opera browser;<br> `QQBrowser`: QQ browser;<br> `LBBrowser`: LB browser;<br> `MaxthonBrowser`: Maxthon browser;<br> `SouGouBrowser`: Sogou browser;<br> `BIDUBrowser`: Baidu browser;<br> `TaoBrowser`: Tao browser;<br> `UBrowser`: UC browser;<br> `Other`: Other browsers; <br> `Empty`: The browser type is not specified; <br> `Bot`: Web crawler.</li>
|
|
1401
1401
|
<li>`deviceType`<br> Filter by the <strong>device type</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `TV`: TV; <br> `Tablet`: Tablet;<br> `Mobile`: Mobile phone;<br> `Desktop`: Desktop device; <br> `Other`: Other device;<br> `Empty`: Device type not specified.</li>
|
|
1402
|
-
<li>`operatingSystemType`<br> Filter by the <strong>operating system</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `Linux
|
|
1402
|
+
<li>`operatingSystemType`<br> Filter by the <strong>operating system</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `Linux`: Linux OS;<br> `MacOS`: Max OS;<br> `Android`: Android OS;<br> `IOS`: iOS OS;<br> `Windows`: Windows OS;<br> `NetBSD`: NetBSD OS;<br> `ChromiumOS`: Chromium OS;<br> `Bot`: Web crawler: <br> `Other`: Other OS;<br> `Empty`: The OS is not specified.</li>
|
|
1403
1403
|
<li>`tlsVersion`<br> Filter by the <strong>TLS version</strong>. The query period cannot exceed 30 days.<br> Type: String<br> Required: No<br> Values:<br> `TLS1.0`: TLS 1.0; <br> `TLS1.1`: TLS 1.1;<br> `TLS1.2`: TLS 1.2;<br> `TLS1.3`: TLS 1.3.</li>
|
|
1404
1404
|
<li>`ipVersion`<br> Filter by the <strong>IP version</strong>.<br> Type: String<br> Required: No<br> Values:<br> `4`: IPv4;<br> `6`: IPv6.</li>
|
|
1405
|
-
<li>`tagKey`:<br>
|
|
1406
|
-
<li>`tagValue`<br>
|
|
1405
|
+
<li>`tagKey`:<br> Filter by the <strong>tag key</strong><br> Type: String<br> Required: No</li>
|
|
1406
|
+
<li>`tagValue`<br> Filter by the <strong>tag value</strong><br> Type: String<br> Required: No</li>
|
|
1407
1407
|
* @type {Array.<QueryCondition> || null}
|
|
1408
1408
|
*/
|
|
1409
1409
|
this.Filters = null;
|
|
@@ -2086,9 +2086,9 @@ class DescribeTimingL7CacheDataRequest extends AbstractModel {
|
|
|
2086
2086
|
<li>`url`<br> Filter by the <strong>URL</strong>, such as `/content`. The query period cannot exceed 30 days. <br> Type: String<br> Required: No</li>
|
|
2087
2087
|
<li>`resourceType`<br> Filter by the <strong>resource file type</strong>, such as `jpg`, `png`. The query period cannot exceed 30 days.<br> Type: String<br> Required: No</li>
|
|
2088
2088
|
<li>cacheType<br> Filter by the <strong>cache hit result</strong>.<br> Type: String<br> Required: No<br> Values: <br> `hit`: Cache hit; <br> `dynamic`: Resource non-cacheable; <br> `miss`: Cache miss</li>
|
|
2089
|
-
<li>`statusCode`<br> Filter by the <strong> status code</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `1XX`: All 1xx status codes;<br> `100`: 100 status code;<br> `101`: 101 status code;<br> `102`: 102 status code;<br> `2XX`: All 2xx status codes;<br> `200`: 200 status code;<br> `201`: 201 status code;<br> `202`: 202 status code;<br> `203`: 203 status code;<br> `204`: 204 status code;<br> `205`: 205 status code;<br> `206`: 206 status code;<br> `207`: 207 status code;<br>
|
|
2090
|
-
<li>`tagKey`:<br>
|
|
2091
|
-
<li>`tagValue`<br>
|
|
2089
|
+
<li>`statusCode`<br> Filter by the <strong> status code</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `1XX`: All 1xx status codes;<br> `100`: 100 status code;<br> `101`: 101 status code;<br> `102`: 102 status code;<br> `2XX`: All 2xx status codes;<br> `200`: 200 status code;<br> `201`: 201 status code;<br> `202`: 202 status code;<br> `203`: 203 status code;<br> `204`: 204 status code;<br> `205`: 205 status code;<br> `206`: 206 status code;<br> `207`: 207 status code;<br> `3XX`: All 3xx status codes;<br> `300`: 300 status code;<br> `301`: 301 status code;<br> `302`: 302 status code;<br> `303`: 303 status code;<br> `304`: 304 status code;<br> `305`: 305 status code;<br> `307`: 307 status code;<br> `4XX`: All 4xx status codes;<br> `400`: 400 status code;<br> `401`: 401 status code;<br> `402`: 402 status code;<br> `403`: 403 status code;<br> `404`: 404 status code;<br> `405`: 405 status code;<br> `406`: 406 status code;<br> `407`: 407 status code;<br> `408`: 408 status code;<br> `409`: 409 status code;<br> `410`: 410 status code;<br> `411`: 411 status code;<br> `412`: 412 status code;<br> `412`: 413 status code;<br> `414`: 414 status code;<br> `415`: 415 status code;<br> `416`: 416 status code;<br> `417`: 417 status code;<br> `422`: 422 status code;<br> `423`: 423 status code;<br> `424`: 424 status code;<br> `426`: 426 status code;<br> `451`: 451 status code;<br> `5XX`: All 5xx status codes;<br> `500`: 500 status code;<br> `501`: 501 status code;<br> `502`: 502 status code;<br> `503`: 503 status code;<br> `504`: 504 status code;<br> `505`: 505 status code;<br> `506`: 506 status code;<br> `507`: 507 status code;<br> `510`: 510 status code;<br> `514`: 514 status code;<br> `544`: 544 status code.</li>
|
|
2090
|
+
<li>`tagKey`:<br> Filter by the <strong>tag key</strong><br> Type: String<br> Required: No</li>
|
|
2091
|
+
<li>`tagValue`<br> Filter by the <strong>tag value</strong><br> Type: String<br> Required: No</li>
|
|
2092
2092
|
* @type {Array.<QueryCondition> || null}
|
|
2093
2093
|
*/
|
|
2094
2094
|
this.Filters = null;
|
|
@@ -2096,7 +2096,7 @@ class DescribeTimingL7CacheDataRequest extends AbstractModel {
|
|
|
2096
2096
|
/**
|
|
2097
2097
|
* The query time granularity. Values:
|
|
2098
2098
|
<li>`min`: 1 minute;</li>
|
|
2099
|
-
<li>`5min`: 5
|
|
2099
|
+
<li>`5min`: 5 minutes;</li>
|
|
2100
2100
|
<li>`hour`: 1 hour;</li>
|
|
2101
2101
|
<li>`day`: 1 day.</li>If this field is not specified, the granularity will be determined based on the interval between the start time and end time as follows: 1-minute granularity applies for a 1-hour interval, 5-minute granularity for a 2-day interval, 1-hour granularity for a 7-day interval, and 1-day granularity for an interval of over 7 days.
|
|
2102
2102
|
* @type {string || null}
|
|
@@ -13971,15 +13971,15 @@ class DescribeTimingL7AnalysisDataRequest extends AbstractModel {
|
|
|
13971
13971
|
<li>`url`<br> Filter by the <strong>URL</strong>, such as `/content`. Separate multiple URLs with semicolons. The query period cannot exceed 30 days. <br> Type: String<br> Required: No</li>
|
|
13972
13972
|
<li>`referer`<br> Filter by the <strong>Referer header</strong>, such as `example.com`. The query period cannot exceed 30 days.<br> Type: String<br> Required: No</li>
|
|
13973
13973
|
<li>`resourceType`<br> Filter by the <strong>resource file type</strong>, such as `jpg`, `png`. The query period cannot exceed 30 days.<br> Type: String<br> Required: No</li>
|
|
13974
|
-
<li>`protocol`:<br> Filter by the <strong>HTTP protocol</strong><br> Type: String<br> Required: No<br> Values:<br> `HTTP/1.0`: HTTP 1.0<br>
|
|
13975
|
-
<li>`statusCode`<br> Filter by the <strong> status code</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `1XX`: All 1xx status codes;<br> `100`: 100 status code;<br> `101`: 101 status code;<br> `102`: 102 status code;<br> `2XX`: All 2xx status codes;<br> `200`: 200 status code;<br> `201`: 201 status code;<br> `202`: 202 status code;<br> `203`: 203 status code;<br> `204`: 204 status code;<br> `205`: 205 status code;<br> `206`: 206 status code;<br> `207`: 207 status code;<br>
|
|
13974
|
+
<li>`protocol`:<br> Filter by the <strong>HTTP protocol</strong><br> Type: String<br> Required: No<br> Values:<br> `HTTP/1.0`: HTTP 1.0<br> `HTTP/1.1`: HTTP 1.1<br> `HTTP/2.0`: HTTP 2.0<br> `HTTP/3.0`: HTTP 3.0<br> `WebSocket`: WebSocket</li>
|
|
13975
|
+
<li>`statusCode`<br> Filter by the <strong> status code</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `1XX`: All 1xx status codes;<br> `100`: 100 status code;<br> `101`: 101 status code;<br> `102`: 102 status code;<br> `2XX`: All 2xx status codes;<br> `200`: 200 status code;<br> `201`: 201 status code;<br> `202`: 202 status code;<br> `203`: 203 status code;<br> `204`: 204 status code;<br> `205`: 205 status code;<br> `206`: 206 status code;<br> `207`: 207 status code;<br> `3XX`: All 3xx status codes;<br> `300`: 300 status code;<br> `301`: 301 status code;<br> `302`: 302 status code;<br> `303`: 303 status code;<br> `304`: 304 status code;<br> `305`: 305 status code;<br> `307`: 307 status code;<br> `4XX`: All 4xx status codes;<br> `400`: 400 status code;<br> `401`: 401 status code;<br> `402`: 402 status code;<br> `403`: 403 status code;<br> `404`: 404 status code;<br> `405`: 405 status code;<br> `406`: 406 status code;<br> `407`: 407 status code;<br> `408`: 408 status code;<br> `409`: 409 status code;<br> `410`: 410 status code;<br> `411`: 411 status code;<br> `412`: 412 status code;<br> `412`: 413 status code;<br> `414`: 414 status code;<br> `415`: 415 status code;<br> `416`: 416 status code;<br> `417`: 417 status code;<br> `422`: 422 status code;<br> `423`: 423 status code;<br> `424`: 424 status code;<br> `426`: 426 status code;<br> `451`: 451 status code;<br> `5XX`: All 5xx status codes;<br> `500`: 500 status code;<br> `501`: 501 status code;<br> `502`: 502 status code;<br> `503`: 503 status code;<br> `504`: 504 status code;<br> `505`: 505 status code;<br> `506`: 506 status code;<br> `507`: 507 status code;<br> `510`: 510 status code;<br> `514`: 514 status code;<br> `544`: 544 status code.</li>
|
|
13976
13976
|
<li>`browserType`<br> Filter by the <strong>browser type</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `Firefox`: Firefox browser;<br> `Chrome`: Chrome browser;<br> `Safari`: Safari browser;<br> `MicrosoftEdge`: Microsoft Edge browser;<br> `IE`: IE browser;<br> `Opera`: Opera browser;<br> `QQBrowser`: QQ browser;<br> `LBBrowser`: LB browser;<br> `MaxthonBrowser`: Maxthon browser;<br> `SouGouBrowser`: Sogou browser;<br> `BIDUBrowser`: Baidu browser;<br> `TaoBrowser`: Tao browser;<br> `UBrowser`: UC browser;<br> `Other`: Other browsers; <br> `Empty`: The browser type is not specified; <br> `Bot`: Web crawler.</li>
|
|
13977
13977
|
<li>`deviceType`<br> Filter by the <strong>device type</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `TV`: TV; <br> `Tablet`: Tablet;<br> `Mobile`: Mobile phone;<br> `Desktop`: Desktop device; <br> `Other`: Other device;<br> `Empty`: Device type not specified.</li>
|
|
13978
|
-
<li>`operatingSystemType`<br> Filter by the <strong>operating system</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `Linux
|
|
13978
|
+
<li>`operatingSystemType`<br> Filter by the <strong>operating system</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `Linux`: Linux OS;<br> `MacOS`: Max OS;<br> `Android`: Android OS;<br> `IOS`: iOS OS;<br> `Windows`: Windows OS;<br> `NetBSD`: NetBSD OS;<br> `ChromiumOS`: Chromium OS;<br> `Bot`: Web crawler: <br> `Other`: Other OS;<br> `Empty`: The OS is not specified.</li>
|
|
13979
13979
|
<li>`tlsVersion`<br> Filter by the <strong>TLS version</strong>. The query period cannot exceed 30 days.<br> Type: String<br> Required: No<br> Values:<br> `TLS1.0`: TLS 1.0; <br> `TLS1.1`: TLS 1.1;<br> `TLS1.2`: TLS 1.2;<br> `TLS1.3`: TLS 1.3.</li>
|
|
13980
13980
|
<li>`ipVersion`<br> Filter by the <strong>IP version</strong>.<br> Type: String<br> Required: No<br> Values:<br> `4`: IPv4;<br> `6`: IPv6.</li>
|
|
13981
|
-
<li>`tagKey`:<br>
|
|
13982
|
-
<li>`tagValue`<br>
|
|
13981
|
+
<li>`tagKey`:<br> Filter by the <strong>tag key</strong><br> Type: String<br> Required: No</li>
|
|
13982
|
+
<li>`tagValue`<br> Filter by the <strong>tag value</strong><br> Type: String<br> Required: No</li>
|
|
13983
13983
|
* @type {Array.<QueryCondition> || null}
|
|
13984
13984
|
*/
|
|
13985
13985
|
this.Filters = null;
|
|
@@ -18126,9 +18126,9 @@ class DescribeTopL7CacheDataRequest extends AbstractModel {
|
|
|
18126
18126
|
<li>`url`<br> Filter by the <strong>URL</strong>, such as `/content`. The query period cannot exceed 30 days. <br> Type: String<br> Required: No</li>
|
|
18127
18127
|
<li>`resourceType`<br> Filter by the <strong>resource file type</strong>, such as `jpg`, `png`. The query period cannot exceed 30 days.<br> Type: String<br> Required: No</li>
|
|
18128
18128
|
<li>cacheType<br> Filter by the <strong>cache hit result</strong>.<br> Type: String<br> Required: No<br> Values: <br> `hit`: Cache hit; <br> `dynamic`: Resource non-cacheable; <br> `miss`: Cache miss</li>
|
|
18129
|
-
<li>`statusCode`<br> Filter by the <strong> status code</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `1XX`: All 1xx status codes;<br> `100`: 100 status code;<br> `101`: 101 status code;<br> `102`: 102 status code;<br> `2XX`: All 2xx status codes;<br> `200`: 200 status code;<br> `201`: 201 status code;<br> `202`: 202 status code;<br> `203`: 203 status code;<br> `204`: 204 status code;<br> `205`: 205 status code;<br> `206`: 206 status code;<br> `207`: 207 status code;<br>
|
|
18130
|
-
<li>`tagKey`:<br>
|
|
18131
|
-
<li>`tagValue`<br>
|
|
18129
|
+
<li>`statusCode`<br> Filter by the <strong> status code</strong>. The query period cannot exceed 30 days. <br> Type: String<br> Required: No<br> Values: <br> `1XX`: All 1xx status codes;<br> `100`: 100 status code;<br> `101`: 101 status code;<br> `102`: 102 status code;<br> `2XX`: All 2xx status codes;<br> `200`: 200 status code;<br> `201`: 201 status code;<br> `202`: 202 status code;<br> `203`: 203 status code;<br> `204`: 204 status code;<br> `205`: 205 status code;<br> `206`: 206 status code;<br> `207`: 207 status code;<br> `3XX`: All 3xx status codes;<br> `300`: 300 status code;<br> `301`: 301 status code;<br> `302`: 302 status code;<br> `303`: 303 status code;<br> `304`: 304 status code;<br> `305`: 305 status code;<br> `307`: 307 status code;<br> `4XX`: All 4xx status codes;<br> `400`: 400 status code;<br> `401`: 401 status code;<br> `402`: 402 status code;<br> `403`: 403 status code;<br> `404`: 404 status code;<br> `405`: 405 status code;<br> `406`: 406 status code;<br> `407`: 407 status code;<br> `408`: 408 status code;<br> `409`: 409 status code;<br> `410`: 410 status code;<br> `411`: 411 status code;<br> `412`: 412 status code;<br> `412`: 413 status code;<br> `414`: 414 status code;<br> `415`: 415 status code;<br> `416`: 416 status code;<br> `417`: 417 status code;<br> `422`: 422 status code;<br> `423`: 423 status code;<br> `424`: 424 status code;<br> `426`: 426 status code;<br> `451`: 451 status code;<br> `5XX`: All 5xx status codes;<br> `500`: 500 status code;<br> `501`: 501 status code;<br> `502`: 502 status code;<br> `503`: 503 status code;<br> `504`: 504 status code;<br> `505`: 505 status code;<br> `506`: 506 status code;<br> `507`: 507 status code;<br> `510`: 510 status code;<br> `514`: 514 status code;<br> `544`: 544 status code.</li>
|
|
18130
|
+
<li>`tagKey`:<br> Filter by the <strong>tag key</strong><br> Type: String<br> Required: No</li>
|
|
18131
|
+
<li>`tagValue`<br> Filter by the <strong>tag value</strong><br> Type: String<br> Required: No</li>
|
|
18132
18132
|
* @type {Array.<QueryCondition> || null}
|
|
18133
18133
|
*/
|
|
18134
18134
|
this.Filters = null;
|
|
@@ -20039,8 +20039,8 @@ class DescribeOverviewL7DataRequest extends AbstractModel {
|
|
|
20039
20039
|
|
|
20040
20040
|
/**
|
|
20041
20041
|
* Filter conditions. See below for details:
|
|
20042
|
-
<li>`tagKey`:<br>
|
|
20043
|
-
<li>`tagValue`<br>
|
|
20042
|
+
<li>`tagKey`:<br> Filter by the <strong>tag key</strong><br> Type: String<br> Required: No</li>
|
|
20043
|
+
<li>`tagValue`<br> Filter by the <strong>tag value</strong><br> Type: String<br> Required: No</li>
|
|
20044
20044
|
* @type {Array.<QueryCondition> || null}
|
|
20045
20045
|
*/
|
|
20046
20046
|
this.Filters = null;
|