tencentcloud-sdk-nodejs-intl-en 3.0.1339 → 3.0.1341
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/dts/index.js +1 -1
- package/tencentcloud/live/v20180801/live_client.js +13 -0
- package/tencentcloud/live/v20180801/models.js +162 -0
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/postgres/v20170312/models.js +2681 -618
- package/tencentcloud/postgres/v20170312/postgres_client.js +338 -96
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/tem/index.js +1 -1
- package/tencentcloud/teo/v20220901/models.js +3973 -1034
- package/tencentcloud/teo/v20220901/teo_client.js +283 -63
- package/tencentcloud/trtc/v20190722/models.js +16 -16
|
@@ -19,7 +19,7 @@ const AbstractClient = require('../../common/abstract_client')
|
|
|
19
19
|
const DeployConfigGroupVersionRequest = models.DeployConfigGroupVersionRequest;
|
|
20
20
|
const DescribeSecurityAPIResourceResponse = models.DescribeSecurityAPIResourceResponse;
|
|
21
21
|
const TopEntryValue = models.TopEntryValue;
|
|
22
|
-
const
|
|
22
|
+
const ModifyZoneWorkModeRequest = models.ModifyZoneWorkModeRequest;
|
|
23
23
|
const Compression = models.Compression;
|
|
24
24
|
const DescribeFunctionsResponse = models.DescribeFunctionsResponse;
|
|
25
25
|
const RequestFieldsForException = models.RequestFieldsForException;
|
|
@@ -28,7 +28,7 @@ const DescribeOriginGroupResponse = models.DescribeOriginGroupResponse;
|
|
|
28
28
|
const ModifySecurityJSInjectionRuleRequest = models.ModifySecurityJSInjectionRuleRequest;
|
|
29
29
|
const DescribeSecurityIPGroupInfoResponse = models.DescribeSecurityIPGroupInfoResponse;
|
|
30
30
|
const AdaptiveFrequencyControl = models.AdaptiveFrequencyControl;
|
|
31
|
-
const
|
|
31
|
+
const RenewFlag = models.RenewFlag;
|
|
32
32
|
const DescribeWebSecurityTemplatesRequest = models.DescribeWebSecurityTemplatesRequest;
|
|
33
33
|
const SecurityAction = models.SecurityAction;
|
|
34
34
|
const IPReputation = models.IPReputation;
|
|
@@ -43,7 +43,7 @@ const OriginDetail = models.OriginDetail;
|
|
|
43
43
|
const DescribeSecurityClientAttesterResponse = models.DescribeSecurityClientAttesterResponse;
|
|
44
44
|
const MultiPathGatewayOriginACLInfo = models.MultiPathGatewayOriginACLInfo;
|
|
45
45
|
const HeaderAction = models.HeaderAction;
|
|
46
|
-
const
|
|
46
|
+
const ModifyEdgeKVNamespaceRequest = models.ModifyEdgeKVNamespaceRequest;
|
|
47
47
|
const PrepaidPlanParam = models.PrepaidPlanParam;
|
|
48
48
|
const MinimalRequestBodyTransferRate = models.MinimalRequestBodyTransferRate;
|
|
49
49
|
const AccessURLRedirectQueryString = models.AccessURLRedirectQueryString;
|
|
@@ -51,7 +51,7 @@ const BrowserImpersonationDetectionRule = models.BrowserImpersonationDetectionRu
|
|
|
51
51
|
const ModifyFunctionRulePriorityRequest = models.ModifyFunctionRulePriorityRequest;
|
|
52
52
|
const ModifyAccelerationDomainResponse = models.ModifyAccelerationDomainResponse;
|
|
53
53
|
const DeleteSecurityAPIResourceRequest = models.DeleteSecurityAPIResourceRequest;
|
|
54
|
-
const
|
|
54
|
+
const FunctionRegionSelection = models.FunctionRegionSelection;
|
|
55
55
|
const ModifyMultiPathGatewayLineRequest = models.ModifyMultiPathGatewayLineRequest;
|
|
56
56
|
const DescribeHostsSettingResponse = models.DescribeHostsSettingResponse;
|
|
57
57
|
const DescribeWebSecurityTemplateResponse = models.DescribeWebSecurityTemplateResponse;
|
|
@@ -61,6 +61,7 @@ const TimingDataRecord = models.TimingDataRecord;
|
|
|
61
61
|
const CreateCLSIndexResponse = models.CreateCLSIndexResponse;
|
|
62
62
|
const DescribeRealtimeLogDeliveryTasksRequest = models.DescribeRealtimeLogDeliveryTasksRequest;
|
|
63
63
|
const DescribeOriginProtectionResponse = models.DescribeOriginProtectionResponse;
|
|
64
|
+
const TCEOCaptchaOption = models.TCEOCaptchaOption;
|
|
64
65
|
const DescribeBillingDataRequest = models.DescribeBillingDataRequest;
|
|
65
66
|
const LogFormat = models.LogFormat;
|
|
66
67
|
const DescribeEnvironmentsRequest = models.DescribeEnvironmentsRequest;
|
|
@@ -74,9 +75,13 @@ const ModifyAccelerationDomainStatusesResponse = models.ModifyAccelerationDomain
|
|
|
74
75
|
const DescribeOriginACLRequest = models.DescribeOriginACLRequest;
|
|
75
76
|
const RuleExtraParameter = models.RuleExtraParameter;
|
|
76
77
|
const ModifyL7AccRulePriorityRequest = models.ModifyL7AccRulePriorityRequest;
|
|
78
|
+
const EdgeKVListRequest = models.EdgeKVListRequest;
|
|
79
|
+
const SlowPostConfig = models.SlowPostConfig;
|
|
77
80
|
const WebSocket = models.WebSocket;
|
|
78
81
|
const ModifyAccelerationDomainRequest = models.ModifyAccelerationDomainRequest;
|
|
82
|
+
const EdgeKVGetRequest = models.EdgeKVGetRequest;
|
|
79
83
|
const ModifyContentIdentifierResponse = models.ModifyContentIdentifierResponse;
|
|
84
|
+
const DeleteEdgeKVNamespaceResponse = models.DeleteEdgeKVNamespaceResponse;
|
|
80
85
|
const DeleteSecurityAPIServiceResponse = models.DeleteSecurityAPIServiceResponse;
|
|
81
86
|
const RuleAndConditions = models.RuleAndConditions;
|
|
82
87
|
const CreateAliasDomainRequest = models.CreateAliasDomainRequest;
|
|
@@ -91,13 +96,17 @@ const SwitchConfig = models.SwitchConfig;
|
|
|
91
96
|
const IdentifyZoneResponse = models.IdentifyZoneResponse;
|
|
92
97
|
const DescribeSecurityAPIServiceRequest = models.DescribeSecurityAPIServiceRequest;
|
|
93
98
|
const UpstreamRequestQueryString = models.UpstreamRequestQueryString;
|
|
99
|
+
const FloatTimingDataItem = models.FloatTimingDataItem;
|
|
94
100
|
const DeleteJustInTimeTranscodeTemplatesRequest = models.DeleteJustInTimeTranscodeTemplatesRequest;
|
|
95
101
|
const ModifyLoadBalancerResponse = models.ModifyLoadBalancerResponse;
|
|
96
102
|
const ModifyL4ProxyResponse = models.ModifyL4ProxyResponse;
|
|
97
103
|
const HealthChecker = models.HealthChecker;
|
|
98
104
|
const CreateFunctionRuleRequest = models.CreateFunctionRuleRequest;
|
|
105
|
+
const RuleCodeActionParams = models.RuleCodeActionParams;
|
|
99
106
|
const RuleBranch = models.RuleBranch;
|
|
107
|
+
const ComponentReference = models.ComponentReference;
|
|
100
108
|
const ConfirmOriginACLUpdateResponse = models.ConfirmOriginACLUpdateResponse;
|
|
109
|
+
const ModifyEdgeKVNamespaceResponse = models.ModifyEdgeKVNamespaceResponse;
|
|
101
110
|
const DescribeAliasDomainsResponse = models.DescribeAliasDomainsResponse;
|
|
102
111
|
const EnvInfo = models.EnvInfo;
|
|
103
112
|
const AudioTemplateInfo = models.AudioTemplateInfo;
|
|
@@ -107,25 +116,26 @@ const DescribeTimingL7CacheDataRequest = models.DescribeTimingL7CacheDataRequest
|
|
|
107
116
|
const ModifySecurityAPIResourceRequest = models.ModifySecurityAPIResourceRequest;
|
|
108
117
|
const IPv6Parameters = models.IPv6Parameters;
|
|
109
118
|
const CreateFunctionRequest = models.CreateFunctionRequest;
|
|
110
|
-
const
|
|
119
|
+
const PrefetchOriginLimit = models.PrefetchOriginLimit;
|
|
111
120
|
const PostMaxSizeParameters = models.PostMaxSizeParameters;
|
|
112
121
|
const S3 = models.S3;
|
|
113
122
|
const DescribeDDoSAttackEventResponse = models.DescribeDDoSAttackEventResponse;
|
|
114
123
|
const DescribeTimingL7OriginPullDataResponse = models.DescribeTimingL7OriginPullDataResponse;
|
|
115
|
-
const
|
|
124
|
+
const DescribePrefetchTasksRequest = models.DescribePrefetchTasksRequest;
|
|
116
125
|
const ForceRedirect = models.ForceRedirect;
|
|
117
126
|
const CodeAction = models.CodeAction;
|
|
118
127
|
const ZoneConfigParameters = models.ZoneConfigParameters;
|
|
119
128
|
const CreateL7AccRulesResponse = models.CreateL7AccRulesResponse;
|
|
120
129
|
const CachePrefresh = models.CachePrefresh;
|
|
121
|
-
const
|
|
130
|
+
const DescribePurgeTasksRequest = models.DescribePurgeTasksRequest;
|
|
122
131
|
const DescribeTimingL7AnalysisDataResponse = models.DescribeTimingL7AnalysisDataResponse;
|
|
123
132
|
const ImageOptimize = models.ImageOptimize;
|
|
124
133
|
const CreateL7AccRulesRequest = models.CreateL7AccRulesRequest;
|
|
134
|
+
const RealtimeLogDeliveryTask = models.RealtimeLogDeliveryTask;
|
|
125
135
|
const BotPortraitRule = models.BotPortraitRule;
|
|
126
136
|
const RulesProperties = models.RulesProperties;
|
|
127
137
|
const DescribeSecurityJSInjectionRuleResponse = models.DescribeSecurityJSInjectionRuleResponse;
|
|
128
|
-
const
|
|
138
|
+
const OriginACLInfo = models.OriginACLInfo;
|
|
129
139
|
const OriginGroupReference = models.OriginGroupReference;
|
|
130
140
|
const DeleteLoadBalancerRequest = models.DeleteLoadBalancerRequest;
|
|
131
141
|
const CacheKeyCookie = models.CacheKeyCookie;
|
|
@@ -142,10 +152,11 @@ const Sv = models.Sv;
|
|
|
142
152
|
const Rule = models.Rule;
|
|
143
153
|
const DownloadL4LogsRequest = models.DownloadL4LogsRequest;
|
|
144
154
|
const ZoneInfo = models.ZoneInfo;
|
|
145
|
-
const
|
|
155
|
+
const EdgeKVGetResponse = models.EdgeKVGetResponse;
|
|
146
156
|
const CAPTCHAPageChallenge = models.CAPTCHAPageChallenge;
|
|
147
157
|
const ModifyZoneSettingRequest = models.ModifyZoneSettingRequest;
|
|
148
158
|
const DetectLengthLimitRule = models.DetectLengthLimitRule;
|
|
159
|
+
const IPSSLConfig = models.IPSSLConfig;
|
|
149
160
|
const OriginGroupHealthStatus = models.OriginGroupHealthStatus;
|
|
150
161
|
const ModifyDnsRecordsResponse = models.ModifyDnsRecordsResponse;
|
|
151
162
|
const BillingDataFilter = models.BillingDataFilter;
|
|
@@ -157,18 +168,20 @@ const DeleteMultiPathGatewayRequest = models.DeleteMultiPathGatewayRequest;
|
|
|
157
168
|
const DeleteCustomErrorPageRequest = models.DeleteCustomErrorPageRequest;
|
|
158
169
|
const CustomField = models.CustomField;
|
|
159
170
|
const BotManagedRule = models.BotManagedRule;
|
|
171
|
+
const FloatTimingTypeValue = models.FloatTimingTypeValue;
|
|
160
172
|
const BrowserImpersonationDetectionAction = models.BrowserImpersonationDetectionAction;
|
|
161
173
|
const CacheKeyHeader = models.CacheKeyHeader;
|
|
162
174
|
const DeleteZoneRequest = models.DeleteZoneRequest;
|
|
163
175
|
const RangeOriginPullParameters = models.RangeOriginPullParameters;
|
|
164
176
|
const ApplyFreeCertificateResponse = models.ApplyFreeCertificateResponse;
|
|
165
177
|
const CurrentOriginACL = models.CurrentOriginACL;
|
|
166
|
-
const
|
|
178
|
+
const CreateEdgeKVNamespaceRequest = models.CreateEdgeKVNamespaceRequest;
|
|
167
179
|
const SecurityConfig = models.SecurityConfig;
|
|
168
180
|
const CreateSecurityIPGroupRequest = models.CreateSecurityIPGroupRequest;
|
|
169
181
|
const ModifyPlanRequest = models.ModifyPlanRequest;
|
|
170
182
|
const DescribeOriginACLResponse = models.DescribeOriginACLResponse;
|
|
171
|
-
const
|
|
183
|
+
const SharedCNAMEInfo = models.SharedCNAMEInfo;
|
|
184
|
+
const DefaultDenySecurityActionParameters = models.DefaultDenySecurityActionParameters;
|
|
172
185
|
const ModifyL4ProxyRulesRequest = models.ModifyL4ProxyRulesRequest;
|
|
173
186
|
const DescribeRulesSettingRequest = models.DescribeRulesSettingRequest;
|
|
174
187
|
const EntityStatus = models.EntityStatus;
|
|
@@ -182,19 +195,23 @@ const PrivateParameter = models.PrivateParameter;
|
|
|
182
195
|
const CacheKeyConfigParameters = models.CacheKeyConfigParameters;
|
|
183
196
|
const MaxNewSessionTriggerConfig = models.MaxNewSessionTriggerConfig;
|
|
184
197
|
const CreateOriginGroupRequest = models.CreateOriginGroupRequest;
|
|
185
|
-
const
|
|
198
|
+
const ModifyDDoSProtectionRequest = models.ModifyDDoSProtectionRequest;
|
|
186
199
|
const DescribeDDoSProtectionResponse = models.DescribeDDoSProtectionResponse;
|
|
187
200
|
const CreateSecurityIPGroupResponse = models.CreateSecurityIPGroupResponse;
|
|
188
201
|
const CreateSharedCNAMEResponse = models.CreateSharedCNAMEResponse;
|
|
202
|
+
const StatusCodeCacheParam = models.StatusCodeCacheParam;
|
|
189
203
|
const DeleteMultiPathGatewayResponse = models.DeleteMultiPathGatewayResponse;
|
|
190
204
|
const DescribeAvailablePlansResponse = models.DescribeAvailablePlansResponse;
|
|
191
205
|
const RateLimitTemplate = models.RateLimitTemplate;
|
|
192
|
-
const
|
|
206
|
+
const ConfigGroupWorkModeInfo = models.ConfigGroupWorkModeInfo;
|
|
207
|
+
const ContentCompressionParameters = models.ContentCompressionParameters;
|
|
193
208
|
const AccelerationDomainCertificate = models.AccelerationDomainCertificate;
|
|
194
|
-
const
|
|
209
|
+
const DescribeFunctionComponentBindingsResponse = models.DescribeFunctionComponentBindingsResponse;
|
|
195
210
|
const DescribeSecurityTemplateBindingsRequest = models.DescribeSecurityTemplateBindingsRequest;
|
|
196
211
|
const L4ProxyRemoteAuth = models.L4ProxyRemoteAuth;
|
|
197
212
|
const AlgDetectResult = models.AlgDetectResult;
|
|
213
|
+
const EdgeKVListResponse = models.EdgeKVListResponse;
|
|
214
|
+
const ModifySharedCNAMERequest = models.ModifySharedCNAMERequest;
|
|
198
215
|
const DefaultServerCertInfo = models.DefaultServerCertInfo;
|
|
199
216
|
const RuleEngineItem = models.RuleEngineItem;
|
|
200
217
|
const ModifySecurityAPIServiceResponse = models.ModifySecurityAPIServiceResponse;
|
|
@@ -202,8 +219,10 @@ const OCSPStaplingParameters = models.OCSPStaplingParameters;
|
|
|
202
219
|
const CreateL4ProxyRulesRequest = models.CreateL4ProxyRulesRequest;
|
|
203
220
|
const DescribeDDoSAttackTopDataResponse = models.DescribeDDoSAttackTopDataResponse;
|
|
204
221
|
const SubRule = models.SubRule;
|
|
222
|
+
const ModifyPrefetchOriginLimitResponse = models.ModifyPrefetchOriginLimitResponse;
|
|
205
223
|
const ModifyMultiPathGatewayRequest = models.ModifyMultiPathGatewayRequest;
|
|
206
224
|
const LoadBalancer = models.LoadBalancer;
|
|
225
|
+
const EdgeKVDeleteResponse = models.EdgeKVDeleteResponse;
|
|
207
226
|
const CreateSecurityAPIServiceResponse = models.CreateSecurityAPIServiceResponse;
|
|
208
227
|
const HostName = models.HostName;
|
|
209
228
|
const DeleteRulesRequest = models.DeleteRulesRequest;
|
|
@@ -219,7 +238,7 @@ const DescribeSecurityAPIResourceRequest = models.DescribeSecurityAPIResourceReq
|
|
|
219
238
|
const DiffIPWhitelist = models.DiffIPWhitelist;
|
|
220
239
|
const DeleteSecurityIPGroupResponse = models.DeleteSecurityIPGroupResponse;
|
|
221
240
|
const ModifyRuleRequest = models.ModifyRuleRequest;
|
|
222
|
-
const
|
|
241
|
+
const DescribeSharedCNAMEResponse = models.DescribeSharedCNAMEResponse;
|
|
223
242
|
const RenewPlanRequest = models.RenewPlanRequest;
|
|
224
243
|
const DescribePrefetchTasksResponse = models.DescribePrefetchTasksResponse;
|
|
225
244
|
const ManagedRuleDetail = models.ManagedRuleDetail;
|
|
@@ -230,6 +249,7 @@ const ModifyL4ProxyStatusResponse = models.ModifyL4ProxyStatusResponse;
|
|
|
230
249
|
const FileVerification = models.FileVerification;
|
|
231
250
|
const ModifyWebSecurityTemplateResponse = models.ModifyWebSecurityTemplateResponse;
|
|
232
251
|
const ModifySecurityPolicyRequest = models.ModifySecurityPolicyRequest;
|
|
252
|
+
const ModifySharedCNAMEResponse = models.ModifySharedCNAMEResponse;
|
|
233
253
|
const DeleteL7AccRulesRequest = models.DeleteL7AccRulesRequest;
|
|
234
254
|
const SmartRouting = models.SmartRouting;
|
|
235
255
|
const CreateApplicationProxyResponse = models.CreateApplicationProxyResponse;
|
|
@@ -280,12 +300,13 @@ const BandwidthAbuseDefense = models.BandwidthAbuseDefense;
|
|
|
280
300
|
const ServerCertInfo = models.ServerCertInfo;
|
|
281
301
|
const DescribeZonesRequest = models.DescribeZonesRequest;
|
|
282
302
|
const DescribeZoneConfigImportResultResponse = models.DescribeZoneConfigImportResultResponse;
|
|
283
|
-
const
|
|
303
|
+
const ModifyFunctionComponentBindingsResponse = models.ModifyFunctionComponentBindingsResponse;
|
|
284
304
|
const BindSharedCNAMEResponse = models.BindSharedCNAMEResponse;
|
|
285
305
|
const DeleteSharedCNAMERequest = models.DeleteSharedCNAMERequest;
|
|
286
306
|
const CustomRules = models.CustomRules;
|
|
287
307
|
const ModifyRealtimeLogDeliveryTaskRequest = models.ModifyRealtimeLogDeliveryTaskRequest;
|
|
288
308
|
const VideoTemplateInfo = models.VideoTemplateInfo;
|
|
309
|
+
const TopDataRecord = models.TopDataRecord;
|
|
289
310
|
const HandleFunctionRuntimeEnvironmentResponse = models.HandleFunctionRuntimeEnvironmentResponse;
|
|
290
311
|
const DestroyPlanRequest = models.DestroyPlanRequest;
|
|
291
312
|
const BlockIPActionParameters = models.BlockIPActionParameters;
|
|
@@ -306,12 +327,14 @@ const CreateConfigGroupVersionResponse = models.CreateConfigGroupVersionResponse
|
|
|
306
327
|
const ConfirmOriginACLUpdateRequest = models.ConfirmOriginACLUpdateRequest;
|
|
307
328
|
const CreateJustInTimeTranscodeTemplateResponse = models.CreateJustInTimeTranscodeTemplateResponse;
|
|
308
329
|
const DownloadL7LogsRequest = models.DownloadL7LogsRequest;
|
|
330
|
+
const DNSPodDetail = models.DNSPodDetail;
|
|
309
331
|
const DescribeSecurityClientAttesterRequest = models.DescribeSecurityClientAttesterRequest;
|
|
310
332
|
const WebSocketParameters = models.WebSocketParameters;
|
|
311
333
|
const RuleItem = models.RuleItem;
|
|
312
334
|
const SlowRateConfig = models.SlowRateConfig;
|
|
313
335
|
const Cache = models.Cache;
|
|
314
336
|
const CustomTime = models.CustomTime;
|
|
337
|
+
const FunctionWeightedSelection = models.FunctionWeightedSelection;
|
|
315
338
|
const DetailHost = models.DetailHost;
|
|
316
339
|
const DescribeRealtimeLogDeliveryTasksResponse = models.DescribeRealtimeLogDeliveryTasksResponse;
|
|
317
340
|
const TopEntry = models.TopEntry;
|
|
@@ -323,13 +346,15 @@ const DescribeOverviewL7DataResponse = models.DescribeOverviewL7DataResponse;
|
|
|
323
346
|
const DescribeSecurityPolicyRequest = models.DescribeSecurityPolicyRequest;
|
|
324
347
|
const DescribeEnvironmentsResponse = models.DescribeEnvironmentsResponse;
|
|
325
348
|
const CacheParameters = models.CacheParameters;
|
|
326
|
-
const
|
|
349
|
+
const OriginAuthenticationRequestProperties = models.OriginAuthenticationRequestProperties;
|
|
350
|
+
const ModifyRealtimeLogDeliveryTaskResponse = models.ModifyRealtimeLogDeliveryTaskResponse;
|
|
327
351
|
const RateLimitUserRule = models.RateLimitUserRule;
|
|
328
352
|
const DeployRecord = models.DeployRecord;
|
|
329
353
|
const CreatePlanForZoneRequest = models.CreatePlanForZoneRequest;
|
|
330
354
|
const DeviceProfile = models.DeviceProfile;
|
|
331
355
|
const ConfirmMultiPathGatewayOriginACLResponse = models.ConfirmMultiPathGatewayOriginACLResponse;
|
|
332
356
|
const CreateJustInTimeTranscodeTemplateRequest = models.CreateJustInTimeTranscodeTemplateRequest;
|
|
357
|
+
const TimingDataItem = models.TimingDataItem;
|
|
333
358
|
const ModifyCustomErrorPageRequest = models.ModifyCustomErrorPageRequest;
|
|
334
359
|
const ModifyFunctionRuleResponse = models.ModifyFunctionRuleResponse;
|
|
335
360
|
const DescribeL7AccRulesRequest = models.DescribeL7AccRulesRequest;
|
|
@@ -343,24 +368,28 @@ const ModifyApplicationProxyStatusRequest = models.ModifyApplicationProxyStatusR
|
|
|
343
368
|
const DeleteOriginGroupResponse = models.DeleteOriginGroupResponse;
|
|
344
369
|
const ModifyOriginParameters = models.ModifyOriginParameters;
|
|
345
370
|
const DescribeMultiPathGatewayRegionsResponse = models.DescribeMultiPathGatewayRegionsResponse;
|
|
371
|
+
const DeleteEdgeKVNamespaceRequest = models.DeleteEdgeKVNamespaceRequest;
|
|
346
372
|
const DescribeL4ProxyRequest = models.DescribeL4ProxyRequest;
|
|
347
373
|
const DescribeIdentificationsRequest = models.DescribeIdentificationsRequest;
|
|
348
374
|
const ModifyHostsCertificateResponse = models.ModifyHostsCertificateResponse;
|
|
349
375
|
const DescribeSecurityAPIServiceResponse = models.DescribeSecurityAPIServiceResponse;
|
|
350
376
|
const CreateAccelerationDomainRequest = models.CreateAccelerationDomainRequest;
|
|
351
377
|
const BotRatings = models.BotRatings;
|
|
378
|
+
const ReferenceHolder = models.ReferenceHolder;
|
|
352
379
|
const NormalAction = models.NormalAction;
|
|
353
380
|
const DenyActionParameters = models.DenyActionParameters;
|
|
354
381
|
const TopDetailData = models.TopDetailData;
|
|
382
|
+
const KVNamespace = models.KVNamespace;
|
|
355
383
|
const DescribeZoneSettingResponse = models.DescribeZoneSettingResponse;
|
|
356
384
|
const CreateMultiPathGatewayResponse = models.CreateMultiPathGatewayResponse;
|
|
357
385
|
const DeleteJustInTimeTranscodeTemplatesResponse = models.DeleteJustInTimeTranscodeTemplatesResponse;
|
|
358
|
-
const
|
|
386
|
+
const DeleteRulesResponse = models.DeleteRulesResponse;
|
|
359
387
|
const ModifyDnsRecordsRequest = models.ModifyDnsRecordsRequest;
|
|
360
388
|
const IdentifyZoneRequest = models.IdentifyZoneRequest;
|
|
361
389
|
const CacheConfig = models.CacheConfig;
|
|
362
390
|
const ClientAttestationRules = models.ClientAttestationRules;
|
|
363
391
|
const DescribeL7AccSettingRequest = models.DescribeL7AccSettingRequest;
|
|
392
|
+
const DescribeEdgeKVNamespacesResponse = models.DescribeEdgeKVNamespacesResponse;
|
|
364
393
|
const UpgradePlanResponse = models.UpgradePlanResponse;
|
|
365
394
|
const AclConfig = models.AclConfig;
|
|
366
395
|
const JITVideoProcess = models.JITVideoProcess;
|
|
@@ -371,9 +400,10 @@ const CreateConfigGroupVersionRequest = models.CreateConfigGroupVersionRequest;
|
|
|
371
400
|
const AclUserRule = models.AclUserRule;
|
|
372
401
|
const DescribeLoadBalancerListRequest = models.DescribeLoadBalancerListRequest;
|
|
373
402
|
const IPExpireInfo = models.IPExpireInfo;
|
|
403
|
+
const DescribeFunctionComponentBindingsRequest = models.DescribeFunctionComponentBindingsRequest;
|
|
374
404
|
const AccessURLRedirectParameters = models.AccessURLRedirectParameters;
|
|
375
|
-
const DescribeDDoSAttackEventRequest = models.DescribeDDoSAttackEventRequest;
|
|
376
405
|
const CacheConfigParameters = models.CacheConfigParameters;
|
|
406
|
+
const FunctionComponentBinding = models.FunctionComponentBinding;
|
|
377
407
|
const CreateL4ProxyResponse = models.CreateL4ProxyResponse;
|
|
378
408
|
const CacheKeyParameters = models.CacheKeyParameters;
|
|
379
409
|
const ModifyFunctionResponse = models.ModifyFunctionResponse;
|
|
@@ -404,6 +434,7 @@ const DeleteApplicationProxyRequest = models.DeleteApplicationProxyRequest;
|
|
|
404
434
|
const AccelerateMainlandParameters = models.AccelerateMainlandParameters;
|
|
405
435
|
const ModifyZoneStatusRequest = models.ModifyZoneStatusRequest;
|
|
406
436
|
const UpstreamURLRewriteParameters = models.UpstreamURLRewriteParameters;
|
|
437
|
+
const FailReason = models.FailReason;
|
|
407
438
|
const DescribeL4ProxyResponse = models.DescribeL4ProxyResponse;
|
|
408
439
|
const ModifyHostsCertificateRequest = models.ModifyHostsCertificateRequest;
|
|
409
440
|
const ModifyOriginACLRequest = models.ModifyOriginACLRequest;
|
|
@@ -415,6 +446,7 @@ const DescribeDeployHistoryRequest = models.DescribeDeployHistoryRequest;
|
|
|
415
446
|
const Header = models.Header;
|
|
416
447
|
const CreateMultiPathGatewayLineResponse = models.CreateMultiPathGatewayLineResponse;
|
|
417
448
|
const BillingData = models.BillingData;
|
|
449
|
+
const ModifySecurityPolicyResponse = models.ModifySecurityPolicyResponse;
|
|
418
450
|
const DescribePlansRequest = models.DescribePlansRequest;
|
|
419
451
|
const CreateSecurityJSInjectionRuleResponse = models.CreateSecurityJSInjectionRuleResponse;
|
|
420
452
|
const ModifyOriginGroupRequest = models.ModifyOriginGroupRequest;
|
|
@@ -428,6 +460,7 @@ const DescribeSecurityIPGroupContentRequest = models.DescribeSecurityIPGroupCont
|
|
|
428
460
|
const BindZoneToPlanResponse = models.BindZoneToPlanResponse;
|
|
429
461
|
const DeleteWebSecurityTemplateRequest = models.DeleteWebSecurityTemplateRequest;
|
|
430
462
|
const DescribeL7AccSettingResponse = models.DescribeL7AccSettingResponse;
|
|
463
|
+
const UpstreamHTTP2Parameters = models.UpstreamHTTP2Parameters;
|
|
431
464
|
const ModifyAliasDomainRequest = models.ModifyAliasDomainRequest;
|
|
432
465
|
const OriginInfo = models.OriginInfo;
|
|
433
466
|
const CreateDnsRecordRequest = models.CreateDnsRecordRequest;
|
|
@@ -466,6 +499,7 @@ const BotManagementCustomRules = models.BotManagementCustomRules;
|
|
|
466
499
|
const MultiPathGatewayNextOriginACL = models.MultiPathGatewayNextOriginACL;
|
|
467
500
|
const RuleChoicePropertiesItem = models.RuleChoicePropertiesItem;
|
|
468
501
|
const DescribeSecurityTemplateBindingsResponse = models.DescribeSecurityTemplateBindingsResponse;
|
|
502
|
+
const SetContentIdentifierParameters = models.SetContentIdentifierParameters;
|
|
469
503
|
const ModifyAliasDomainStatusResponse = models.ModifyAliasDomainStatusResponse;
|
|
470
504
|
const DeleteFunctionRulesRequest = models.DeleteFunctionRulesRequest;
|
|
471
505
|
const DescribeTimingL7AnalysisDataRequest = models.DescribeTimingL7AnalysisDataRequest;
|
|
@@ -497,6 +531,7 @@ const ModifyL4ProxyStatusRequest = models.ModifyL4ProxyStatusRequest;
|
|
|
497
531
|
const DescribeSecurityPolicyResponse = models.DescribeSecurityPolicyResponse;
|
|
498
532
|
const Plan = models.Plan;
|
|
499
533
|
const CreateApplicationProxyRuleResponse = models.CreateApplicationProxyRuleResponse;
|
|
534
|
+
const OriginRecord = models.OriginRecord;
|
|
500
535
|
const RateLimitingRule = models.RateLimitingRule;
|
|
501
536
|
const CertificateInfo = models.CertificateInfo;
|
|
502
537
|
const CreateApplicationProxyRequest = models.CreateApplicationProxyRequest;
|
|
@@ -528,6 +563,7 @@ const AccelerateType = models.AccelerateType;
|
|
|
528
563
|
const DeliveryCondition = models.DeliveryCondition;
|
|
529
564
|
const ExceptionRule = models.ExceptionRule;
|
|
530
565
|
const FollowOrigin = models.FollowOrigin;
|
|
566
|
+
const EdgeKVDeleteRequest = models.EdgeKVDeleteRequest;
|
|
531
567
|
const DescribeMultiPathGatewayResponse = models.DescribeMultiPathGatewayResponse;
|
|
532
568
|
const IPRegionInfo = models.IPRegionInfo;
|
|
533
569
|
const DestroyPlanResponse = models.DestroyPlanResponse;
|
|
@@ -552,7 +588,7 @@ const ModifyResponseHeaderParameters = models.ModifyResponseHeaderParameters;
|
|
|
552
588
|
const DescribeOriginProtectionRequest = models.DescribeOriginProtectionRequest;
|
|
553
589
|
const DeleteContentIdentifierResponse = models.DeleteContentIdentifierResponse;
|
|
554
590
|
const DescribeHostsSettingRequest = models.DescribeHostsSettingRequest;
|
|
555
|
-
const
|
|
591
|
+
const DescribeDDoSAttackEventRequest = models.DescribeDDoSAttackEventRequest;
|
|
556
592
|
const OriginGroup = models.OriginGroup;
|
|
557
593
|
const ModifySecurityIPGroupRequest = models.ModifySecurityIPGroupRequest;
|
|
558
594
|
const VaryParameters = models.VaryParameters;
|
|
@@ -564,11 +600,15 @@ const EnableOriginACLResponse = models.EnableOriginACLResponse;
|
|
|
564
600
|
const DeleteAliasDomainResponse = models.DeleteAliasDomainResponse;
|
|
565
601
|
const DeleteSecurityJSInjectionRuleRequest = models.DeleteSecurityJSInjectionRuleRequest;
|
|
566
602
|
const BotConfig = models.BotConfig;
|
|
603
|
+
const ModifyFunctionComponentBindingsRequest = models.ModifyFunctionComponentBindingsRequest;
|
|
567
604
|
const EnableOriginACLRequest = models.EnableOriginACLRequest;
|
|
605
|
+
const CreateEdgeKVNamespaceResponse = models.CreateEdgeKVNamespaceResponse;
|
|
568
606
|
const ModifyZoneResponse = models.ModifyZoneResponse;
|
|
569
607
|
const DeleteMultiPathGatewayLineResponse = models.DeleteMultiPathGatewayLineResponse;
|
|
570
608
|
const ClientFiltering = models.ClientFiltering;
|
|
609
|
+
const DescribePrefetchOriginLimitRequest = models.DescribePrefetchOriginLimitRequest;
|
|
571
610
|
const DescribeTopL7CacheDataRequest = models.DescribeTopL7CacheDataRequest;
|
|
611
|
+
const SessionRateControl = models.SessionRateControl;
|
|
572
612
|
const CreateLoadBalancerRequest = models.CreateLoadBalancerRequest;
|
|
573
613
|
const Https = models.Https;
|
|
574
614
|
const DescribeOriginGroupHealthStatusRequest = models.DescribeOriginGroupHealthStatusRequest;
|
|
@@ -594,6 +634,7 @@ const DescribeIPRegionResponse = models.DescribeIPRegionResponse;
|
|
|
594
634
|
const DescribeAvailablePlansRequest = models.DescribeAvailablePlansRequest;
|
|
595
635
|
const ModifyMultiPathGatewayStatusResponse = models.ModifyMultiPathGatewayStatusResponse;
|
|
596
636
|
const IPReputationGroup = models.IPReputationGroup;
|
|
637
|
+
const NSDetail = models.NSDetail;
|
|
597
638
|
const DnsVerification = models.DnsVerification;
|
|
598
639
|
const AlgDetectSession = models.AlgDetectSession;
|
|
599
640
|
const ModifyZoneStatusResponse = models.ModifyZoneStatusResponse;
|
|
@@ -601,6 +642,7 @@ const DeleteContentIdentifierRequest = models.DeleteContentIdentifierRequest;
|
|
|
601
642
|
const RefreshMultiPathGatewaySecretKeyRequest = models.RefreshMultiPathGatewaySecretKeyRequest;
|
|
602
643
|
const CreateContentIdentifierRequest = models.CreateContentIdentifierRequest;
|
|
603
644
|
const OriginProtectionInfo = models.OriginProtectionInfo;
|
|
645
|
+
const ModifyPrefetchOriginLimitRequest = models.ModifyPrefetchOriginLimitRequest;
|
|
604
646
|
const ModifyDnsRecordsStatusResponse = models.ModifyDnsRecordsStatusResponse;
|
|
605
647
|
const ModifySecurityJSInjectionRuleResponse = models.ModifySecurityJSInjectionRuleResponse;
|
|
606
648
|
const AliasDomain = models.AliasDomain;
|
|
@@ -613,6 +655,7 @@ const IncreasePlanQuotaRequest = models.IncreasePlanQuotaRequest;
|
|
|
613
655
|
const FunctionRule = models.FunctionRule;
|
|
614
656
|
const UpstreamRequestCookie = models.UpstreamRequestCookie;
|
|
615
657
|
const NetworkErrorLogging = models.NetworkErrorLogging;
|
|
658
|
+
const KeyValuePair = models.KeyValuePair;
|
|
616
659
|
const DescribeDDoSAttackTopDataRequest = models.DescribeDDoSAttackTopDataRequest;
|
|
617
660
|
const Quic = models.Quic;
|
|
618
661
|
const DescribeDDoSAttackDataRequest = models.DescribeDDoSAttackDataRequest;
|
|
@@ -626,6 +669,7 @@ const AccelerationDomain = models.AccelerationDomain;
|
|
|
626
669
|
const ContentIdentifier = models.ContentIdentifier;
|
|
627
670
|
const CreateCustomizeErrorPageResponse = models.CreateCustomizeErrorPageResponse;
|
|
628
671
|
const DescribeMultiPathGatewayOriginACLRequest = models.DescribeMultiPathGatewayOriginACLRequest;
|
|
672
|
+
const Ipv6 = models.Ipv6;
|
|
629
673
|
const ApplyFreeCertificateRequest = models.ApplyFreeCertificateRequest;
|
|
630
674
|
const StatusCodeCacheParameters = models.StatusCodeCacheParameters;
|
|
631
675
|
const RewriteAction = models.RewriteAction;
|
|
@@ -640,18 +684,21 @@ const DeleteSharedCNAMEResponse = models.DeleteSharedCNAMEResponse;
|
|
|
640
684
|
const ModifyMultiPathGatewaySecretKeyResponse = models.ModifyMultiPathGatewaySecretKeyResponse;
|
|
641
685
|
const DescribeMultiPathGatewaySecretKeyRequest = models.DescribeMultiPathGatewaySecretKeyRequest;
|
|
642
686
|
const DDoSBlockData = models.DDoSBlockData;
|
|
687
|
+
const IPSSLSetting = models.IPSSLSetting;
|
|
643
688
|
const DescribeMultiPathGatewaysRequest = models.DescribeMultiPathGatewaysRequest;
|
|
644
|
-
const
|
|
689
|
+
const DeleteL4ProxyRulesResponse = models.DeleteL4ProxyRulesResponse;
|
|
645
690
|
const ModifyMultiPathGatewaySecretKeyRequest = models.ModifyMultiPathGatewaySecretKeyRequest;
|
|
646
691
|
const DnsRecord = models.DnsRecord;
|
|
647
692
|
const OriginPrivateParameters = models.OriginPrivateParameters;
|
|
693
|
+
const ModifyZoneWorkModeResponse = models.ModifyZoneWorkModeResponse;
|
|
648
694
|
const HSTSParameters = models.HSTSParameters;
|
|
695
|
+
const Tag = models.Tag;
|
|
649
696
|
const DeleteSecurityAPIResourceResponse = models.DeleteSecurityAPIResourceResponse;
|
|
650
697
|
const BindZoneToPlanRequest = models.BindZoneToPlanRequest;
|
|
651
698
|
const DeleteFunctionResponse = models.DeleteFunctionResponse;
|
|
652
699
|
const BotManagementLite = models.BotManagementLite;
|
|
653
700
|
const IPWhitelist = models.IPWhitelist;
|
|
654
|
-
const
|
|
701
|
+
const DescribeSharedCNAMERequest = models.DescribeSharedCNAMERequest;
|
|
655
702
|
const ModifyL7AccSettingRequest = models.ModifyL7AccSettingRequest;
|
|
656
703
|
const ModifyFunctionRulePriorityResponse = models.ModifyFunctionRulePriorityResponse;
|
|
657
704
|
const CreateCustomizeErrorPageRequest = models.CreateCustomizeErrorPageRequest;
|
|
@@ -661,6 +708,7 @@ const ModifyApplicationProxyStatusResponse = models.ModifyApplicationProxyStatus
|
|
|
661
708
|
const DescribeMultiPathGatewayLineResponse = models.DescribeMultiPathGatewayLineResponse;
|
|
662
709
|
const OriginGroupInLoadBalancer = models.OriginGroupInLoadBalancer;
|
|
663
710
|
const HTTPResponseParameters = models.HTTPResponseParameters;
|
|
711
|
+
const DescribeEdgeKVNamespacesRequest = models.DescribeEdgeKVNamespacesRequest;
|
|
664
712
|
const UpstreamRequestParameters = models.UpstreamRequestParameters;
|
|
665
713
|
const ModifyMultiPathGatewayStatusRequest = models.ModifyMultiPathGatewayStatusRequest;
|
|
666
714
|
const DeleteSecurityClientAttesterResponse = models.DeleteSecurityClientAttesterResponse;
|
|
@@ -682,7 +730,8 @@ const CreateAccelerationDomainResponse = models.CreateAccelerationDomainResponse
|
|
|
682
730
|
const ModifyAccelerationDomainStatusesRequest = models.ModifyAccelerationDomainStatusesRequest;
|
|
683
731
|
const CreateZoneResponse = models.CreateZoneResponse;
|
|
684
732
|
const FunctionRuleCondition = models.FunctionRuleCondition;
|
|
685
|
-
const
|
|
733
|
+
const EdgeKVPutRequest = models.EdgeKVPutRequest;
|
|
734
|
+
const EdgeKVPutResponse = models.EdgeKVPutResponse;
|
|
686
735
|
const DeleteLoadBalancerResponse = models.DeleteLoadBalancerResponse;
|
|
687
736
|
const DeleteL7AccRulesResponse = models.DeleteL7AccRulesResponse;
|
|
688
737
|
const DescribeOriginGroupHealthStatusResponse = models.DescribeOriginGroupHealthStatusResponse;
|
|
@@ -708,6 +757,8 @@ const DescribeL4ProxyRulesRequest = models.DescribeL4ProxyRulesRequest;
|
|
|
708
757
|
const AiRule = models.AiRule;
|
|
709
758
|
const Function = models.Function;
|
|
710
759
|
const DescribeWebSecurityTemplatesResponse = models.DescribeWebSecurityTemplatesResponse;
|
|
760
|
+
const KVNamespaceParameters = models.KVNamespaceParameters;
|
|
761
|
+
const DescribePrefetchOriginLimitResponse = models.DescribePrefetchOriginLimitResponse;
|
|
711
762
|
const Quota = models.Quota;
|
|
712
763
|
const CheckCnameStatusRequest = models.CheckCnameStatusRequest;
|
|
713
764
|
const CheckFreeCertificateVerificationRequest = models.CheckFreeCertificateVerificationRequest;
|
|
@@ -720,6 +771,7 @@ const DeleteDnsRecordsResponse = models.DeleteDnsRecordsResponse;
|
|
|
720
771
|
const ModifyRequestHeaderParameters = models.ModifyRequestHeaderParameters;
|
|
721
772
|
const CreateWebSecurityTemplateResponse = models.CreateWebSecurityTemplateResponse;
|
|
722
773
|
const BotIntelligence = models.BotIntelligence;
|
|
774
|
+
const OriginCertificateVerify = models.OriginCertificateVerify;
|
|
723
775
|
const SearchEngineBots = models.SearchEngineBots;
|
|
724
776
|
const DescribePurgeTasksResponse = models.DescribePurgeTasksResponse;
|
|
725
777
|
const HttpDDoSProtection = models.HttpDDoSProtection;
|
|
@@ -737,6 +789,8 @@ const DescribeAccelerationDomainsRequest = models.DescribeAccelerationDomainsReq
|
|
|
737
789
|
const CreateDnsRecordResponse = models.CreateDnsRecordResponse;
|
|
738
790
|
const DescribeTimingL4DataRequest = models.DescribeTimingL4DataRequest;
|
|
739
791
|
const DescribeTimingL4DataResponse = models.DescribeTimingL4DataResponse;
|
|
792
|
+
const CNAMEDetail = models.CNAMEDetail;
|
|
793
|
+
const OriginAuthenticationParameters = models.OriginAuthenticationParameters;
|
|
740
794
|
const RuleEngineAction = models.RuleEngineAction;
|
|
741
795
|
const VanityNameServersIps = models.VanityNameServersIps;
|
|
742
796
|
|
|
@@ -781,7 +835,7 @@ A site can be deleted by using the [Delete Site](https://intl.cloud.tencent.com/
|
|
|
781
835
|
}
|
|
782
836
|
|
|
783
837
|
/**
|
|
784
|
-
* This API is used to export site configuration . The exported configuration is used for import via the
|
|
838
|
+
* This API is used to export site configuration based on desired configuration items. The exported configuration is used for import via the site configuration import API.
|
|
785
839
|
* @param {ExportZoneConfigRequest} req
|
|
786
840
|
* @param {function(string, ExportZoneConfigResponse):void} cb
|
|
787
841
|
* @public
|
|
@@ -926,7 +980,7 @@ A site can be deleted by using the [Delete Site](https://intl.cloud.tencent.com/
|
|
|
926
980
|
}
|
|
927
981
|
|
|
928
982
|
/**
|
|
929
|
-
* This API is used to create
|
|
983
|
+
* This API is used to create trigger rules for edge functions. It supports determining whether to execute the function via customized filter conditions. When execution is required, it provides multiple ways to select the target function, including directly specifying, selecting based on client region, and selecting based on weight.
|
|
930
984
|
* @param {CreateFunctionRuleRequest} req
|
|
931
985
|
* @param {function(string, CreateFunctionRuleResponse):void} cb
|
|
932
986
|
* @public
|
|
@@ -1191,6 +1245,17 @@ The feature is only supported by the enterprise plan and is currently in closed
|
|
|
1191
1245
|
this.request("DescribeOverviewL7Data", req, resp, cb);
|
|
1192
1246
|
}
|
|
1193
1247
|
|
|
1248
|
+
/**
|
|
1249
|
+
* This API is used to modify a shared CNAME. Currently only support modifying the description of a shared CNAME and setting the associated IP SSL domain name of a shared CNAME with IP SSL type. The shared CNAME itself cannot be modified after creation. This feature is in beta test.
|
|
1250
|
+
* @param {ModifySharedCNAMERequest} req
|
|
1251
|
+
* @param {function(string, ModifySharedCNAMEResponse):void} cb
|
|
1252
|
+
* @public
|
|
1253
|
+
*/
|
|
1254
|
+
ModifySharedCNAME(req, cb) {
|
|
1255
|
+
let resp = new ModifySharedCNAMEResponse();
|
|
1256
|
+
this.request("ModifySharedCNAME", req, resp, cb);
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1194
1259
|
/**
|
|
1195
1260
|
* This API is used to create an acceleration domain name.
|
|
1196
1261
|
|
|
@@ -1215,6 +1280,17 @@ For sites connected via the CNAME, if you have not verified the ownership of the
|
|
|
1215
1280
|
this.request("CreateMultiPathGatewayLine", req, resp, cb);
|
|
1216
1281
|
}
|
|
1217
1282
|
|
|
1283
|
+
/**
|
|
1284
|
+
* This API is used to delete one or more key-value pair data in the specified namespace, with batch deletion supported. Data cannot be recovered after deletion.
|
|
1285
|
+
* @param {EdgeKVDeleteRequest} req
|
|
1286
|
+
* @param {function(string, EdgeKVDeleteResponse):void} cb
|
|
1287
|
+
* @public
|
|
1288
|
+
*/
|
|
1289
|
+
EdgeKVDelete(req, cb) {
|
|
1290
|
+
let resp = new EdgeKVDeleteResponse();
|
|
1291
|
+
this.request("EdgeKVDelete", req, resp, cb);
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1218
1294
|
/**
|
|
1219
1295
|
* This API is used to modify an alias domain name.
|
|
1220
1296
|
The feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).
|
|
@@ -1238,6 +1314,17 @@ The feature is only supported in the enterprise plan and is currently in closed
|
|
|
1238
1314
|
this.request("DescribeZones", req, resp, cb);
|
|
1239
1315
|
}
|
|
1240
1316
|
|
|
1317
|
+
/**
|
|
1318
|
+
* This API is used to create a KV namespace in the specified site.
|
|
1319
|
+
* @param {CreateEdgeKVNamespaceRequest} req
|
|
1320
|
+
* @param {function(string, CreateEdgeKVNamespaceResponse):void} cb
|
|
1321
|
+
* @public
|
|
1322
|
+
*/
|
|
1323
|
+
CreateEdgeKVNamespace(req, cb) {
|
|
1324
|
+
let resp = new CreateEdgeKVNamespaceResponse();
|
|
1325
|
+
this.request("CreateEdgeKVNamespace", req, resp, cb);
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1241
1328
|
/**
|
|
1242
1329
|
* This API is used to obtain detailed information about a version in version management mode. The response includes the version ID, description, status, creation time, configuration group information, and the content of the version configuration file. The version management feature is currently undergoing beta testing and is accessible only to users on the whitelist.
|
|
1243
1330
|
* @param {DescribeConfigGroupVersionDetailRequest} req
|
|
@@ -1261,7 +1348,7 @@ The feature is only supported in the enterprise plan and is currently in closed
|
|
|
1261
1348
|
}
|
|
1262
1349
|
|
|
1263
1350
|
/**
|
|
1264
|
-
* This API is used to bind/unbind a domain name to/from a specific policy template.
|
|
1351
|
+
* This API is used to bind/unbind a domain name to/from a specific policy template.
|
|
1265
1352
|
* @param {BindSecurityTemplateToEntityRequest} req
|
|
1266
1353
|
* @param {function(string, BindSecurityTemplateToEntityResponse):void} cb
|
|
1267
1354
|
* @public
|
|
@@ -1272,7 +1359,7 @@ The feature is only supported in the enterprise plan and is currently in closed
|
|
|
1272
1359
|
}
|
|
1273
1360
|
|
|
1274
1361
|
/**
|
|
1275
|
-
* This API is used to enable or disable specific origin
|
|
1362
|
+
* This API is used to enable or disable specific origin IP ranges for L7 acceleration domains or L4 proxy instances. The maximum quantity for single submission is 200 L7 acceleration domains or 100 L4 proxy instances, with mixed submissions supported up to a total of 200 instances. If changes are needed for submissions exceeding 200 instances, please submit in batches via this interface. Meanwhile, allowlisted customers can switch to other available origin protection IP range versions such as the simplified edition, which can reduce origin IP ranges.
|
|
1276
1363
|
* @param {ModifyOriginACLRequest} req
|
|
1277
1364
|
* @param {function(string, ModifyOriginACLResponse):void} cb
|
|
1278
1365
|
* @public
|
|
@@ -1408,15 +1495,14 @@ If your plan needs to upgrade to the Enterprise Edition, [Contact Us](https://ww
|
|
|
1408
1495
|
}
|
|
1409
1496
|
|
|
1410
1497
|
/**
|
|
1411
|
-
* This API is used to create a real-time log delivery task.
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
- When the log type (`LogType`) is rate-limiting & CC attack protection log (`web-rateLiming`), managed rule log (`web-attack`), custom rule log (`web-rule`), or bot management log (`web-bot`), the same entity can be added to only one real-time log delivery task within the same `LogType`-`Area` pair.
|
|
1498
|
+
* This API is used to create a real-time log delivery task. The following limits apply.
|
|
1499
|
+
-When the data delivery type (LogType) is site acceleration log (Layer 7 Access Logs), L4 proxy logs, or edge function logs, an entity (L7 domain, L4 proxy instance, or edge function instance) under the same combination of data delivery type (LogType) and data delivery area (Area) can only be added to the following real-time log delivery task type (TaskType) combinations:.
|
|
1500
|
+
-A task to push to Tencent Cloud CLS, add another task to push to a custom HTTP(S) address;.
|
|
1501
|
+
-A task to push to Tencent Cloud CLS, add another task to push to AWS S3-compatible Cloud Object Storage;.
|
|
1502
|
+
-When the data delivery type (LogType) is rate limit and CC attack defense log, managed rule log, custom rule log, or Bot Management Log, an entity can only be added to one real-time log delivery task under the same combination of data delivery type (LogType) and data delivery Area.
|
|
1503
|
+
-When the real-time log delivery task type (TaskType) is EdgeOne log analysis (log_analysis), it supports only the data delivery type (LogType) as site acceleration log (domain). Under the combination of the same site (ZoneId) and data delivery area (Area), you can only add one real-time log delivery task for EdgeOne log analysis.
|
|
1418
1504
|
|
|
1419
|
-
|
|
1505
|
+
This API is used to query the real-time log delivery task list based on the entity to check whether the entity has been added to another real-time log delivery task. It is advisable to use the [DescribeRealtimeLogDeliveryTasks](https://www.tencentcloud.comom/document/product/1552/104110?from_cn_redirect=1) API first.
|
|
1420
1506
|
* @param {CreateRealtimeLogDeliveryTaskRequest} req
|
|
1421
1507
|
* @param {function(string, CreateRealtimeLogDeliveryTaskResponse):void} cb
|
|
1422
1508
|
* @public
|
|
@@ -1439,7 +1525,7 @@ Before creating a task, we recommend that you first call [DescribeRealtimeLogDel
|
|
|
1439
1525
|
|
|
1440
1526
|
/**
|
|
1441
1527
|
* This API is used to verify a free certificate and obtain the application result. If verified, you can query the free certificate information for the corresponding domain name application through this API. If failed to apply, this API will return the corresponding verification failure message.
|
|
1442
|
-
This API is used to check the free certificate application result after triggering the [ApplyFreeCertificate](https://www.tencentcloud.
|
|
1528
|
+
This API is used to check the free certificate application result after triggering the [ApplyFreeCertificate](https://www.tencentcloud.comom/document/product/1552/124807?from_cn_redirect=1) . Once the application is successful, you need to configure through the [ModifyHostsCertificate](https://www.tencentcloud.comom/document/product/1552/80764?from_cn_redirect=1) to deploy the free certificate to the acceleration domain.
|
|
1443
1529
|
* @param {CheckFreeCertificateVerificationRequest} req
|
|
1444
1530
|
* @param {function(string, CheckFreeCertificateVerificationResponse):void} cb
|
|
1445
1531
|
* @public
|
|
@@ -1493,6 +1579,17 @@ This API is used to check the free certificate application result after triggeri
|
|
|
1493
1579
|
this.request("DescribeTimingL7CacheData", req, resp, cb);
|
|
1494
1580
|
}
|
|
1495
1581
|
|
|
1582
|
+
/**
|
|
1583
|
+
* This API is used to list all keys in the specified namespace with prefix filtering support. It implements cursor traversal through Cursor and returns the next cursor to proceed with querying. Suitable for traversal of all keys in the namespace.
|
|
1584
|
+
* @param {EdgeKVListRequest} req
|
|
1585
|
+
* @param {function(string, EdgeKVListResponse):void} cb
|
|
1586
|
+
* @public
|
|
1587
|
+
*/
|
|
1588
|
+
EdgeKVList(req, cb) {
|
|
1589
|
+
let resp = new EdgeKVListResponse();
|
|
1590
|
+
this.request("EdgeKVList", req, resp, cb);
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1496
1593
|
/**
|
|
1497
1594
|
* This API is used to verify your ownership of a site or domain name. It's required in the CNAME access mode. After a site is verified, you don't need to verify the ownership again for domain names added to it in the future. For details, see [Ownership Verification](https://intl.cloud.tencent.com/document/product/1552/70789?from_cn_redirect=1).
|
|
1498
1595
|
|
|
@@ -1507,7 +1604,7 @@ For sites connected via the NS, you can query whether the NS is successfully swi
|
|
|
1507
1604
|
}
|
|
1508
1605
|
|
|
1509
1606
|
/**
|
|
1510
|
-
* This API is used to modify a trigger rule for an edge function. It supports modifying rule conditions, execution functions, and description.
|
|
1607
|
+
* This API is used to modify a trigger rule for an edge function. It supports modifying rule conditions, execution functions, and description. You can first use the DescribeFunctionRules API to get the RuleId of the rule that needs to be modified, then input the modified rule content. The original rule content will be overwritten.
|
|
1511
1608
|
* @param {ModifyFunctionRuleRequest} req
|
|
1512
1609
|
* @param {function(string, ModifyFunctionRuleResponse):void} cb
|
|
1513
1610
|
* @public
|
|
@@ -1528,6 +1625,17 @@ For sites connected via the NS, you can query whether the NS is successfully swi
|
|
|
1528
1625
|
this.request("DescribeConfigGroupVersions", req, resp, cb);
|
|
1529
1626
|
}
|
|
1530
1627
|
|
|
1628
|
+
/**
|
|
1629
|
+
* This API is used to batch read key values from a specified namespace, supporting a single query of up to 20 keys.
|
|
1630
|
+
* @param {EdgeKVGetRequest} req
|
|
1631
|
+
* @param {function(string, EdgeKVGetResponse):void} cb
|
|
1632
|
+
* @public
|
|
1633
|
+
*/
|
|
1634
|
+
EdgeKVGet(req, cb) {
|
|
1635
|
+
let resp = new EdgeKVGetResponse();
|
|
1636
|
+
this.request("EdgeKVGet", req, resp, cb);
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1531
1639
|
/**
|
|
1532
1640
|
* This API is used to modify the security policy configuration template.
|
|
1533
1641
|
* @param {ModifyWebSecurityTemplateRequest} req
|
|
@@ -1572,6 +1680,18 @@ For sites connected via the NS, you can query whether the NS is successfully swi
|
|
|
1572
1680
|
this.request("ModifyZoneSetting", req, resp, cb);
|
|
1573
1681
|
}
|
|
1574
1682
|
|
|
1683
|
+
/**
|
|
1684
|
+
* This API is used to configure the origin speed limit. This feature is in beta test.
|
|
1685
|
+
This API is used to create, modify and delete preheating origin speed limit restrictions. Each account supports up to 100 restrictions.
|
|
1686
|
+
* @param {ModifyPrefetchOriginLimitRequest} req
|
|
1687
|
+
* @param {function(string, ModifyPrefetchOriginLimitResponse):void} cb
|
|
1688
|
+
* @public
|
|
1689
|
+
*/
|
|
1690
|
+
ModifyPrefetchOriginLimit(req, cb) {
|
|
1691
|
+
let resp = new ModifyPrefetchOriginLimitResponse();
|
|
1692
|
+
this.request("ModifyPrefetchOriginLimit", req, resp, cb);
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1575
1695
|
/**
|
|
1576
1696
|
* This API is used to create an alias domain name.
|
|
1577
1697
|
The feature is only supported by the enterprise plan and is currently in closed beta testing. If you need to use it, please [contact us](https://www.tencentcloud.com/contact-us).
|
|
@@ -1619,7 +1739,7 @@ The feature is only supported in the enterprise plan and is currently in closed
|
|
|
1619
1739
|
}
|
|
1620
1740
|
|
|
1621
1741
|
/**
|
|
1622
|
-
* This API is used to query the
|
|
1742
|
+
* <p>This API is used to query the time series Data list of Layer 4.</p>.
|
|
1623
1743
|
* @param {DescribeTimingL4DataRequest} req
|
|
1624
1744
|
* @param {function(string, DescribeTimingL4DataResponse):void} cb
|
|
1625
1745
|
* @public
|
|
@@ -1879,6 +1999,17 @@ This API is used to return post-protection traffic request data by default. User
|
|
|
1879
1999
|
this.request("DescribeApplicationProxies", req, resp, cb);
|
|
1880
2000
|
}
|
|
1881
2001
|
|
|
2002
|
+
/**
|
|
2003
|
+
* This API is used to query the origin speed limit. This feature is in closed beta testing.
|
|
2004
|
+
* @param {DescribePrefetchOriginLimitRequest} req
|
|
2005
|
+
* @param {function(string, DescribePrefetchOriginLimitResponse):void} cb
|
|
2006
|
+
* @public
|
|
2007
|
+
*/
|
|
2008
|
+
DescribePrefetchOriginLimit(req, cb) {
|
|
2009
|
+
let resp = new DescribePrefetchOriginLimitResponse();
|
|
2010
|
+
this.request("DescribePrefetchOriginLimit", req, resp, cb);
|
|
2011
|
+
}
|
|
2012
|
+
|
|
1882
2013
|
/**
|
|
1883
2014
|
* This API is used to modify multi-channel security acceleration gateway information, such as name, gateway ID, IP and port.
|
|
1884
2015
|
* @param {ModifyMultiPathGatewayRequest} req
|
|
@@ -1923,6 +2054,17 @@ This API is used to return post-protection traffic request data by default. User
|
|
|
1923
2054
|
this.request("DescribeSecurityJSInjectionRule", req, resp, cb);
|
|
1924
2055
|
}
|
|
1925
2056
|
|
|
2057
|
+
/**
|
|
2058
|
+
* This API is used to modify the attribute information of a specified KV namespace. Currently supported is namespace description modification.
|
|
2059
|
+
* @param {ModifyEdgeKVNamespaceRequest} req
|
|
2060
|
+
* @param {function(string, ModifyEdgeKVNamespaceResponse):void} cb
|
|
2061
|
+
* @public
|
|
2062
|
+
*/
|
|
2063
|
+
ModifyEdgeKVNamespace(req, cb) {
|
|
2064
|
+
let resp = new ModifyEdgeKVNamespaceResponse();
|
|
2065
|
+
this.request("ModifyEdgeKVNamespace", req, resp, cb);
|
|
2066
|
+
}
|
|
2067
|
+
|
|
1926
2068
|
/**
|
|
1927
2069
|
* This interface is the old version of the rule engine creation interface. EdgeOne has fully upgraded the rule engine related interfaces on January 21, 2025. For details on the new version of the seven-layer acceleration rule creation interface, please refer to [CreateL7AccRules](https://intl.cloud.tencent.com/document/product/1552/115822?from_cn_redirect=1).<p style="color: red;">Note: Starting from January 21, 2025, the old version of the interface will stop updating and iteration. Subsequent new features will only be provided in the new version of the interface, and the original capabilities supported by the old version of the interface will not be affected. To avoid data field conflicts when using the old version of the interface, it is recommended that you migrate to the new version of the rule engine interface as soon as possible. </p>
|
|
1928
2070
|
* @param {CreateRuleRequest} req
|
|
@@ -2301,6 +2443,17 @@ After the environment variables are set, they can be used in the function code.
|
|
|
2301
2443
|
this.request("DeleteSecurityClientAttester", req, resp, cb);
|
|
2302
2444
|
}
|
|
2303
2445
|
|
|
2446
|
+
/**
|
|
2447
|
+
* This API is used to query the KV namespace list of a specified site, supporting pagination, sorting and conditional filtering. It returns the basic info, capacity utilization and reference relationship of namespaces. If data not found, return an empty array.
|
|
2448
|
+
* @param {DescribeEdgeKVNamespacesRequest} req
|
|
2449
|
+
* @param {function(string, DescribeEdgeKVNamespacesResponse):void} cb
|
|
2450
|
+
* @public
|
|
2451
|
+
*/
|
|
2452
|
+
DescribeEdgeKVNamespaces(req, cb) {
|
|
2453
|
+
let resp = new DescribeEdgeKVNamespacesResponse();
|
|
2454
|
+
this.request("DescribeEdgeKVNamespaces", req, resp, cb);
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2304
2457
|
/**
|
|
2305
2458
|
* This API is used to configure the certificate of a site. You can use your own certificate or [apply for a free certificate](https://intl.cloud.tencent.com/document/product/1552/90437?from_cn_redirect=1).
|
|
2306
2459
|
To use an external certificate, upload the certificate to [SSL Certificates Console](https://console.cloud.tencent.com/certoview) first, and then input the certificate ID in this API. For details, see [Deploying Own Certificates to EdgeOne Domains](https://intl.cloud.tencent.com/document/product/1552/88874?from_cn_redirect=1).
|
|
@@ -2325,14 +2478,14 @@ To use an external certificate, upload the certificate to [SSL Certificates Cons
|
|
|
2325
2478
|
}
|
|
2326
2479
|
|
|
2327
2480
|
/**
|
|
2328
|
-
* This API is used to
|
|
2329
|
-
* @param {
|
|
2330
|
-
* @param {function(string,
|
|
2481
|
+
* This API is used to delete specified KV namespace. Once deleted, all keys in namespace will be cleared and cannot be recovered. If the namespace is being referred by edge function, you need to unbind relationship before it can only be deleted.
|
|
2482
|
+
* @param {DeleteEdgeKVNamespaceRequest} req
|
|
2483
|
+
* @param {function(string, DeleteEdgeKVNamespaceResponse):void} cb
|
|
2331
2484
|
* @public
|
|
2332
2485
|
*/
|
|
2333
|
-
|
|
2334
|
-
let resp = new
|
|
2335
|
-
this.request("
|
|
2486
|
+
DeleteEdgeKVNamespace(req, cb) {
|
|
2487
|
+
let resp = new DeleteEdgeKVNamespaceResponse();
|
|
2488
|
+
this.request("DeleteEdgeKVNamespace", req, resp, cb);
|
|
2336
2489
|
}
|
|
2337
2490
|
|
|
2338
2491
|
/**
|
|
@@ -2370,14 +2523,14 @@ To use an external certificate, upload the certificate to [SSL Certificates Cons
|
|
|
2370
2523
|
}
|
|
2371
2524
|
|
|
2372
2525
|
/**
|
|
2373
|
-
* This API is used to
|
|
2374
|
-
* @param {
|
|
2375
|
-
* @param {function(string,
|
|
2526
|
+
* This API is used to query the release history of versions in the production or test environment in version management mode. The version management feature is currently undergoing beta testing and is accessible only to users on the whitelist.
|
|
2527
|
+
* @param {DescribeDeployHistoryRequest} req
|
|
2528
|
+
* @param {function(string, DescribeDeployHistoryResponse):void} cb
|
|
2376
2529
|
* @public
|
|
2377
2530
|
*/
|
|
2378
|
-
|
|
2379
|
-
let resp = new
|
|
2380
|
-
this.request("
|
|
2531
|
+
DescribeDeployHistory(req, cb) {
|
|
2532
|
+
let resp = new DescribeDeployHistoryResponse();
|
|
2533
|
+
this.request("DescribeDeployHistory", req, resp, cb);
|
|
2381
2534
|
}
|
|
2382
2535
|
|
|
2383
2536
|
/**
|
|
@@ -2403,11 +2556,11 @@ To use an external certificate, upload the certificate to [SSL Certificates Cons
|
|
|
2403
2556
|
}
|
|
2404
2557
|
|
|
2405
2558
|
/**
|
|
2406
|
-
* This API is used to enable origin protection for a site for the first time. Enabled, EdgeOne will use specific origin IP ranges
|
|
2559
|
+
* This API is used to enable origin protection for a site for the first time. Enabled, EdgeOne will use specific origin-pull IP ranges for L7 acceleration domains/L4 proxy instances. The maximum quantity of L7 acceleration domains supported in a single submission is 200, and the maximum quantity of L4 proxy instances is 100. It supports composite submission of L7 acceleration domains/L4 proxy instances, with a maximum total number of instances of 200. To enable exceeding 200 resources, you can first enable the maximum allowed number via specified resources, and enable the remaining resources via the ModifyOriginACL API. Subsequent addition of L7 acceleration domains/L4 proxy instances should be configured via the ModifyOriginACL API. When enabling simultaneously, allowlisted accounts support selecting other origin-pull IP range versions, such as simplified edition, to achieve origin-pull effect with fewer IP ranges.
|
|
2407
2560
|
|
|
2408
|
-
|
|
2409
|
-
-
|
|
2410
|
-
-The origin IP range may change irregularly.
|
|
2561
|
+
Note:
|
|
2562
|
+
-Calling this API is deemed as agreement to the special agreement for origin protection enablement (https://www.tencentcloud.com/document/product/1552/120141?from_cn_redirect=1);
|
|
2563
|
+
-The origin IP range may change irregularly. EdgeOne will trigger notifications via Message Center, SMS, or email 14 days, 7 days, 3 days, and 1 day before the change. To ensure you receive the origin IP range change notification, please ensure you have selected the edge security acceleration platform EO product services relevant message notification and configured the correct message recipients in the Tencent Cloud Message Center Console (https://console.cloud.tencent.com/message). For the setting method, refer to Message Subscription Management (https://www.tencentcloud.com/document/product/567/43476?from_cn_redirect=1).
|
|
2411
2564
|
* @param {EnableOriginACLRequest} req
|
|
2412
2565
|
* @param {function(string, EnableOriginACLResponse):void} cb
|
|
2413
2566
|
* @public
|
|
@@ -2497,7 +2650,7 @@ Create and bind policy Query instance Reset instance access password.
|
|
|
2497
2650
|
/**
|
|
2498
2651
|
* JIT transcoding already provides preset transcoding templates to meet most needs. If there are personalized transcoding requirements, you can create custom transcoding templates through this API, with up to 100 custom transcoding templates allowed.
|
|
2499
2652
|
This API is used to ensure the consistency of JIT transcoding effect, avoid video output exceptions caused by EO cache or M3U8 sharding template changes during the process, and templates cannot be modified after creation.
|
|
2500
|
-
This API is used to learn about the detailed capacity of JIT transcoding. EdgeOne video instant processing function introduction (https://www.tencentcloud.
|
|
2653
|
+
This API is used to learn about the detailed capacity of JIT transcoding. EdgeOne video instant processing function introduction (https://www.tencentcloud.comom/document/product/1552/111927?from_cn_redirect=1).
|
|
2501
2654
|
* @param {CreateJustInTimeTranscodeTemplateRequest} req
|
|
2502
2655
|
* @param {function(string, CreateJustInTimeTranscodeTemplateResponse):void} cb
|
|
2503
2656
|
* @public
|
|
@@ -2508,14 +2661,14 @@ This API is used to learn about the detailed capacity of JIT transcoding. EdgeOn
|
|
|
2508
2661
|
}
|
|
2509
2662
|
|
|
2510
2663
|
/**
|
|
2511
|
-
* This API is used to
|
|
2512
|
-
* @param {
|
|
2513
|
-
* @param {function(string,
|
|
2664
|
+
* This API is used to confirm that the latest origin ACLs have been updated to the origin server firewall when the origin ACLs change. After confirming the update to the latest version, related change notifications will stop pushing.
|
|
2665
|
+
* @param {ConfirmOriginACLUpdateRequest} req
|
|
2666
|
+
* @param {function(string, ConfirmOriginACLUpdateResponse):void} cb
|
|
2514
2667
|
* @public
|
|
2515
2668
|
*/
|
|
2516
|
-
|
|
2517
|
-
let resp = new
|
|
2518
|
-
this.request("
|
|
2669
|
+
ConfirmOriginACLUpdate(req, cb) {
|
|
2670
|
+
let resp = new ConfirmOriginACLUpdateResponse();
|
|
2671
|
+
this.request("ConfirmOriginACLUpdate", req, resp, cb);
|
|
2519
2672
|
}
|
|
2520
2673
|
|
|
2521
2674
|
/**
|
|
@@ -2529,6 +2682,17 @@ This API is used to learn about the detailed capacity of JIT transcoding. EdgeOn
|
|
|
2529
2682
|
this.request("DeployConfigGroupVersion", req, resp, cb);
|
|
2530
2683
|
}
|
|
2531
2684
|
|
|
2685
|
+
/**
|
|
2686
|
+
* Query the shared CNAME list, support fuzzy search, paginate, and sort.
|
|
2687
|
+
* @param {DescribeSharedCNAMERequest} req
|
|
2688
|
+
* @param {function(string, DescribeSharedCNAMEResponse):void} cb
|
|
2689
|
+
* @public
|
|
2690
|
+
*/
|
|
2691
|
+
DescribeSharedCNAME(req, cb) {
|
|
2692
|
+
let resp = new DescribeSharedCNAMEResponse();
|
|
2693
|
+
this.request("DescribeSharedCNAME", req, resp, cb);
|
|
2694
|
+
}
|
|
2695
|
+
|
|
2532
2696
|
/**
|
|
2533
2697
|
* This API is an old version. EdgeOne has fully upgraded the APIs related to the rule engine. You can obtain detailed configurations of domain names through [DescribeL7AccSetting](https://intl.cloud.tencent.com/document/product/1552/115819?from_cn_redirect=1) and [DescribeL7AccRules](https://intl.cloud.tencent.com/document/product/1552/115820?from_cn_redirect=1).
|
|
2534
2698
|
* @param {DescribeHostsSettingRequest} req
|
|
@@ -2573,6 +2737,17 @@ This API is used to learn about the detailed capacity of JIT transcoding. EdgeOn
|
|
|
2573
2737
|
this.request("BindSharedCNAME", req, resp, cb);
|
|
2574
2738
|
}
|
|
2575
2739
|
|
|
2740
|
+
/**
|
|
2741
|
+
* This API is used to modify the working mode of configuration modules under a site. Configuration modules can enable version management mode or immediate effect mode by configuration group dimension. For details, refer to version management (https://www.tencentcloud.comom/document/product/1552/113690?from_cn_redirect=1).
|
|
2742
|
+
* @param {ModifyZoneWorkModeRequest} req
|
|
2743
|
+
* @param {function(string, ModifyZoneWorkModeResponse):void} cb
|
|
2744
|
+
* @public
|
|
2745
|
+
*/
|
|
2746
|
+
ModifyZoneWorkMode(req, cb) {
|
|
2747
|
+
let resp = new ModifyZoneWorkModeResponse();
|
|
2748
|
+
this.request("ModifyZoneWorkMode", req, resp, cb);
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2576
2751
|
/**
|
|
2577
2752
|
* This API is used to modify the real-time log delivery task configuration. This API has the following restrictions:<li>Does not support modifying the destination type of the real-time log delivery task (TaskType);</li><li>Does not support modifying the data delivery type (LogType);</li><li>Does not support modifying the data delivery area (Area);</li><li>Does not support modifying the detailed destination configuration, such as log set and log topic, when the destination of the original real-time log delivery task is Tencent Cloud CLS.</li>
|
|
2578
2753
|
* @param {ModifyRealtimeLogDeliveryTaskRequest} req
|
|
@@ -2708,6 +2883,17 @@ Note: Starting from June 27, 2025, the legacy version APIs will stop updating. N
|
|
|
2708
2883
|
this.request("DescribeMultiPathGatewaySecretKey", req, resp, cb);
|
|
2709
2884
|
}
|
|
2710
2885
|
|
|
2886
|
+
/**
|
|
2887
|
+
* This API is used to modify a security IP group.
|
|
2888
|
+
* @param {ModifySecurityIPGroupRequest} req
|
|
2889
|
+
* @param {function(string, ModifySecurityIPGroupResponse):void} cb
|
|
2890
|
+
* @public
|
|
2891
|
+
*/
|
|
2892
|
+
ModifySecurityIPGroup(req, cb) {
|
|
2893
|
+
let resp = new ModifySecurityIPGroupResponse();
|
|
2894
|
+
this.request("ModifySecurityIPGroup", req, resp, cb);
|
|
2895
|
+
}
|
|
2896
|
+
|
|
2711
2897
|
/**
|
|
2712
2898
|
* This API is used to query the list of edge functions. It supports filtering by function ID, name, description, and so on.
|
|
2713
2899
|
* @param {DescribeFunctionsRequest} req
|
|
@@ -2731,7 +2917,8 @@ Note: Starting from June 27, 2025, the legacy version APIs will stop updating. N
|
|
|
2731
2917
|
}
|
|
2732
2918
|
|
|
2733
2919
|
/**
|
|
2734
|
-
* This API is used to query time series data
|
|
2920
|
+
* This API is used to query time series data of origin-pull for L7 domains.
|
|
2921
|
+
Group aggregation can be performed by specifying the query dimension <code>DimensionName</code>, returning multiple groups of time series data. For detailed guide and limits, see [How to Use API to Implement Grouping Aggregation in a Single Call](https://www.tencentcloud.com/document/product/1145/77047?lang=en&pg=).
|
|
2735
2922
|
* @param {DescribeTimingL7OriginPullDataRequest} req
|
|
2736
2923
|
* @param {function(string, DescribeTimingL7OriginPullDataResponse):void} cb
|
|
2737
2924
|
* @public
|
|
@@ -2748,7 +2935,7 @@ Step 2: Configure the corresponding domain as verification content.
|
|
|
2748
2935
|
Step 3: Call CheckFreeCertificateVerification to verify. After verification passes, the free certificate application is completed.
|
|
2749
2936
|
Step 4: Call ModifyHostsCertificate to issue a domain certificate configured to use the EdgeOne free certificate.
|
|
2750
2937
|
|
|
2751
|
-
The application method introduction in the document: [Free Certificate Application Description](https://www.tencentcloud.
|
|
2938
|
+
The application method introduction in the document: [Free Certificate Application Description](https://www.tencentcloud.comom/document/product/1552/90437?from_cn_redirect=1).
|
|
2752
2939
|
description:.
|
|
2753
2940
|
- Only CNAME access mode can call this API to specify the free certificate application method. NS/DNSPod hosting access modes use automatic validation to apply for free certificates with no need to call this API.
|
|
2754
2941
|
- If you need to switch the free certificate authentication method, you can call this API again by changing the VerificationMethod field to update it.
|
|
@@ -2898,6 +3085,17 @@ This API is used to query the configuration information of an IP group, includin
|
|
|
2898
3085
|
this.request("DeleteSharedCNAME", req, resp, cb);
|
|
2899
3086
|
}
|
|
2900
3087
|
|
|
3088
|
+
/**
|
|
3089
|
+
* This API is used to modify the binding relationship between edge functions and components, supporting four operation modes: bind, bind-override, unbind, and rebind. By specifying the operation type and component list, you can manage the component binding of functions.
|
|
3090
|
+
* @param {ModifyFunctionComponentBindingsRequest} req
|
|
3091
|
+
* @param {function(string, ModifyFunctionComponentBindingsResponse):void} cb
|
|
3092
|
+
* @public
|
|
3093
|
+
*/
|
|
3094
|
+
ModifyFunctionComponentBindings(req, cb) {
|
|
3095
|
+
let resp = new ModifyFunctionComponentBindingsResponse();
|
|
3096
|
+
this.request("ModifyFunctionComponentBindings", req, resp, cb);
|
|
3097
|
+
}
|
|
3098
|
+
|
|
2901
3099
|
/**
|
|
2902
3100
|
* This API is used to query the alias domain name information list.
|
|
2903
3101
|
The feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://www.tencentcloud.com/contact-us).
|
|
@@ -2910,6 +3108,17 @@ The feature is only supported in the enterprise plan and is currently in closed
|
|
|
2910
3108
|
this.request("DescribeAliasDomains", req, resp, cb);
|
|
2911
3109
|
}
|
|
2912
3110
|
|
|
3111
|
+
/**
|
|
3112
|
+
* This API is used to query the component binding list of a specified edge function. It supports pagination and conditional filtering, and returns detailed information such as bound component types, variable names, and configuration parameters. Currently supported bound component types include KV namespace (kv_namespace).
|
|
3113
|
+
* @param {DescribeFunctionComponentBindingsRequest} req
|
|
3114
|
+
* @param {function(string, DescribeFunctionComponentBindingsResponse):void} cb
|
|
3115
|
+
* @public
|
|
3116
|
+
*/
|
|
3117
|
+
DescribeFunctionComponentBindings(req, cb) {
|
|
3118
|
+
let resp = new DescribeFunctionComponentBindingsResponse();
|
|
3119
|
+
this.request("DescribeFunctionComponentBindings", req, resp, cb);
|
|
3120
|
+
}
|
|
3121
|
+
|
|
2913
3122
|
/**
|
|
2914
3123
|
* This API is used to query a Layer 4 proxy instance list.
|
|
2915
3124
|
* @param {DescribeL4ProxyRequest} req
|
|
@@ -2954,6 +3163,17 @@ The feature is only supported in the enterprise plan and is currently in closed
|
|
|
2954
3163
|
this.request("DeleteJustInTimeTranscodeTemplates", req, resp, cb);
|
|
2955
3164
|
}
|
|
2956
3165
|
|
|
3166
|
+
/**
|
|
3167
|
+
* This API is used to write key-value pair data to a specified namespace and supports setting expiration time. If the key already exists, it overwrites the original value. If Not Exist, it creates a new key-value pair.
|
|
3168
|
+
* @param {EdgeKVPutRequest} req
|
|
3169
|
+
* @param {function(string, EdgeKVPutResponse):void} cb
|
|
3170
|
+
* @public
|
|
3171
|
+
*/
|
|
3172
|
+
EdgeKVPut(req, cb) {
|
|
3173
|
+
let resp = new EdgeKVPutResponse();
|
|
3174
|
+
this.request("EdgeKVPut", req, resp, cb);
|
|
3175
|
+
}
|
|
3176
|
+
|
|
2957
3177
|
/**
|
|
2958
3178
|
* This API is used to query the health status of origin server groups under a LoadBalancer. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).
|
|
2959
3179
|
* @param {DescribeOriginGroupHealthStatusRequest} req
|