tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -1918,7 +1918,7 @@
|
|
1918
1918
|
"example": "eo.tencent.com",
|
1919
1919
|
"member": "string",
|
1920
1920
|
"name": "AliasName",
|
1921
|
-
"
|
1921
|
+
"output_required": true,
|
1922
1922
|
"type": "string",
|
1923
1923
|
"value_allowed_null": false
|
1924
1924
|
},
|
@@ -1928,7 +1928,7 @@
|
|
1928
1928
|
"example": "zone-xxx",
|
1929
1929
|
"member": "string",
|
1930
1930
|
"name": "ZoneId",
|
1931
|
-
"
|
1931
|
+
"output_required": true,
|
1932
1932
|
"type": "string",
|
1933
1933
|
"value_allowed_null": false
|
1934
1934
|
},
|
@@ -1938,7 +1938,7 @@
|
|
1938
1938
|
"example": "a.example.com",
|
1939
1939
|
"member": "string",
|
1940
1940
|
"name": "TargetName",
|
1941
|
-
"
|
1941
|
+
"output_required": true,
|
1942
1942
|
"type": "string",
|
1943
1943
|
"value_allowed_null": false
|
1944
1944
|
},
|
@@ -1948,7 +1948,7 @@
|
|
1948
1948
|
"example": "active",
|
1949
1949
|
"member": "string",
|
1950
1950
|
"name": "Status",
|
1951
|
-
"
|
1951
|
+
"output_required": true,
|
1952
1952
|
"type": "string",
|
1953
1953
|
"value_allowed_null": false
|
1954
1954
|
},
|
@@ -1958,27 +1958,27 @@
|
|
1958
1958
|
"example": "0",
|
1959
1959
|
"member": "int64",
|
1960
1960
|
"name": "ForbidMode",
|
1961
|
-
"
|
1961
|
+
"output_required": true,
|
1962
1962
|
"type": "int",
|
1963
1963
|
"value_allowed_null": false
|
1964
1964
|
},
|
1965
1965
|
{
|
1966
1966
|
"disabled": false,
|
1967
1967
|
"document": "别称域名创建时间。",
|
1968
|
-
"example": "
|
1968
|
+
"example": "2025-02-13T09:59:10Z",
|
1969
1969
|
"member": "datetime_iso",
|
1970
1970
|
"name": "CreatedOn",
|
1971
|
-
"
|
1971
|
+
"output_required": true,
|
1972
1972
|
"type": "string",
|
1973
1973
|
"value_allowed_null": false
|
1974
1974
|
},
|
1975
1975
|
{
|
1976
1976
|
"disabled": false,
|
1977
1977
|
"document": "别称域名修改时间。",
|
1978
|
-
"example": "
|
1978
|
+
"example": "2025-02-13T09:59:10Z",
|
1979
1979
|
"member": "datetime_iso",
|
1980
1980
|
"name": "ModifiedOn",
|
1981
|
-
"
|
1981
|
+
"output_required": true,
|
1982
1982
|
"type": "string",
|
1983
1983
|
"value_allowed_null": false
|
1984
1984
|
}
|
@@ -2111,7 +2111,7 @@
|
|
2111
2111
|
{
|
2112
2112
|
"disabled": false,
|
2113
2113
|
"document": "调度信息。",
|
2114
|
-
"example": "[]",
|
2114
|
+
"example": "[\"2ee6e746f016b95b.real-eric.cloud.acc.edgeonedy1.com.\"]",
|
2115
2115
|
"member": "string",
|
2116
2116
|
"name": "ScheduleValue",
|
2117
2117
|
"output_required": true,
|
@@ -2264,14 +2264,14 @@
|
|
2264
2264
|
},
|
2265
2265
|
{
|
2266
2266
|
"disabled": false,
|
2267
|
-
"document": "会话保持的时间,只有当SessionPersist为true
|
2267
|
+
"document": "会话保持的时间,只有当SessionPersist为true时,该值才会生效。",
|
2268
2268
|
"example": "3600",
|
2269
2269
|
"member": "uint64",
|
2270
2270
|
"name": "SessionPersistTime",
|
2271
2271
|
"output_required": true,
|
2272
2272
|
"required": false,
|
2273
2273
|
"type": "int",
|
2274
|
-
"value_allowed_null":
|
2274
|
+
"value_allowed_null": false
|
2275
2275
|
},
|
2276
2276
|
{
|
2277
2277
|
"disabled": false,
|
@@ -2286,14 +2286,14 @@
|
|
2286
2286
|
},
|
2287
2287
|
{
|
2288
2288
|
"disabled": false,
|
2289
|
-
"document": "
|
2289
|
+
"document": "规则标签。",
|
2290
2290
|
"example": "rule-service1",
|
2291
2291
|
"member": "string",
|
2292
2292
|
"name": "RuleTag",
|
2293
2293
|
"output_required": false,
|
2294
2294
|
"required": false,
|
2295
2295
|
"type": "string",
|
2296
|
-
"value_allowed_null":
|
2296
|
+
"value_allowed_null": false
|
2297
2297
|
}
|
2298
2298
|
],
|
2299
2299
|
"usage": "both"
|
@@ -2304,10 +2304,10 @@
|
|
2304
2304
|
{
|
2305
2305
|
"disabled": false,
|
2306
2306
|
"document": "主机记录。",
|
2307
|
-
"example": "
|
2307
|
+
"example": "edgeonereclaim",
|
2308
2308
|
"member": "string",
|
2309
2309
|
"name": "Subdomain",
|
2310
|
-
"
|
2310
|
+
"output_required": true,
|
2311
2311
|
"type": "string",
|
2312
2312
|
"value_allowed_null": false
|
2313
2313
|
},
|
@@ -2317,17 +2317,17 @@
|
|
2317
2317
|
"example": "TXT",
|
2318
2318
|
"member": "string",
|
2319
2319
|
"name": "RecordType",
|
2320
|
-
"
|
2320
|
+
"output_required": true,
|
2321
2321
|
"type": "string",
|
2322
2322
|
"value_allowed_null": false
|
2323
2323
|
},
|
2324
2324
|
{
|
2325
2325
|
"disabled": false,
|
2326
2326
|
"document": "记录值。",
|
2327
|
-
"example": "
|
2327
|
+
"example": "reclaim-v0lvgsv2dfyc8c8tzu53ej7jogdiu233",
|
2328
2328
|
"member": "string",
|
2329
2329
|
"name": "RecordValue",
|
2330
|
-
"
|
2330
|
+
"output_required": true,
|
2331
2331
|
"type": "string",
|
2332
2332
|
"value_allowed_null": false
|
2333
2333
|
}
|
@@ -2351,7 +2351,7 @@
|
|
2351
2351
|
{
|
2352
2352
|
"disabled": false,
|
2353
2353
|
"document": "主鉴权密钥,由 6~40 位大小写英文字母或数字组成,不能包含 \" 和 $。",
|
2354
|
-
"example": "
|
2354
|
+
"example": "dzxcdasdvtdbf",
|
2355
2355
|
"member": "string",
|
2356
2356
|
"name": "SecretKey",
|
2357
2357
|
"output_required": false,
|
@@ -2373,7 +2373,7 @@
|
|
2373
2373
|
{
|
2374
2374
|
"disabled": false,
|
2375
2375
|
"document": "备鉴权密钥,由 6~40 位大小写英文字母或数字组成,不能包含 \" 和 $。",
|
2376
|
-
"example": "
|
2376
|
+
"example": "azccvasfvsdav",
|
2377
2377
|
"member": "string",
|
2378
2378
|
"name": "BackupSecretKey",
|
2379
2379
|
"output_required": false,
|
@@ -3141,14 +3141,14 @@
|
|
3141
3141
|
},
|
3142
3142
|
{
|
3143
3143
|
"disabled": false,
|
3144
|
-
"document": "缓存过期时间设置。\n单位为秒,最大可设置为 365
|
3144
|
+
"document": "缓存过期时间设置。\n单位为秒,最大可设置为 365 天。",
|
3145
3145
|
"example": "36000",
|
3146
3146
|
"member": "int64",
|
3147
3147
|
"name": "CacheTime",
|
3148
3148
|
"output_required": true,
|
3149
3149
|
"required": false,
|
3150
3150
|
"type": "int",
|
3151
|
-
"value_allowed_null":
|
3151
|
+
"value_allowed_null": false
|
3152
3152
|
},
|
3153
3153
|
{
|
3154
3154
|
"disabled": true,
|
@@ -3272,23 +3272,25 @@
|
|
3272
3272
|
"members": [
|
3273
3273
|
{
|
3274
3274
|
"disabled": false,
|
3275
|
-
"document": "是否开启全路径缓存,取值有:\n<li>on:开启全路径缓存(即关闭参数忽略);</li>\n<li>off:关闭全路径缓存(即开启参数忽略)。</li
|
3275
|
+
"document": "是否开启全路径缓存,取值有:\n<li>on:开启全路径缓存(即关闭参数忽略);</li>\n<li>off:关闭全路径缓存(即开启参数忽略)。</li>",
|
3276
3276
|
"example": "on/off",
|
3277
3277
|
"member": "string",
|
3278
3278
|
"name": "FullUrlCache",
|
3279
|
+
"output_required": true,
|
3279
3280
|
"required": false,
|
3280
3281
|
"type": "string",
|
3281
|
-
"value_allowed_null":
|
3282
|
+
"value_allowed_null": false
|
3282
3283
|
},
|
3283
3284
|
{
|
3284
3285
|
"disabled": false,
|
3285
|
-
"document": "是否忽略大小写缓存,取值有:\n<li>on:忽略;</li>\n<li>off:不忽略。</li
|
3286
|
+
"document": "是否忽略大小写缓存,取值有:\n<li>on:忽略;</li>\n<li>off:不忽略。</li>",
|
3286
3287
|
"example": "on/off",
|
3287
3288
|
"member": "string",
|
3288
3289
|
"name": "IgnoreCase",
|
3290
|
+
"output_required": true,
|
3289
3291
|
"required": false,
|
3290
3292
|
"type": "string",
|
3291
|
-
"value_allowed_null":
|
3293
|
+
"value_allowed_null": false
|
3292
3294
|
},
|
3293
3295
|
{
|
3294
3296
|
"disabled": false,
|
@@ -3296,6 +3298,7 @@
|
|
3296
3298
|
"example": "无",
|
3297
3299
|
"member": "QueryString",
|
3298
3300
|
"name": "QueryString",
|
3301
|
+
"output_required": true,
|
3299
3302
|
"required": false,
|
3300
3303
|
"type": "object",
|
3301
3304
|
"value_allowed_null": true
|
@@ -3568,19 +3571,21 @@
|
|
3568
3571
|
"example": "on/off",
|
3569
3572
|
"member": "string",
|
3570
3573
|
"name": "Switch",
|
3574
|
+
"output_required": true,
|
3571
3575
|
"required": true,
|
3572
3576
|
"type": "string",
|
3573
3577
|
"value_allowed_null": false
|
3574
3578
|
},
|
3575
3579
|
{
|
3576
3580
|
"disabled": false,
|
3577
|
-
"document": "缓存预刷新百分比,取值范围:1-99
|
3581
|
+
"document": "缓存预刷新百分比,取值范围:1-99。",
|
3578
3582
|
"example": "10",
|
3579
3583
|
"member": "int64",
|
3580
3584
|
"name": "Percent",
|
3585
|
+
"output_required": true,
|
3581
3586
|
"required": false,
|
3582
3587
|
"type": "int",
|
3583
|
-
"value_allowed_null":
|
3588
|
+
"value_allowed_null": false
|
3584
3589
|
}
|
3585
3590
|
],
|
3586
3591
|
"usage": "both"
|
@@ -3891,14 +3896,14 @@
|
|
3891
3896
|
},
|
3892
3897
|
{
|
3893
3898
|
"disabled": false,
|
3894
|
-
"document": "回源时,存放客户端 IP 的请求头名称。当 Switch 为 on 时,该参数必填。该参数不允许填写 X-Forwarded-For
|
3899
|
+
"document": "回源时,存放客户端 IP 的请求头名称。当 Switch 为 on 时,该参数必填。该参数不允许填写 X-Forwarded-For。",
|
3895
3900
|
"example": "X-ClientIp",
|
3896
3901
|
"member": "string",
|
3897
3902
|
"name": "HeaderName",
|
3898
3903
|
"output_required": true,
|
3899
3904
|
"required": false,
|
3900
3905
|
"type": "string",
|
3901
|
-
"value_allowed_null":
|
3906
|
+
"value_allowed_null": false
|
3902
3907
|
}
|
3903
3908
|
],
|
3904
3909
|
"usage": "both"
|
@@ -3912,7 +3917,7 @@
|
|
3912
3917
|
"example": "test.qq.com",
|
3913
3918
|
"member": "string",
|
3914
3919
|
"name": "RecordName",
|
3915
|
-
"
|
3920
|
+
"output_required": true,
|
3916
3921
|
"type": "string",
|
3917
3922
|
"value_allowed_null": false
|
3918
3923
|
},
|
@@ -3922,19 +3927,19 @@
|
|
3922
3927
|
"example": "test.qq.com.acc.tyxcdn.com",
|
3923
3928
|
"member": "string",
|
3924
3929
|
"name": "Cname",
|
3925
|
-
"
|
3930
|
+
"output_required": true,
|
3926
3931
|
"type": "string",
|
3927
3932
|
"value_allowed_null": true
|
3928
3933
|
},
|
3929
3934
|
{
|
3930
3935
|
"disabled": false,
|
3931
|
-
"document": "
|
3936
|
+
"document": "CNAME 状态信息,取值有:\n<li>active:生效;</li>\n<li>moved:不生效;</li>",
|
3932
3937
|
"example": "active",
|
3933
3938
|
"member": "string",
|
3934
3939
|
"name": "Status",
|
3935
|
-
"
|
3940
|
+
"output_required": true,
|
3936
3941
|
"type": "string",
|
3937
|
-
"value_allowed_null":
|
3942
|
+
"value_allowed_null": false
|
3938
3943
|
}
|
3939
3944
|
],
|
3940
3945
|
"usage": "out"
|
@@ -3976,19 +3981,21 @@
|
|
3976
3981
|
"example": "on/off",
|
3977
3982
|
"member": "string",
|
3978
3983
|
"name": "Switch",
|
3984
|
+
"output_required": true,
|
3979
3985
|
"required": true,
|
3980
3986
|
"type": "string",
|
3981
3987
|
"value_allowed_null": false
|
3982
3988
|
},
|
3983
3989
|
{
|
3984
3990
|
"disabled": false,
|
3985
|
-
"document": "支持的压缩算法列表,取值有:\n<li>brotli:brotli算法;</li>\n<li>gzip:gzip算法。</li
|
3991
|
+
"document": "支持的压缩算法列表,取值有:\n<li>brotli:brotli算法;</li>\n<li>gzip:gzip算法。</li>",
|
3986
3992
|
"example": "[\"brotli\",\"gzip\"]",
|
3987
3993
|
"member": "string",
|
3988
3994
|
"name": "Algorithms",
|
3995
|
+
"output_required": true,
|
3989
3996
|
"required": false,
|
3990
3997
|
"type": "list",
|
3991
|
-
"value_allowed_null":
|
3998
|
+
"value_allowed_null": false
|
3992
3999
|
}
|
3993
4000
|
],
|
3994
4001
|
"usage": "both"
|
@@ -4297,7 +4304,7 @@
|
|
4297
4304
|
{
|
4298
4305
|
"disabled": false,
|
4299
4306
|
"document": "站点 ID。",
|
4300
|
-
"example": "zone-
|
4307
|
+
"example": "zone-2fwet43nksza",
|
4301
4308
|
"member": "string",
|
4302
4309
|
"name": "ZoneId",
|
4303
4310
|
"required": true,
|
@@ -4333,7 +4340,7 @@
|
|
4333
4340
|
{
|
4334
4341
|
"disabled": false,
|
4335
4342
|
"document": "当 CertType 取值为 hosting 时需填入相应证书 ID。",
|
4336
|
-
"example": "
|
4343
|
+
"example": "LIeDuaN2",
|
4337
4344
|
"member": "string",
|
4338
4345
|
"name": "CertId",
|
4339
4346
|
"required": false,
|
@@ -4951,7 +4958,7 @@
|
|
4951
4958
|
{
|
4952
4959
|
"disabled": false,
|
4953
4960
|
"document": "函数内容,当前仅支持 JavaScript 代码,最大支持 5MB 大小。",
|
4954
|
-
"example": "
|
4961
|
+
"example": "addEventListener('fetch', e => { const response = new Response('Hello World!'); e.respondWith(response); });",
|
4955
4962
|
"member": "string",
|
4956
4963
|
"name": "Content",
|
4957
4964
|
"required": true,
|
@@ -5130,7 +5137,7 @@
|
|
5130
5137
|
{
|
5131
5138
|
"disabled": false,
|
5132
5139
|
"document": "四层实例 ID。",
|
5133
|
-
"example": "
|
5140
|
+
"example": "sid-39562waf3raa",
|
5134
5141
|
"member": "string",
|
5135
5142
|
"name": "ProxyId",
|
5136
5143
|
"output_required": true,
|
@@ -5185,7 +5192,7 @@
|
|
5185
5192
|
{
|
5186
5193
|
"disabled": false,
|
5187
5194
|
"document": "新增转发规则的 ID,以数组的形式返回。",
|
5188
|
-
"example": "
|
5195
|
+
"example": "[\"rule-396jias51lca\"]",
|
5189
5196
|
"member": "string",
|
5190
5197
|
"name": "L4ProxyRuleIds",
|
5191
5198
|
"output_required": true,
|
@@ -5262,7 +5269,7 @@
|
|
5262
5269
|
{
|
5263
5270
|
"disabled": false,
|
5264
5271
|
"document": "实例名称,可输入 1-200 个字符,允许字符为 a-z,A-Z,0-9,_,-。",
|
5265
|
-
"example": "
|
5272
|
+
"example": "lb-1",
|
5266
5273
|
"member": "string",
|
5267
5274
|
"name": "Name",
|
5268
5275
|
"required": true,
|
@@ -5538,7 +5545,7 @@
|
|
5538
5545
|
{
|
5539
5546
|
"disabled": false,
|
5540
5547
|
"document": "站点 ID。\n若您希望快速提交不同站点下的 Targets Url,可以将其填写为 *,但前提是调用该 API 的账号必须具备主账号下全部站点资源的权限。",
|
5541
|
-
"example": "
|
5548
|
+
"example": "zone-d37f2kvre2cd",
|
5542
5549
|
"member": "string",
|
5543
5550
|
"name": "ZoneId",
|
5544
5551
|
"required": true,
|
@@ -5629,7 +5636,7 @@
|
|
5629
5636
|
},
|
5630
5637
|
{
|
5631
5638
|
"disabled": false,
|
5632
|
-
"document": "节点缓存清除方法,针对目录刷新、Hostname刷新以及刷新全部缓存类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>默认值: invalidate。",
|
5639
|
+
"document": "节点缓存清除方法,针对目录刷新、Hostname 刷新以及刷新全部缓存类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>默认值: invalidate。",
|
5633
5640
|
"example": "invalidate",
|
5634
5641
|
"member": "string",
|
5635
5642
|
"name": "Method",
|
@@ -5638,7 +5645,7 @@
|
|
5638
5645
|
},
|
5639
5646
|
{
|
5640
5647
|
"disabled": false,
|
5641
|
-
"document": "
|
5648
|
+
"document": "需清除缓存的资源列表,如 https://www.example.com/example.jpg,必须携带协议信息。更多元素格式依据清除缓存类型而定,可参考下方接口调用示例。<li>单次提交的任务数受计费套餐配额限制,请查看 [EO 计费套餐](https://cloud.tencent.com/document/product/1552/77380)。</li>",
|
5642
5649
|
"example": "[\"http://www.qq.com/1.txt\"]",
|
5643
5650
|
"member": "string",
|
5644
5651
|
"name": "Targets",
|
@@ -6289,36 +6296,36 @@
|
|
6289
6296
|
"members": [
|
6290
6297
|
{
|
6291
6298
|
"disabled": false,
|
6292
|
-
"document": "自定义日志字段类型。从 HTTP 请求和响应中的指定位置提取数据,取值有:\n<li>ReqHeader:从 HTTP 请求头中提取指定字段值;</li>\n<li>RspHeader:从 HTTP 响应头中提取指定字段值;</li>\n<li>Cookie: 从 Cookie 中提取指定字段值;</li>\n<li>ReqBody: 从 HTTP 请求正文中通过 Google RE2 正则表达式提取指定内容。</li
|
6299
|
+
"document": "自定义日志字段类型。从 HTTP 请求和响应中的指定位置提取数据,取值有:\n<li>ReqHeader:从 HTTP 请求头中提取指定字段值;</li>\n<li>RspHeader:从 HTTP 响应头中提取指定字段值;</li>\n<li>Cookie: 从 Cookie 中提取指定字段值;</li>\n<li>ReqBody: 从 HTTP 请求正文中通过 Google RE2 正则表达式提取指定内容。</li>",
|
6293
6300
|
"example": "ReqHeader",
|
6294
6301
|
"member": "string",
|
6295
6302
|
"name": "Name",
|
6296
6303
|
"output_required": true,
|
6297
6304
|
"required": true,
|
6298
6305
|
"type": "string",
|
6299
|
-
"value_allowed_null":
|
6306
|
+
"value_allowed_null": false
|
6300
6307
|
},
|
6301
6308
|
{
|
6302
6309
|
"disabled": false,
|
6303
|
-
"document": "根据字段类型(Name)填入字段值的定义。需要区分大小写。\n<li>当字段类型为 ReqHeader、RspHeader、Cookie 时,填入需要提取值的参数名称,例如:Accept-Language。可输入 1-100 个字符,允许的字符开头为字母,中间为字母、数字、-,结尾为字母、数字;</li>\n<li>当字段类型为 ReqBody 时,填入 Google RE2 正则表达式,正则表达式长度上限为 4KB。</li
|
6310
|
+
"document": "根据字段类型(Name)填入字段值的定义。需要区分大小写。\n<li>当字段类型为 ReqHeader、RspHeader、Cookie 时,填入需要提取值的参数名称,例如:Accept-Language。可输入 1-100 个字符,允许的字符开头为字母,中间为字母、数字、-,结尾为字母、数字;</li>\n<li>当字段类型为 ReqBody 时,填入 Google RE2 正则表达式,正则表达式长度上限为 4KB。</li>",
|
6304
6311
|
"example": "Accept-Language",
|
6305
6312
|
"member": "string",
|
6306
6313
|
"name": "Value",
|
6307
6314
|
"output_required": true,
|
6308
6315
|
"required": true,
|
6309
6316
|
"type": "string",
|
6310
|
-
"value_allowed_null":
|
6317
|
+
"value_allowed_null": false
|
6311
6318
|
},
|
6312
6319
|
{
|
6313
6320
|
"disabled": false,
|
6314
|
-
"document": "
|
6321
|
+
"document": "是否投递该字段,不填表示不投递此字段。",
|
6315
6322
|
"example": "true",
|
6316
6323
|
"member": "bool",
|
6317
6324
|
"name": "Enabled",
|
6318
6325
|
"output_required": true,
|
6319
6326
|
"required": false,
|
6320
6327
|
"type": "bool",
|
6321
|
-
"value_allowed_null":
|
6328
|
+
"value_allowed_null": false
|
6322
6329
|
}
|
6323
6330
|
],
|
6324
6331
|
"usage": "both"
|
@@ -6467,25 +6474,25 @@
|
|
6467
6474
|
"members": [
|
6468
6475
|
{
|
6469
6476
|
"disabled": false,
|
6470
|
-
"document": "自定义头部 Key
|
6477
|
+
"document": "自定义头部 Key。",
|
6471
6478
|
"example": "host",
|
6472
6479
|
"member": "string",
|
6473
6480
|
"name": "Key",
|
6474
6481
|
"output_required": false,
|
6475
6482
|
"required": true,
|
6476
6483
|
"type": "string",
|
6477
|
-
"value_allowed_null":
|
6484
|
+
"value_allowed_null": false
|
6478
6485
|
},
|
6479
6486
|
{
|
6480
6487
|
"disabled": false,
|
6481
|
-
"document": "自定义头部 Value
|
6488
|
+
"document": "自定义头部 Value。",
|
6482
6489
|
"example": "www.example.com",
|
6483
6490
|
"member": "string",
|
6484
6491
|
"name": "Value",
|
6485
6492
|
"output_required": false,
|
6486
6493
|
"required": true,
|
6487
6494
|
"type": "string",
|
6488
|
-
"value_allowed_null":
|
6495
|
+
"value_allowed_null": false
|
6489
6496
|
}
|
6490
6497
|
],
|
6491
6498
|
"usage": "both"
|
@@ -6702,103 +6709,113 @@
|
|
6702
6709
|
"members": [
|
6703
6710
|
{
|
6704
6711
|
"disabled": false,
|
6705
|
-
"document": "服务器证书 ID
|
6712
|
+
"document": "服务器证书 ID。",
|
6706
6713
|
"example": "EO-dsfdsf",
|
6707
6714
|
"member": "string",
|
6708
6715
|
"name": "CertId",
|
6716
|
+
"output_required": true,
|
6709
6717
|
"required": true,
|
6710
6718
|
"type": "string",
|
6711
|
-
"value_allowed_null":
|
6719
|
+
"value_allowed_null": false
|
6712
6720
|
},
|
6713
6721
|
{
|
6714
6722
|
"disabled": false,
|
6715
|
-
"document": "
|
6723
|
+
"document": "证书备注名。",
|
6716
6724
|
"example": "默认证书",
|
6717
6725
|
"member": "string",
|
6718
6726
|
"name": "Alias",
|
6727
|
+
"output_required": true,
|
6719
6728
|
"required": false,
|
6720
6729
|
"type": "string",
|
6721
|
-
"value_allowed_null":
|
6730
|
+
"value_allowed_null": false
|
6722
6731
|
},
|
6723
6732
|
{
|
6724
6733
|
"disabled": false,
|
6725
|
-
"document": "证书类型,取值有:\n<li>default: 默认证书;</li>\n<li>upload:用户上传;</li>\n<li>managed:腾讯云托管。</li
|
6734
|
+
"document": "证书类型,取值有:\n<li>default: 默认证书;</li>\n<li>upload:用户上传;</li>\n<li>managed:腾讯云托管。</li>",
|
6726
6735
|
"example": "default",
|
6727
6736
|
"member": "string",
|
6728
6737
|
"name": "Type",
|
6738
|
+
"output_required": true,
|
6729
6739
|
"required": false,
|
6730
6740
|
"type": "string",
|
6731
|
-
"value_allowed_null":
|
6741
|
+
"value_allowed_null": false
|
6732
6742
|
},
|
6733
6743
|
{
|
6734
6744
|
"disabled": false,
|
6735
|
-
"document": "
|
6745
|
+
"document": "证书过期时间。",
|
6736
6746
|
"example": "2014-08-03T12:00:00+08:00",
|
6737
6747
|
"member": "datetime_iso",
|
6738
6748
|
"name": "ExpireTime",
|
6749
|
+
"output_required": true,
|
6739
6750
|
"required": false,
|
6740
6751
|
"type": "string",
|
6741
|
-
"value_allowed_null":
|
6752
|
+
"value_allowed_null": false
|
6742
6753
|
},
|
6743
6754
|
{
|
6744
6755
|
"disabled": false,
|
6745
|
-
"document": "
|
6756
|
+
"document": "证书生效时间。",
|
6746
6757
|
"example": "2014-08-03T12:00:00+08:00",
|
6747
6758
|
"member": "datetime_iso",
|
6748
6759
|
"name": "EffectiveTime",
|
6760
|
+
"output_required": true,
|
6749
6761
|
"required": false,
|
6750
6762
|
"type": "string",
|
6751
|
-
"value_allowed_null":
|
6763
|
+
"value_allowed_null": false
|
6752
6764
|
},
|
6753
6765
|
{
|
6754
6766
|
"disabled": false,
|
6755
|
-
"document": "
|
6767
|
+
"document": "证书公用名。",
|
6756
6768
|
"example": "test.com",
|
6757
6769
|
"member": "string",
|
6758
6770
|
"name": "CommonName",
|
6771
|
+
"output_required": true,
|
6759
6772
|
"required": false,
|
6760
6773
|
"type": "string",
|
6761
|
-
"value_allowed_null":
|
6774
|
+
"value_allowed_null": false
|
6762
6775
|
},
|
6763
6776
|
{
|
6764
6777
|
"disabled": false,
|
6765
|
-
"document": "证书SAN
|
6778
|
+
"document": "证书SAN域名。",
|
6766
6779
|
"example": "test.com",
|
6767
6780
|
"member": "string",
|
6768
6781
|
"name": "SubjectAltName",
|
6782
|
+
"output_required": true,
|
6769
6783
|
"required": false,
|
6770
6784
|
"type": "list",
|
6771
|
-
"value_allowed_null":
|
6785
|
+
"value_allowed_null": false
|
6772
6786
|
},
|
6773
6787
|
{
|
6774
6788
|
"disabled": false,
|
6775
|
-
"document": "部署状态,取值有:\n<li>processing: 部署中;</li>\n<li>deployed: 已部署;</li>\n<li>failed: 部署失败。</li
|
6789
|
+
"document": "部署状态,取值有:\n<li>processing: 部署中;</li>\n<li>deployed: 已部署;</li>\n<li>failed: 部署失败。</li>",
|
6776
6790
|
"example": "deployed",
|
6777
6791
|
"member": "string",
|
6778
6792
|
"name": "Status",
|
6793
|
+
"output_required": true,
|
6779
6794
|
"required": false,
|
6780
6795
|
"type": "string",
|
6781
|
-
"value_allowed_null":
|
6796
|
+
"value_allowed_null": false
|
6782
6797
|
},
|
6783
6798
|
{
|
6784
6799
|
"disabled": false,
|
6785
|
-
"document": "Status
|
6800
|
+
"document": "Status为失败时,此字段返回失败原因。",
|
6786
6801
|
"example": "失败",
|
6787
6802
|
"member": "string",
|
6788
6803
|
"name": "Message",
|
6804
|
+
"output_required": true,
|
6789
6805
|
"required": false,
|
6790
6806
|
"type": "string",
|
6791
|
-
"value_allowed_null":
|
6807
|
+
"value_allowed_null": false
|
6792
6808
|
},
|
6793
6809
|
{
|
6794
6810
|
"disabled": false,
|
6795
|
-
"document": "
|
6811
|
+
"document": "证书算法。",
|
6796
6812
|
"example": "RSA",
|
6797
6813
|
"member": "string",
|
6798
6814
|
"name": "SignAlgo",
|
6815
|
+
"output_required": true,
|
6799
6816
|
"required": false,
|
6800
6817
|
"type": "string",
|
6801
|
-
"value_allowed_null":
|
6818
|
+
"value_allowed_null": false
|
6802
6819
|
}
|
6803
6820
|
],
|
6804
6821
|
"usage": "both"
|
@@ -6854,7 +6871,7 @@
|
|
6854
6871
|
{
|
6855
6872
|
"disabled": false,
|
6856
6873
|
"document": "站点 ID。",
|
6857
|
-
"example": "zone-
|
6874
|
+
"example": "zone-321dsafuux5x",
|
6858
6875
|
"member": "string",
|
6859
6876
|
"name": "ZoneId",
|
6860
6877
|
"required": true,
|
@@ -6863,7 +6880,7 @@
|
|
6863
6880
|
{
|
6864
6881
|
"disabled": false,
|
6865
6882
|
"document": "待删除别称域名名称。如果为空,则不执行删除操作。",
|
6866
|
-
"example": "
|
6883
|
+
"example": "www.qq.com",
|
6867
6884
|
"member": "string",
|
6868
6885
|
"name": "AliasNames",
|
6869
6886
|
"required": false,
|
@@ -7622,13 +7639,13 @@
|
|
7622
7639
|
},
|
7623
7640
|
{
|
7624
7641
|
"disabled": false,
|
7625
|
-
"document": "发布记录 ID
|
7642
|
+
"document": "发布记录 ID。",
|
7626
7643
|
"example": "dr-2nvwh63fa40u",
|
7627
7644
|
"member": "string",
|
7628
7645
|
"name": "RecordId",
|
7629
7646
|
"output_required": false,
|
7630
7647
|
"type": "string",
|
7631
|
-
"value_allowed_null":
|
7648
|
+
"value_allowed_null": false
|
7632
7649
|
},
|
7633
7650
|
{
|
7634
7651
|
"disabled": false,
|
@@ -9203,7 +9220,7 @@
|
|
9203
9220
|
{
|
9204
9221
|
"disabled": false,
|
9205
9222
|
"document": "域名数量。",
|
9206
|
-
"example": "
|
9223
|
+
"example": "100",
|
9207
9224
|
"member": "int64",
|
9208
9225
|
"name": "TotalNumber",
|
9209
9226
|
"output_required": true,
|
@@ -11311,7 +11328,7 @@
|
|
11311
11328
|
"example": "zone-27q0p0bali16",
|
11312
11329
|
"member": "string",
|
11313
11330
|
"name": "ZoneId",
|
11314
|
-
"
|
11331
|
+
"output_required": true,
|
11315
11332
|
"type": "string",
|
11316
11333
|
"value_allowed_null": false
|
11317
11334
|
},
|
@@ -11321,7 +11338,7 @@
|
|
11321
11338
|
"example": "online",
|
11322
11339
|
"member": "string",
|
11323
11340
|
"name": "Status",
|
11324
|
-
"
|
11341
|
+
"output_required": true,
|
11325
11342
|
"type": "string",
|
11326
11343
|
"value_allowed_null": false
|
11327
11344
|
},
|
@@ -11331,7 +11348,7 @@
|
|
11331
11348
|
"example": "www.example.com",
|
11332
11349
|
"member": "string",
|
11333
11350
|
"name": "Host",
|
11334
|
-
"
|
11351
|
+
"output_required": true,
|
11335
11352
|
"type": "string",
|
11336
11353
|
"value_allowed_null": false
|
11337
11354
|
},
|
@@ -11341,7 +11358,7 @@
|
|
11341
11358
|
"example": "example.com",
|
11342
11359
|
"member": "string",
|
11343
11360
|
"name": "ZoneName",
|
11344
|
-
"
|
11361
|
+
"output_required": true,
|
11345
11362
|
"type": "string",
|
11346
11363
|
"value_allowed_null": false
|
11347
11364
|
},
|
@@ -11351,7 +11368,7 @@
|
|
11351
11368
|
"example": "example.com.acc.edgeonedy1.com",
|
11352
11369
|
"member": "string",
|
11353
11370
|
"name": "Cname",
|
11354
|
-
"
|
11371
|
+
"output_required": true,
|
11355
11372
|
"type": "string",
|
11356
11373
|
"value_allowed_null": false
|
11357
11374
|
},
|
@@ -11361,7 +11378,7 @@
|
|
11361
11378
|
"example": "edge-ow8tdjb9",
|
11362
11379
|
"member": "string",
|
11363
11380
|
"name": "Id",
|
11364
|
-
"
|
11381
|
+
"output_required": true,
|
11365
11382
|
"type": "string",
|
11366
11383
|
"value_allowed_null": false
|
11367
11384
|
},
|
@@ -11371,37 +11388,37 @@
|
|
11371
11388
|
"example": "edge-ow8tdjb9",
|
11372
11389
|
"member": "string",
|
11373
11390
|
"name": "InstanceId",
|
11374
|
-
"
|
11391
|
+
"output_required": true,
|
11375
11392
|
"type": "string",
|
11376
11393
|
"value_allowed_null": false
|
11377
11394
|
},
|
11378
11395
|
{
|
11379
11396
|
"disabled": false,
|
11380
11397
|
"document": "锁状态。",
|
11381
|
-
"example": "
|
11398
|
+
"example": "0",
|
11382
11399
|
"member": "int64",
|
11383
11400
|
"name": "Lock",
|
11384
|
-
"
|
11401
|
+
"output_required": true,
|
11385
11402
|
"type": "int",
|
11386
11403
|
"value_allowed_null": false
|
11387
11404
|
},
|
11388
11405
|
{
|
11389
11406
|
"disabled": false,
|
11390
11407
|
"document": "域名状态类型。",
|
11391
|
-
"example": "
|
11408
|
+
"example": "0",
|
11392
11409
|
"member": "int64",
|
11393
11410
|
"name": "Mode",
|
11394
|
-
"
|
11411
|
+
"output_required": true,
|
11395
11412
|
"type": "int",
|
11396
11413
|
"value_allowed_null": false
|
11397
11414
|
},
|
11398
11415
|
{
|
11399
11416
|
"disabled": false,
|
11400
11417
|
"document": "域名加速地域,取值有:\n<li> global:全球;</li>\n<li> mainland:中国大陆;</li>\n<li> overseas:境外区域。</li>",
|
11401
|
-
"example": "
|
11418
|
+
"example": "overseas",
|
11402
11419
|
"member": "string",
|
11403
11420
|
"name": "Area",
|
11404
|
-
"
|
11421
|
+
"output_required": true,
|
11405
11422
|
"type": "string",
|
11406
11423
|
"value_allowed_null": false
|
11407
11424
|
},
|
@@ -11411,7 +11428,7 @@
|
|
11411
11428
|
"example": "无",
|
11412
11429
|
"member": "AccelerateType",
|
11413
11430
|
"name": "AccelerateType",
|
11414
|
-
"
|
11431
|
+
"output_required": true,
|
11415
11432
|
"type": "object",
|
11416
11433
|
"value_allowed_null": true
|
11417
11434
|
},
|
@@ -11421,7 +11438,7 @@
|
|
11421
11438
|
"example": "无",
|
11422
11439
|
"member": "Https",
|
11423
11440
|
"name": "Https",
|
11424
|
-
"
|
11441
|
+
"output_required": true,
|
11425
11442
|
"type": "object",
|
11426
11443
|
"value_allowed_null": true
|
11427
11444
|
},
|
@@ -11431,7 +11448,7 @@
|
|
11431
11448
|
"example": "无",
|
11432
11449
|
"member": "CacheConfig",
|
11433
11450
|
"name": "CacheConfig",
|
11434
|
-
"
|
11451
|
+
"output_required": true,
|
11435
11452
|
"type": "object",
|
11436
11453
|
"value_allowed_null": true
|
11437
11454
|
},
|
@@ -11441,7 +11458,7 @@
|
|
11441
11458
|
"example": "无",
|
11442
11459
|
"member": "Origin",
|
11443
11460
|
"name": "Origin",
|
11444
|
-
"
|
11461
|
+
"output_required": true,
|
11445
11462
|
"type": "object",
|
11446
11463
|
"value_allowed_null": true
|
11447
11464
|
},
|
@@ -11451,7 +11468,7 @@
|
|
11451
11468
|
"example": "无",
|
11452
11469
|
"member": "SecurityType",
|
11453
11470
|
"name": "SecurityType",
|
11454
|
-
"
|
11471
|
+
"output_required": true,
|
11455
11472
|
"type": "object",
|
11456
11473
|
"value_allowed_null": true
|
11457
11474
|
},
|
@@ -11461,7 +11478,7 @@
|
|
11461
11478
|
"example": "无",
|
11462
11479
|
"member": "CacheKey",
|
11463
11480
|
"name": "CacheKey",
|
11464
|
-
"
|
11481
|
+
"output_required": true,
|
11465
11482
|
"type": "object",
|
11466
11483
|
"value_allowed_null": true
|
11467
11484
|
},
|
@@ -11471,7 +11488,7 @@
|
|
11471
11488
|
"example": "无",
|
11472
11489
|
"member": "Compression",
|
11473
11490
|
"name": "Compression",
|
11474
|
-
"
|
11491
|
+
"output_required": true,
|
11475
11492
|
"type": "object",
|
11476
11493
|
"value_allowed_null": true
|
11477
11494
|
},
|
@@ -11481,7 +11498,7 @@
|
|
11481
11498
|
"example": "无",
|
11482
11499
|
"member": "Waf",
|
11483
11500
|
"name": "Waf",
|
11484
|
-
"
|
11501
|
+
"output_required": true,
|
11485
11502
|
"type": "object",
|
11486
11503
|
"value_allowed_null": true
|
11487
11504
|
},
|
@@ -11491,7 +11508,7 @@
|
|
11491
11508
|
"example": "无",
|
11492
11509
|
"member": "CC",
|
11493
11510
|
"name": "CC",
|
11494
|
-
"
|
11511
|
+
"output_required": true,
|
11495
11512
|
"type": "object",
|
11496
11513
|
"value_allowed_null": true
|
11497
11514
|
},
|
@@ -11501,7 +11518,7 @@
|
|
11501
11518
|
"example": "无",
|
11502
11519
|
"member": "DDoS",
|
11503
11520
|
"name": "DDoS",
|
11504
|
-
"
|
11521
|
+
"output_required": true,
|
11505
11522
|
"type": "object",
|
11506
11523
|
"value_allowed_null": true
|
11507
11524
|
},
|
@@ -11511,7 +11528,7 @@
|
|
11511
11528
|
"example": "无",
|
11512
11529
|
"member": "SmartRouting",
|
11513
11530
|
"name": "SmartRouting",
|
11514
|
-
"
|
11531
|
+
"output_required": true,
|
11515
11532
|
"type": "object",
|
11516
11533
|
"value_allowed_null": true
|
11517
11534
|
},
|
@@ -11521,7 +11538,7 @@
|
|
11521
11538
|
"example": "无",
|
11522
11539
|
"member": "Ipv6",
|
11523
11540
|
"name": "Ipv6",
|
11524
|
-
"
|
11541
|
+
"output_required": true,
|
11525
11542
|
"type": "object",
|
11526
11543
|
"value_allowed_null": true
|
11527
11544
|
},
|
@@ -11531,7 +11548,7 @@
|
|
11531
11548
|
"example": "无",
|
11532
11549
|
"member": "ClientIpCountry",
|
11533
11550
|
"name": "ClientIpCountry",
|
11534
|
-
"
|
11551
|
+
"output_required": true,
|
11535
11552
|
"type": "object",
|
11536
11553
|
"value_allowed_null": true
|
11537
11554
|
}
|
@@ -12197,7 +12214,7 @@
|
|
12197
12214
|
{
|
12198
12215
|
"disabled": false,
|
12199
12216
|
"document": "环境类型,取值有:\n<li>production: 生产环境;</li><li>staging: 测试环境。</li>",
|
12200
|
-
"example": "
|
12217
|
+
"example": "production",
|
12201
12218
|
"member": "string",
|
12202
12219
|
"name": "EnvType",
|
12203
12220
|
"output_required": true,
|
@@ -12772,14 +12789,14 @@
|
|
12772
12789
|
},
|
12773
12790
|
{
|
12774
12791
|
"disabled": false,
|
12775
|
-
"document": "重定向状态码,取值有:\n<li>301:301跳转;</li>\n<li>302:302跳转。</li
|
12792
|
+
"document": "重定向状态码,取值有:\n<li>301:301跳转;</li>\n<li>302:302跳转。</li>",
|
12776
12793
|
"example": "302",
|
12777
12794
|
"member": "int64",
|
12778
12795
|
"name": "RedirectStatusCode",
|
12779
12796
|
"output_required": true,
|
12780
12797
|
"required": false,
|
12781
12798
|
"type": "int",
|
12782
|
-
"value_allowed_null":
|
12799
|
+
"value_allowed_null": false
|
12783
12800
|
}
|
12784
12801
|
],
|
12785
12802
|
"usage": "both"
|
@@ -12858,7 +12875,7 @@
|
|
12858
12875
|
{
|
12859
12876
|
"disabled": false,
|
12860
12877
|
"document": "函数内容。",
|
12861
|
-
"example": "
|
12878
|
+
"example": "addEventListener('fetch', e => { const response = new Response('Hello World!'); e.respondWith(response); });",
|
12862
12879
|
"member": "string",
|
12863
12880
|
"name": "Content",
|
12864
12881
|
"output_required": true,
|
@@ -12904,7 +12921,7 @@
|
|
12904
12921
|
{
|
12905
12922
|
"disabled": false,
|
12906
12923
|
"document": "变量的名称,限制只能包含大小写字母、数字,特殊字符仅支持 @ . - _ ,最大 64 个字节,不支持重复。",
|
12907
|
-
"example": "
|
12924
|
+
"example": "color",
|
12908
12925
|
"member": "string",
|
12909
12926
|
"name": "Key",
|
12910
12927
|
"output_required": true,
|
@@ -12915,7 +12932,7 @@
|
|
12915
12932
|
{
|
12916
12933
|
"disabled": false,
|
12917
12934
|
"document": "变量的值,限制最大 5000 字节,默认值为空。",
|
12918
|
-
"example": "
|
12935
|
+
"example": "red",
|
12919
12936
|
"member": "string",
|
12920
12937
|
"name": "Value",
|
12921
12938
|
"output_required": true,
|
@@ -12926,7 +12943,7 @@
|
|
12926
12943
|
{
|
12927
12944
|
"disabled": false,
|
12928
12945
|
"document": "变量的类型,取值有:\n<li>string:字符串类型;</li>\n<li>json:json 对象类型。</li>默认值为:string。",
|
12929
|
-
"example": "
|
12946
|
+
"example": "string",
|
12930
12947
|
"member": "string",
|
12931
12948
|
"name": "Type",
|
12932
12949
|
"output_required": true,
|
@@ -13518,39 +13535,43 @@
|
|
13518
13535
|
"example": "on/off",
|
13519
13536
|
"member": "string",
|
13520
13537
|
"name": "Switch",
|
13538
|
+
"output_required": true,
|
13521
13539
|
"required": true,
|
13522
13540
|
"type": "string",
|
13523
13541
|
"value_allowed_null": false
|
13524
13542
|
},
|
13525
13543
|
{
|
13526
13544
|
"disabled": false,
|
13527
|
-
"document": "MaxAge 数值。单位为秒,最大值为1
|
13545
|
+
"document": "MaxAge 数值。单位为秒,最大值为1天。",
|
13528
13546
|
"example": "600",
|
13529
13547
|
"member": "int64",
|
13530
13548
|
"name": "MaxAge",
|
13549
|
+
"output_required": true,
|
13531
13550
|
"required": false,
|
13532
13551
|
"type": "int",
|
13533
|
-
"value_allowed_null":
|
13552
|
+
"value_allowed_null": false
|
13534
13553
|
},
|
13535
13554
|
{
|
13536
13555
|
"disabled": false,
|
13537
|
-
"document": "是否包含子域名,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li
|
13556
|
+
"document": "是否包含子域名,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
|
13538
13557
|
"example": "on/off",
|
13539
13558
|
"member": "string",
|
13540
13559
|
"name": "IncludeSubDomains",
|
13560
|
+
"output_required": true,
|
13541
13561
|
"required": false,
|
13542
13562
|
"type": "string",
|
13543
|
-
"value_allowed_null":
|
13563
|
+
"value_allowed_null": false
|
13544
13564
|
},
|
13545
13565
|
{
|
13546
13566
|
"disabled": false,
|
13547
|
-
"document": "是否开启预加载,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li
|
13567
|
+
"document": "是否开启预加载,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
|
13548
13568
|
"example": "on/off",
|
13549
13569
|
"member": "string",
|
13550
13570
|
"name": "Preload",
|
13571
|
+
"output_required": true,
|
13551
13572
|
"required": false,
|
13552
13573
|
"type": "string",
|
13553
|
-
"value_allowed_null":
|
13574
|
+
"value_allowed_null": false
|
13554
13575
|
}
|
13555
13576
|
],
|
13556
13577
|
"usage": "both"
|
@@ -13560,36 +13581,36 @@
|
|
13560
13581
|
"members": [
|
13561
13582
|
{
|
13562
13583
|
"disabled": false,
|
13563
|
-
"document": "http2 配置开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li
|
13584
|
+
"document": "http2 配置开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
|
13564
13585
|
"example": "on/off",
|
13565
13586
|
"member": "string",
|
13566
13587
|
"name": "Http2",
|
13567
13588
|
"output_required": true,
|
13568
13589
|
"required": false,
|
13569
13590
|
"type": "string",
|
13570
|
-
"value_allowed_null":
|
13591
|
+
"value_allowed_null": false
|
13571
13592
|
},
|
13572
13593
|
{
|
13573
13594
|
"disabled": false,
|
13574
|
-
"document": "OCSP 配置开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li
|
13595
|
+
"document": "OCSP 配置开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
|
13575
13596
|
"example": "on/off",
|
13576
13597
|
"member": "string",
|
13577
13598
|
"name": "OcspStapling",
|
13578
13599
|
"output_required": true,
|
13579
13600
|
"required": false,
|
13580
13601
|
"type": "string",
|
13581
|
-
"value_allowed_null":
|
13602
|
+
"value_allowed_null": false
|
13582
13603
|
},
|
13583
13604
|
{
|
13584
13605
|
"disabled": false,
|
13585
|
-
"document": "Tls 版本设置,取值有:\n<li>TLSv1:TLSv1版本;</li>\n<li>TLSV1.1:TLSv1.1版本;</li>\n<li>TLSV1.2:TLSv1.2版本;</li>\n<li>TLSv1.3:TLSv1.3版本。</li
|
13606
|
+
"document": "Tls 版本设置,取值有:\n<li>TLSv1:TLSv1版本;</li>\n<li>TLSV1.1:TLSv1.1版本;</li>\n<li>TLSV1.2:TLSv1.2版本;</li>\n<li>TLSv1.3:TLSv1.3版本。</li>修改时必须开启连续的版本。",
|
13586
13607
|
"example": "[\"TLSv1\", \"TLSv1.1\"]",
|
13587
13608
|
"member": "string",
|
13588
13609
|
"name": "TlsVersion",
|
13589
13610
|
"output_required": true,
|
13590
13611
|
"required": false,
|
13591
13612
|
"type": "list",
|
13592
|
-
"value_allowed_null":
|
13613
|
+
"value_allowed_null": false
|
13593
13614
|
},
|
13594
13615
|
{
|
13595
13616
|
"disabled": false,
|
@@ -13615,25 +13636,25 @@
|
|
13615
13636
|
},
|
13616
13637
|
{
|
13617
13638
|
"disabled": false,
|
13618
|
-
"document": "申请类型,取值有:\n<li>apply:托管EdgeOne;</li>\n<li>none:不托管EdgeOne。</li>不填,默认取值为none
|
13619
|
-
"example": "
|
13639
|
+
"document": "申请类型,取值有:\n<li>apply:托管EdgeOne;</li>\n<li>none:不托管EdgeOne。</li>不填,默认取值为none。",
|
13640
|
+
"example": "none",
|
13620
13641
|
"member": "string",
|
13621
13642
|
"name": "ApplyType",
|
13622
13643
|
"output_required": true,
|
13623
13644
|
"required": false,
|
13624
13645
|
"type": "string",
|
13625
|
-
"value_allowed_null":
|
13646
|
+
"value_allowed_null": false
|
13626
13647
|
},
|
13627
13648
|
{
|
13628
13649
|
"disabled": false,
|
13629
|
-
"document": "密码套件,取值有:\n<li>loose-v2023:提供高兼容性,安全性一般,支持 TLS 1.0-1.3 密码套件;</li>\n<li>general-v2023:提供较高兼容性,安全性中等,支持 TLS 1.2-1.3 密码套件;</li>\n<li>strict-v2023:提供高安全性能,禁用所有含不安全隐患的加密套件,支持 TLS 1.2-1.3 密码套件。</li
|
13630
|
-
"example": "
|
13650
|
+
"document": "密码套件,取值有:\n<li>loose-v2023:提供高兼容性,安全性一般,支持 TLS 1.0-1.3 密码套件;</li>\n<li>general-v2023:提供较高兼容性,安全性中等,支持 TLS 1.2-1.3 密码套件;</li>\n<li>strict-v2023:提供高安全性能,禁用所有含不安全隐患的加密套件,支持 TLS 1.2-1.3 密码套件。</li>",
|
13651
|
+
"example": "loose-v2023",
|
13631
13652
|
"member": "string",
|
13632
13653
|
"name": "CipherSuite",
|
13633
13654
|
"output_required": false,
|
13634
13655
|
"required": false,
|
13635
13656
|
"type": "string",
|
13636
|
-
"value_allowed_null":
|
13657
|
+
"value_allowed_null": false
|
13637
13658
|
}
|
13638
13659
|
],
|
13639
13660
|
"usage": "both"
|
@@ -13800,13 +13821,13 @@
|
|
13800
13821
|
},
|
13801
13822
|
{
|
13802
13823
|
"disabled": false,
|
13803
|
-
"document": "
|
13824
|
+
"document": "验证子域名。验证站点时,该值为空。验证子域名是为具体子域名。",
|
13804
13825
|
"example": "a.example.com",
|
13805
13826
|
"member": "string",
|
13806
13827
|
"name": "Domain",
|
13807
13828
|
"output_required": false,
|
13808
13829
|
"type": "string",
|
13809
|
-
"value_allowed_null":
|
13830
|
+
"value_allowed_null": false
|
13810
13831
|
},
|
13811
13832
|
{
|
13812
13833
|
"disabled": false,
|
@@ -13830,13 +13851,13 @@
|
|
13830
13851
|
},
|
13831
13852
|
{
|
13832
13853
|
"disabled": false,
|
13833
|
-
"document": "域名当前的 NS
|
13834
|
-
"example": "
|
13854
|
+
"document": "域名当前的 NS 记录。",
|
13855
|
+
"example": "[\"steel.dnspod.net.\",\"vulture.dnspod.net.\"]",
|
13835
13856
|
"member": "string",
|
13836
13857
|
"name": "OriginalNameServers",
|
13837
13858
|
"output_required": true,
|
13838
13859
|
"type": "list",
|
13839
|
-
"value_allowed_null":
|
13860
|
+
"value_allowed_null": false
|
13840
13861
|
},
|
13841
13862
|
{
|
13842
13863
|
"disabled": false,
|
@@ -14255,7 +14276,7 @@
|
|
14255
14276
|
{
|
14256
14277
|
"disabled": false,
|
14257
14278
|
"document": "离线日志数据包名。",
|
14258
|
-
"example": "
|
14279
|
+
"example": "20220811-10-proxy-1491-11ed-9792-525400655ede",
|
14259
14280
|
"member": "string",
|
14260
14281
|
"name": "LogPacketName",
|
14261
14282
|
"output_required": true,
|
@@ -14453,7 +14474,7 @@
|
|
14453
14474
|
{
|
14454
14475
|
"disabled": false,
|
14455
14476
|
"document": "最新变更时间。",
|
14456
|
-
"example": "
|
14477
|
+
"example": "2024-01-24T03:48:40Z",
|
14457
14478
|
"member": "datetime_iso",
|
14458
14479
|
"name": "UpdateTime",
|
14459
14480
|
"output_required": true,
|
@@ -14481,7 +14502,7 @@
|
|
14481
14502
|
{
|
14482
14503
|
"disabled": false,
|
14483
14504
|
"document": "远程鉴权服务地址,格式为: domain/ip:port。例:example.auth.com:8888\n",
|
14484
|
-
"example": "
|
14505
|
+
"example": "example.auth.com:8888",
|
14485
14506
|
"member": "string",
|
14486
14507
|
"name": "Address",
|
14487
14508
|
"output_required": true,
|
@@ -14492,7 +14513,7 @@
|
|
14492
14513
|
{
|
14493
14514
|
"disabled": false,
|
14494
14515
|
"document": "远程鉴权服务不可访问后,经过四层转发规则默认回源行为,取值有:\n<li>reject:表示进行拦截,拒绝访问;</li>\n<li>allow:表示允许通过。</li>",
|
14495
|
-
"example": "
|
14516
|
+
"example": "allow",
|
14496
14517
|
"member": "string",
|
14497
14518
|
"name": "ServerFaultyBehavior",
|
14498
14519
|
"output_required": true,
|
@@ -14678,7 +14699,7 @@
|
|
14678
14699
|
{
|
14679
14700
|
"disabled": false,
|
14680
14701
|
"document": "离线日志数据包名。\t",
|
14681
|
-
"example": "
|
14702
|
+
"example": "20220811-02-www.tencent.com",
|
14682
14703
|
"member": "string",
|
14683
14704
|
"name": "LogPacketName",
|
14684
14705
|
"output_required": true,
|
@@ -14814,7 +14835,7 @@
|
|
14814
14835
|
{
|
14815
14836
|
"disabled": false,
|
14816
14837
|
"document": "负载均衡状态,取值有:\n<li>Pending:部署中;</li>\n<li>Deleting:删除中;</li>\n<li>Running:已生效。</li>",
|
14817
|
-
"example": "
|
14838
|
+
"example": "Running",
|
14818
14839
|
"member": "string",
|
14819
14840
|
"name": "Status",
|
14820
14841
|
"output_required": true,
|
@@ -15248,7 +15269,7 @@
|
|
15248
15269
|
{
|
15249
15270
|
"disabled": false,
|
15250
15271
|
"document": "自定义缓存时间数值,单位为秒,取值:0~315360000。<br>注意:当 FollowOrigin 为 off 时,表示不遵循源站,使用 CacheTime 设置缓存时间,否则此字段不生效。",
|
15251
|
-
"example": "
|
15272
|
+
"example": "100",
|
15252
15273
|
"member": "int64",
|
15253
15274
|
"name": "CacheTime",
|
15254
15275
|
"output_required": false,
|
@@ -15436,7 +15457,7 @@
|
|
15436
15457
|
{
|
15437
15458
|
"disabled": false,
|
15438
15459
|
"document": "当 CertType 取值为 hosting 时填入相应证书 ID。",
|
15439
|
-
"example": "
|
15460
|
+
"example": "LIeDuaN2",
|
15440
15461
|
"member": "string",
|
15441
15462
|
"name": "CertId",
|
15442
15463
|
"required": false,
|
@@ -15463,7 +15484,7 @@
|
|
15463
15484
|
{
|
15464
15485
|
"disabled": false,
|
15465
15486
|
"document": "站点 ID。",
|
15466
|
-
"example": "zone-
|
15487
|
+
"example": "zone-321dsafuux5x",
|
15467
15488
|
"member": "string",
|
15468
15489
|
"name": "ZoneId",
|
15469
15490
|
"required": true,
|
@@ -15481,7 +15502,7 @@
|
|
15481
15502
|
{
|
15482
15503
|
"disabled": false,
|
15483
15504
|
"document": "待修改状态的别称域名名称。如果为空,则不执行修改状态操作。",
|
15484
|
-
"example": "
|
15505
|
+
"example": "www.qq.com",
|
15485
15506
|
"member": "string",
|
15486
15507
|
"name": "AliasNames",
|
15487
15508
|
"required": false,
|
@@ -16030,7 +16051,7 @@
|
|
16030
16051
|
{
|
16031
16052
|
"disabled": false,
|
16032
16053
|
"document": "函数内容,当前仅支持 JavaScript 代码,最大支持 5MB 大小,不填写保持原有配置。",
|
16033
|
-
"example": "
|
16054
|
+
"example": "addEventListener('fetch', e => { const response = new Response('Hello World!'); e.respondWith(response); });",
|
16034
16055
|
"member": "string",
|
16035
16056
|
"name": "Content",
|
16036
16057
|
"required": false,
|
@@ -16552,7 +16573,7 @@
|
|
16552
16573
|
{
|
16553
16574
|
"disabled": false,
|
16554
16575
|
"document": "实例名称,可输入 1-200 个字符,允许字符为 a-z,A-Z,0-9,_,-。不填写表示维持原有配置。",
|
16555
|
-
"example": "
|
16576
|
+
"example": "general_load_balancer",
|
16556
16577
|
"member": "string",
|
16557
16578
|
"name": "Name",
|
16558
16579
|
"required": false,
|
@@ -16633,7 +16654,7 @@
|
|
16633
16654
|
{
|
16634
16655
|
"disabled": false,
|
16635
16656
|
"document": "源站组名称,不填保持原有配置,可输入1 - 200个字符,允许的字符为 a - z, A - Z, 0 - 9, _, - 。\t",
|
16636
|
-
"example": "
|
16657
|
+
"example": "origin-group-api",
|
16637
16658
|
"member": "string",
|
16638
16659
|
"name": "Name",
|
16639
16660
|
"required": false,
|
@@ -17561,7 +17582,7 @@
|
|
17561
17582
|
{
|
17562
17583
|
"disabled": false,
|
17563
17584
|
"document": "NS 接入时,分配给用户的 DNS 服务器地址,需要将域名的 NameServer 切换至该地址。",
|
17564
|
-
"example": "
|
17585
|
+
"example": "[\"ns1.qeodns.com.\",\"ns2.qeodns.com.\"]",
|
17565
17586
|
"member": "string",
|
17566
17587
|
"name": "NameServers",
|
17567
17588
|
"output_required": true,
|
@@ -17626,47 +17647,47 @@
|
|
17626
17647
|
"members": [
|
17627
17648
|
{
|
17628
17649
|
"disabled": false,
|
17629
|
-
"document": "
|
17650
|
+
"document": "主源站列表。",
|
17630
17651
|
"example": "[\"1.1.1.1\"]",
|
17631
17652
|
"member": "string",
|
17632
17653
|
"name": "Origins",
|
17633
17654
|
"output_required": true,
|
17634
17655
|
"required": false,
|
17635
17656
|
"type": "list",
|
17636
|
-
"value_allowed_null":
|
17657
|
+
"value_allowed_null": false
|
17637
17658
|
},
|
17638
17659
|
{
|
17639
17660
|
"disabled": false,
|
17640
|
-
"document": "
|
17661
|
+
"document": "备源站列表。",
|
17641
17662
|
"example": "[\"2.2.2.2\"]",
|
17642
17663
|
"member": "string",
|
17643
17664
|
"name": "BackupOrigins",
|
17644
17665
|
"output_required": true,
|
17645
17666
|
"required": false,
|
17646
17667
|
"type": "list",
|
17647
|
-
"value_allowed_null":
|
17668
|
+
"value_allowed_null": false
|
17648
17669
|
},
|
17649
17670
|
{
|
17650
17671
|
"disabled": false,
|
17651
|
-
"document": "回源协议配置,取值有:\n<li>http:强制 http 回源;</li>\n<li>follow:协议跟随回源;</li>\n<li>https:强制 https 回源。</li
|
17672
|
+
"document": "回源协议配置,取值有:\n<li>http:强制 http 回源;</li>\n<li>follow:协议跟随回源;</li>\n<li>https:强制 https 回源。</li>",
|
17652
17673
|
"example": "https",
|
17653
17674
|
"member": "string",
|
17654
17675
|
"name": "OriginPullProtocol",
|
17655
17676
|
"output_required": true,
|
17656
17677
|
"required": false,
|
17657
17678
|
"type": "string",
|
17658
|
-
"value_allowed_null":
|
17679
|
+
"value_allowed_null": false
|
17659
17680
|
},
|
17660
17681
|
{
|
17661
17682
|
"disabled": false,
|
17662
|
-
"document": "源站为腾讯云 COS 时,是否为私有访问 bucket,取值有:\n<li>on:私有访问;</li>\n<li>off:公共访问。</li
|
17683
|
+
"document": "源站为腾讯云 COS 时,是否为私有访问 bucket,取值有:\n<li>on:私有访问;</li>\n<li>off:公共访问。</li>",
|
17663
17684
|
"example": "off",
|
17664
17685
|
"member": "string",
|
17665
17686
|
"name": "CosPrivateAccess",
|
17666
17687
|
"output_required": true,
|
17667
17688
|
"required": false,
|
17668
17689
|
"type": "string",
|
17669
|
-
"value_allowed_null":
|
17690
|
+
"value_allowed_null": false
|
17670
17691
|
}
|
17671
17692
|
],
|
17672
17693
|
"usage": "both"
|
@@ -17833,7 +17854,7 @@
|
|
17833
17854
|
{
|
17834
17855
|
"disabled": false,
|
17835
17856
|
"document": "源站记录信息。",
|
17836
|
-
"example": "
|
17857
|
+
"example": "无",
|
17837
17858
|
"member": "OriginRecord",
|
17838
17859
|
"name": "Records",
|
17839
17860
|
"output_required": true,
|
@@ -17872,13 +17893,13 @@
|
|
17872
17893
|
},
|
17873
17894
|
{
|
17874
17895
|
"disabled": false,
|
17875
|
-
"document": "回源Host Header
|
17896
|
+
"document": "回源Host Header。",
|
17876
17897
|
"example": "www.tencent.com",
|
17877
17898
|
"member": "string",
|
17878
17899
|
"name": "HostHeader",
|
17879
17900
|
"output_required": false,
|
17880
17901
|
"type": "string",
|
17881
|
-
"value_allowed_null":
|
17902
|
+
"value_allowed_null": false
|
17882
17903
|
}
|
17883
17904
|
],
|
17884
17905
|
"usage": "out"
|
@@ -18310,7 +18331,7 @@
|
|
18310
18331
|
{
|
18311
18332
|
"disabled": false,
|
18312
18333
|
"document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6、域名类型源站;</li>\n<li>COS:COS源。</li>\n<li>AWS_S3:AWS S3对象存储源站。</li>",
|
18313
|
-
"example": "
|
18334
|
+
"example": "IP_DOMAIN",
|
18314
18335
|
"member": "string",
|
18315
18336
|
"name": "Type",
|
18316
18337
|
"output_required": true,
|
@@ -18522,19 +18543,21 @@
|
|
18522
18543
|
"example": "on/off",
|
18523
18544
|
"member": "string",
|
18524
18545
|
"name": "Switch",
|
18546
|
+
"output_required": true,
|
18525
18547
|
"required": true,
|
18526
18548
|
"type": "string",
|
18527
18549
|
"value_allowed_null": false
|
18528
18550
|
},
|
18529
18551
|
{
|
18530
18552
|
"disabled": false,
|
18531
|
-
"document": "最大限制,取值在1MB和500MB
|
18553
|
+
"document": "最大限制,取值在1MB和500MB之间。单位字节。",
|
18532
18554
|
"example": "10000000",
|
18533
18555
|
"member": "int64",
|
18534
18556
|
"name": "MaxSize",
|
18557
|
+
"output_required": true,
|
18535
18558
|
"required": false,
|
18536
18559
|
"type": "int",
|
18537
|
-
"value_allowed_null":
|
18560
|
+
"value_allowed_null": false
|
18538
18561
|
}
|
18539
18562
|
],
|
18540
18563
|
"usage": "both"
|
@@ -18608,7 +18631,7 @@
|
|
18608
18631
|
{
|
18609
18632
|
"disabled": false,
|
18610
18633
|
"document": "私有鉴权参数值。",
|
18611
|
-
"example": "
|
18634
|
+
"example": "AKID************",
|
18612
18635
|
"member": "string",
|
18613
18636
|
"name": "Value",
|
18614
18637
|
"output_required": true,
|
@@ -18684,29 +18707,32 @@
|
|
18684
18707
|
"example": "on/off",
|
18685
18708
|
"member": "string",
|
18686
18709
|
"name": "Switch",
|
18710
|
+
"output_required": true,
|
18687
18711
|
"required": true,
|
18688
18712
|
"type": "string",
|
18689
18713
|
"value_allowed_null": false
|
18690
18714
|
},
|
18691
18715
|
{
|
18692
18716
|
"disabled": false,
|
18693
|
-
"document": "CacheKey使用QueryString的方式,取值有:\n<li>includeCustom:使用部分url参数;</li>\n<li>excludeCustom:排除部分url参数。</li
|
18717
|
+
"document": "CacheKey使用QueryString的方式,取值有:\n<li>includeCustom:使用部分url参数;</li>\n<li>excludeCustom:排除部分url参数。</li>",
|
18694
18718
|
"example": "includeCustom",
|
18695
18719
|
"member": "string",
|
18696
18720
|
"name": "Action",
|
18721
|
+
"output_required": true,
|
18697
18722
|
"required": false,
|
18698
18723
|
"type": "string",
|
18699
|
-
"value_allowed_null":
|
18724
|
+
"value_allowed_null": false
|
18700
18725
|
},
|
18701
18726
|
{
|
18702
18727
|
"disabled": false,
|
18703
|
-
"document": "使用/排除的url
|
18728
|
+
"document": "使用/排除的url参数数组。",
|
18704
18729
|
"example": "key1;key2",
|
18705
18730
|
"member": "string",
|
18706
18731
|
"name": "Value",
|
18732
|
+
"output_required": true,
|
18707
18733
|
"required": false,
|
18708
18734
|
"type": "list",
|
18709
|
-
"value_allowed_null":
|
18735
|
+
"value_allowed_null": false
|
18710
18736
|
}
|
18711
18737
|
],
|
18712
18738
|
"usage": "both"
|
@@ -19344,7 +19370,7 @@
|
|
19344
19370
|
{
|
19345
19371
|
"disabled": false,
|
19346
19372
|
"document": "创建时间。",
|
19347
|
-
"example": "
|
19373
|
+
"example": "2025-01-12T12:04:55Z",
|
19348
19374
|
"member": "datetime_iso",
|
19349
19375
|
"name": "CreateTime",
|
19350
19376
|
"output_required": true,
|
@@ -19354,7 +19380,7 @@
|
|
19354
19380
|
{
|
19355
19381
|
"disabled": false,
|
19356
19382
|
"document": "更新时间。",
|
19357
|
-
"example": "
|
19383
|
+
"example": "2025-01-12T12:04:55Z",
|
19358
19384
|
"member": "datetime_iso",
|
19359
19385
|
"name": "UpdateTime",
|
19360
19386
|
"output_required": true,
|
@@ -20506,20 +20532,20 @@
|
|
20506
20532
|
{
|
20507
20533
|
"disabled": false,
|
20508
20534
|
"document": "规则ID。",
|
20509
|
-
"example": "rule-
|
20535
|
+
"example": "rule-372dfcxje3ya",
|
20510
20536
|
"member": "string",
|
20511
20537
|
"name": "RuleId",
|
20512
|
-
"
|
20538
|
+
"output_required": true,
|
20513
20539
|
"type": "string",
|
20514
20540
|
"value_allowed_null": false
|
20515
20541
|
},
|
20516
20542
|
{
|
20517
20543
|
"disabled": false,
|
20518
20544
|
"document": "规则名称,名称字符串长度 1~255。",
|
20519
|
-
"example": "rule
|
20545
|
+
"example": "cache rule",
|
20520
20546
|
"member": "string",
|
20521
20547
|
"name": "RuleName",
|
20522
|
-
"
|
20548
|
+
"output_required": true,
|
20523
20549
|
"type": "string",
|
20524
20550
|
"value_allowed_null": false
|
20525
20551
|
},
|
@@ -20529,7 +20555,7 @@
|
|
20529
20555
|
"example": "enable",
|
20530
20556
|
"member": "string",
|
20531
20557
|
"name": "Status",
|
20532
|
-
"
|
20558
|
+
"output_required": true,
|
20533
20559
|
"type": "string",
|
20534
20560
|
"value_allowed_null": false
|
20535
20561
|
},
|
@@ -20539,7 +20565,7 @@
|
|
20539
20565
|
"example": "无",
|
20540
20566
|
"member": "Rule",
|
20541
20567
|
"name": "Rules",
|
20542
|
-
"
|
20568
|
+
"output_required": true,
|
20543
20569
|
"type": "list",
|
20544
20570
|
"value_allowed_null": false
|
20545
20571
|
},
|
@@ -20549,17 +20575,17 @@
|
|
20549
20575
|
"example": "1",
|
20550
20576
|
"member": "int64",
|
20551
20577
|
"name": "RulePriority",
|
20552
|
-
"
|
20578
|
+
"output_required": true,
|
20553
20579
|
"type": "int",
|
20554
20580
|
"value_allowed_null": false
|
20555
20581
|
},
|
20556
20582
|
{
|
20557
20583
|
"disabled": false,
|
20558
20584
|
"document": "规则标签。",
|
20559
|
-
"example": "[]",
|
20585
|
+
"example": "[\"cache\"]",
|
20560
20586
|
"member": "string",
|
20561
20587
|
"name": "Tags",
|
20562
|
-
"
|
20588
|
+
"output_required": true,
|
20563
20589
|
"type": "list",
|
20564
20590
|
"value_allowed_null": false
|
20565
20591
|
}
|
@@ -21161,80 +21187,80 @@
|
|
21161
21187
|
"members": [
|
21162
21188
|
{
|
21163
21189
|
"disabled": false,
|
21164
|
-
"document": "服务器证书 ID。来源于 SSL 侧,您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。\n
|
21190
|
+
"document": "服务器证书 ID。来源于 SSL 侧,您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。\n",
|
21165
21191
|
"example": "EO-dsfdsf",
|
21166
21192
|
"member": "string",
|
21167
21193
|
"name": "CertId",
|
21168
21194
|
"output_required": true,
|
21169
21195
|
"required": true,
|
21170
21196
|
"type": "string",
|
21171
|
-
"value_allowed_null":
|
21197
|
+
"value_allowed_null": false
|
21172
21198
|
},
|
21173
21199
|
{
|
21174
21200
|
"disabled": false,
|
21175
|
-
"document": "
|
21201
|
+
"document": "证书备注名。",
|
21176
21202
|
"example": "默认证书",
|
21177
21203
|
"member": "string",
|
21178
21204
|
"name": "Alias",
|
21179
21205
|
"output_required": false,
|
21180
21206
|
"required": false,
|
21181
21207
|
"type": "string",
|
21182
|
-
"value_allowed_null":
|
21208
|
+
"value_allowed_null": false
|
21183
21209
|
},
|
21184
21210
|
{
|
21185
21211
|
"disabled": false,
|
21186
|
-
"document": "证书类型,取值有:\n<li>default:默认证书;</li>\n<li>upload:用户上传;</li>\n<li>managed:腾讯云托管。</li
|
21212
|
+
"document": "证书类型,取值有:\n<li>default:默认证书;</li>\n<li>upload:用户上传;</li>\n<li>managed:腾讯云托管。</li>",
|
21187
21213
|
"example": "default",
|
21188
21214
|
"member": "string",
|
21189
21215
|
"name": "Type",
|
21190
21216
|
"output_required": true,
|
21191
21217
|
"required": false,
|
21192
21218
|
"type": "string",
|
21193
|
-
"value_allowed_null":
|
21219
|
+
"value_allowed_null": false
|
21194
21220
|
},
|
21195
21221
|
{
|
21196
21222
|
"disabled": false,
|
21197
|
-
"document": "
|
21223
|
+
"document": "证书过期时间。",
|
21198
21224
|
"example": "2014-08-03T12:00:00+08:00",
|
21199
21225
|
"member": "datetime_iso",
|
21200
21226
|
"name": "ExpireTime",
|
21201
21227
|
"output_required": true,
|
21202
21228
|
"required": false,
|
21203
21229
|
"type": "string",
|
21204
|
-
"value_allowed_null":
|
21230
|
+
"value_allowed_null": false
|
21205
21231
|
},
|
21206
21232
|
{
|
21207
21233
|
"disabled": false,
|
21208
|
-
"document": "
|
21234
|
+
"document": "证书部署时间。",
|
21209
21235
|
"example": "2014-08-03T12:00:00+08:00",
|
21210
21236
|
"member": "datetime_iso",
|
21211
21237
|
"name": "DeployTime",
|
21212
21238
|
"output_required": true,
|
21213
21239
|
"required": false,
|
21214
21240
|
"type": "string",
|
21215
|
-
"value_allowed_null":
|
21241
|
+
"value_allowed_null": false
|
21216
21242
|
},
|
21217
21243
|
{
|
21218
21244
|
"disabled": false,
|
21219
|
-
"document": "
|
21245
|
+
"document": "签名算法。",
|
21220
21246
|
"example": "RSA",
|
21221
21247
|
"member": "string",
|
21222
21248
|
"name": "SignAlgo",
|
21223
21249
|
"output_required": true,
|
21224
21250
|
"required": false,
|
21225
21251
|
"type": "string",
|
21226
|
-
"value_allowed_null":
|
21252
|
+
"value_allowed_null": false
|
21227
21253
|
},
|
21228
21254
|
{
|
21229
21255
|
"disabled": false,
|
21230
|
-
"document": "
|
21256
|
+
"document": "证书归属域名名称。",
|
21231
21257
|
"example": "tencent.cloud",
|
21232
21258
|
"member": "string",
|
21233
21259
|
"name": "CommonName",
|
21234
21260
|
"output_required": false,
|
21235
21261
|
"required": false,
|
21236
21262
|
"type": "string",
|
21237
|
-
"value_allowed_null":
|
21263
|
+
"value_allowed_null": false
|
21238
21264
|
}
|
21239
21265
|
],
|
21240
21266
|
"usage": "both"
|
@@ -21602,9 +21628,10 @@
|
|
21602
21628
|
{
|
21603
21629
|
"disabled": false,
|
21604
21630
|
"document": "嵌套规则信息。",
|
21605
|
-
"example": "
|
21631
|
+
"example": "无",
|
21606
21632
|
"member": "SubRule",
|
21607
21633
|
"name": "Rules",
|
21634
|
+
"output_required": true,
|
21608
21635
|
"required": true,
|
21609
21636
|
"type": "list",
|
21610
21637
|
"value_allowed_null": false
|
@@ -21612,9 +21639,10 @@
|
|
21612
21639
|
{
|
21613
21640
|
"disabled": false,
|
21614
21641
|
"document": "规则标签。",
|
21615
|
-
"example": "[]",
|
21642
|
+
"example": "[\"cache\"]",
|
21616
21643
|
"member": "string",
|
21617
21644
|
"name": "Tags",
|
21645
|
+
"output_required": true,
|
21618
21646
|
"required": false,
|
21619
21647
|
"type": "list",
|
21620
21648
|
"value_allowed_null": false
|
@@ -21785,17 +21813,17 @@
|
|
21785
21813
|
},
|
21786
21814
|
{
|
21787
21815
|
"disabled": false,
|
21788
|
-
"document": "节点缓存清除方法,取值有:\n<li>invalidate:标记过期,用户请求时触发回源校验,即发送带有 If-None-Match 和 If-Modified-Since 头部的 HTTP 条件请求。若源站响应 200,则节点会回源拉取新的资源并更新缓存;若源站响应 304,则节点不会更新缓存;</li>\n<li>delete:直接删除节点缓存,用户请求时触发回源拉取资源。</li
|
21816
|
+
"document": "节点缓存清除方法,取值有:\n<li>invalidate:标记过期,用户请求时触发回源校验,即发送带有 If-None-Match 和 If-Modified-Since 头部的 HTTP 条件请求。若源站响应 200,则节点会回源拉取新的资源并更新缓存;若源站响应 304,则节点不会更新缓存;</li>\n<li>delete:直接删除节点缓存,用户请求时触发回源拉取资源。</li>",
|
21789
21817
|
"example": "invalidate",
|
21790
21818
|
"member": "string",
|
21791
21819
|
"name": "Method",
|
21792
21820
|
"output_required": false,
|
21793
21821
|
"type": "string",
|
21794
|
-
"value_allowed_null":
|
21822
|
+
"value_allowed_null": false
|
21795
21823
|
},
|
21796
21824
|
{
|
21797
21825
|
"disabled": false,
|
21798
|
-
"document": "状态。取值有:\n<li>processing:处理中;</li>\n<li>success:成功;</li>\n<li> failed:失败;</li>\n<li>timeout
|
21826
|
+
"document": "状态。取值有:\n<li>processing:处理中;</li>\n<li>success:成功;</li>\n<li> failed:失败;</li>\n<li>timeout:超时;</li>\n<li>canceled:已取消。</li>",
|
21799
21827
|
"example": "状态",
|
21800
21828
|
"member": "string",
|
21801
21829
|
"name": "Status",
|
@@ -22109,7 +22137,7 @@
|
|
22109
22137
|
{
|
22110
22138
|
"disabled": false,
|
22111
22139
|
"document": "正则匹配的表达式,长度范围为 1~1024。<br>注意:当 Action 为 regex 时,此字段必填;当 Action 为 follow 或 custom 时,无需填写此字段,若填写则不生效。",
|
22112
|
-
"example": "
|
22140
|
+
"example": "^/test1/(.*)$",
|
22113
22141
|
"member": "string",
|
22114
22142
|
"name": "Regex",
|
22115
22143
|
"output_required": false,
|
@@ -22120,7 +22148,7 @@
|
|
22120
22148
|
{
|
22121
22149
|
"disabled": false,
|
22122
22150
|
"document": "重定向的目标URL,长度范围为 1~1024。<br>注意:当 Action 为 regex 或 custom 时,此字段必填;当 Action 为 follow 时,无需填写此字段,若填写则不生效。",
|
22123
|
-
"example": "
|
22151
|
+
"example": "/test2/$1",
|
22124
22152
|
"member": "string",
|
22125
22153
|
"name": "Value",
|
22126
22154
|
"output_required": false,
|
@@ -22761,7 +22789,7 @@
|
|
22761
22789
|
{
|
22762
22790
|
"disabled": false,
|
22763
22791
|
"document": "是否开启 CNAME 加速,取值有:\n<li> enabled:开启;</li>\n<li> disabled:关闭。</li>",
|
22764
|
-
"example": "
|
22792
|
+
"example": "enabled",
|
22765
22793
|
"member": "string",
|
22766
22794
|
"name": "CnameSpeedUp",
|
22767
22795
|
"output_required": true,
|
@@ -22801,7 +22829,7 @@
|
|
22801
22829
|
{
|
22802
22830
|
"disabled": false,
|
22803
22831
|
"document": "站点创建时间。",
|
22804
|
-
"example": "
|
22832
|
+
"example": "2025-03-14T07:32:51Z",
|
22805
22833
|
"member": "datetime_iso",
|
22806
22834
|
"name": "CreatedOn",
|
22807
22835
|
"output_required": true,
|
@@ -22811,7 +22839,7 @@
|
|
22811
22839
|
{
|
22812
22840
|
"disabled": false,
|
22813
22841
|
"document": "站点修改时间。",
|
22814
|
-
"example": "
|
22842
|
+
"example": "2025-03-15T07:32:51Z",
|
22815
22843
|
"member": "datetime_iso",
|
22816
22844
|
"name": "ModifiedOn",
|
22817
22845
|
"output_required": true,
|
@@ -22860,13 +22888,13 @@
|
|
22860
22888
|
},
|
22861
22889
|
{
|
22862
22890
|
"disabled": false,
|
22863
|
-
"document": "站点别名。数字、英文、-和_组合,限制20
|
22891
|
+
"document": "站点别名。数字、英文、-和_组合,限制20个字符。",
|
22864
22892
|
"example": "zone-example",
|
22865
22893
|
"member": "string",
|
22866
22894
|
"name": "AliasZoneName",
|
22867
22895
|
"output_required": true,
|
22868
22896
|
"type": "string",
|
22869
|
-
"value_allowed_null":
|
22897
|
+
"value_allowed_null": false
|
22870
22898
|
},
|
22871
22899
|
{
|
22872
22900
|
"disabled": false,
|