tccli 3.0.1407.1__py2.py3-none-any.whl → 3.1.6.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/argument.py +13 -2
- tccli/main.py +0 -5
- tccli/services/__init__.py +9 -0
- tccli/services/aai/aai_client.py +20 -8
- tccli/services/aca/aca_client.py +40 -16
- tccli/services/acp/acp_client.py +40 -16
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/af/af_client.py +15 -6
- tccli/services/afc/afc_client.py +15 -6
- tccli/services/ags/__init__.py +4 -0
- tccli/services/ags/ags_client.py +826 -0
- tccli/services/ags/v20250920/api.json +1076 -0
- tccli/services/ags/v20250920/examples.json +101 -0
- tccli/services/ai3d/ai3d_client.py +20 -114
- tccli/services/ai3d/v20250513/api.json +6 -169
- tccli/services/ai3d/v20250513/examples.json +0 -16
- tccli/services/aiart/aiart_client.py +284 -109
- tccli/services/aiart/v20221229/api.json +201 -8
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/ame/ame_client.py +155 -62
- tccli/services/ams/ams_client.py +45 -18
- tccli/services/anicloud/anicloud_client.py +15 -6
- tccli/services/antiddos/antiddos_client.py +470 -188
- tccli/services/ape/ape_client.py +40 -16
- tccli/services/api/api_client.py +15 -6
- tccli/services/apigateway/apigateway_client.py +495 -198
- tccli/services/apm/apm_client.py +742 -81
- tccli/services/apm/v20210622/api.json +3239 -1322
- tccli/services/apm/v20210622/examples.json +95 -1
- tccli/services/asr/asr_client.py +160 -64
- tccli/services/asr/v20190614/api.json +2 -2
- tccli/services/asw/asw_client.py +45 -18
- tccli/services/autoscaling/autoscaling_client.py +290 -116
- tccli/services/autoscaling/v20180419/api.json +51 -7
- tccli/services/ba/ba_client.py +15 -6
- tccli/services/batch/batch_client.py +150 -60
- tccli/services/batch/v20170312/api.json +11 -0
- tccli/services/bda/bda_client.py +40 -714
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/bh/bh_client.py +1934 -465
- tccli/services/bh/v20230418/api.json +1720 -107
- tccli/services/bh/v20230418/examples.json +188 -0
- tccli/services/bi/bi_client.py +145 -58
- tccli/services/billing/billing_client.py +310 -124
- tccli/services/billing/v20180709/api.json +18 -9
- tccli/services/billing/v20180709/examples.json +2 -2
- tccli/services/bizlive/bizlive_client.py +30 -12
- tccli/services/bm/bm_client.py +265 -106
- tccli/services/bma/bma_client.py +185 -74
- tccli/services/bmeip/bmeip_client.py +100 -40
- tccli/services/bmlb/bmlb_client.py +245 -98
- tccli/services/bmvpc/bmvpc_client.py +305 -122
- tccli/services/bpaas/bpaas_client.py +10 -4
- tccli/services/bri/bri_client.py +5 -2
- tccli/services/bsca/bsca_client.py +35 -14
- tccli/services/btoe/btoe_client.py +70 -28
- tccli/services/ca/ca_client.py +15 -6
- tccli/services/cam/cam_client.py +460 -184
- tccli/services/cam/v20190116/api.json +3 -3
- tccli/services/captcha/captcha_client.py +90 -36
- tccli/services/captcha/v20190722/api.json +4 -4
- tccli/services/captcha/v20190722/examples.json +1 -1
- tccli/services/car/car_client.py +30 -12
- tccli/services/cat/cat_client.py +70 -28
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/cbs/cbs_client.py +230 -92
- tccli/services/ccc/ccc_client.py +613 -158
- tccli/services/ccc/v20200210/api.json +406 -8
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/cdb_client.py +931 -350
- tccli/services/cdb/v20170320/api.json +131 -32
- tccli/services/cdb/v20170320/examples.json +18 -10
- tccli/services/cdc/cdc_client.py +115 -46
- tccli/services/cdn/cdn_client.py +275 -110
- tccli/services/cdn/v20180606/api.json +15 -4
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cds/cds_client.py +25 -10
- tccli/services/cdwch/cdwch_client.py +145 -58
- tccli/services/cdwch/v20200915/api.json +26 -11
- tccli/services/cdwdoris/cdwdoris_client.py +300 -120
- tccli/services/cdwdoris/v20211228/api.json +11 -1
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/cdz_client.py +10 -4
- tccli/services/cfg/cfg_client.py +85 -34
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +326 -208
- tccli/services/cfs/v20190719/api.json +199 -64
- tccli/services/cfs/v20190719/examples.json +6 -14
- tccli/services/cfw/cfw_client.py +679 -287
- tccli/services/cfw/v20190904/api.json +420 -2
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +190 -76
- tccli/services/chc/v20230418/api.json +77 -2
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +115 -46
- tccli/services/cii/cii_client.py +65 -26
- tccli/services/cim/cim_client.py +5 -2
- tccli/services/ckafka/ckafka_client.py +837 -240
- tccli/services/ckafka/v20190819/api.json +561 -91
- tccli/services/ckafka/v20190819/examples.json +53 -5
- tccli/services/clb/clb_client.py +435 -439
- tccli/services/clb/v20180317/api.json +147 -312
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/cloudapp_client.py +10 -4
- tccli/services/cloudaudit/cloudaudit_client.py +95 -38
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/cloudhsm_client.py +70 -28
- tccli/services/cloudhsm/v20191112/api.json +37 -7
- tccli/services/cloudstudio/cloudstudio_client.py +45 -18
- tccli/services/cls/cls_client.py +843 -268
- tccli/services/cls/v20201016/api.json +1241 -68
- tccli/services/cls/v20201016/examples.json +36 -4
- tccli/services/cme/cme_client.py +250 -100
- tccli/services/cmq/cmq_client.py +10 -4
- tccli/services/cms/cms_client.py +30 -12
- tccli/services/config/config_client.py +35 -14
- tccli/services/controlcenter/controlcenter_client.py +25 -10
- tccli/services/cpdp/cpdp_client.py +1095 -438
- tccli/services/csip/csip_client.py +410 -164
- tccli/services/csip/v20221121/api.json +140 -20
- tccli/services/csip/v20221121/examples.json +10 -16
- tccli/services/csxg/csxg_client.py +25 -10
- tccli/services/ctem/ctem_client.py +1823 -156
- tccli/services/ctem/v20231128/api.json +2990 -206
- tccli/services/ctem/v20231128/examples.json +224 -0
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +490 -196
- tccli/services/cvm/v20170312/api.json +41 -41
- tccli/services/cvm/v20170312/examples.json +92 -86
- tccli/services/cwp/cwp_client.py +2570 -1028
- tccli/services/cws/cws_client.py +95 -38
- tccli/services/cynosdb/cynosdb_client.py +1006 -340
- tccli/services/cynosdb/v20190107/api.json +1238 -212
- tccli/services/cynosdb/v20190107/examples.json +32 -8
- tccli/services/dasb/dasb_client.py +315 -126
- tccli/services/dataagent/__init__.py +4 -0
- tccli/services/dataagent/dataagent_client.py +770 -0
- tccli/services/dataagent/v20250513/api.json +1216 -0
- tccli/services/dataagent/v20250513/examples.json +93 -0
- tccli/services/dayu/dayu_client.py +560 -224
- tccli/services/dbbrain/dbbrain_client.py +471 -166
- tccli/services/dbbrain/v20210527/api.json +268 -19
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dbdc/dbdc_client.py +30 -12
- tccli/services/dc/dc_client.py +110 -44
- tccli/services/dcdb/dcdb_client.py +415 -166
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +966 -364
- tccli/services/dlc/v20210125/api.json +1153 -150
- tccli/services/dlc/v20210125/examples.json +19 -11
- tccli/services/dnspod/dnspod_client.py +567 -182
- tccli/services/dnspod/v20210323/api.json +131 -25
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/domain/domain_client.py +275 -110
- tccli/services/domain/v20180808/api.json +21 -1
- tccli/services/drm/drm_client.py +55 -22
- tccli/services/ds/ds_client.py +60 -24
- tccli/services/dsgc/dsgc_client.py +665 -266
- tccli/services/dsgc/v20190723/api.json +18 -18
- tccli/services/dts/dts_client.py +1188 -488
- tccli/services/dts/v20211206/api.json +1068 -124
- tccli/services/dts/v20211206/examples.json +77 -7
- tccli/services/eb/eb_client.py +160 -64
- tccli/services/eb/v20210416/api.json +13 -0
- tccli/services/ecc/ecc_client.py +20 -8
- tccli/services/ecdn/ecdn_client.py +30 -12
- tccli/services/ecm/ecm_client.py +695 -278
- tccli/services/eiam/eiam_client.py +210 -84
- tccli/services/eis/eis_client.py +40 -16
- tccli/services/emr/emr_client.py +501 -178
- tccli/services/emr/v20190103/api.json +262 -0
- tccli/services/emr/v20190103/examples.json +13 -5
- tccli/services/es/es_client.py +536 -152
- tccli/services/es/v20180416/api.json +695 -65
- tccli/services/es/v20180416/examples.json +24 -0
- tccli/services/es/v20250101/api.json +10 -10
- tccli/services/ess/ess_client.py +747 -254
- tccli/services/ess/v20201111/api.json +720 -32
- tccli/services/ess/v20201111/examples.json +18 -2
- tccli/services/essbasic/essbasic_client.py +730 -292
- tccli/services/essbasic/v20210526/api.json +295 -32
- tccli/services/essbasic/v20210526/examples.json +12 -30
- tccli/services/evt/__init__.py +4 -0
- tccli/services/evt/evt_client.py +210 -0
- tccli/services/evt/v20250217/api.json +126 -0
- tccli/services/evt/v20250217/examples.json +13 -0
- tccli/services/facefusion/facefusion_client.py +20 -8
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/faceid/faceid_client.py +180 -125
- tccli/services/faceid/v20180301/api.json +18 -105
- tccli/services/faceid/v20180301/examples.json +1 -9
- tccli/services/fmu/fmu_client.py +35 -14
- tccli/services/ft/ft_client.py +30 -12
- tccli/services/gaap/gaap_client.py +510 -204
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +241 -74
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/goosefs/goosefs_client.py +135 -54
- tccli/services/gs/gs_client.py +537 -182
- tccli/services/gs/v20191118/api.json +143 -1
- tccli/services/gs/v20191118/examples.json +16 -0
- tccli/services/gwlb/gwlb_client.py +95 -38
- tccli/services/habo/habo_client.py +10 -4
- tccli/services/hai/hai_client.py +80 -32
- tccli/services/hai/v20230812/api.json +3 -3
- tccli/services/hasim/hasim_client.py +110 -44
- tccli/services/hcm/hcm_client.py +5 -2
- tccli/services/hunyuan/hunyuan_client.py +105 -42
- tccli/services/hunyuan/v20230901/api.json +69 -2
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/iai_client.py +175 -123
- tccli/services/iai/v20180301/api.json +0 -82
- tccli/services/iai/v20180301/examples.json +0 -8
- tccli/services/iai/v20200303/api.json +1 -83
- tccli/services/iai/v20200303/examples.json +0 -8
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ic/ic_client.py +45 -18
- tccli/services/icr/icr_client.py +5 -2
- tccli/services/ie/ie_client.py +50 -20
- tccli/services/ig/ig_client.py +5 -2
- tccli/services/igtm/igtm_client.py +130 -52
- tccli/services/igtm/v20231024/api.json +60 -4
- tccli/services/igtm/v20231024/examples.json +3 -3
- tccli/services/ims/ims_client.py +10 -4
- tccli/services/ioa/ioa_client.py +194 -60
- tccli/services/ioa/v20220601/api.json +149 -1
- tccli/services/ioa/v20220601/examples.json +8 -0
- tccli/services/iot/iot_client.py +225 -90
- tccli/services/iotcloud/iotcloud_client.py +430 -172
- tccli/services/iotexplorer/iotexplorer_client.py +1801 -512
- tccli/services/iotexplorer/v20190423/api.json +2681 -1016
- tccli/services/iotexplorer/v20190423/examples.json +160 -26
- tccli/services/iotvideo/iotvideo_client.py +835 -334
- tccli/services/iotvideoindustry/iotvideoindustry_client.py +520 -208
- tccli/services/irp/irp_client.py +55 -22
- tccli/services/iss/iss_client.py +460 -184
- tccli/services/iss/v20230517/api.json +2 -2
- tccli/services/iss/v20230517/examples.json +1 -1
- tccli/services/ivld/ivld_client.py +140 -56
- tccli/services/keewidb/keewidb_client.py +190 -76
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/lcic/lcic_client.py +355 -142
- tccli/services/lcic/v20220817/api.json +5 -5
- tccli/services/lighthouse/lighthouse_client.py +590 -236
- tccli/services/lighthouse/v20200324/api.json +81 -16
- tccli/services/lighthouse/v20200324/examples.json +7 -1
- tccli/services/live/live_client.py +1000 -453
- tccli/services/live/v20180801/api.json +6 -164
- tccli/services/live/v20180801/examples.json +6 -8
- tccli/services/lke/lke_client.py +525 -210
- tccli/services/lke/v20231130/api.json +254 -75
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/lkeap_client.py +130 -52
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/lowcode/lowcode_client.py +85 -34
- tccli/services/mall/mall_client.py +5 -2
- tccli/services/mariadb/mariadb_client.py +405 -162
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/market/market_client.py +10 -4
- tccli/services/memcached/memcached_client.py +5 -2
- tccli/services/mmps/mmps_client.py +75 -30
- tccli/services/mna/mna_client.py +205 -82
- tccli/services/mna/v20210119/api.json +1 -1
- tccli/services/mongodb/mongodb_client.py +1178 -273
- tccli/services/mongodb/v20190725/api.json +1860 -135
- tccli/services/mongodb/v20190725/examples.json +105 -1
- tccli/services/monitor/monitor_client.py +901 -338
- tccli/services/monitor/v20180724/api.json +189 -29
- tccli/services/monitor/v20180724/examples.json +9 -1
- tccli/services/mps/mps_client.py +1248 -280
- tccli/services/mps/v20190612/api.json +1796 -73
- tccli/services/mps/v20190612/examples.json +106 -32
- tccli/services/mqtt/mqtt_client.py +463 -118
- tccli/services/mqtt/v20240516/api.json +166 -0
- tccli/services/mqtt/v20240516/examples.json +24 -0
- tccli/services/mrs/mrs_client.py +55 -22
- tccli/services/ms/ms_client.py +115 -46
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/nlp/nlp_client.py +30 -12
- tccli/services/npp/npp_client.py +40 -16
- tccli/services/oceanus/oceanus_client.py +225 -90
- tccli/services/oceanus/v20190422/api.json +10 -13
- tccli/services/oceanus/v20190422/examples.json +2 -2
- tccli/services/ocr/ocr_client.py +471 -425
- tccli/services/ocr/v20181119/api.json +241 -639
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/organization_client.py +705 -282
- tccli/services/organization/v20210331/api.json +40 -1
- tccli/services/partners/partners_client.py +115 -46
- tccli/services/postgres/postgres_client.py +724 -200
- tccli/services/postgres/v20170312/api.json +494 -58
- tccli/services/postgres/v20170312/examples.json +75 -31
- tccli/services/privatedns/privatedns_client.py +412 -80
- tccli/services/privatedns/v20201028/api.json +421 -13
- tccli/services/privatedns/v20201028/examples.json +36 -4
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/rce/rce_client.py +55 -22
- tccli/services/redis/redis_client.py +550 -220
- tccli/services/redis/v20180412/api.json +197 -33
- tccli/services/redis/v20180412/examples.json +10 -10
- tccli/services/region/region_client.py +15 -6
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/rum_client.py +270 -108
- tccli/services/rum/v20210622/api.json +18 -0
- tccli/services/scf/scf_client.py +260 -104
- tccli/services/scf/v20180416/api.json +167 -2
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/securitylake/securitylake_client.py +5 -2
- tccli/services/ses/ses_client.py +175 -70
- tccli/services/smh/smh_client.py +75 -30
- tccli/services/smop/smop_client.py +5 -2
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sms/v20190711/api.json +11 -11
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +12 -12
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/soe/soe_client.py +20 -8
- tccli/services/sqlserver/sqlserver_client.py +740 -296
- tccli/services/sqlserver/v20180328/api.json +31 -2
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/ssa/ssa_client.py +115 -46
- tccli/services/ssl/ssl_client.py +340 -136
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/sslpod/sslpod_client.py +50 -20
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +35 -14
- tccli/services/sts/v20180813/api.json +1 -1
- tccli/services/svp/svp_client.py +25 -10
- tccli/services/svp/v20240125/api.json +24 -4
- tccli/services/svp/v20240125/examples.json +1 -1
- tccli/services/taf/taf_client.py +5 -2
- tccli/services/tag/tag_client.py +155 -62
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/tat_client.py +145 -58
- tccli/services/tat/v20201028/api.json +10 -1
- tccli/services/tbaas/tbaas_client.py +120 -48
- tccli/services/tbp/tbp_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +265 -106
- tccli/services/tcb/tcb_client.py +445 -178
- tccli/services/tcbr/tcbr_client.py +50 -20
- tccli/services/tcbr/v20220217/api.json +11 -0
- tccli/services/tccatalog/tccatalog_client.py +20 -8
- tccli/services/tchd/tchd_client.py +10 -4
- tccli/services/tcm/tcm_client.py +60 -24
- tccli/services/tcr/tcr_client.py +550 -220
- tccli/services/tcss/tcss_client.py +1756 -680
- tccli/services/tcss/v20201101/api.json +144 -11
- tccli/services/tcss/v20201101/examples.json +9 -1
- tccli/services/tdai/tdai_client.py +90 -36
- tccli/services/tdai/v20250717/api.json +30 -3
- tccli/services/tdcpg/tdcpg_client.py +125 -50
- tccli/services/tdid/tdid_client.py +90 -36
- tccli/services/tdmq/tdmq_client.py +846 -452
- tccli/services/tdmq/v20200217/api.json +372 -488
- tccli/services/tdmq/v20200217/examples.json +21 -41
- tccli/services/tds/tds_client.py +25 -10
- tccli/services/tem/tem_client.py +305 -122
- tccli/services/teo/teo_client.py +1122 -431
- tccli/services/teo/v20220901/api.json +1393 -132
- tccli/services/teo/v20220901/examples.json +59 -13
- tccli/services/thpc/thpc_client.py +215 -66
- tccli/services/thpc/v20230321/api.json +185 -27
- tccli/services/thpc/v20230321/examples.json +15 -7
- tccli/services/tia/tia_client.py +50 -20
- tccli/services/tiia/tiia_client.py +105 -42
- tccli/services/tione/tione_client.py +537 -150
- tccli/services/tione/v20211111/api.json +280 -16
- tccli/services/tione/v20211111/examples.json +25 -1
- tccli/services/tiw/tiw_client.py +175 -70
- tccli/services/tke/tke_client.py +2702 -735
- tccli/services/tke/v20180525/api.json +2279 -232
- tccli/services/tke/v20180525/examples.json +194 -18
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tkgdq/tkgdq_client.py +15 -6
- tccli/services/tms/tms_client.py +132 -8
- tccli/services/tms/v20201229/api.json +247 -1
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/tmt_client.py +40 -16
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/tourism/tourism_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/trocket_client.py +350 -140
- tccli/services/trocket/v20230308/api.json +113 -5
- tccli/services/trp/trp_client.py +270 -108
- tccli/services/trro/trro_client.py +257 -58
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/trtc_client.py +360 -144
- tccli/services/trtc/v20190722/api.json +167 -27
- tccli/services/trtc/v20190722/examples.json +3 -3
- tccli/services/tse/tse_client.py +776 -248
- tccli/services/tse/v20201207/api.json +260 -1
- tccli/services/tse/v20201207/examples.json +24 -0
- tccli/services/tsf/tsf_client.py +1195 -458
- tccli/services/tsf/v20180326/api.json +121 -5
- tccli/services/tsf/v20180326/examples.json +10 -2
- tccli/services/tsi/tsi_client.py +15 -6
- tccli/services/tsw/tsw_client.py +20 -8
- tccli/services/tts/tts_client.py +15 -6
- tccli/services/vcg/vcg_client.py +10 -4
- tccli/services/vclm/v20240523/api.json +354 -4
- tccli/services/vclm/v20240523/examples.json +32 -0
- tccli/services/vclm/vclm_client.py +269 -18
- tccli/services/vcube/v20220410/api.json +89 -2
- tccli/services/vcube/v20220410/examples.json +18 -2
- tccli/services/vcube/vcube_client.py +290 -76
- tccli/services/vdb/vdb_client.py +70 -28
- tccli/services/vm/v20210922/api.json +3 -3
- tccli/services/vm/vm_client.py +30 -12
- tccli/services/vms/vms_client.py +10 -4
- tccli/services/vod/v20180717/api.json +2 -2
- tccli/services/vod/vod_client.py +965 -386
- tccli/services/vpc/v20170312/api.json +1239 -128
- tccli/services/vpc/v20170312/examples.json +127 -15
- tccli/services/vpc/vpc_client.py +2963 -928
- tccli/services/vrs/vrs_client.py +40 -16
- tccli/services/vtc/vtc_client.py +15 -6
- tccli/services/waf/v20180125/api.json +11219 -8659
- tccli/services/waf/v20180125/examples.json +89 -9
- tccli/services/waf/waf_client.py +1530 -415
- tccli/services/wav/wav_client.py +130 -52
- tccli/services/wedata/v20250806/api.json +55 -16
- tccli/services/wedata/wedata_client.py +2045 -818
- tccli/services/weilingwith/weilingwith_client.py +320 -128
- tccli/services/wsa/wsa_client.py +5 -2
- tccli/services/wss/wss_client.py +15 -6
- tccli/services/yinsuda/yinsuda_client.py +100 -40
- tccli/services/yunjing/yunjing_client.py +500 -200
- tccli/services/yunsou/yunsou_client.py +10 -4
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/METADATA +13 -11
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/RECORD +446 -434
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1407.1.dist-info/license_files → tccli-3.1.6.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actions": {
|
|
3
|
+
"ApplyFreeCertificate": {
|
|
4
|
+
"document": "申请免费证书时,如果您需要通过使用 DNS 委派验证或者文件验证进行申请,您可以调用该接口来进行发起证书申请并根据申请方式来获取对应的验证内容。调用接口的顺序如下:\n第一步:调用 ApplyFreeCertificate,指定申请免费证书的校验方式,获取验证内容;\n第二步:为相应域名按照验证内容配置;\n第三步:调用CheckFreeCertificateVerification 验证,验证通过后即完成免费证书申请;\n第四步:调用ModifyHostsCertificate,下发域名证书为使用 EdgeOne 免费证书配置。\n\n申请方式的介绍可参考文档:[免费证书申请说明](https://cloud.tencent.com/document/product/1552/90437) \n说明:\n- 仅 CNAME 接入模式可调用该接口来指定免费证书申请方式。NS/DNSPod 托管接入模式都是使用自动验证来申请免费证书,无需调用该接口。\n- 如果您需要切换免费证书验证方式,您可以重新调用本接口通过修改 VerificationMethod 字段来进行变更。\n- 同个域名只能申请一本免费证书,在调用本接口后,后台会触发申请免费证书相关任务,您需要在2 天内,完成域名验证信息的相关配置,然后完成证书验证。",
|
|
5
|
+
"input": "ApplyFreeCertificateRequest",
|
|
6
|
+
"name": "申请免费证书",
|
|
7
|
+
"output": "ApplyFreeCertificateResponse",
|
|
8
|
+
"status": "online"
|
|
9
|
+
},
|
|
3
10
|
"BindSecurityTemplateToEntity": {
|
|
4
11
|
"document": "操作安全策略模板,支持将域名绑定或换绑到指定的策略模板,或者从指定的策略模板解绑。",
|
|
5
12
|
"input": "BindSecurityTemplateToEntityRequest",
|
|
@@ -28,6 +35,13 @@
|
|
|
28
35
|
"output": "CheckCnameStatusResponse",
|
|
29
36
|
"status": "online"
|
|
30
37
|
},
|
|
38
|
+
"CheckFreeCertificateVerification": {
|
|
39
|
+
"document": "该接口用于验证免费证书并获取免费证书申请结果。如果验证通过,可通过该接口查询到对应域名申请的免费证书信息,如果申请失败,该接口将返回对应的验证失败信息。\n在触发[申请免费证书接口](https://cloud.tencent.com/document/product/1552/90437)后,您可以通过本接口检查免费证书申请结果。在免费证书申请成功后, 还需要通过[配置域名证书](https://cloud.tencent.com/document/product/1552/80764)接口配置,才能将免费证书部署至加速域上。",
|
|
40
|
+
"input": "CheckFreeCertificateVerificationRequest",
|
|
41
|
+
"name": "检查免费证书申请结果",
|
|
42
|
+
"output": "CheckFreeCertificateVerificationResponse",
|
|
43
|
+
"status": "online"
|
|
44
|
+
},
|
|
31
45
|
"ConfirmMultiPathGatewayOriginACL": {
|
|
32
46
|
"document": "本接口用于多通道安全加速网关回源 IP 网段发生变更时,确认已将最新回源 IP 网段更新至源站防火墙。",
|
|
33
47
|
"input": "ConfirmMultiPathGatewayOriginACLRequest",
|
|
@@ -211,7 +225,7 @@
|
|
|
211
225
|
"status": "online"
|
|
212
226
|
},
|
|
213
227
|
"CreateRealtimeLogDeliveryTask": {
|
|
214
|
-
"document": "本接口用于创建实时日志投递任务。本接口有如下限制:\n- 当数据投递类型(LogType)为站点加速日志(七层访问日志)、四层代理日志、边缘函数运行日志时,同一个实体(七层域名、四层代理实例、边缘函数实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到如下实时日志投递任务类型(TaskType)组合中:\n - 一个推送至腾讯云 CLS 的任务,加上另一个推送至自定义 HTTP(S) 地址的任务;\n - 一个推送至腾讯云 CLS 的任务,加上另一个推送至 AWS S3 兼容对象存储的任务;\n- 当数据投递类型(LogType)为速率限制和 CC 攻击防护日志、托管规则日志、自定义规则日志、Bot 管理日志时,同一个实体在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。\n\n建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。",
|
|
228
|
+
"document": "本接口用于创建实时日志投递任务。本接口有如下限制:\n- 当数据投递类型(LogType)为站点加速日志(七层访问日志)、四层代理日志、边缘函数运行日志时,同一个实体(七层域名、四层代理实例、边缘函数实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到如下实时日志投递任务类型(TaskType)组合中:\n - 一个推送至腾讯云 CLS 的任务,加上另一个推送至自定义 HTTP(S) 地址的任务;\n - 一个推送至腾讯云 CLS 的任务,加上另一个推送至 AWS S3 兼容对象存储的任务;\n- 当数据投递类型(LogType)为速率限制和 CC 攻击防护日志、托管规则日志、自定义规则日志、Bot 管理日志时,同一个实体在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。\n- 当实时日志投递任务类型(TaskType)为 EdgeOne 日志分析(log_analysis)时,只支持数据投递类型(LogType)为站点加速日志(domain);在同一站点(ZoneId)和数据投递区域(Area)的组合下,只能添加一个推送至 EdgeOne 日志分析的实时日志投递任务;。\n\n建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。",
|
|
215
229
|
"input": "CreateRealtimeLogDeliveryTaskRequest",
|
|
216
230
|
"name": "创建实时日志投递任务",
|
|
217
231
|
"output": "CreateRealtimeLogDeliveryTaskResponse",
|
|
@@ -346,7 +360,7 @@
|
|
|
346
360
|
"DeleteJustInTimeTranscodeTemplates": {
|
|
347
361
|
"document": "根据站点 id 下唯一的模板标识,删除相应的即时转码模板。",
|
|
348
362
|
"input": "DeleteJustInTimeTranscodeTemplatesRequest",
|
|
349
|
-
"name": "
|
|
363
|
+
"name": "删除即时转码模板",
|
|
350
364
|
"output": "DeleteJustInTimeTranscodeTemplatesResponse",
|
|
351
365
|
"status": "online"
|
|
352
366
|
},
|
|
@@ -647,7 +661,7 @@
|
|
|
647
661
|
"DescribeJustInTimeTranscodeTemplates": {
|
|
648
662
|
"document": "根据即时转码模板名字、模板类型或唯一标识,获取即时转码模板详情列表。返回结果包含符合条件的所有用户自定义模板及预置模板。",
|
|
649
663
|
"input": "DescribeJustInTimeTranscodeTemplatesRequest",
|
|
650
|
-
"name": "
|
|
664
|
+
"name": "获取即时转码模板列表",
|
|
651
665
|
"output": "DescribeJustInTimeTranscodeTemplatesResponse",
|
|
652
666
|
"status": "online"
|
|
653
667
|
},
|
|
@@ -1670,7 +1684,7 @@
|
|
|
1670
1684
|
"members": [
|
|
1671
1685
|
{
|
|
1672
1686
|
"disabled": false,
|
|
1673
|
-
"document": "
|
|
1687
|
+
"document": "配置服务端证书的模式,取值有: <ul><li>disable:不配置服务端证书;</li> <li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437) - 在 NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。 - 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://cloud.tencent.com/document/product/1552/124806'>检查免费证书申请结果</a>接口获取申请失败原因。</li><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://cloud.tencent.com/document/product/1552/124807'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li> <ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://cloud.tencent.com/document/product/1552/124806'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li> </ul> <li>sslcert:配置 SSL 托管服务端证书。</li></ul>",
|
|
1674
1688
|
"example": "\"ssl\"",
|
|
1675
1689
|
"member": "string",
|
|
1676
1690
|
"name": "Mode",
|
|
@@ -1703,7 +1717,7 @@
|
|
|
1703
1717
|
},
|
|
1704
1718
|
{
|
|
1705
1719
|
"disabled": false,
|
|
1706
|
-
"document": "
|
|
1720
|
+
"document": "用于分别开启/关闭回源双向认证和源站证书校验。回源双向认证的证书用于 EO 回源时携带,源站可选择校验该证书用于确保请求来源于受信任的 EO 节点。源站证书校验开启时,证书配置用于 EO 节点校验源站证书是否可信。",
|
|
1707
1721
|
"example": "无",
|
|
1708
1722
|
"member": "UpstreamCertInfo",
|
|
1709
1723
|
"name": "UpstreamCertInfo",
|
|
@@ -2868,6 +2882,71 @@
|
|
|
2868
2882
|
],
|
|
2869
2883
|
"usage": "both"
|
|
2870
2884
|
},
|
|
2885
|
+
"ApplyFreeCertificateRequest": {
|
|
2886
|
+
"document": "ApplyFreeCertificate请求参数结构体",
|
|
2887
|
+
"members": [
|
|
2888
|
+
{
|
|
2889
|
+
"disabled": false,
|
|
2890
|
+
"document": "站点ID。",
|
|
2891
|
+
"example": "zone-343vqcswn9zj",
|
|
2892
|
+
"member": "string",
|
|
2893
|
+
"name": "ZoneId",
|
|
2894
|
+
"required": true,
|
|
2895
|
+
"type": "string"
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
"disabled": false,
|
|
2899
|
+
"document": "申请免费证书的目标域名。",
|
|
2900
|
+
"example": "www.test.com",
|
|
2901
|
+
"member": "string",
|
|
2902
|
+
"name": "Domain",
|
|
2903
|
+
"required": true,
|
|
2904
|
+
"type": "string"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"disabled": false,
|
|
2908
|
+
"document": "申请免费证书的验证方式,详细验证方式说明参考[免费证书申请方式说明文档](https://cloud.tencent.com/document/product/1552/90437) ,相关取值有:\n<li>http_challenge:HTTP 访问文件验证方式,通过 HTTP 访问域名指定 URL 获取文件信息以完成免费证书申请验证;</li>\n<li>dns_challenge:DNS 委派验证方式,通过添加指定的主机记录解析指向 EdgeOne 以完成免费证书申请验证。</li>\n注意:在触发本接口后,你需要根据返回的验证信息,完成验证内容配置。配置完成后,还需要通过<a href = 'https://cloud.tencent.com/document/product/1552/124806'>检查免费证书申请结果</a>接口进行验证,验证通过后,即可申请成功。在免费证书申请成功后,你可以调用<a href = 'https://cloud.tencent.com/document/product/1552/80764'>配置域名证书</a>接口为当前域名部署免费证书。",
|
|
2909
|
+
"example": "http_challenge",
|
|
2910
|
+
"member": "string",
|
|
2911
|
+
"name": "VerificationMethod",
|
|
2912
|
+
"required": true,
|
|
2913
|
+
"type": "string"
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2916
|
+
"type": "object"
|
|
2917
|
+
},
|
|
2918
|
+
"ApplyFreeCertificateResponse": {
|
|
2919
|
+
"document": "ApplyFreeCertificate返回参数结构体",
|
|
2920
|
+
"members": [
|
|
2921
|
+
{
|
|
2922
|
+
"disabled": false,
|
|
2923
|
+
"document": "当 VerificationMethod 为 dns_challenge 时,域名申请免费证书的相关验证信息。",
|
|
2924
|
+
"example": "无",
|
|
2925
|
+
"member": "DnsVerification",
|
|
2926
|
+
"name": "DnsVerification",
|
|
2927
|
+
"output_required": false,
|
|
2928
|
+
"type": "object",
|
|
2929
|
+
"value_allowed_null": false
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"disabled": false,
|
|
2933
|
+
"document": "当 VerificationMethod 为 http_challenge 时,域名申请免费证书的相关验证信息。",
|
|
2934
|
+
"example": "无",
|
|
2935
|
+
"member": "FileVerification",
|
|
2936
|
+
"name": "FileVerification",
|
|
2937
|
+
"output_required": false,
|
|
2938
|
+
"type": "object",
|
|
2939
|
+
"value_allowed_null": false
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
2943
|
+
"member": "string",
|
|
2944
|
+
"name": "RequestId",
|
|
2945
|
+
"type": "string"
|
|
2946
|
+
}
|
|
2947
|
+
],
|
|
2948
|
+
"type": "object"
|
|
2949
|
+
},
|
|
2871
2950
|
"AscriptionInfo": {
|
|
2872
2951
|
"document": "站点归属信息",
|
|
2873
2952
|
"members": [
|
|
@@ -3043,6 +3122,67 @@
|
|
|
3043
3122
|
],
|
|
3044
3123
|
"usage": "both"
|
|
3045
3124
|
},
|
|
3125
|
+
"BasicBotSettings": {
|
|
3126
|
+
"document": "Bot 管理的基础配置,对策略关联的所有域名生效。可以通过 CustomRules 进行精细化定制。",
|
|
3127
|
+
"members": [
|
|
3128
|
+
{
|
|
3129
|
+
"disabled": false,
|
|
3130
|
+
"document": "客户端 IP 的来源 IDC 配置,用于处置来自 IDC(数据中心) 的客户端 IP 的访问请求。此类来源请求不是由移动端或浏览器端直接访问。",
|
|
3131
|
+
"example": "无",
|
|
3132
|
+
"member": "SourceIDC",
|
|
3133
|
+
"name": "SourceIDC",
|
|
3134
|
+
"output_required": false,
|
|
3135
|
+
"required": false,
|
|
3136
|
+
"type": "object",
|
|
3137
|
+
"value_allowed_null": false
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"disabled": false,
|
|
3141
|
+
"document": "搜索引擎爬虫配置,用于处置来自搜索引擎爬虫的请求。此类请求的 IP、User-Agent 或 rDNS 结果匹配已知搜索引擎爬虫。",
|
|
3142
|
+
"example": "无",
|
|
3143
|
+
"member": "SearchEngineBots",
|
|
3144
|
+
"name": "SearchEngineBots",
|
|
3145
|
+
"output_required": false,
|
|
3146
|
+
"required": false,
|
|
3147
|
+
"type": "object",
|
|
3148
|
+
"value_allowed_null": false
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"disabled": false,
|
|
3152
|
+
"document": "商业或开源工具 UA 特征配置(原 UA 特征规则),用于处置来自已知商业工具或开源工具的访问请求。此类请求的 User-Agent 头部符合已知商业或开源工具特征。",
|
|
3153
|
+
"example": "无",
|
|
3154
|
+
"member": "KnownBotCategories",
|
|
3155
|
+
"name": "KnownBotCategories",
|
|
3156
|
+
"output_required": false,
|
|
3157
|
+
"required": false,
|
|
3158
|
+
"type": "object",
|
|
3159
|
+
"value_allowed_null": false
|
|
3160
|
+
},
|
|
3161
|
+
{
|
|
3162
|
+
"disabled": false,
|
|
3163
|
+
"document": "IP 威胁情报库(原客户端画像分析)配置,用于处置近期访问行为具有特定风险特征的客户端 IP。",
|
|
3164
|
+
"example": "无",
|
|
3165
|
+
"member": "IPReputation",
|
|
3166
|
+
"name": "IPReputation",
|
|
3167
|
+
"output_required": false,
|
|
3168
|
+
"required": false,
|
|
3169
|
+
"type": "object",
|
|
3170
|
+
"value_allowed_null": false
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"disabled": false,
|
|
3174
|
+
"document": "Bot 智能分析的具体配置。",
|
|
3175
|
+
"example": "无",
|
|
3176
|
+
"member": "BotIntelligence",
|
|
3177
|
+
"name": "BotIntelligence",
|
|
3178
|
+
"output_required": false,
|
|
3179
|
+
"required": false,
|
|
3180
|
+
"type": "object",
|
|
3181
|
+
"value_allowed_null": false
|
|
3182
|
+
}
|
|
3183
|
+
],
|
|
3184
|
+
"usage": "both"
|
|
3185
|
+
},
|
|
3046
3186
|
"BillingData": {
|
|
3047
3187
|
"document": "计费数据项。",
|
|
3048
3188
|
"members": [
|
|
@@ -3469,6 +3609,34 @@
|
|
|
3469
3609
|
],
|
|
3470
3610
|
"usage": "both"
|
|
3471
3611
|
},
|
|
3612
|
+
"BotIntelligence": {
|
|
3613
|
+
"document": "Bot 智能分析的具体配置。",
|
|
3614
|
+
"members": [
|
|
3615
|
+
{
|
|
3616
|
+
"disabled": false,
|
|
3617
|
+
"document": "基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。",
|
|
3618
|
+
"example": "无",
|
|
3619
|
+
"member": "BotRatings",
|
|
3620
|
+
"name": "BotRatings",
|
|
3621
|
+
"output_required": false,
|
|
3622
|
+
"required": false,
|
|
3623
|
+
"type": "object",
|
|
3624
|
+
"value_allowed_null": false
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"disabled": false,
|
|
3628
|
+
"document": "Bot 智能分析的具体配置开关。取值有:\n\non:开启;\noff:关闭。",
|
|
3629
|
+
"example": "on",
|
|
3630
|
+
"member": "string",
|
|
3631
|
+
"name": "Enabled",
|
|
3632
|
+
"output_required": false,
|
|
3633
|
+
"required": false,
|
|
3634
|
+
"type": "string",
|
|
3635
|
+
"value_allowed_null": false
|
|
3636
|
+
}
|
|
3637
|
+
],
|
|
3638
|
+
"usage": "both"
|
|
3639
|
+
},
|
|
3472
3640
|
"BotManagedRule": {
|
|
3473
3641
|
"document": "Bot 规则,下列规则ID可参考接口 DescribeBotManagedRules返回的ID信息",
|
|
3474
3642
|
"members": [
|
|
@@ -3557,7 +3725,40 @@
|
|
|
3557
3725
|
"members": [
|
|
3558
3726
|
{
|
|
3559
3727
|
"disabled": false,
|
|
3560
|
-
"document": "
|
|
3728
|
+
"document": "Bot 管理是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>",
|
|
3729
|
+
"example": "on",
|
|
3730
|
+
"member": "string",
|
|
3731
|
+
"name": "Enabled",
|
|
3732
|
+
"output_required": false,
|
|
3733
|
+
"required": false,
|
|
3734
|
+
"type": "string",
|
|
3735
|
+
"value_allowed_null": false
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"disabled": false,
|
|
3739
|
+
"document": "Bot 管理的自定义规则,组合各类爬虫和请求行为特征,精准定义 Bot 并配置定制化处置方式。",
|
|
3740
|
+
"example": "无",
|
|
3741
|
+
"member": "BotManagementCustomRules",
|
|
3742
|
+
"name": "CustomRules",
|
|
3743
|
+
"output_required": false,
|
|
3744
|
+
"required": false,
|
|
3745
|
+
"type": "object",
|
|
3746
|
+
"value_allowed_null": false
|
|
3747
|
+
},
|
|
3748
|
+
{
|
|
3749
|
+
"disabled": false,
|
|
3750
|
+
"document": "Bot 管理的基础配置,对策略关联的所有域名生效。可以通过 CustomRules 进行精细化定制。",
|
|
3751
|
+
"example": "无",
|
|
3752
|
+
"member": "BasicBotSettings",
|
|
3753
|
+
"name": "BasicBotSettings",
|
|
3754
|
+
"output_required": false,
|
|
3755
|
+
"required": false,
|
|
3756
|
+
"type": "object",
|
|
3757
|
+
"value_allowed_null": false
|
|
3758
|
+
},
|
|
3759
|
+
{
|
|
3760
|
+
"disabled": false,
|
|
3761
|
+
"document": "客户端认证规则的定义列表。该功能内测中,如需使用,请提工单。",
|
|
3561
3762
|
"example": "无",
|
|
3562
3763
|
"member": "ClientAttestationRules",
|
|
3563
3764
|
"name": "ClientAttestationRules",
|
|
@@ -3565,6 +3766,134 @@
|
|
|
3565
3766
|
"required": false,
|
|
3566
3767
|
"type": "object",
|
|
3567
3768
|
"value_allowed_null": false
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"disabled": false,
|
|
3772
|
+
"document": "配置浏览器伪造识别规则(原主动特征识别规则)。设置注入 JavaScript 的响应页面范围,浏览器校验选项,以及对非浏览器客户端的处置方式。",
|
|
3773
|
+
"example": "无",
|
|
3774
|
+
"member": "BrowserImpersonationDetection",
|
|
3775
|
+
"name": "BrowserImpersonationDetection",
|
|
3776
|
+
"output_required": false,
|
|
3777
|
+
"required": false,
|
|
3778
|
+
"type": "object",
|
|
3779
|
+
"value_allowed_null": false
|
|
3780
|
+
}
|
|
3781
|
+
],
|
|
3782
|
+
"usage": "both"
|
|
3783
|
+
},
|
|
3784
|
+
"BotManagementActionOverrides": {
|
|
3785
|
+
"document": "Bot 规则项的具体配置,用于覆盖上层的默认配置。",
|
|
3786
|
+
"members": [
|
|
3787
|
+
{
|
|
3788
|
+
"disabled": false,
|
|
3789
|
+
"document": "Bot 规则组下的具体项,用于改写此单条规则项配置的内容,Ids 所对应的具体信息请参考 DescribeBotManagedRules 接口返回的信息。",
|
|
3790
|
+
"example": "[\"5682929011\"]",
|
|
3791
|
+
"member": "string",
|
|
3792
|
+
"name": "Ids",
|
|
3793
|
+
"output_required": false,
|
|
3794
|
+
"required": false,
|
|
3795
|
+
"type": "list",
|
|
3796
|
+
"value_allowed_null": false
|
|
3797
|
+
},
|
|
3798
|
+
{
|
|
3799
|
+
"disabled": false,
|
|
3800
|
+
"document": "Ids 中指定 Bot 规则项的处置动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Allow:放行(仅限Bot基础特征管理)。</li>\n",
|
|
3801
|
+
"example": "无",
|
|
3802
|
+
"member": "SecurityAction",
|
|
3803
|
+
"name": "Action",
|
|
3804
|
+
"output_required": false,
|
|
3805
|
+
"required": false,
|
|
3806
|
+
"type": "object",
|
|
3807
|
+
"value_allowed_null": false
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"usage": "both"
|
|
3811
|
+
},
|
|
3812
|
+
"BotManagementCustomRule": {
|
|
3813
|
+
"document": "Web 安全的 Bot 自定义规则。",
|
|
3814
|
+
"members": [
|
|
3815
|
+
{
|
|
3816
|
+
"disabled": false,
|
|
3817
|
+
"document": "Bot 自定义规则的 ID。<br>通过规则 ID 可支持不同的规则配置操作:<br> <li> <b>增加</b>新规则:ID 为空或不指定 ID 参数;</li><li><b>修改</b>已有规则:指定需要更新/修改的规则 ID;</li><li><b>删除</b>已有规则:BotManagementCustomRules 参数中,Rules 列表中未包含的已有规则将被删除。</li>",
|
|
3818
|
+
"example": "2181399690",
|
|
3819
|
+
"member": "string",
|
|
3820
|
+
"name": "Id",
|
|
3821
|
+
"output_required": false,
|
|
3822
|
+
"required": false,
|
|
3823
|
+
"type": "string",
|
|
3824
|
+
"value_allowed_null": false
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"disabled": false,
|
|
3828
|
+
"document": "Bot 自定义规则的名称。",
|
|
3829
|
+
"example": "SampleCustomBotRule",
|
|
3830
|
+
"member": "string",
|
|
3831
|
+
"name": "Name",
|
|
3832
|
+
"output_required": false,
|
|
3833
|
+
"required": false,
|
|
3834
|
+
"type": "string",
|
|
3835
|
+
"value_allowed_null": false
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"disabled": false,
|
|
3839
|
+
"document": "Bot 自定义规则是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>",
|
|
3840
|
+
"example": "on",
|
|
3841
|
+
"member": "string",
|
|
3842
|
+
"name": "Enabled",
|
|
3843
|
+
"output_required": false,
|
|
3844
|
+
"required": false,
|
|
3845
|
+
"type": "string",
|
|
3846
|
+
"value_allowed_null": false
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"disabled": false,
|
|
3850
|
+
"document": "Bot 自定义规则的优先级,范围是 1 ~ 100,默认为 50。",
|
|
3851
|
+
"example": "50",
|
|
3852
|
+
"member": "int64",
|
|
3853
|
+
"name": "Priority",
|
|
3854
|
+
"output_required": false,
|
|
3855
|
+
"required": false,
|
|
3856
|
+
"type": "int",
|
|
3857
|
+
"value_allowed_null": false
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"disabled": false,
|
|
3861
|
+
"document": "Bot 自定义规则的具体内容,需符合表达式语法,详细规范参见产品文档。",
|
|
3862
|
+
"example": "${http.request.bot.rating} in ['botrating-likely-bot','botrating-verified-bot']} and ${http.request.ip.client_reputation} in ['rep-attackes.high'] and ${http.request.method} in ['POST']",
|
|
3863
|
+
"member": "string",
|
|
3864
|
+
"name": "Condition",
|
|
3865
|
+
"output_required": false,
|
|
3866
|
+
"required": false,
|
|
3867
|
+
"type": "string",
|
|
3868
|
+
"value_allowed_null": false
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"disabled": false,
|
|
3872
|
+
"document": "Bot 自定义规则的处置方式。取值有:<li>Monitor:观察;</li><li>Deny:拦截,其中 DenyActionParameters.Name 支持 Deny 和 ReturnCustomPage;</li><li>Challenge:挑战,其中 ChallengeActionParameters.Name 支持 JSChallenge 和 ManagedChallenge;</li><li>Redirect:重定向至 URL。</li>",
|
|
3873
|
+
"example": "无",
|
|
3874
|
+
"member": "SecurityWeightedAction",
|
|
3875
|
+
"name": "Action",
|
|
3876
|
+
"output_required": false,
|
|
3877
|
+
"required": false,
|
|
3878
|
+
"type": "list",
|
|
3879
|
+
"value_allowed_null": false
|
|
3880
|
+
}
|
|
3881
|
+
],
|
|
3882
|
+
"usage": "both"
|
|
3883
|
+
},
|
|
3884
|
+
"BotManagementCustomRules": {
|
|
3885
|
+
"document": "Bot 自定义规则的配置。",
|
|
3886
|
+
"members": [
|
|
3887
|
+
{
|
|
3888
|
+
"disabled": false,
|
|
3889
|
+
"document": "Bot 自定义规则的列表。使用 ModifySecurityPolicy 修改 Web 防护配置时: <br> <li> 若未指定 SecurityPolicy.BotManagement.CustomRules 中的 Rules 参数,或 Rules 参数长度为零:清空所有 Bot 自定义规则配置。</li> <li> 若 SecurityPolicy.BotManagement 参数中,未指定 CustomRules 参数值:保持已有 Bot 自定义规则配置,不做修改。</li>",
|
|
3890
|
+
"example": "无",
|
|
3891
|
+
"member": "BotManagementCustomRule",
|
|
3892
|
+
"name": "Rules",
|
|
3893
|
+
"output_required": false,
|
|
3894
|
+
"required": false,
|
|
3895
|
+
"type": "list",
|
|
3896
|
+
"value_allowed_null": false
|
|
3568
3897
|
}
|
|
3569
3898
|
],
|
|
3570
3899
|
"usage": "both"
|
|
@@ -3641,7 +3970,118 @@
|
|
|
3641
3970
|
],
|
|
3642
3971
|
"usage": "both"
|
|
3643
3972
|
},
|
|
3644
|
-
"
|
|
3973
|
+
"BotRatings": {
|
|
3974
|
+
"document": "基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。",
|
|
3975
|
+
"members": [
|
|
3976
|
+
{
|
|
3977
|
+
"disabled": false,
|
|
3978
|
+
"document": "恶意 Bot 请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Allow:放行;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge。</li>",
|
|
3979
|
+
"example": "无",
|
|
3980
|
+
"member": "SecurityAction",
|
|
3981
|
+
"name": "HighRiskBotRequestsAction",
|
|
3982
|
+
"output_required": false,
|
|
3983
|
+
"required": false,
|
|
3984
|
+
"type": "object",
|
|
3985
|
+
"value_allowed_null": false
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"disabled": false,
|
|
3989
|
+
"document": "疑似 Bot 请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Allow:放行;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge。</li>",
|
|
3990
|
+
"example": "无",
|
|
3991
|
+
"member": "SecurityAction",
|
|
3992
|
+
"name": "LikelyBotRequestsAction",
|
|
3993
|
+
"output_required": false,
|
|
3994
|
+
"required": false,
|
|
3995
|
+
"type": "object",
|
|
3996
|
+
"value_allowed_null": false
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"disabled": false,
|
|
4000
|
+
"document": "友好 Bot 请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Allow:放行;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge。</li>",
|
|
4001
|
+
"example": "无",
|
|
4002
|
+
"member": "SecurityAction",
|
|
4003
|
+
"name": "VerifiedBotRequestsAction",
|
|
4004
|
+
"output_required": false,
|
|
4005
|
+
"required": false,
|
|
4006
|
+
"type": "object",
|
|
4007
|
+
"value_allowed_null": false
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"disabled": false,
|
|
4011
|
+
"document": "正常 Bot 请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Allow:放行。</li>",
|
|
4012
|
+
"example": "无",
|
|
4013
|
+
"member": "SecurityAction",
|
|
4014
|
+
"name": "HumanRequestsAction",
|
|
4015
|
+
"output_required": false,
|
|
4016
|
+
"required": false,
|
|
4017
|
+
"type": "object",
|
|
4018
|
+
"value_allowed_null": false
|
|
4019
|
+
}
|
|
4020
|
+
],
|
|
4021
|
+
"usage": "both"
|
|
4022
|
+
},
|
|
4023
|
+
"BotSessionValidation": {
|
|
4024
|
+
"document": "Cookie 校验和会话跟踪行为具体配置。",
|
|
4025
|
+
"members": [
|
|
4026
|
+
{
|
|
4027
|
+
"disabled": false,
|
|
4028
|
+
"document": "是否更新 Cookie 并校验。取值有:<li>on:更新 Cookie 并校验;</li><li>off:仅校验。</li>",
|
|
4029
|
+
"example": "on",
|
|
4030
|
+
"member": "string",
|
|
4031
|
+
"name": "IssueNewBotSessionCookie",
|
|
4032
|
+
"output_required": false,
|
|
4033
|
+
"required": false,
|
|
4034
|
+
"type": "string",
|
|
4035
|
+
"value_allowed_null": false
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"disabled": false,
|
|
4039
|
+
"document": "更新 Cookie 并校验时的触发阈值,仅当 IssueNewBotSessionCookie 为 on 时有效。",
|
|
4040
|
+
"example": "无",
|
|
4041
|
+
"member": "MaxNewSessionTriggerConfig",
|
|
4042
|
+
"name": "MaxNewSessionTriggerConfig",
|
|
4043
|
+
"output_required": false,
|
|
4044
|
+
"required": false,
|
|
4045
|
+
"type": "object",
|
|
4046
|
+
"value_allowed_null": false
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
"disabled": false,
|
|
4050
|
+
"document": "未携带 Cookie 或 Cookie 已过期的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
|
|
4051
|
+
"example": "无",
|
|
4052
|
+
"member": "SecurityAction",
|
|
4053
|
+
"name": "SessionExpiredAction",
|
|
4054
|
+
"output_required": false,
|
|
4055
|
+
"required": false,
|
|
4056
|
+
"type": "object",
|
|
4057
|
+
"value_allowed_null": false
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"disabled": false,
|
|
4061
|
+
"document": "不合法 Cookie 的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
|
|
4062
|
+
"example": "无",
|
|
4063
|
+
"member": "SecurityAction",
|
|
4064
|
+
"name": "SessionInvalidAction",
|
|
4065
|
+
"output_required": false,
|
|
4066
|
+
"required": false,
|
|
4067
|
+
"type": "object",
|
|
4068
|
+
"value_allowed_null": false
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
"disabled": false,
|
|
4072
|
+
"document": "会话速率和周期特征校验的具体配置。",
|
|
4073
|
+
"example": "无",
|
|
4074
|
+
"member": "SessionRateControl",
|
|
4075
|
+
"name": "SessionRateControl",
|
|
4076
|
+
"output_required": false,
|
|
4077
|
+
"required": false,
|
|
4078
|
+
"type": "object",
|
|
4079
|
+
"value_allowed_null": false
|
|
4080
|
+
}
|
|
4081
|
+
],
|
|
4082
|
+
"usage": "both"
|
|
4083
|
+
},
|
|
4084
|
+
"BotUserRule": {
|
|
3645
4085
|
"document": "Bot自定义规则",
|
|
3646
4086
|
"members": [
|
|
3647
4087
|
{
|
|
@@ -3801,6 +4241,112 @@
|
|
|
3801
4241
|
],
|
|
3802
4242
|
"usage": "both"
|
|
3803
4243
|
},
|
|
4244
|
+
"BrowserImpersonationDetection": {
|
|
4245
|
+
"document": "浏览器伪造识别规则(原主动特征识别规则)的配置。",
|
|
4246
|
+
"members": [
|
|
4247
|
+
{
|
|
4248
|
+
"disabled": false,
|
|
4249
|
+
"document": "浏览器伪造识别规则的列表。使用 ModifySecurityPolicy 修改 Web 防护配置时: <br> <li> 若未指定 SecurityPolicy.BotManagement.BrowserImpersonationDetection 中的 Rules 参数,或 Rules 参数长度为零: 清空所有浏览器伪造识别规则配置。</li> <li> 若 SecurityPolicy.BotManagement 参数中,未指定 BrowserImpersonationDetection 参数值: 保持已有浏览器伪造识别规则配置,不做修改。</li>",
|
|
4250
|
+
"example": "无",
|
|
4251
|
+
"member": "BrowserImpersonationDetectionRule",
|
|
4252
|
+
"name": "Rules",
|
|
4253
|
+
"output_required": false,
|
|
4254
|
+
"required": false,
|
|
4255
|
+
"type": "list",
|
|
4256
|
+
"value_allowed_null": false
|
|
4257
|
+
}
|
|
4258
|
+
],
|
|
4259
|
+
"usage": "both"
|
|
4260
|
+
},
|
|
4261
|
+
"BrowserImpersonationDetectionAction": {
|
|
4262
|
+
"document": "Bot 浏览器校验规则(原主动特征识别规则)的 Action。",
|
|
4263
|
+
"members": [
|
|
4264
|
+
{
|
|
4265
|
+
"disabled": false,
|
|
4266
|
+
"document": "Cookie 校验和会话跟踪配置。",
|
|
4267
|
+
"example": "无",
|
|
4268
|
+
"member": "BotSessionValidation",
|
|
4269
|
+
"name": "BotSessionValidation",
|
|
4270
|
+
"output_required": false,
|
|
4271
|
+
"required": false,
|
|
4272
|
+
"type": "object",
|
|
4273
|
+
"value_allowed_null": false
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"disabled": false,
|
|
4277
|
+
"document": "客户端行为校验配置。",
|
|
4278
|
+
"example": "无",
|
|
4279
|
+
"member": "ClientBehaviorDetection",
|
|
4280
|
+
"name": "ClientBehaviorDetection",
|
|
4281
|
+
"output_required": false,
|
|
4282
|
+
"required": false,
|
|
4283
|
+
"type": "object",
|
|
4284
|
+
"value_allowed_null": false
|
|
4285
|
+
}
|
|
4286
|
+
],
|
|
4287
|
+
"usage": "both"
|
|
4288
|
+
},
|
|
4289
|
+
"BrowserImpersonationDetectionRule": {
|
|
4290
|
+
"document": "浏览器伪造识别规则(原主动特征识别规则)。",
|
|
4291
|
+
"members": [
|
|
4292
|
+
{
|
|
4293
|
+
"disabled": false,
|
|
4294
|
+
"document": "浏览器伪造识别规则的 ID。<br>通过规则 ID 可支持不同的规则配置操作:<br> <li> <b>增加</b>新规则:ID 为空或不指定 ID 参数;</li><li><b>修改</b>已有规则:指定需要更新/修改的规则 ID;</li><li><b>删除</b>已有规则:BrowserImpersonationDetection 参数中,Rules 列表中未包含的已有规则将被删除。</li>",
|
|
4295
|
+
"example": "2184868170",
|
|
4296
|
+
"member": "string",
|
|
4297
|
+
"name": "Id",
|
|
4298
|
+
"output_required": false,
|
|
4299
|
+
"required": false,
|
|
4300
|
+
"type": "string",
|
|
4301
|
+
"value_allowed_null": false
|
|
4302
|
+
},
|
|
4303
|
+
{
|
|
4304
|
+
"disabled": false,
|
|
4305
|
+
"document": "浏览器伪造识别规则的名称。",
|
|
4306
|
+
"example": "LoginValidation",
|
|
4307
|
+
"member": "string",
|
|
4308
|
+
"name": "Name",
|
|
4309
|
+
"output_required": false,
|
|
4310
|
+
"required": false,
|
|
4311
|
+
"type": "string",
|
|
4312
|
+
"value_allowed_null": false
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"disabled": false,
|
|
4316
|
+
"document": "浏览器伪造识别规则是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>",
|
|
4317
|
+
"example": "on",
|
|
4318
|
+
"member": "string",
|
|
4319
|
+
"name": "Enabled",
|
|
4320
|
+
"output_required": false,
|
|
4321
|
+
"required": false,
|
|
4322
|
+
"type": "string",
|
|
4323
|
+
"value_allowed_null": false
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"disabled": false,
|
|
4327
|
+
"document": "浏览器伪造识别规则的具体内容,其中仅支持请求方式(Method)、请求路径(Path)和请求 URL 的配置,需符合表达式语法,详细规范参见产品文档。",
|
|
4328
|
+
"example": "${http.request.path} in ['/api/v3/test','/api/v3/submit'] and ${http.request.method} in ['POST']",
|
|
4329
|
+
"member": "string",
|
|
4330
|
+
"name": "Condition",
|
|
4331
|
+
"output_required": false,
|
|
4332
|
+
"required": false,
|
|
4333
|
+
"type": "string",
|
|
4334
|
+
"value_allowed_null": false
|
|
4335
|
+
},
|
|
4336
|
+
{
|
|
4337
|
+
"disabled": false,
|
|
4338
|
+
"document": "浏览器伪造识别规则的处置方式,包括 Cookie 校验和会话跟踪配置以及客户端行为校验配置。",
|
|
4339
|
+
"example": "无",
|
|
4340
|
+
"member": "BrowserImpersonationDetectionAction",
|
|
4341
|
+
"name": "Action",
|
|
4342
|
+
"output_required": false,
|
|
4343
|
+
"required": false,
|
|
4344
|
+
"type": "object",
|
|
4345
|
+
"value_allowed_null": false
|
|
4346
|
+
}
|
|
4347
|
+
],
|
|
4348
|
+
"usage": "both"
|
|
4349
|
+
},
|
|
3804
4350
|
"CC": {
|
|
3805
4351
|
"document": "cc配置项。",
|
|
3806
4352
|
"members": [
|
|
@@ -3866,6 +4412,32 @@
|
|
|
3866
4412
|
],
|
|
3867
4413
|
"usage": "both"
|
|
3868
4414
|
},
|
|
4415
|
+
"CNAMEDetail": {
|
|
4416
|
+
"document": "CNAME 接入类型站点参数详情。",
|
|
4417
|
+
"members": [
|
|
4418
|
+
{
|
|
4419
|
+
"disabled": false,
|
|
4420
|
+
"document": "是否伪站点,取值有:\n<li> 0:非伪站点;</li>\n<li> 1:伪站点。</li>\n",
|
|
4421
|
+
"example": "1",
|
|
4422
|
+
"member": "int64",
|
|
4423
|
+
"name": "IsFake",
|
|
4424
|
+
"output_required": true,
|
|
4425
|
+
"type": "int",
|
|
4426
|
+
"value_allowed_null": false
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"disabled": false,
|
|
4430
|
+
"document": "归属权验证信息。详情请参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789) 。",
|
|
4431
|
+
"example": "无",
|
|
4432
|
+
"member": "OwnershipVerification",
|
|
4433
|
+
"name": "OwnershipVerification",
|
|
4434
|
+
"output_required": false,
|
|
4435
|
+
"type": "object",
|
|
4436
|
+
"value_allowed_null": false
|
|
4437
|
+
}
|
|
4438
|
+
],
|
|
4439
|
+
"usage": "out"
|
|
4440
|
+
},
|
|
3869
4441
|
"Cache": {
|
|
3870
4442
|
"document": "缓存时间设置",
|
|
3871
4443
|
"members": [
|
|
@@ -4542,6 +5114,72 @@
|
|
|
4542
5114
|
],
|
|
4543
5115
|
"type": "object"
|
|
4544
5116
|
},
|
|
5117
|
+
"CheckFreeCertificateVerificationRequest": {
|
|
5118
|
+
"document": "CheckFreeCertificateVerification请求参数结构体",
|
|
5119
|
+
"members": [
|
|
5120
|
+
{
|
|
5121
|
+
"disabled": false,
|
|
5122
|
+
"document": "站点 ID。",
|
|
5123
|
+
"example": "zone-28v607hq8d3m",
|
|
5124
|
+
"member": "string",
|
|
5125
|
+
"name": "ZoneId",
|
|
5126
|
+
"required": true,
|
|
5127
|
+
"type": "string"
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"disabled": false,
|
|
5131
|
+
"document": "加速域名,该域名为[申请免费证书](https://cloud.tencent.com/document/product/1552/124807)时使用的域名。",
|
|
5132
|
+
"example": "qq.com",
|
|
5133
|
+
"member": "string",
|
|
5134
|
+
"name": "Domain",
|
|
5135
|
+
"required": true,
|
|
5136
|
+
"type": "string"
|
|
5137
|
+
}
|
|
5138
|
+
],
|
|
5139
|
+
"type": "object"
|
|
5140
|
+
},
|
|
5141
|
+
"CheckFreeCertificateVerificationResponse": {
|
|
5142
|
+
"document": "CheckFreeCertificateVerification返回参数结构体",
|
|
5143
|
+
"members": [
|
|
5144
|
+
{
|
|
5145
|
+
"disabled": false,
|
|
5146
|
+
"document": "免费证书申请成功时,该证书颁发给的域名。\n注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。",
|
|
5147
|
+
"example": "aa.test.com",
|
|
5148
|
+
"member": "string",
|
|
5149
|
+
"name": "CommonName",
|
|
5150
|
+
"output_required": true,
|
|
5151
|
+
"type": "string",
|
|
5152
|
+
"value_allowed_null": false
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"disabled": false,
|
|
5156
|
+
"document": "免费证书申请成功时,该证书使用的签名算法,当前仅支持 RSA 2048。",
|
|
5157
|
+
"example": "RSA 2048",
|
|
5158
|
+
"member": "string",
|
|
5159
|
+
"name": "SignatureAlgorithm",
|
|
5160
|
+
"output_required": true,
|
|
5161
|
+
"type": "string",
|
|
5162
|
+
"value_allowed_null": false
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"disabled": false,
|
|
5166
|
+
"document": "免费证书申请成功时,该证书的过期时间。时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。",
|
|
5167
|
+
"example": "2014-08-03T12:00:00+08:00",
|
|
5168
|
+
"member": "datetime_iso",
|
|
5169
|
+
"name": "ExpireTime",
|
|
5170
|
+
"output_required": true,
|
|
5171
|
+
"type": "string",
|
|
5172
|
+
"value_allowed_null": false
|
|
5173
|
+
},
|
|
5174
|
+
{
|
|
5175
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
5176
|
+
"member": "string",
|
|
5177
|
+
"name": "RequestId",
|
|
5178
|
+
"type": "string"
|
|
5179
|
+
}
|
|
5180
|
+
],
|
|
5181
|
+
"type": "object"
|
|
5182
|
+
},
|
|
4545
5183
|
"CheckRegionHealthStatus": {
|
|
4546
5184
|
"document": "各个健康检查区域下源站的健康状态。",
|
|
4547
5185
|
"members": [
|
|
@@ -4650,7 +5288,7 @@
|
|
|
4650
5288
|
{
|
|
4651
5289
|
"disabled": false,
|
|
4652
5290
|
"document": "客户端设备配置。若 ClientAttestationRules 参数中,未指定 DeviceProfiles 参数值:保持已有客户端设备配置,不做修改。",
|
|
4653
|
-
"example": "
|
|
5291
|
+
"example": "无",
|
|
4654
5292
|
"member": "DeviceProfile",
|
|
4655
5293
|
"name": "DeviceProfiles",
|
|
4656
5294
|
"output_required": false,
|
|
@@ -4661,7 +5299,7 @@
|
|
|
4661
5299
|
{
|
|
4662
5300
|
"disabled": false,
|
|
4663
5301
|
"document": "客户端认证未通过的处置方式。SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Redirect:重定向;</li><li>Challenge:挑战。</li>默认值为 Monitor。",
|
|
4664
|
-
"example": "
|
|
5302
|
+
"example": "无",
|
|
4665
5303
|
"member": "SecurityAction",
|
|
4666
5304
|
"name": "InvalidAttestationAction",
|
|
4667
5305
|
"output_required": false,
|
|
@@ -4772,6 +5410,89 @@
|
|
|
4772
5410
|
],
|
|
4773
5411
|
"usage": "both"
|
|
4774
5412
|
},
|
|
5413
|
+
"ClientBehaviorDetection": {
|
|
5414
|
+
"document": "客户端行为校验",
|
|
5415
|
+
"members": [
|
|
5416
|
+
{
|
|
5417
|
+
"disabled": false,
|
|
5418
|
+
"document": "工作量证明校验强度。取值有:<li>low:低;</li><li>medium:中;</li><li>high:高。</li>",
|
|
5419
|
+
"example": "high",
|
|
5420
|
+
"member": "string",
|
|
5421
|
+
"name": "CryptoChallengeIntensity",
|
|
5422
|
+
"output_required": false,
|
|
5423
|
+
"required": false,
|
|
5424
|
+
"type": "string",
|
|
5425
|
+
"value_allowed_null": false
|
|
5426
|
+
},
|
|
5427
|
+
{
|
|
5428
|
+
"disabled": false,
|
|
5429
|
+
"document": "客户端行为校验的执行方式。取值有:<li>0ms:立即执行;</li><li>100ms:延迟 100ms 执行;</li><li>200ms:延迟 200ms 执行;</li><li>300ms:延迟 300ms 执行;</li><li>400ms:延迟 400ms 执行;</li><li>500ms:延迟 500ms 执行;</li><li>600ms:延迟 600ms 执行;</li><li>700ms:延迟 700ms 执行;</li><li>800ms:延迟 800ms 执行;</li><li>900ms:延迟 900ms 执行;</li><li>1000ms:延迟 1000ms 执行。</li> ",
|
|
5430
|
+
"example": "500ms",
|
|
5431
|
+
"member": "string",
|
|
5432
|
+
"name": "CryptoChallengeDelayBefore",
|
|
5433
|
+
"output_required": false,
|
|
5434
|
+
"required": false,
|
|
5435
|
+
"type": "string",
|
|
5436
|
+
"value_allowed_null": false
|
|
5437
|
+
},
|
|
5438
|
+
{
|
|
5439
|
+
"disabled": false,
|
|
5440
|
+
"document": "触发阈值统计的时间窗口,取值有:<li>5s:5 秒内;</li><li>10s:10 秒内;</li><li>15s:15 秒内;</li><li>30s:30 秒内;</li><li>60s:60 秒内;</li><li>5m:5 分钟内;</li><li>10m:10 分钟内;</li><li>30m:30 分钟内;</li><li>60m:60 分钟内。</li> ",
|
|
5441
|
+
"example": "10s",
|
|
5442
|
+
"member": "string",
|
|
5443
|
+
"name": "MaxChallengeCountInterval",
|
|
5444
|
+
"output_required": false,
|
|
5445
|
+
"required": false,
|
|
5446
|
+
"type": "string",
|
|
5447
|
+
"value_allowed_null": false
|
|
5448
|
+
},
|
|
5449
|
+
{
|
|
5450
|
+
"disabled": false,
|
|
5451
|
+
"document": "触发阈值统计的累计次数,取值范围 1 ~ 100000000。",
|
|
5452
|
+
"example": "1000",
|
|
5453
|
+
"member": "int64",
|
|
5454
|
+
"name": "MaxChallengeCountThreshold",
|
|
5455
|
+
"output_required": false,
|
|
5456
|
+
"required": false,
|
|
5457
|
+
"type": "int",
|
|
5458
|
+
"value_allowed_null": false
|
|
5459
|
+
},
|
|
5460
|
+
{
|
|
5461
|
+
"disabled": false,
|
|
5462
|
+
"document": "客户端未启用 JS(未完成检测)时的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
|
|
5463
|
+
"example": "无",
|
|
5464
|
+
"member": "SecurityAction",
|
|
5465
|
+
"name": "ChallengeNotFinishedAction",
|
|
5466
|
+
"output_required": false,
|
|
5467
|
+
"required": false,
|
|
5468
|
+
"type": "object",
|
|
5469
|
+
"value_allowed_null": false
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
"disabled": false,
|
|
5473
|
+
"document": "客户端检测超时的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
|
|
5474
|
+
"example": "无",
|
|
5475
|
+
"member": "SecurityAction",
|
|
5476
|
+
"name": "ChallengeTimeoutAction",
|
|
5477
|
+
"output_required": false,
|
|
5478
|
+
"required": false,
|
|
5479
|
+
"type": "object",
|
|
5480
|
+
"value_allowed_null": false
|
|
5481
|
+
},
|
|
5482
|
+
{
|
|
5483
|
+
"disabled": false,
|
|
5484
|
+
"document": "Bot 客户端的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
|
|
5485
|
+
"example": "无",
|
|
5486
|
+
"member": "SecurityAction",
|
|
5487
|
+
"name": "BotClientAction",
|
|
5488
|
+
"output_required": false,
|
|
5489
|
+
"required": false,
|
|
5490
|
+
"type": "object",
|
|
5491
|
+
"value_allowed_null": false
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
5494
|
+
"usage": "both"
|
|
5495
|
+
},
|
|
4775
5496
|
"ClientFiltering": {
|
|
4776
5497
|
"document": "智能客户端过滤",
|
|
4777
5498
|
"members": [
|
|
@@ -7146,7 +7867,7 @@
|
|
|
7146
7867
|
},
|
|
7147
7868
|
{
|
|
7148
7869
|
"disabled": false,
|
|
7149
|
-
"document": "实时日志投递任务类型,取值有:\n<li>cls: 推送到腾讯云 CLS;</li>\n<li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li>\n<li>s3:推送到 AWS S3 兼容存储桶地址;</li>",
|
|
7870
|
+
"document": "实时日志投递任务类型,取值有:\n<li>cls: 推送到腾讯云 CLS;</li>\n<li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li>\n<li>s3:推送到 AWS S3 兼容存储桶地址;</li>\n<li>log_analysis:推送到 EdgeOne 日志分析,该任务类型仅支持“站点加速日志”这一数据投递类型。</li>",
|
|
7150
7871
|
"example": "cls",
|
|
7151
7872
|
"member": "string",
|
|
7152
7873
|
"name": "TaskType",
|
|
@@ -7218,7 +7939,7 @@
|
|
|
7218
7939
|
},
|
|
7219
7940
|
{
|
|
7220
7941
|
"disabled": false,
|
|
7221
|
-
"document": "日志投递的输出格式。不填表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines;</li>特别地,当 TaskType 取值为 cls 时,LogFormat.FormatType 的值只能为 json,且 LogFormat 中其他参数将被忽略,建议不传 LogFormat。",
|
|
7942
|
+
"document": "日志投递的输出格式。不填表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines;</li>特别地,当 TaskType 取值为 cls 或 log_analysis 时,LogFormat.FormatType 的值只能为 json,且 LogFormat 中其他参数将被忽略,建议不传 LogFormat。",
|
|
7222
7943
|
"example": "无",
|
|
7223
7944
|
"member": "LogFormat",
|
|
7224
7945
|
"name": "LogFormat",
|
|
@@ -8450,6 +9171,22 @@
|
|
|
8450
9171
|
],
|
|
8451
9172
|
"usage": "both"
|
|
8452
9173
|
},
|
|
9174
|
+
"DNSPodDetail": {
|
|
9175
|
+
"document": "DNSPod 托管类型站点参数详情。",
|
|
9176
|
+
"members": [
|
|
9177
|
+
{
|
|
9178
|
+
"disabled": false,
|
|
9179
|
+
"document": "是否伪站点,取值有:\n<li> 0:非伪站点;</li>\n<li> 1:伪站点。</li>\n",
|
|
9180
|
+
"example": "1",
|
|
9181
|
+
"member": "int64",
|
|
9182
|
+
"name": "IsFake",
|
|
9183
|
+
"output_required": true,
|
|
9184
|
+
"type": "int",
|
|
9185
|
+
"value_allowed_null": false
|
|
9186
|
+
}
|
|
9187
|
+
],
|
|
9188
|
+
"usage": "out"
|
|
9189
|
+
},
|
|
8453
9190
|
"DefaultServerCertInfo": {
|
|
8454
9191
|
"document": "https 服务端证书配置",
|
|
8455
9192
|
"members": [
|
|
@@ -10499,7 +11236,7 @@
|
|
|
10499
11236
|
},
|
|
10500
11237
|
{
|
|
10501
11238
|
"disabled": false,
|
|
10502
|
-
"document": "站点 ID
|
|
11239
|
+
"document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
|
|
10503
11240
|
"example": "[\"zoneId1\",\"zoneId2\"]",
|
|
10504
11241
|
"member": "string",
|
|
10505
11242
|
"name": "ZoneIds",
|
|
@@ -10600,7 +11337,7 @@
|
|
|
10600
11337
|
},
|
|
10601
11338
|
{
|
|
10602
11339
|
"disabled": false,
|
|
10603
|
-
"document": "站点 ID
|
|
11340
|
+
"document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
|
|
10604
11341
|
"example": "[\"zoneId1\",\"zoneId2\"]",
|
|
10605
11342
|
"member": "string",
|
|
10606
11343
|
"name": "ZoneIds",
|
|
@@ -10728,7 +11465,7 @@
|
|
|
10728
11465
|
},
|
|
10729
11466
|
{
|
|
10730
11467
|
"disabled": false,
|
|
10731
|
-
"document": "站点 ID
|
|
11468
|
+
"document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
|
|
10732
11469
|
"example": "[\"zoneId1\",\"zoneId2\"]",
|
|
10733
11470
|
"member": "string",
|
|
10734
11471
|
"name": "ZoneIds",
|
|
@@ -11513,7 +12250,7 @@
|
|
|
11513
12250
|
},
|
|
11514
12251
|
{
|
|
11515
12252
|
"disabled": false,
|
|
11516
|
-
"document": "过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 ZoneId 下有权限的即时转码模板。详细的过滤条件如下:<li>template-name
|
|
12253
|
+
"document": "过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 ZoneId 下有权限的即时转码模板。详细的过滤条件如下:<li>template-name:按照模板名批量进行过滤。例如:mytemplate;</li><li>template-type:按照模板类型批量进行过滤。例如:preset 或 custom。</li><li>template-id:按照模板 ID 批量进行过滤。例如:C1LZ7982VgTpYhJ7M。</li>默认为空。",
|
|
11517
12254
|
"example": "无",
|
|
11518
12255
|
"member": "Filter",
|
|
11519
12256
|
"name": "Filters",
|
|
@@ -12665,7 +13402,7 @@
|
|
|
12665
13402
|
"members": [
|
|
12666
13403
|
{
|
|
12667
13404
|
"disabled": false,
|
|
12668
|
-
"document": "站点ID
|
|
13405
|
+
"document": "站点ID。此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。",
|
|
12669
13406
|
"example": "zone-xxx",
|
|
12670
13407
|
"member": "string",
|
|
12671
13408
|
"name": "ZoneId",
|
|
@@ -12710,7 +13447,7 @@
|
|
|
12710
13447
|
},
|
|
12711
13448
|
{
|
|
12712
13449
|
"disabled": false,
|
|
12713
|
-
"document": "过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>",
|
|
13450
|
+
"document": "过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> canceled:已取消<br> invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>",
|
|
12714
13451
|
"example": "无",
|
|
12715
13452
|
"member": "AdvancedFilter",
|
|
12716
13453
|
"name": "Filters",
|
|
@@ -12757,7 +13494,7 @@
|
|
|
12757
13494
|
"members": [
|
|
12758
13495
|
{
|
|
12759
13496
|
"disabled": false,
|
|
12760
|
-
"document": "站点 ID
|
|
13497
|
+
"document": "站点 ID。此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。",
|
|
12761
13498
|
"example": "zone-xxxxxx",
|
|
12762
13499
|
"member": "string",
|
|
12763
13500
|
"name": "ZoneId",
|
|
@@ -12802,7 +13539,7 @@
|
|
|
12802
13539
|
},
|
|
12803
13540
|
{
|
|
12804
13541
|
"disabled": false,
|
|
12805
|
-
"document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:\n<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li>\n<li>target:按照目标资源信息进行过滤,target 形如:http://www.qq.com/1.txt 或者 tag1,暂不支持多值,支持模糊查询;</li>\n<li>domains:按照域名进行过滤,形如:www.qq.com,不支持模糊查询;</li>\n<li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout
|
|
13542
|
+
"document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:\n<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li>\n<li>target:按照目标资源信息进行过滤,target 形如:http://www.qq.com/1.txt 或者 tag1,暂不支持多值,支持模糊查询;</li>\n<li>domains:按照域名进行过滤,形如:www.qq.com,不支持模糊查询;</li>\n<li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> canceled:已取消</li>\n<li>type:按照清除缓存类型进行过滤,暂不支持多值,不支持模糊查询。可选项:<br> purge_url:URL<br> purge_prefix:前缀<br> purge_all:全部缓存内容<br> purge_host:Hostname<br> purge_cache_tag:CacheTag</li>",
|
|
12806
13543
|
"example": "无",
|
|
12807
13544
|
"member": "AdvancedFilter",
|
|
12808
13545
|
"name": "Filters",
|
|
@@ -12876,7 +13613,7 @@
|
|
|
12876
13613
|
},
|
|
12877
13614
|
{
|
|
12878
13615
|
"disabled": false,
|
|
12879
|
-
"document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 zone-id 下所有实时日志投递任务信息。详细的过滤条件如下:\n<li>task-id:按照实时日志投递任务 ID进行过滤。不支持模糊查询。</li>\n<li>task-name:按照实时日志投递任务名称进行过滤。支持模糊查询,使用模糊查询时,仅支持填写一个实时日志投递任务名称。</li>\n<li>entity-list:按照实时日志投递任务对应的实体进行过滤。不支持模糊查询。示例值:domain.example.com 或者 sid-2s69eb5wcms7。</li>\n<li>task-type:按照实时日志投递任务类型进行过滤。不支持模糊查询。可选项如下:<br> cls: 推送到腾讯云 CLS;<br> custom_endpoint:推送到自定义 HTTP(S) 地址;<br> s3:推送到 AWS S3
|
|
13616
|
+
"document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 zone-id 下所有实时日志投递任务信息。详细的过滤条件如下:\n<li>task-id:按照实时日志投递任务 ID进行过滤。不支持模糊查询。</li>\n<li>task-name:按照实时日志投递任务名称进行过滤。支持模糊查询,使用模糊查询时,仅支持填写一个实时日志投递任务名称。</li>\n<li>entity-list:按照实时日志投递任务对应的实体进行过滤。不支持模糊查询。示例值:domain.example.com 或者 sid-2s69eb5wcms7。</li>\n<li>task-type:按照实时日志投递任务类型进行过滤。不支持模糊查询。可选项如下:<br> cls: 推送到腾讯云 CLS;<br> custom_endpoint:推送到自定义 HTTP(S) 地址;<br> s3:推送到 AWS S3 兼容存储桶地址;<br> log_analysis:推送到 EdgeOne 日志分析。</li>",
|
|
12880
13617
|
"example": "无",
|
|
12881
13618
|
"member": "AdvancedFilter",
|
|
12882
13619
|
"name": "Filters",
|
|
@@ -13494,7 +14231,7 @@
|
|
|
13494
14231
|
{
|
|
13495
14232
|
"disabled": false,
|
|
13496
14233
|
"document": "安全策略配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
13497
|
-
"example": "
|
|
14234
|
+
"example": "无",
|
|
13498
14235
|
"member": "SecurityPolicy",
|
|
13499
14236
|
"name": "SecurityPolicy",
|
|
13500
14237
|
"output_required": false,
|
|
@@ -13588,7 +14325,7 @@
|
|
|
13588
14325
|
},
|
|
13589
14326
|
{
|
|
13590
14327
|
"disabled": false,
|
|
13591
|
-
"document": "站点
|
|
14328
|
+
"document": "站点ID,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。\n最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
|
|
13592
14329
|
"example": "[\"zone-2rntun0a1z6t\",\"zone-323urc8a9j0q\"]",
|
|
13593
14330
|
"member": "string",
|
|
13594
14331
|
"name": "ZoneIds",
|
|
@@ -13698,7 +14435,7 @@
|
|
|
13698
14435
|
},
|
|
13699
14436
|
{
|
|
13700
14437
|
"disabled": false,
|
|
13701
|
-
"document": "站点 ID
|
|
14438
|
+
"document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
|
|
13702
14439
|
"example": "[\"*\"]",
|
|
13703
14440
|
"member": "string",
|
|
13704
14441
|
"name": "ZoneIds",
|
|
@@ -13992,7 +14729,7 @@
|
|
|
13992
14729
|
},
|
|
13993
14730
|
{
|
|
13994
14731
|
"disabled": false,
|
|
13995
|
-
"document": "站点 ID
|
|
14732
|
+
"document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。",
|
|
13996
14733
|
"example": "[\"*\"]",
|
|
13997
14734
|
"member": "string",
|
|
13998
14735
|
"name": "ZoneIds",
|
|
@@ -14419,7 +15156,7 @@
|
|
|
14419
15156
|
},
|
|
14420
15157
|
{
|
|
14421
15158
|
"disabled": false,
|
|
14422
|
-
"document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 appid 下有权限的所有站点信息。详细的过滤条件如下:\n<li>zone-name:按照站点名称进行过滤;</li><li>zone-id:按照站点 ID
|
|
15159
|
+
"document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 appid 下有权限的所有站点信息。详细的过滤条件如下:\n<li>zone-name:按照站点名称进行过滤;</li><li>zone-type:按照站点类型进行过滤。可选项:<br> full:NS 接入类型;<br> partial:CNAME 接入类型;<br> partialComposite:无域名接入类型;<br> dnsPodAccess:DNSPod 托管接入类型;<br> pages:Pages 类型。</li><li>zone-id:按照站点 ID 进行过滤,站点 ID 形如:zone-2noz78a8ev6k;</li><li>status:按照站点状态进行过滤。可选项:<br> active:NS 已切换;<br> pending:NS 待切换;<br> deleted:已删除。</li><li>tag-key:按照标签键进行过滤;</li><li>tag-value: 按照标签值进行过滤;</li><li>alias-zone-name: 按照同名站点标识进行过滤。</li>模糊查询时支持过滤字段名为 zone-name 或 alias-zone-name。",
|
|
14423
15160
|
"example": "无",
|
|
14424
15161
|
"member": "AdvancedFilter",
|
|
14425
15162
|
"name": "Filters",
|
|
@@ -14462,7 +15199,7 @@
|
|
|
14462
15199
|
},
|
|
14463
15200
|
{
|
|
14464
15201
|
"disabled": false,
|
|
14465
|
-
"document": "
|
|
15202
|
+
"document": "站点列表详情。",
|
|
14466
15203
|
"example": "无",
|
|
14467
15204
|
"member": "Zone",
|
|
14468
15205
|
"name": "Zones",
|
|
@@ -15121,7 +15858,7 @@
|
|
|
15121
15858
|
"usage": "both"
|
|
15122
15859
|
},
|
|
15123
15860
|
"DnsVerification": {
|
|
15124
|
-
"document": "CNAME
|
|
15861
|
+
"document": "站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 DNS 解析验证时所需的信息。",
|
|
15125
15862
|
"members": [
|
|
15126
15863
|
{
|
|
15127
15864
|
"disabled": false,
|
|
@@ -15207,7 +15944,7 @@
|
|
|
15207
15944
|
},
|
|
15208
15945
|
{
|
|
15209
15946
|
"disabled": false,
|
|
15210
|
-
"document": "站点 ID
|
|
15947
|
+
"document": "站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。",
|
|
15211
15948
|
"example": "[\"zone-2m6jx63f6k3x\"]",
|
|
15212
15949
|
"member": "string",
|
|
15213
15950
|
"name": "ZoneIds",
|
|
@@ -15299,7 +16036,7 @@
|
|
|
15299
16036
|
},
|
|
15300
16037
|
{
|
|
15301
16038
|
"disabled": false,
|
|
15302
|
-
"document": "站点ID
|
|
16039
|
+
"document": "站点ID集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。",
|
|
15303
16040
|
"example": "[\"zone-2nepupfjtjlf\"]",
|
|
15304
16041
|
"member": "string",
|
|
15305
16042
|
"name": "ZoneIds",
|
|
@@ -16154,11 +16891,11 @@
|
|
|
16154
16891
|
"usage": "out"
|
|
16155
16892
|
},
|
|
16156
16893
|
"FileVerification": {
|
|
16157
|
-
"document": "CNAME
|
|
16894
|
+
"document": "站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 HTTP 访问验证文件时所需的信息。",
|
|
16158
16895
|
"members": [
|
|
16159
16896
|
{
|
|
16160
16897
|
"disabled": false,
|
|
16161
|
-
"document": "EdgeOne 后台服务器将通过
|
|
16898
|
+
"document": "EdgeOne 后台服务器将通过 http://{Host}{URL Path} 的格式(例如 http://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。其中,本字段为您需要创建的 URL Path 部分,Host 为当前加速域名。",
|
|
16162
16899
|
"example": "/.well-known/teo-verification/z12h416twn.txt",
|
|
16163
16900
|
"member": "string",
|
|
16164
16901
|
"name": "Path",
|
|
@@ -17357,7 +18094,7 @@
|
|
|
17357
18094
|
},
|
|
17358
18095
|
{
|
|
17359
18096
|
"disabled": false,
|
|
17360
|
-
"document": "Tls 版本设置,取值有:\n<li>TLSv1:TLSv1版本;</li>\n<li>
|
|
18097
|
+
"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>修改时必须开启连续的版本。",
|
|
17361
18098
|
"example": "[\"TLSv1\", \"TLSv1.1\"]",
|
|
17362
18099
|
"member": "string",
|
|
17363
18100
|
"name": "TlsVersion",
|
|
@@ -17517,16 +18254,72 @@
|
|
|
17517
18254
|
},
|
|
17518
18255
|
{
|
|
17519
18256
|
"disabled": false,
|
|
17520
|
-
"document": "IP 是否属于 EdgeOne 节点,取值有:\n<li>yes:该 IP 属于 EdgeOne 节点;</li>\n<li>no:该 IP 不属于 EdgeOne 节点。</li>",
|
|
17521
|
-
"example": "yes",
|
|
17522
|
-
"member": "string",
|
|
17523
|
-
"name": "IsEdgeOneIP",
|
|
17524
|
-
"output_required": true,
|
|
17525
|
-
"type": "string",
|
|
18257
|
+
"document": "IP 是否属于 EdgeOne 节点,取值有:\n<li>yes:该 IP 属于 EdgeOne 节点;</li>\n<li>no:该 IP 不属于 EdgeOne 节点。</li>",
|
|
18258
|
+
"example": "yes",
|
|
18259
|
+
"member": "string",
|
|
18260
|
+
"name": "IsEdgeOneIP",
|
|
18261
|
+
"output_required": true,
|
|
18262
|
+
"type": "string",
|
|
18263
|
+
"value_allowed_null": false
|
|
18264
|
+
}
|
|
18265
|
+
],
|
|
18266
|
+
"usage": "out"
|
|
18267
|
+
},
|
|
18268
|
+
"IPReputation": {
|
|
18269
|
+
"document": "IP 情报库(原客户端画像分析)配置。",
|
|
18270
|
+
"members": [
|
|
18271
|
+
{
|
|
18272
|
+
"disabled": false,
|
|
18273
|
+
"document": "IP 情报库(原客户端画像分析)。取值有:<li>on:开启;</li><li>off:关闭。</li>",
|
|
18274
|
+
"example": "on",
|
|
18275
|
+
"member": "string",
|
|
18276
|
+
"name": "Enabled",
|
|
18277
|
+
"output_required": false,
|
|
18278
|
+
"required": false,
|
|
18279
|
+
"type": "string",
|
|
18280
|
+
"value_allowed_null": false
|
|
18281
|
+
},
|
|
18282
|
+
{
|
|
18283
|
+
"disabled": false,
|
|
18284
|
+
"document": "IP 情报库(原客户端画像分析)的具体配置内容。",
|
|
18285
|
+
"example": "无",
|
|
18286
|
+
"member": "IPReputationGroup",
|
|
18287
|
+
"name": "IPReputationGroup",
|
|
18288
|
+
"output_required": false,
|
|
18289
|
+
"required": false,
|
|
18290
|
+
"type": "object",
|
|
18291
|
+
"value_allowed_null": false
|
|
18292
|
+
}
|
|
18293
|
+
],
|
|
18294
|
+
"usage": "both"
|
|
18295
|
+
},
|
|
18296
|
+
"IPReputationGroup": {
|
|
18297
|
+
"document": "IP 情报库(原客户端画像分析)的具体配置。",
|
|
18298
|
+
"members": [
|
|
18299
|
+
{
|
|
18300
|
+
"disabled": false,
|
|
18301
|
+
"document": "IP 情报库(原客户端画像分析)的执行动作。SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge。</li>",
|
|
18302
|
+
"example": "无",
|
|
18303
|
+
"member": "SecurityAction",
|
|
18304
|
+
"name": "BaseAction",
|
|
18305
|
+
"output_required": false,
|
|
18306
|
+
"required": false,
|
|
18307
|
+
"type": "object",
|
|
18308
|
+
"value_allowed_null": false
|
|
18309
|
+
},
|
|
18310
|
+
{
|
|
18311
|
+
"disabled": false,
|
|
18312
|
+
"document": "IP 情报库(原客户端画像分析)的具体配置,用于覆盖 BaseAction 中的默认配置。其中 BotManagementActionOverrides 的 Ids 中可以填写:<li>IPREP_WEB_AND_DDOS_ATTACKERS_LOW:网络攻击 - 一般置信度;</li><li>IPREP_WEB_AND_DDOS_ATTACKERS_MID:网络攻击 - 中等置信度;</li><li>IPREP_WEB_AND_DDOS_ATTACKERS_HIGH:网络攻击 - 高置信度;</li><li>IPREP_PROXIES_AND_ANONYMIZERS_LOW:网络代理 - 一般置信度;</li><li>IPREP_PROXIES_AND_ANONYMIZERS_MID:网络代理 - 中等置信度;</li><li>IPREP_PROXIES_AND_ANONYMIZERS_HIGH:网络代理 - 高置信度;</li><li>IPREP_SCANNING_TOOLS_LOW:扫描器 - 一般置信度;</li><li>IPREP_SCANNING_TOOLS_MID:扫描器 - 中等置信度;</li><li>IPREP_SCANNING_TOOLS_HIGH:扫描器 - 高置信度;</li><li>IPREP_ATO_ATTACKERS_LOW:账号接管攻击 - 一般置信度;</li><li>IPREP_ATO_ATTACKERS_MID:账号接管攻击 - 中等置信度;</li><li>IPREP_ATO_ATTACKERS_HIGH:账号接管攻击 - 高置信度;</li><li>IPREP_WEB_SCRAPERS_AND_TRAFFIC_BOTS_LOW:恶意 BOT - 一般置信度;</li><li>IPREP_WEB_SCRAPERS_AND_TRAFFIC_BOTS_MID:恶意 BOT - 中等置信度;</li><li>IPREP_WEB_SCRAPERS_AND_TRAFFIC_BOTS_HIGH:恶意 BOT - 高置信度。</li>",
|
|
18313
|
+
"example": "无",
|
|
18314
|
+
"member": "BotManagementActionOverrides",
|
|
18315
|
+
"name": "BotManagementActionOverrides",
|
|
18316
|
+
"output_required": false,
|
|
18317
|
+
"required": false,
|
|
18318
|
+
"type": "list",
|
|
17526
18319
|
"value_allowed_null": false
|
|
17527
18320
|
}
|
|
17528
18321
|
],
|
|
17529
|
-
"usage": "
|
|
18322
|
+
"usage": "both"
|
|
17530
18323
|
},
|
|
17531
18324
|
"IPWhitelist": {
|
|
17532
18325
|
"document": "源站防护IP白名单",
|
|
@@ -18186,6 +18979,34 @@
|
|
|
18186
18979
|
],
|
|
18187
18980
|
"usage": "out"
|
|
18188
18981
|
},
|
|
18982
|
+
"KnownBotCategories": {
|
|
18983
|
+
"document": "商业或开源工具 UA 特征配置(原 UA 特征规则)。",
|
|
18984
|
+
"members": [
|
|
18985
|
+
{
|
|
18986
|
+
"disabled": false,
|
|
18987
|
+
"document": "来自已知商业工具或开源工具的访问请求的处置方式。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Allow:放行(待废弃)。</li> ",
|
|
18988
|
+
"example": "无",
|
|
18989
|
+
"member": "SecurityAction",
|
|
18990
|
+
"name": "BaseAction",
|
|
18991
|
+
"output_required": false,
|
|
18992
|
+
"required": false,
|
|
18993
|
+
"type": "object",
|
|
18994
|
+
"value_allowed_null": false
|
|
18995
|
+
},
|
|
18996
|
+
{
|
|
18997
|
+
"disabled": false,
|
|
18998
|
+
"document": "指定已知商业工具或开源工具的访问请求的处置方式。",
|
|
18999
|
+
"example": "无",
|
|
19000
|
+
"member": "BotManagementActionOverrides",
|
|
19001
|
+
"name": "BotManagementActionOverrides",
|
|
19002
|
+
"output_required": false,
|
|
19003
|
+
"required": false,
|
|
19004
|
+
"type": "list",
|
|
19005
|
+
"value_allowed_null": false
|
|
19006
|
+
}
|
|
19007
|
+
],
|
|
19008
|
+
"usage": "both"
|
|
19009
|
+
},
|
|
18189
19010
|
"L4OfflineLog": {
|
|
18190
19011
|
"document": "离线日志详细信息",
|
|
18191
19012
|
"members": [
|
|
@@ -19182,16 +20003,18 @@
|
|
|
19182
20003
|
"example": "on/off",
|
|
19183
20004
|
"member": "string",
|
|
19184
20005
|
"name": "FollowOrigin",
|
|
20006
|
+
"output_required": true,
|
|
19185
20007
|
"required": false,
|
|
19186
20008
|
"type": "string",
|
|
19187
20009
|
"value_allowed_null": false
|
|
19188
20010
|
},
|
|
19189
20011
|
{
|
|
19190
20012
|
"disabled": false,
|
|
19191
|
-
"document": "MaxAge
|
|
20013
|
+
"document": "MaxAge 时间设置,单位为秒,取值:0~315360000。\n注意:时间为0,即不缓存。",
|
|
19192
20014
|
"example": "600",
|
|
19193
20015
|
"member": "int64",
|
|
19194
20016
|
"name": "MaxAgeTime",
|
|
20017
|
+
"output_required": true,
|
|
19195
20018
|
"required": false,
|
|
19196
20019
|
"type": "int",
|
|
19197
20020
|
"value_allowed_null": false
|
|
@@ -19227,6 +20050,34 @@
|
|
|
19227
20050
|
],
|
|
19228
20051
|
"usage": "both"
|
|
19229
20052
|
},
|
|
20053
|
+
"MaxNewSessionTriggerConfig": {
|
|
20054
|
+
"document": "Bot 管理中校验的触发阈值。",
|
|
20055
|
+
"members": [
|
|
20056
|
+
{
|
|
20057
|
+
"disabled": false,
|
|
20058
|
+
"document": "触发阈值统计的时间窗口,取值有:<li>5s:5 秒内;</li><li>10s:10 秒内;</li><li>15s:15 秒内;</li><li>30s:30 秒内;</li><li>60s:60 秒内;</li><li>5m:5 分钟内;</li><li>10m:10 分钟内;</li><li>30m:30 分钟内;</li><li>60m:60 分钟内。</li> ",
|
|
20059
|
+
"example": "10s",
|
|
20060
|
+
"member": "string",
|
|
20061
|
+
"name": "MaxNewSessionCountInterval",
|
|
20062
|
+
"output_required": false,
|
|
20063
|
+
"required": false,
|
|
20064
|
+
"type": "string",
|
|
20065
|
+
"value_allowed_null": false
|
|
20066
|
+
},
|
|
20067
|
+
{
|
|
20068
|
+
"disabled": false,
|
|
20069
|
+
"document": "触发阈值统计的累计次数,取值范围 1 ~ 100000000。",
|
|
20070
|
+
"example": "300",
|
|
20071
|
+
"member": "int64",
|
|
20072
|
+
"name": "MaxNewSessionCountThreshold",
|
|
20073
|
+
"output_required": false,
|
|
20074
|
+
"required": false,
|
|
20075
|
+
"type": "int",
|
|
20076
|
+
"value_allowed_null": false
|
|
20077
|
+
}
|
|
20078
|
+
],
|
|
20079
|
+
"usage": "both"
|
|
20080
|
+
},
|
|
19230
20081
|
"MinimalRequestBodyTransferRate": {
|
|
19231
20082
|
"document": "正文传输最小速率阈值的具体配置。",
|
|
19232
20083
|
"members": [
|
|
@@ -20243,7 +21094,7 @@
|
|
|
20243
21094
|
},
|
|
20244
21095
|
{
|
|
20245
21096
|
"disabled": false,
|
|
20246
|
-
"document": "配置服务端证书的模式,取值有:\n<li>disable:不配置服务端证书;</li>\n<li>eofreecert
|
|
21097
|
+
"document": "配置服务端证书的模式,取值有:\n<ul><li>disable:不配置服务端证书;</li>\n<li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437)\n\n- 在 NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。\n- 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://cloud.tencent.com/document/product/1552/124806'>检查免费证书申请结果</a>接口获取申请失败原因。</li>\n</ul><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://cloud.tencent.com/document/product/1552/124807'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li>\n<ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://cloud.tencent.com/document/product/1552/124806'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li>\n</ul><li>sslcert:配置 SSL 托管服务端证书。</li>",
|
|
20247
21098
|
"example": "eofreecert",
|
|
20248
21099
|
"member": "string",
|
|
20249
21100
|
"name": "Mode",
|
|
@@ -20279,7 +21130,7 @@
|
|
|
20279
21130
|
},
|
|
20280
21131
|
{
|
|
20281
21132
|
"disabled": false,
|
|
20282
|
-
"document": "
|
|
21133
|
+
"document": "用于分别开启/关闭回源双向认证和源站证书校验。默认关闭,不填写表示保持原有配置。回源双向认证配置当前为白名单内侧中,如需使用,请[联系我们](https://cloud.tencent.com/online-service)。",
|
|
20283
21134
|
"example": "无",
|
|
20284
21135
|
"member": "UpstreamCertInfo",
|
|
20285
21136
|
"name": "UpstreamCertInfo",
|
|
@@ -21585,7 +22436,7 @@
|
|
|
21585
22436
|
},
|
|
21586
22437
|
{
|
|
21587
22438
|
"disabled": false,
|
|
21588
|
-
"document": "安全策略配置。<li>当 SecurityPolicy 参数中的 ExceptionRules 被设置时,SecurityConfig 参数中的 ExceptConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 CustomRules 被设置时,SecurityConfig 参数中的 AclConfig、 IpTableConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 HttpDDoSProtection 和 RateLimitingRules 被设置时,SecurityConfig 参数中的 RateLimitConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 ManagedRule 被设置时,SecurityConfig 参数中的 WafConfig 将被忽略;</li><li
|
|
22439
|
+
"document": "安全策略配置。<li>当 SecurityPolicy 参数中的 ExceptionRules 被设置时,SecurityConfig 参数中的 ExceptConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 CustomRules 被设置时,SecurityConfig 参数中的 AclConfig、 IpTableConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 HttpDDoSProtection 和 RateLimitingRules 被设置时,SecurityConfig 参数中的 RateLimitConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 ManagedRule 被设置时,SecurityConfig 参数中的 WafConfig 将被忽略;</li><li>当 SecurityPolicy 参数中的 BotManagement 被设置时,SecurityConfig 参数中的 BotConfig 将被忽略;</li><li>对于例外规则、自定义规则、速率限制、托管规则以及 Bot 管理策略配置建议使用 SecurityPolicy 参数进行设置。</li>",
|
|
21589
22440
|
"example": "无",
|
|
21590
22441
|
"member": "SecurityConfig",
|
|
21591
22442
|
"name": "SecurityConfig",
|
|
@@ -21594,8 +22445,8 @@
|
|
|
21594
22445
|
},
|
|
21595
22446
|
{
|
|
21596
22447
|
"disabled": false,
|
|
21597
|
-
"document": "安全策略配置。对 Web
|
|
21598
|
-
"example": "
|
|
22448
|
+
"document": "安全策略配置。对 Web 例外规则、防护自定义策略、速率规则、托管规则和 Bot 管理配置建议使用,支持表达式语法对安全策略进行配置。",
|
|
22449
|
+
"example": "无",
|
|
21599
22450
|
"member": "SecurityPolicy",
|
|
21600
22451
|
"name": "SecurityPolicy",
|
|
21601
22452
|
"required": false,
|
|
@@ -21943,6 +22794,15 @@
|
|
|
21943
22794
|
"required": false,
|
|
21944
22795
|
"type": "object"
|
|
21945
22796
|
},
|
|
22797
|
+
{
|
|
22798
|
+
"disabled": false,
|
|
22799
|
+
"document": "网络错误日志记录配置。不填写表示保持原有配置。",
|
|
22800
|
+
"example": "无",
|
|
22801
|
+
"member": "NetworkErrorLogging",
|
|
22802
|
+
"name": "NetworkErrorLogging",
|
|
22803
|
+
"required": false,
|
|
22804
|
+
"type": "object"
|
|
22805
|
+
},
|
|
21946
22806
|
{
|
|
21947
22807
|
"disabled": false,
|
|
21948
22808
|
"document": "图片优化配置。\n不填写表示关闭。",
|
|
@@ -22329,6 +23189,116 @@
|
|
|
22329
23189
|
],
|
|
22330
23190
|
"usage": "both"
|
|
22331
23191
|
},
|
|
23192
|
+
"NSDetail": {
|
|
23193
|
+
"document": "NS 接入类型站点参数详情。",
|
|
23194
|
+
"members": [
|
|
23195
|
+
{
|
|
23196
|
+
"disabled": false,
|
|
23197
|
+
"document": "是否开启 CNAME 加速,取值有:\n<li> enabled:开启;</li>\n<li> disabled:关闭。</li>",
|
|
23198
|
+
"example": "enabled",
|
|
23199
|
+
"member": "string",
|
|
23200
|
+
"name": "CnameSpeedUp",
|
|
23201
|
+
"output_required": true,
|
|
23202
|
+
"type": "string",
|
|
23203
|
+
"value_allowed_null": false
|
|
23204
|
+
},
|
|
23205
|
+
{
|
|
23206
|
+
"disabled": false,
|
|
23207
|
+
"document": "是否存在同名站点,取值有:\n<li> 0:不存在同名站点;</li>\n<li> 1:已存在同名站点。</li>",
|
|
23208
|
+
"example": "1",
|
|
23209
|
+
"member": "int64",
|
|
23210
|
+
"name": "IsFake",
|
|
23211
|
+
"output_required": true,
|
|
23212
|
+
"type": "int",
|
|
23213
|
+
"value_allowed_null": false
|
|
23214
|
+
},
|
|
23215
|
+
{
|
|
23216
|
+
"disabled": false,
|
|
23217
|
+
"document": "归属权验证信息。针对 NS 接入类型的站点,将当前的 NS 服务器切换至腾讯云 EdgeOne 指定的 NS 服务器,即视为通过归属权验证。详情请参考 [站点/域名归属权验证](https://cloud.tencent.com/document/product/1552/70789) 。",
|
|
23218
|
+
"example": "无",
|
|
23219
|
+
"member": "OwnershipVerification",
|
|
23220
|
+
"name": "OwnershipVerification",
|
|
23221
|
+
"output_required": false,
|
|
23222
|
+
"type": "object",
|
|
23223
|
+
"value_allowed_null": false
|
|
23224
|
+
},
|
|
23225
|
+
{
|
|
23226
|
+
"disabled": false,
|
|
23227
|
+
"document": "由 EdgeOne 检测到的站点当前正在使用的 NS 服务器列表。",
|
|
23228
|
+
"example": "[\"ns1.example.com.\",\"ns2.example.com.\"]",
|
|
23229
|
+
"member": "string",
|
|
23230
|
+
"name": "OriginalNameServers",
|
|
23231
|
+
"output_required": true,
|
|
23232
|
+
"type": "list",
|
|
23233
|
+
"value_allowed_null": false
|
|
23234
|
+
},
|
|
23235
|
+
{
|
|
23236
|
+
"disabled": false,
|
|
23237
|
+
"document": "腾讯云 EdgeOne 分配的 NS 服务器列表。需要将当前站点 NS 服务器指向该地址,站点才能生效。",
|
|
23238
|
+
"example": "[\"ns1.teodns.com.\",\"ns2.teodns.com.\"]",
|
|
23239
|
+
"member": "string",
|
|
23240
|
+
"name": "NameServers",
|
|
23241
|
+
"output_required": true,
|
|
23242
|
+
"type": "list",
|
|
23243
|
+
"value_allowed_null": false
|
|
23244
|
+
},
|
|
23245
|
+
{
|
|
23246
|
+
"disabled": false,
|
|
23247
|
+
"document": "用户自定义 NS 服务器域名信息。如果启用了自定义 NS 服务,需要在域名注册厂商内将 NS 指向该地址。",
|
|
23248
|
+
"example": "无",
|
|
23249
|
+
"member": "VanityNameServers",
|
|
23250
|
+
"name": "VanityNameServers",
|
|
23251
|
+
"output_required": true,
|
|
23252
|
+
"type": "object",
|
|
23253
|
+
"value_allowed_null": false
|
|
23254
|
+
},
|
|
23255
|
+
{
|
|
23256
|
+
"disabled": false,
|
|
23257
|
+
"document": "用户自定义 NS 服务器对应的 IP 地址信息。",
|
|
23258
|
+
"example": "无",
|
|
23259
|
+
"member": "VanityNameServersIps",
|
|
23260
|
+
"name": "VanityNameServersIps",
|
|
23261
|
+
"output_required": true,
|
|
23262
|
+
"type": "list",
|
|
23263
|
+
"value_allowed_null": false
|
|
23264
|
+
}
|
|
23265
|
+
],
|
|
23266
|
+
"usage": "out"
|
|
23267
|
+
},
|
|
23268
|
+
"NetworkErrorLogging": {
|
|
23269
|
+
"document": "网络错误日志记录配置项",
|
|
23270
|
+
"members": [
|
|
23271
|
+
{
|
|
23272
|
+
"disabled": false,
|
|
23273
|
+
"document": "是否开启网络错误日志记录配置,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
|
|
23274
|
+
"example": "on",
|
|
23275
|
+
"member": "string",
|
|
23276
|
+
"name": "Switch",
|
|
23277
|
+
"output_required": true,
|
|
23278
|
+
"required": true,
|
|
23279
|
+
"type": "string",
|
|
23280
|
+
"value_allowed_null": false
|
|
23281
|
+
}
|
|
23282
|
+
],
|
|
23283
|
+
"usage": "both"
|
|
23284
|
+
},
|
|
23285
|
+
"NetworkErrorLoggingParameters": {
|
|
23286
|
+
"document": "网络错误日志记录配置项。",
|
|
23287
|
+
"members": [
|
|
23288
|
+
{
|
|
23289
|
+
"disabled": false,
|
|
23290
|
+
"document": "网络错误日志记录配置开关,取值有:\n<li>on:开启;</li>\n<li>off:关闭。</li>",
|
|
23291
|
+
"example": "on",
|
|
23292
|
+
"member": "string",
|
|
23293
|
+
"name": "Switch",
|
|
23294
|
+
"output_required": false,
|
|
23295
|
+
"required": false,
|
|
23296
|
+
"type": "string",
|
|
23297
|
+
"value_allowed_null": false
|
|
23298
|
+
}
|
|
23299
|
+
],
|
|
23300
|
+
"usage": "both"
|
|
23301
|
+
},
|
|
22332
23302
|
"NextOriginACL": {
|
|
22333
23303
|
"document": "当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前生效的回源 IP 网段的对比。",
|
|
22334
23304
|
"members": [
|
|
@@ -22655,6 +23625,90 @@
|
|
|
22655
23625
|
],
|
|
22656
23626
|
"usage": "both"
|
|
22657
23627
|
},
|
|
23628
|
+
"OriginAuthenticationParameters": {
|
|
23629
|
+
"document": "回源鉴权参数。",
|
|
23630
|
+
"members": [
|
|
23631
|
+
{
|
|
23632
|
+
"disabled": false,
|
|
23633
|
+
"document": "回源鉴权请求属性。",
|
|
23634
|
+
"example": "无",
|
|
23635
|
+
"member": "OriginAuthenticationRequestProperties",
|
|
23636
|
+
"name": "RequestProperties",
|
|
23637
|
+
"output_required": true,
|
|
23638
|
+
"required": true,
|
|
23639
|
+
"type": "list",
|
|
23640
|
+
"value_allowed_null": false
|
|
23641
|
+
}
|
|
23642
|
+
],
|
|
23643
|
+
"usage": "both"
|
|
23644
|
+
},
|
|
23645
|
+
"OriginAuthenticationRequestProperties": {
|
|
23646
|
+
"document": "回源鉴权请求属性。",
|
|
23647
|
+
"members": [
|
|
23648
|
+
{
|
|
23649
|
+
"disabled": false,
|
|
23650
|
+
"document": "设置回源鉴权参数类型,取值有:<li>QueryString:表示设置回源鉴权参数类型为查询字符串;</li><li>Header:表示设置回源鉴权参数类型为请求头。</li>",
|
|
23651
|
+
"example": "Header",
|
|
23652
|
+
"member": "string",
|
|
23653
|
+
"name": "Type",
|
|
23654
|
+
"output_required": true,
|
|
23655
|
+
"required": true,
|
|
23656
|
+
"type": "string",
|
|
23657
|
+
"value_allowed_null": false
|
|
23658
|
+
},
|
|
23659
|
+
{
|
|
23660
|
+
"disabled": false,
|
|
23661
|
+
"document": "设置回源鉴权类型对应的参数名称。",
|
|
23662
|
+
"example": "X-Test-Auth",
|
|
23663
|
+
"member": "string",
|
|
23664
|
+
"name": "Name",
|
|
23665
|
+
"output_required": true,
|
|
23666
|
+
"required": true,
|
|
23667
|
+
"type": "string",
|
|
23668
|
+
"value_allowed_null": false
|
|
23669
|
+
},
|
|
23670
|
+
{
|
|
23671
|
+
"disabled": false,
|
|
23672
|
+
"document": "设置回源鉴权类型对应的参数值。",
|
|
23673
|
+
"example": "Test",
|
|
23674
|
+
"member": "string",
|
|
23675
|
+
"name": "Value",
|
|
23676
|
+
"output_required": true,
|
|
23677
|
+
"required": true,
|
|
23678
|
+
"type": "string",
|
|
23679
|
+
"value_allowed_null": false
|
|
23680
|
+
}
|
|
23681
|
+
],
|
|
23682
|
+
"usage": "both"
|
|
23683
|
+
},
|
|
23684
|
+
"OriginCertificateVerify": {
|
|
23685
|
+
"document": "HTTPS 源站证书校验的模式。",
|
|
23686
|
+
"members": [
|
|
23687
|
+
{
|
|
23688
|
+
"disabled": false,
|
|
23689
|
+
"document": "源站证书校验模式。取值有:<li>disable:禁用源站证书校验。</li><li>custom_ca:使用指定受信任 CA 证书校验。</li>",
|
|
23690
|
+
"example": "custom_ca",
|
|
23691
|
+
"member": "string",
|
|
23692
|
+
"name": "VerificationMode",
|
|
23693
|
+
"output_required": false,
|
|
23694
|
+
"required": true,
|
|
23695
|
+
"type": "string",
|
|
23696
|
+
"value_allowed_null": false
|
|
23697
|
+
},
|
|
23698
|
+
{
|
|
23699
|
+
"disabled": false,
|
|
23700
|
+
"document": "指定受信任的 CA 证书列表,源站证书需要由该 CA 签发才能校验通过。 注意:仅当 VerificationMode 为 custom_ca 时,需要传入该参数,指定受信任的CA证书信息。\nOriginCertificateVerify 在 ModifyHostsCertificate 作为入参使用时,该参数传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。\t\n",
|
|
23701
|
+
"example": "无",
|
|
23702
|
+
"member": "CertificateInfo",
|
|
23703
|
+
"name": "CustomCACerts",
|
|
23704
|
+
"output_required": false,
|
|
23705
|
+
"required": false,
|
|
23706
|
+
"type": "list",
|
|
23707
|
+
"value_allowed_null": false
|
|
23708
|
+
}
|
|
23709
|
+
],
|
|
23710
|
+
"usage": "both"
|
|
23711
|
+
},
|
|
22658
23712
|
"OriginDetail": {
|
|
22659
23713
|
"document": "加速域名源站信息。",
|
|
22660
23714
|
"members": [
|
|
@@ -23757,7 +24811,7 @@
|
|
|
23757
24811
|
},
|
|
23758
24812
|
{
|
|
23759
24813
|
"disabled": false,
|
|
23760
|
-
"document": "
|
|
24814
|
+
"document": "最大限制,该字段仅在 Switch 为 on 时生效,取值在 1MB 和 800MB 之间,单位字节。",
|
|
23761
24815
|
"example": "10000000",
|
|
23762
24816
|
"member": "int64",
|
|
23763
24817
|
"name": "MaxSize",
|
|
@@ -23785,7 +24839,7 @@
|
|
|
23785
24839
|
},
|
|
23786
24840
|
{
|
|
23787
24841
|
"disabled": false,
|
|
23788
|
-
"document": "POST
|
|
24842
|
+
"document": "POST 请求上传文件流式传输最大限制,该字段仅在 Switch 为 on 时生效,取值在 1MB 和 800MB 之间,单位字节。",
|
|
23789
24843
|
"example": "10000000",
|
|
23790
24844
|
"member": "int64",
|
|
23791
24845
|
"name": "MaxSize",
|
|
@@ -24589,7 +25643,7 @@
|
|
|
24589
25643
|
},
|
|
24590
25644
|
{
|
|
24591
25645
|
"disabled": false,
|
|
24592
|
-
"document": "实时日志投递任务类型,取值有: <li>cls: 推送到腾讯云 CLS;</li> <li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li> <li>s3:推送到 AWS S3
|
|
25646
|
+
"document": "实时日志投递任务类型,取值有: <li>cls: 推送到腾讯云 CLS;</li> <li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li> <li>s3:推送到 AWS S3 兼容存储桶地址;</li><li>log_analysis:推送到 EdgeOne 日志分析。</li>",
|
|
24593
25647
|
"example": "cls",
|
|
24594
25648
|
"member": "string",
|
|
24595
25649
|
"name": "TaskType",
|
|
@@ -24640,7 +25694,7 @@
|
|
|
24640
25694
|
{
|
|
24641
25695
|
"disabled": false,
|
|
24642
25696
|
"document": "投递的自定义字段列表。",
|
|
24643
|
-
"example": "
|
|
25697
|
+
"example": "\"无\"",
|
|
24644
25698
|
"member": "CustomField",
|
|
24645
25699
|
"name": "CustomFields",
|
|
24646
25700
|
"output_required": true,
|
|
@@ -24650,7 +25704,7 @@
|
|
|
24650
25704
|
{
|
|
24651
25705
|
"disabled": false,
|
|
24652
25706
|
"document": "日志投递的过滤条件。",
|
|
24653
|
-
"example": "
|
|
25707
|
+
"example": "\"无\"",
|
|
24654
25708
|
"member": "DeliveryCondition",
|
|
24655
25709
|
"name": "DeliveryConditions",
|
|
24656
25710
|
"output_required": true,
|
|
@@ -24670,7 +25724,7 @@
|
|
|
24670
25724
|
{
|
|
24671
25725
|
"disabled": false,
|
|
24672
25726
|
"document": "日志投递的输出格式。出参为 null 时表示为默认格式,默认格式逻辑如下:\n<li>当 TaskType 取值为 custom_endpoint 时,默认格式为多个 JSON 对象组成的数组,每个 JSON 对象为一条日志;</li>\n<li>当 TaskType 取值为 s3 时,默认格式为 JSON Lines。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
24673
|
-
"example": "
|
|
25727
|
+
"example": "\"无\"",
|
|
24674
25728
|
"member": "LogFormat",
|
|
24675
25729
|
"name": "LogFormat",
|
|
24676
25730
|
"output_required": false,
|
|
@@ -24680,7 +25734,7 @@
|
|
|
24680
25734
|
{
|
|
24681
25735
|
"disabled": false,
|
|
24682
25736
|
"document": "CLS 的配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
24683
|
-
"example": "
|
|
25737
|
+
"example": "\"无\"",
|
|
24684
25738
|
"member": "CLSTopic",
|
|
24685
25739
|
"name": "CLS",
|
|
24686
25740
|
"output_required": true,
|
|
@@ -24690,7 +25744,7 @@
|
|
|
24690
25744
|
{
|
|
24691
25745
|
"disabled": false,
|
|
24692
25746
|
"document": "自定义 HTTP 服务的配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
24693
|
-
"example": "
|
|
25747
|
+
"example": "\"无\"",
|
|
24694
25748
|
"member": "CustomEndpoint",
|
|
24695
25749
|
"name": "CustomEndpoint",
|
|
24696
25750
|
"output_required": true,
|
|
@@ -24700,7 +25754,7 @@
|
|
|
24700
25754
|
{
|
|
24701
25755
|
"disabled": false,
|
|
24702
25756
|
"document": "AWS S3 兼容存储桶的配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
24703
|
-
"example": "
|
|
25757
|
+
"example": "\"无\"",
|
|
24704
25758
|
"member": "S3",
|
|
24705
25759
|
"name": "S3",
|
|
24706
25760
|
"output_required": true,
|
|
@@ -25448,7 +26502,7 @@
|
|
|
25448
26502
|
"members": [
|
|
25449
26503
|
{
|
|
25450
26504
|
"disabled": false,
|
|
25451
|
-
"document": "操作名称。名称需要与参数结构体对应,例如 Name=Cache,则 CacheParameters 必填。\n<li>Cache:节点缓存 TTL;</li>\n<li>CacheKey:自定义 Cache Key;</li>\n<li>CachePrefresh:缓存预刷新;</li>\n<li>AccessURLRedirect:访问 URL 重定向;</li>\n<li>UpstreamURLRewrite:回源 URL 重写;</li>\n<li>QUIC:QUIC;</li>\n<li>WebSocket:WebSocket;</li>\n<li>Authentication:Token 鉴权;</li>\n<li>MaxAge:浏览器缓存 TTL;</li>\n<li>StatusCodeCache:状态码缓存 TTL;</li>\n<li>OfflineCache:离线缓存;</li>\n<li>SmartRouting:智能加速;</li>\n<li>RangeOriginPull:分片回源 ;</li>\n<li>UpstreamHTTP2:HTTP2 回源;</li>\n<li>HostHeader:Host Header 重写;</li>\n<li>ForceRedirectHTTPS:访问协议强制 HTTPS 跳转配置;</li>\n<li>OriginPullProtocol:回源 HTTPS;</li>\n<li>Compression:智能压缩配置;</li>\n<li>HSTS:HSTS;</li>\n<li>ClientIPHeader:存储客户端请求 IP 的头部信息配置;</li>\n<li>OCSPStapling:OCSP 装订;</li>\n<li>HTTP2:HTTP2 接入;</li>\n<li>PostMaxSize:POST 请求上传文件流式传输最大限制配置;</li>\n<li>ClientIPCountry:回源时携带客户端 IP 所属地域信息;</li>\n<li>UpstreamFollowRedirect:回源跟随重定向参数配置;</li>\n<li>UpstreamRequest:回源请求参数;</li>\n<li>TLSConfig:SSL/TLS 安全;</li>\n<li>ModifyOrigin:修改源站;</li>\n<li>HTTPUpstreamTimeout:七层回源超时配置;</li>\n<li>HttpResponse:HTTP 应答;</li>\n<li>ErrorPage:自定义错误页面;</li>\n<li>ModifyResponseHeader:修改 HTTP 节点响应头;</li>\n<li>ModifyRequestHeader:修改 HTTP 节点请求头;</li>\n<li>ResponseSpeedLimit:单连接下载限速;</li>\n<li>SetContentIdentifier:设置内容标识符;</li>\n<li>Vary:Vary
|
|
26505
|
+
"document": "操作名称。名称需要与参数结构体对应,例如 Name=Cache,则 CacheParameters 必填。\n<li>Cache:节点缓存 TTL;</li>\n<li>CacheKey:自定义 Cache Key;</li>\n<li>CachePrefresh:缓存预刷新;</li>\n<li>AccessURLRedirect:访问 URL 重定向;</li>\n<li>UpstreamURLRewrite:回源 URL 重写;</li>\n<li>QUIC:QUIC;</li>\n<li>WebSocket:WebSocket;</li>\n<li>Authentication:Token 鉴权;</li>\n<li>MaxAge:浏览器缓存 TTL;</li>\n<li>StatusCodeCache:状态码缓存 TTL;</li>\n<li>OfflineCache:离线缓存;</li>\n<li>SmartRouting:智能加速;</li>\n<li>RangeOriginPull:分片回源 ;</li>\n<li>UpstreamHTTP2:HTTP2 回源;</li>\n<li>HostHeader:Host Header 重写;</li>\n<li>ForceRedirectHTTPS:访问协议强制 HTTPS 跳转配置;</li>\n<li>OriginPullProtocol:回源 HTTPS;</li>\n<li>Compression:智能压缩配置;</li>\n<li>HSTS:HSTS;</li>\n<li>ClientIPHeader:存储客户端请求 IP 的头部信息配置;</li>\n<li>OCSPStapling:OCSP 装订;</li>\n<li>HTTP2:HTTP2 接入;</li>\n<li>PostMaxSize:POST 请求上传文件流式传输最大限制配置;</li>\n<li>ClientIPCountry:回源时携带客户端 IP 所属地域信息;</li>\n<li>UpstreamFollowRedirect:回源跟随重定向参数配置;</li>\n<li>UpstreamRequest:回源请求参数;</li>\n<li>TLSConfig:SSL/TLS 安全;</li>\n<li>ModifyOrigin:修改源站;</li>\n<li>HTTPUpstreamTimeout:七层回源超时配置;</li>\n<li>HttpResponse:HTTP 应答;</li>\n<li>ErrorPage:自定义错误页面;</li>\n<li>ModifyResponseHeader:修改 HTTP 节点响应头;</li>\n<li>ModifyRequestHeader:修改 HTTP 节点请求头;</li>\n<li>ResponseSpeedLimit:单连接下载限速;</li>\n<li>SetContentIdentifier:设置内容标识符;</li>\n<li>Vary:Vary 特性配置;</li>\n<li>ContentCompression:内容压缩配置;</li>\n<li>OriginAuthentication:回源鉴权配置。</li>",
|
|
25452
26506
|
"example": "Cache",
|
|
25453
26507
|
"member": "string",
|
|
25454
26508
|
"name": "Name",
|
|
@@ -25863,6 +26917,17 @@
|
|
|
25863
26917
|
"required": false,
|
|
25864
26918
|
"type": "object",
|
|
25865
26919
|
"value_allowed_null": false
|
|
26920
|
+
},
|
|
26921
|
+
{
|
|
26922
|
+
"disabled": false,
|
|
26923
|
+
"document": "回源鉴权配置参数,当 Name 取值为 OriginAuthentication 时,该参数必填。该参数为白名单功能,如有需要,请联系腾讯云工程师处理。",
|
|
26924
|
+
"example": "无",
|
|
26925
|
+
"member": "OriginAuthenticationParameters",
|
|
26926
|
+
"name": "OriginAuthenticationParameters",
|
|
26927
|
+
"output_required": false,
|
|
26928
|
+
"required": false,
|
|
26929
|
+
"type": "object",
|
|
26930
|
+
"value_allowed_null": false
|
|
25866
26931
|
}
|
|
25867
26932
|
],
|
|
25868
26933
|
"usage": "both"
|
|
@@ -26318,13 +27383,41 @@
|
|
|
26318
27383
|
},
|
|
26319
27384
|
{
|
|
26320
27385
|
"disabled": false,
|
|
26321
|
-
"document": "数据压缩类型,取值有: <li> gzip:gzip压缩。</li>不填表示不启用压缩。",
|
|
26322
|
-
"example": "gzip",
|
|
26323
|
-
"member": "string",
|
|
26324
|
-
"name": "CompressType",
|
|
26325
|
-
"output_required": true,
|
|
27386
|
+
"document": "数据压缩类型,取值有: <li> gzip:gzip压缩。</li>不填表示不启用压缩。",
|
|
27387
|
+
"example": "gzip",
|
|
27388
|
+
"member": "string",
|
|
27389
|
+
"name": "CompressType",
|
|
27390
|
+
"output_required": true,
|
|
27391
|
+
"required": false,
|
|
27392
|
+
"type": "string",
|
|
27393
|
+
"value_allowed_null": false
|
|
27394
|
+
}
|
|
27395
|
+
],
|
|
27396
|
+
"usage": "both"
|
|
27397
|
+
},
|
|
27398
|
+
"SearchEngineBots": {
|
|
27399
|
+
"document": "搜索引擎规则配置。",
|
|
27400
|
+
"members": [
|
|
27401
|
+
{
|
|
27402
|
+
"disabled": false,
|
|
27403
|
+
"document": "来自搜索引擎爬虫的请求的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Allow:放行(待废弃)。</li> ",
|
|
27404
|
+
"example": "无",
|
|
27405
|
+
"member": "SecurityAction",
|
|
27406
|
+
"name": "BaseAction",
|
|
27407
|
+
"output_required": false,
|
|
27408
|
+
"required": false,
|
|
27409
|
+
"type": "object",
|
|
27410
|
+
"value_allowed_null": false
|
|
27411
|
+
},
|
|
27412
|
+
{
|
|
27413
|
+
"disabled": false,
|
|
27414
|
+
"document": "指定搜索引擎爬虫请求的处置方式。",
|
|
27415
|
+
"example": "无",
|
|
27416
|
+
"member": "BotManagementActionOverrides",
|
|
27417
|
+
"name": "BotManagementActionOverrides",
|
|
27418
|
+
"output_required": false,
|
|
26326
27419
|
"required": false,
|
|
26327
|
-
"type": "
|
|
27420
|
+
"type": "list",
|
|
26328
27421
|
"value_allowed_null": false
|
|
26329
27422
|
}
|
|
26330
27423
|
],
|
|
@@ -26417,7 +27510,7 @@
|
|
|
26417
27510
|
"members": [
|
|
26418
27511
|
{
|
|
26419
27512
|
"disabled": false,
|
|
26420
|
-
"document": "安全执行的具体动作。取值有:\n<li>Deny:拦截,阻止请求访问站点资源;</li>\n<li>Monitor:观察,仅记录日志;</li>\n<li>Redirect:重定向至 URL;</li>\n<li>Disabled:未启用,不启用指定规则;</li>\n<li>Allow:允许访问,但延迟处理请求;</li>\n<li>Challenge:挑战,响应挑战内容;</li>\n<li>BlockIP:待废弃,IP 封禁;</li>\n<li>ReturnCustomPage:待废弃,使用指定页面拦截;</li>\n<li>JSChallenge:待废弃,JavaScript 挑战;</li>\n<li>ManagedChallenge:待废弃,托管挑战。</li>",
|
|
27513
|
+
"document": "安全执行的具体动作。取值有:\n<li>Deny:拦截,阻止请求访问站点资源;</li>\n<li>Monitor:观察,仅记录日志;</li>\n<li>Redirect:重定向至 URL;</li>\n<li>Disabled:未启用,不启用指定规则;</li>\n<li>Allow:允许访问,但延迟处理请求;</li>\n<li>Challenge:挑战,响应挑战内容;</li>\n<li>Trans:放行,允许请求直接访问站点资源;</li>\n<li>BlockIP:待废弃,IP 封禁;</li>\n<li>ReturnCustomPage:待废弃,使用指定页面拦截;</li>\n<li>JSChallenge:待废弃,JavaScript 挑战;</li>\n<li>ManagedChallenge:待废弃,托管挑战。</li>",
|
|
26421
27514
|
"example": "Deny",
|
|
26422
27515
|
"member": "string",
|
|
26423
27516
|
"name": "Name",
|
|
@@ -26782,6 +27875,34 @@
|
|
|
26782
27875
|
],
|
|
26783
27876
|
"usage": "both"
|
|
26784
27877
|
},
|
|
27878
|
+
"SecurityWeightedAction": {
|
|
27879
|
+
"document": "按权重分配的 SecurityAction。",
|
|
27880
|
+
"members": [
|
|
27881
|
+
{
|
|
27882
|
+
"disabled": false,
|
|
27883
|
+
"document": "Bot 自定义规则的处置方式。取值有:<li>Allow:放行,其中 AllowActionParameters 支持 MinDelayTime 和 MaxDelayTime 配置;</li><li>Deny:拦截,其中 DenyActionParameters 中支持 BlockIp、ReturnCustomPage 和 Stall 配置;</li><li>Monitor:观察;</li><li>Challenge:挑战,其中 ChallengeActionParameters.ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Redirect:重定向至URL。</li>",
|
|
27884
|
+
"example": "无",
|
|
27885
|
+
"member": "SecurityAction",
|
|
27886
|
+
"name": "SecurityAction",
|
|
27887
|
+
"output_required": false,
|
|
27888
|
+
"required": false,
|
|
27889
|
+
"type": "object",
|
|
27890
|
+
"value_allowed_null": false
|
|
27891
|
+
},
|
|
27892
|
+
{
|
|
27893
|
+
"disabled": false,
|
|
27894
|
+
"document": "当前 SecurityAction 的权重,仅支持 10 ~ 100 且必须为 10 的倍数,其中 Weight 参数全部相加须等于 100。",
|
|
27895
|
+
"example": "20",
|
|
27896
|
+
"member": "int64",
|
|
27897
|
+
"name": "Weight",
|
|
27898
|
+
"output_required": false,
|
|
27899
|
+
"required": false,
|
|
27900
|
+
"type": "int",
|
|
27901
|
+
"value_allowed_null": false
|
|
27902
|
+
}
|
|
27903
|
+
],
|
|
27904
|
+
"usage": "both"
|
|
27905
|
+
},
|
|
26785
27906
|
"ServerCertInfo": {
|
|
26786
27907
|
"document": "https 服务端证书配置",
|
|
26787
27908
|
"members": [
|
|
@@ -26865,6 +27986,56 @@
|
|
|
26865
27986
|
],
|
|
26866
27987
|
"usage": "both"
|
|
26867
27988
|
},
|
|
27989
|
+
"SessionRateControl": {
|
|
27990
|
+
"document": "会话速率和周期特征校验配置。",
|
|
27991
|
+
"members": [
|
|
27992
|
+
{
|
|
27993
|
+
"disabled": false,
|
|
27994
|
+
"document": "会话速率和周期特征校验配置是否开启。取值有:<li>on:启用</li><li>off:关闭</li>",
|
|
27995
|
+
"example": "on",
|
|
27996
|
+
"member": "string",
|
|
27997
|
+
"name": "Enabled",
|
|
27998
|
+
"output_required": false,
|
|
27999
|
+
"required": false,
|
|
28000
|
+
"type": "string",
|
|
28001
|
+
"value_allowed_null": false
|
|
28002
|
+
},
|
|
28003
|
+
{
|
|
28004
|
+
"disabled": false,
|
|
28005
|
+
"document": "会话速率和周期特征校验高风险的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
|
|
28006
|
+
"example": "无",
|
|
28007
|
+
"member": "SecurityAction",
|
|
28008
|
+
"name": "HighRateSessionAction",
|
|
28009
|
+
"output_required": false,
|
|
28010
|
+
"required": false,
|
|
28011
|
+
"type": "object",
|
|
28012
|
+
"value_allowed_null": false
|
|
28013
|
+
},
|
|
28014
|
+
{
|
|
28015
|
+
"disabled": false,
|
|
28016
|
+
"document": "会话速率和周期特征校验中风险的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
|
|
28017
|
+
"example": "无",
|
|
28018
|
+
"member": "SecurityAction",
|
|
28019
|
+
"name": "MidRateSessionAction",
|
|
28020
|
+
"output_required": false,
|
|
28021
|
+
"required": false,
|
|
28022
|
+
"type": "object",
|
|
28023
|
+
"value_allowed_null": false
|
|
28024
|
+
},
|
|
28025
|
+
{
|
|
28026
|
+
"disabled": false,
|
|
28027
|
+
"document": "会话速率和周期特征校验低风险的执行动作。 SecurityAction 的 Name 取值支持:<li>Deny:拦截,其中 DenyActionParameters 中支持 Stall 配置;</li><li>Monitor:观察;</li><li>Allow:等待后响应,其中 AllowActionParameters 需要 MinDelayTime 和 MaxDelayTime 配置。</li>",
|
|
28028
|
+
"example": "无",
|
|
28029
|
+
"member": "SecurityAction",
|
|
28030
|
+
"name": "LowRateSessionAction",
|
|
28031
|
+
"output_required": false,
|
|
28032
|
+
"required": false,
|
|
28033
|
+
"type": "object",
|
|
28034
|
+
"value_allowed_null": false
|
|
28035
|
+
}
|
|
28036
|
+
],
|
|
28037
|
+
"usage": "both"
|
|
28038
|
+
},
|
|
26868
28039
|
"SetContentIdentifierParameters": {
|
|
26869
28040
|
"document": "内容标识配置参数。",
|
|
26870
28041
|
"members": [
|
|
@@ -27137,6 +28308,34 @@
|
|
|
27137
28308
|
],
|
|
27138
28309
|
"usage": "both"
|
|
27139
28310
|
},
|
|
28311
|
+
"SourceIDC": {
|
|
28312
|
+
"document": "IDC 规则配置的具体内容。",
|
|
28313
|
+
"members": [
|
|
28314
|
+
{
|
|
28315
|
+
"disabled": false,
|
|
28316
|
+
"document": "来自指定 IDC 请求的处置方式。 SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Disabled:未启用,不启用指定规则;</li><li>Challenge:挑战,其中 ChallengeActionParameters 中的 ChallengeOption 支持 JSChallenge 和 ManagedChallenge;</li><li>Allow:放行(待废弃)。</li>",
|
|
28317
|
+
"example": "参考 SecurityAction 结构",
|
|
28318
|
+
"member": "SecurityAction",
|
|
28319
|
+
"name": "BaseAction",
|
|
28320
|
+
"output_required": false,
|
|
28321
|
+
"required": false,
|
|
28322
|
+
"type": "object",
|
|
28323
|
+
"value_allowed_null": false
|
|
28324
|
+
},
|
|
28325
|
+
{
|
|
28326
|
+
"disabled": false,
|
|
28327
|
+
"document": "指定 IDC 请求的处置方式。",
|
|
28328
|
+
"example": "无",
|
|
28329
|
+
"member": "BotManagementActionOverrides",
|
|
28330
|
+
"name": "BotManagementActionOverrides",
|
|
28331
|
+
"output_required": false,
|
|
28332
|
+
"required": false,
|
|
28333
|
+
"type": "list",
|
|
28334
|
+
"value_allowed_null": false
|
|
28335
|
+
}
|
|
28336
|
+
],
|
|
28337
|
+
"usage": "both"
|
|
28338
|
+
},
|
|
27140
28339
|
"StandardDebug": {
|
|
27141
28340
|
"document": "支持标准debug结构体",
|
|
27142
28341
|
"members": [
|
|
@@ -27944,7 +29143,7 @@
|
|
|
27944
29143
|
"type": "object"
|
|
27945
29144
|
},
|
|
27946
29145
|
"UpstreamCertInfo": {
|
|
27947
|
-
"document": "
|
|
29146
|
+
"document": "用于分别开启/关闭回源双向认证和源站证书校验。回源双向认证的证书用于 EO 回源时携带,源站可选择校验该证书用于确保请求来源于受信任的 EO 节点。源站证书校验开启时,证书配置用于 EO 节点校验源站证书是否可信。",
|
|
27948
29147
|
"members": [
|
|
27949
29148
|
{
|
|
27950
29149
|
"disabled": false,
|
|
@@ -27956,6 +29155,17 @@
|
|
|
27956
29155
|
"required": false,
|
|
27957
29156
|
"type": "object",
|
|
27958
29157
|
"value_allowed_null": false
|
|
29158
|
+
},
|
|
29159
|
+
{
|
|
29160
|
+
"disabled": false,
|
|
29161
|
+
"document": "在源站证书校验场景下,该字段为 EO 节点回源时用于验证的 CA 证书,部署在 EO 节点,用于 EO 节点对服务端证书进行认证。在作为入参使用时,不填写表示保持原有配置。",
|
|
29162
|
+
"example": "无",
|
|
29163
|
+
"member": "OriginCertificateVerify",
|
|
29164
|
+
"name": "UpstreamCertificateVerify",
|
|
29165
|
+
"output_required": false,
|
|
29166
|
+
"required": false,
|
|
29167
|
+
"type": "object",
|
|
29168
|
+
"value_allowed_null": false
|
|
27959
29169
|
}
|
|
27960
29170
|
],
|
|
27961
29171
|
"usage": "both"
|
|
@@ -28554,7 +29764,7 @@
|
|
|
28554
29764
|
"usage": "both"
|
|
28555
29765
|
},
|
|
28556
29766
|
"Zone": {
|
|
28557
|
-
"document": "
|
|
29767
|
+
"document": "站点详情。",
|
|
28558
29768
|
"members": [
|
|
28559
29769
|
{
|
|
28560
29770
|
"disabled": false,
|
|
@@ -28578,37 +29788,27 @@
|
|
|
28578
29788
|
},
|
|
28579
29789
|
{
|
|
28580
29790
|
"disabled": false,
|
|
28581
|
-
"document": "
|
|
28582
|
-
"example": "
|
|
28583
|
-
"member": "string",
|
|
28584
|
-
"name": "OriginalNameServers",
|
|
28585
|
-
"output_required": true,
|
|
28586
|
-
"type": "list",
|
|
28587
|
-
"value_allowed_null": false
|
|
28588
|
-
},
|
|
28589
|
-
{
|
|
28590
|
-
"disabled": false,
|
|
28591
|
-
"document": "腾讯云分配的 NS 列表。",
|
|
28592
|
-
"example": "[\"ns1.teodns.com.\",\"\"ns2.teodns.com.\"]",
|
|
29791
|
+
"document": "同名站点标识。允许输入数字、英文、\".\" 、\"-\" 和 \"_\" 组合,长度 200 个字符以内。",
|
|
29792
|
+
"example": "zone-example",
|
|
28593
29793
|
"member": "string",
|
|
28594
|
-
"name": "
|
|
29794
|
+
"name": "AliasZoneName",
|
|
28595
29795
|
"output_required": true,
|
|
28596
|
-
"type": "
|
|
29796
|
+
"type": "string",
|
|
28597
29797
|
"value_allowed_null": false
|
|
28598
29798
|
},
|
|
28599
29799
|
{
|
|
28600
29800
|
"disabled": false,
|
|
28601
|
-
"document": "
|
|
28602
|
-
"example": "
|
|
29801
|
+
"document": "站点加速区域,取值有:\n<li> global:全球可用区;</li>\n<li> mainland:中国大陆可用区;</li>\n<li> overseas:全球可用区(不含中国大陆)。</li>",
|
|
29802
|
+
"example": "overseas",
|
|
28603
29803
|
"member": "string",
|
|
28604
|
-
"name": "
|
|
29804
|
+
"name": "Area",
|
|
28605
29805
|
"output_required": true,
|
|
28606
29806
|
"type": "string",
|
|
28607
29807
|
"value_allowed_null": false
|
|
28608
29808
|
},
|
|
28609
29809
|
{
|
|
28610
29810
|
"disabled": false,
|
|
28611
|
-
"document": "
|
|
29811
|
+
"document": "站点接入类型,取值有:\n<li> full:NS 接入类型;</li>\n<li> partial:CNAME 接入类型;</li>\n<li> noDomainAccess:无域名接入类型;</li>\n<li>dnsPodAccess:DNSPod 托管类型,该类型要求您的域名已托管在腾讯云 DNSPod;</li>\n<li> pages:Pages 类型。</li>",
|
|
28612
29812
|
"example": "full",
|
|
28613
29813
|
"member": "string",
|
|
28614
29814
|
"name": "Type",
|
|
@@ -28618,52 +29818,52 @@
|
|
|
28618
29818
|
},
|
|
28619
29819
|
{
|
|
28620
29820
|
"disabled": false,
|
|
28621
|
-
"document": "
|
|
28622
|
-
"example": "
|
|
28623
|
-
"member": "
|
|
28624
|
-
"name": "
|
|
29821
|
+
"document": "站点关联的标签。",
|
|
29822
|
+
"example": "无",
|
|
29823
|
+
"member": "Tag",
|
|
29824
|
+
"name": "Tags",
|
|
28625
29825
|
"output_required": true,
|
|
28626
|
-
"type": "
|
|
29826
|
+
"type": "list",
|
|
28627
29827
|
"value_allowed_null": false
|
|
28628
29828
|
},
|
|
28629
29829
|
{
|
|
28630
29830
|
"disabled": false,
|
|
28631
|
-
"document": "
|
|
28632
|
-
"example": "
|
|
28633
|
-
"member": "
|
|
28634
|
-
"name": "
|
|
29831
|
+
"document": "计费资源列表。",
|
|
29832
|
+
"example": "无",
|
|
29833
|
+
"member": "Resource",
|
|
29834
|
+
"name": "Resources",
|
|
28635
29835
|
"output_required": true,
|
|
28636
|
-
"type": "
|
|
29836
|
+
"type": "list",
|
|
28637
29837
|
"value_allowed_null": false
|
|
28638
29838
|
},
|
|
28639
29839
|
{
|
|
28640
29840
|
"disabled": false,
|
|
28641
|
-
"document": "
|
|
28642
|
-
"example": "
|
|
28643
|
-
"member": "
|
|
28644
|
-
"name": "
|
|
29841
|
+
"document": "NS 类型站点详情。仅当 Type = full 时返回值。",
|
|
29842
|
+
"example": "无",
|
|
29843
|
+
"member": "NSDetail",
|
|
29844
|
+
"name": "NSDetail",
|
|
28645
29845
|
"output_required": true,
|
|
28646
|
-
"type": "
|
|
29846
|
+
"type": "object",
|
|
28647
29847
|
"value_allowed_null": false
|
|
28648
29848
|
},
|
|
28649
29849
|
{
|
|
28650
29850
|
"disabled": false,
|
|
28651
|
-
"document": "
|
|
29851
|
+
"document": "CNAME 类型站点详情。仅当 Type = partial 时返回值。",
|
|
28652
29852
|
"example": "无",
|
|
28653
|
-
"member": "
|
|
28654
|
-
"name": "
|
|
29853
|
+
"member": "CNAMEDetail",
|
|
29854
|
+
"name": "CNAMEDetail",
|
|
28655
29855
|
"output_required": true,
|
|
28656
|
-
"type": "
|
|
29856
|
+
"type": "object",
|
|
28657
29857
|
"value_allowed_null": false
|
|
28658
29858
|
},
|
|
28659
29859
|
{
|
|
28660
29860
|
"disabled": false,
|
|
28661
|
-
"document": "
|
|
29861
|
+
"document": "DNSPod 托管类型站点详情。仅当 Type = dnsPodAccess 时返回值。",
|
|
28662
29862
|
"example": "无",
|
|
28663
|
-
"member": "
|
|
28664
|
-
"name": "
|
|
29863
|
+
"member": "DNSPodDetail",
|
|
29864
|
+
"name": "DNSPodDetail",
|
|
28665
29865
|
"output_required": true,
|
|
28666
|
-
"type": "
|
|
29866
|
+
"type": "object",
|
|
28667
29867
|
"value_allowed_null": false
|
|
28668
29868
|
},
|
|
28669
29869
|
{
|
|
@@ -28688,33 +29888,23 @@
|
|
|
28688
29888
|
},
|
|
28689
29889
|
{
|
|
28690
29890
|
"disabled": false,
|
|
28691
|
-
"document": "
|
|
28692
|
-
"example": "
|
|
29891
|
+
"document": "站点状态,取值有:\n<li> active:NS 已切换; </li>\n<li> pending:NS 未切换;</li>\n<li> moved:NS 已切走;</li>\n<li> deactivated:被封禁。 </li>\n<li> initializing:待绑定套餐。 </li>",
|
|
29892
|
+
"example": "active",
|
|
28693
29893
|
"member": "string",
|
|
28694
|
-
"name": "
|
|
29894
|
+
"name": "Status",
|
|
28695
29895
|
"output_required": true,
|
|
28696
29896
|
"type": "string",
|
|
28697
29897
|
"value_allowed_null": false
|
|
28698
29898
|
},
|
|
28699
29899
|
{
|
|
28700
29900
|
"disabled": false,
|
|
28701
|
-
"document": "
|
|
28702
|
-
"example": "
|
|
28703
|
-
"member": "
|
|
28704
|
-
"name": "
|
|
28705
|
-
"output_required": true,
|
|
28706
|
-
"type": "object",
|
|
28707
|
-
"value_allowed_null": true
|
|
28708
|
-
},
|
|
28709
|
-
{
|
|
28710
|
-
"disabled": false,
|
|
28711
|
-
"document": "用户自定义 NS IP 信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
28712
|
-
"example": "无",
|
|
28713
|
-
"member": "VanityNameServersIps",
|
|
28714
|
-
"name": "VanityNameServersIps",
|
|
29901
|
+
"document": "CNAME 接入状态,取值有:\n<li> finished:站点已验证;</li>\n<li> pending:站点验证中。</li>",
|
|
29902
|
+
"example": "finished",
|
|
29903
|
+
"member": "string",
|
|
29904
|
+
"name": "CnameStatus",
|
|
28715
29905
|
"output_required": true,
|
|
28716
|
-
"type": "
|
|
28717
|
-
"value_allowed_null":
|
|
29906
|
+
"type": "string",
|
|
29907
|
+
"value_allowed_null": false
|
|
28718
29908
|
},
|
|
28719
29909
|
{
|
|
28720
29910
|
"disabled": false,
|
|
@@ -28728,17 +29918,27 @@
|
|
|
28728
29918
|
},
|
|
28729
29919
|
{
|
|
28730
29920
|
"disabled": false,
|
|
28731
|
-
"document": "
|
|
28732
|
-
"example": "
|
|
29921
|
+
"document": "锁定状态,取值有:<li> enable:正常,允许进行修改操作;</li><li> disable:锁定中,不允许进行修改操作;</li><li> plan_migrate:套餐迁移中,不允许进行修改操作。</li>",
|
|
29922
|
+
"example": "enable",
|
|
28733
29923
|
"member": "string",
|
|
28734
|
-
"name": "
|
|
29924
|
+
"name": "LockStatus",
|
|
28735
29925
|
"output_required": true,
|
|
28736
29926
|
"type": "string",
|
|
28737
29927
|
"value_allowed_null": false
|
|
28738
29928
|
},
|
|
28739
29929
|
{
|
|
28740
29930
|
"disabled": false,
|
|
28741
|
-
"document": "
|
|
29931
|
+
"document": "站点是否关闭。",
|
|
29932
|
+
"example": "false",
|
|
29933
|
+
"member": "bool",
|
|
29934
|
+
"name": "Paused",
|
|
29935
|
+
"output_required": true,
|
|
29936
|
+
"type": "bool",
|
|
29937
|
+
"value_allowed_null": false
|
|
29938
|
+
},
|
|
29939
|
+
{
|
|
29940
|
+
"disabled": false,
|
|
29941
|
+
"document": "是否伪站点(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段),取值有:\n<li> 0:非伪站点;</li>\n<li> 1:伪站点。</li>\n",
|
|
28742
29942
|
"example": "1",
|
|
28743
29943
|
"member": "int64",
|
|
28744
29944
|
"name": "IsFake",
|
|
@@ -28748,23 +29948,63 @@
|
|
|
28748
29948
|
},
|
|
28749
29949
|
{
|
|
28750
29950
|
"disabled": false,
|
|
28751
|
-
"document": "
|
|
28752
|
-
"example": "
|
|
29951
|
+
"document": "是否开启 CNAME 加速(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段),取值有:\n<li> enabled:开启;</li>\n<li> disabled:关闭。</li>",
|
|
29952
|
+
"example": "enabled",
|
|
28753
29953
|
"member": "string",
|
|
28754
|
-
"name": "
|
|
29954
|
+
"name": "CnameSpeedUp",
|
|
28755
29955
|
"output_required": true,
|
|
28756
29956
|
"type": "string",
|
|
28757
29957
|
"value_allowed_null": false
|
|
28758
29958
|
},
|
|
28759
29959
|
{
|
|
28760
29960
|
"disabled": false,
|
|
28761
|
-
"document": "
|
|
29961
|
+
"document": "归属权验证信息。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
28762
29962
|
"example": "无",
|
|
28763
29963
|
"member": "OwnershipVerification",
|
|
28764
29964
|
"name": "OwnershipVerification",
|
|
28765
29965
|
"output_required": false,
|
|
28766
29966
|
"type": "object",
|
|
28767
29967
|
"value_allowed_null": true
|
|
29968
|
+
},
|
|
29969
|
+
{
|
|
29970
|
+
"disabled": false,
|
|
29971
|
+
"document": "站点当前使用的 NS 列表。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)",
|
|
29972
|
+
"example": "[\"ns1.example.com.\",\"ns2.example.com.\"]",
|
|
29973
|
+
"member": "string",
|
|
29974
|
+
"name": "OriginalNameServers",
|
|
29975
|
+
"output_required": true,
|
|
29976
|
+
"type": "list",
|
|
29977
|
+
"value_allowed_null": false
|
|
29978
|
+
},
|
|
29979
|
+
{
|
|
29980
|
+
"disabled": false,
|
|
29981
|
+
"document": "腾讯云分配的 NS 列表。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)",
|
|
29982
|
+
"example": "[\"ns1.teodns.com.\",\"ns2.teodns.com.\"]",
|
|
29983
|
+
"member": "string",
|
|
29984
|
+
"name": "NameServers",
|
|
29985
|
+
"output_required": true,
|
|
29986
|
+
"type": "list",
|
|
29987
|
+
"value_allowed_null": false
|
|
29988
|
+
},
|
|
29989
|
+
{
|
|
29990
|
+
"disabled": false,
|
|
29991
|
+
"document": "用户自定义 NS 信息。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
29992
|
+
"example": "无",
|
|
29993
|
+
"member": "VanityNameServers",
|
|
29994
|
+
"name": "VanityNameServers",
|
|
29995
|
+
"output_required": true,
|
|
29996
|
+
"type": "object",
|
|
29997
|
+
"value_allowed_null": true
|
|
29998
|
+
},
|
|
29999
|
+
{
|
|
30000
|
+
"disabled": false,
|
|
30001
|
+
"document": "用户自定义 NS IP 信息。(该字段为历史保留字段,已不再维护,请根据站点类型参考对应字段)\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
30002
|
+
"example": "无",
|
|
30003
|
+
"member": "VanityNameServersIps",
|
|
30004
|
+
"name": "VanityNameServersIps",
|
|
30005
|
+
"output_required": true,
|
|
30006
|
+
"type": "list",
|
|
30007
|
+
"value_allowed_null": true
|
|
28768
30008
|
}
|
|
28769
30009
|
],
|
|
28770
30010
|
"usage": "out"
|
|
@@ -28992,6 +30232,17 @@
|
|
|
28992
30232
|
"type": "object",
|
|
28993
30233
|
"value_allowed_null": true
|
|
28994
30234
|
},
|
|
30235
|
+
{
|
|
30236
|
+
"disabled": false,
|
|
30237
|
+
"document": "网络错误日志记录配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
30238
|
+
"example": "无",
|
|
30239
|
+
"member": "NetworkErrorLoggingParameters",
|
|
30240
|
+
"name": "NetworkErrorLogging",
|
|
30241
|
+
"output_required": false,
|
|
30242
|
+
"required": false,
|
|
30243
|
+
"type": "object",
|
|
30244
|
+
"value_allowed_null": true
|
|
30245
|
+
},
|
|
28995
30246
|
{
|
|
28996
30247
|
"disabled": false,
|
|
28997
30248
|
"document": "中国大陆加速优化配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
@@ -29285,6 +30536,16 @@
|
|
|
29285
30536
|
"type": "object",
|
|
29286
30537
|
"value_allowed_null": true
|
|
29287
30538
|
},
|
|
30539
|
+
{
|
|
30540
|
+
"disabled": false,
|
|
30541
|
+
"document": "网络错误日志记录配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
30542
|
+
"example": "无",
|
|
30543
|
+
"member": "NetworkErrorLogging",
|
|
30544
|
+
"name": "NetworkErrorLogging",
|
|
30545
|
+
"output_required": true,
|
|
30546
|
+
"type": "object",
|
|
30547
|
+
"value_allowed_null": true
|
|
30548
|
+
},
|
|
29288
30549
|
{
|
|
29289
30550
|
"disabled": false,
|
|
29290
30551
|
"document": "图片优化相关配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|