@alicloud/ddosbgp20180720 2.3.0 → 2.4.0
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/dist/client.d.ts +502 -155
- package/dist/client.js +504 -155
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +506 -155
package/dist/client.d.ts
CHANGED
|
@@ -2005,6 +2005,8 @@ export declare class DescribeOpEntitiesResponseBodyOpEntities extends $tea.Model
|
|
|
2005
2005
|
export declare class DescribePackIpListResponseBodyIpList extends $tea.Model {
|
|
2006
2006
|
ip?: string;
|
|
2007
2007
|
memberUid?: string;
|
|
2008
|
+
nsmExpireAt?: number;
|
|
2009
|
+
nsmStartAt?: number;
|
|
2008
2010
|
nsmStatus?: number;
|
|
2009
2011
|
product?: string;
|
|
2010
2012
|
region?: string;
|
|
@@ -2198,285 +2200,630 @@ export default class Client extends OpenApi {
|
|
|
2198
2200
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
2199
2201
|
[key: string]: string;
|
|
2200
2202
|
}, endpoint: string): string;
|
|
2203
|
+
/**
|
|
2204
|
+
* @summary Adds IP addresses to an Anti-DDoS Origin Enterprise instance.
|
|
2205
|
+
*
|
|
2206
|
+
* @param request AddIpRequest
|
|
2207
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2208
|
+
* @return AddIpResponse
|
|
2209
|
+
*/
|
|
2201
2210
|
addIpWithOptions(request: AddIpRequest, runtime: $Util.RuntimeOptions): Promise<AddIpResponse>;
|
|
2211
|
+
/**
|
|
2212
|
+
* @summary Adds IP addresses to an Anti-DDoS Origin Enterprise instance.
|
|
2213
|
+
*
|
|
2214
|
+
* @param request AddIpRequest
|
|
2215
|
+
* @return AddIpResponse
|
|
2216
|
+
*/
|
|
2202
2217
|
addIp(request: AddIpRequest): Promise<AddIpResponse>;
|
|
2218
|
+
/**
|
|
2219
|
+
* @summary 添加资源目录成员账号列表
|
|
2220
|
+
*
|
|
2221
|
+
* @param tmpReq AddRdMemberListRequest
|
|
2222
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2223
|
+
* @return AddRdMemberListResponse
|
|
2224
|
+
*/
|
|
2203
2225
|
addRdMemberListWithOptions(tmpReq: AddRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<AddRdMemberListResponse>;
|
|
2226
|
+
/**
|
|
2227
|
+
* @summary 添加资源目录成员账号列表
|
|
2228
|
+
*
|
|
2229
|
+
* @param request AddRdMemberListRequest
|
|
2230
|
+
* @return AddRdMemberListResponse
|
|
2231
|
+
*/
|
|
2204
2232
|
addRdMemberList(request: AddRdMemberListRequest): Promise<AddRdMemberListResponse>;
|
|
2233
|
+
/**
|
|
2234
|
+
* @summary Associates an asset with an Anti-DDoS Origin instance of a paid edition.
|
|
2235
|
+
*
|
|
2236
|
+
* @param tmpReq AttachAssetGroupToInstanceRequest
|
|
2237
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2238
|
+
* @return AttachAssetGroupToInstanceResponse
|
|
2239
|
+
*/
|
|
2205
2240
|
attachAssetGroupToInstanceWithOptions(tmpReq: AttachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AttachAssetGroupToInstanceResponse>;
|
|
2241
|
+
/**
|
|
2242
|
+
* @summary Associates an asset with an Anti-DDoS Origin instance of a paid edition.
|
|
2243
|
+
*
|
|
2244
|
+
* @param request AttachAssetGroupToInstanceRequest
|
|
2245
|
+
* @return AttachAssetGroupToInstanceResponse
|
|
2246
|
+
*/
|
|
2206
2247
|
attachAssetGroupToInstance(request: AttachAssetGroupToInstanceRequest): Promise<AttachAssetGroupToInstanceResponse>;
|
|
2248
|
+
/**
|
|
2249
|
+
* @summary Checks whether Anti-DDoS Origin is authorized to access Log Service.
|
|
2250
|
+
*
|
|
2251
|
+
* @param request CheckAccessLogAuthRequest
|
|
2252
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2253
|
+
* @return CheckAccessLogAuthResponse
|
|
2254
|
+
*/
|
|
2207
2255
|
checkAccessLogAuthWithOptions(request: CheckAccessLogAuthRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccessLogAuthResponse>;
|
|
2256
|
+
/**
|
|
2257
|
+
* @summary Checks whether Anti-DDoS Origin is authorized to access Log Service.
|
|
2258
|
+
*
|
|
2259
|
+
* @param request CheckAccessLogAuthRequest
|
|
2260
|
+
* @return CheckAccessLogAuthResponse
|
|
2261
|
+
*/
|
|
2208
2262
|
checkAccessLogAuth(request: CheckAccessLogAuthRequest): Promise<CheckAccessLogAuthResponse>;
|
|
2209
2263
|
/**
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2264
|
+
* @summary Queries whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
2265
|
+
*
|
|
2266
|
+
* @description You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
2267
|
+
* ### Limits
|
|
2268
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2269
|
+
*
|
|
2270
|
+
* @param request CheckGrantRequest
|
|
2271
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2272
|
+
* @return CheckGrantResponse
|
|
2217
2273
|
*/
|
|
2218
2274
|
checkGrantWithOptions(request: CheckGrantRequest, runtime: $Util.RuntimeOptions): Promise<CheckGrantResponse>;
|
|
2219
2275
|
/**
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2276
|
+
* @summary Queries whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
2277
|
+
*
|
|
2278
|
+
* @description You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
2279
|
+
* ### Limits
|
|
2280
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2281
|
+
*
|
|
2282
|
+
* @param request CheckGrantRequest
|
|
2283
|
+
* @return CheckGrantResponse
|
|
2226
2284
|
*/
|
|
2227
2285
|
checkGrant(request: CheckGrantRequest): Promise<CheckGrantResponse>;
|
|
2286
|
+
/**
|
|
2287
|
+
* @param request ConfigSchedruleOnDemandRequest
|
|
2288
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2289
|
+
* @return ConfigSchedruleOnDemandResponse
|
|
2290
|
+
*/
|
|
2228
2291
|
configSchedruleOnDemandWithOptions(request: ConfigSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<ConfigSchedruleOnDemandResponse>;
|
|
2292
|
+
/**
|
|
2293
|
+
* @param request ConfigSchedruleOnDemandRequest
|
|
2294
|
+
* @return ConfigSchedruleOnDemandResponse
|
|
2295
|
+
*/
|
|
2229
2296
|
configSchedruleOnDemand(request: ConfigSchedruleOnDemandRequest): Promise<ConfigSchedruleOnDemandResponse>;
|
|
2297
|
+
/**
|
|
2298
|
+
* @summary Creates a scheduling rule for an on-demand instance.
|
|
2299
|
+
*
|
|
2300
|
+
* @param request CreateSchedruleOnDemandRequest
|
|
2301
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2302
|
+
* @return CreateSchedruleOnDemandResponse
|
|
2303
|
+
*/
|
|
2230
2304
|
createSchedruleOnDemandWithOptions(request: CreateSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<CreateSchedruleOnDemandResponse>;
|
|
2305
|
+
/**
|
|
2306
|
+
* @summary Creates a scheduling rule for an on-demand instance.
|
|
2307
|
+
*
|
|
2308
|
+
* @param request CreateSchedruleOnDemandRequest
|
|
2309
|
+
* @return CreateSchedruleOnDemandResponse
|
|
2310
|
+
*/
|
|
2231
2311
|
createSchedruleOnDemand(request: CreateSchedruleOnDemandRequest): Promise<CreateSchedruleOnDemandResponse>;
|
|
2232
2312
|
/**
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2313
|
+
* @summary Deactivates blackhole filtering for a protected IP address.
|
|
2314
|
+
*
|
|
2315
|
+
* @description You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
|
|
2316
|
+
* Before you call this operation, you can call the [DescribePackIpList](https://help.aliyun.com/document_detail/118701.html) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
|
|
2317
|
+
* ### Limits
|
|
2318
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2319
|
+
*
|
|
2320
|
+
* @param request DeleteBlackholeRequest
|
|
2321
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2322
|
+
* @return DeleteBlackholeResponse
|
|
2241
2323
|
*/
|
|
2242
2324
|
deleteBlackholeWithOptions(request: DeleteBlackholeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBlackholeResponse>;
|
|
2243
2325
|
/**
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2326
|
+
* @summary Deactivates blackhole filtering for a protected IP address.
|
|
2327
|
+
*
|
|
2328
|
+
* @description You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
|
|
2329
|
+
* Before you call this operation, you can call the [DescribePackIpList](https://help.aliyun.com/document_detail/118701.html) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
|
|
2330
|
+
* ### Limits
|
|
2331
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2332
|
+
*
|
|
2333
|
+
* @param request DeleteBlackholeRequest
|
|
2334
|
+
* @return DeleteBlackholeResponse
|
|
2251
2335
|
*/
|
|
2252
2336
|
deleteBlackhole(request: DeleteBlackholeRequest): Promise<DeleteBlackholeResponse>;
|
|
2253
2337
|
/**
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2338
|
+
* @summary Removes specific IP addresses from an Anti-DDoS Origin Enterprise instance.
|
|
2339
|
+
*
|
|
2340
|
+
* @description The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
|
|
2341
|
+
*
|
|
2342
|
+
* @param request DeleteIpRequest
|
|
2343
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2344
|
+
* @return DeleteIpResponse
|
|
2259
2345
|
*/
|
|
2260
2346
|
deleteIpWithOptions(request: DeleteIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpResponse>;
|
|
2261
2347
|
/**
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2348
|
+
* @summary Removes specific IP addresses from an Anti-DDoS Origin Enterprise instance.
|
|
2349
|
+
*
|
|
2350
|
+
* @description The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
|
|
2351
|
+
*
|
|
2352
|
+
* @param request DeleteIpRequest
|
|
2353
|
+
* @return DeleteIpResponse
|
|
2266
2354
|
*/
|
|
2267
2355
|
deleteIp(request: DeleteIpRequest): Promise<DeleteIpResponse>;
|
|
2356
|
+
/**
|
|
2357
|
+
* @summary 删除资源目录成员账号列表
|
|
2358
|
+
*
|
|
2359
|
+
* @param tmpReq DeleteRdMemberListRequest
|
|
2360
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2361
|
+
* @return DeleteRdMemberListResponse
|
|
2362
|
+
*/
|
|
2268
2363
|
deleteRdMemberListWithOptions(tmpReq: DeleteRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRdMemberListResponse>;
|
|
2364
|
+
/**
|
|
2365
|
+
* @summary 删除资源目录成员账号列表
|
|
2366
|
+
*
|
|
2367
|
+
* @param request DeleteRdMemberListRequest
|
|
2368
|
+
* @return DeleteRdMemberListResponse
|
|
2369
|
+
*/
|
|
2269
2370
|
deleteRdMemberList(request: DeleteRdMemberListRequest): Promise<DeleteRdMemberListResponse>;
|
|
2371
|
+
/**
|
|
2372
|
+
* @param request DeleteSchedruleOnDemandRequest
|
|
2373
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2374
|
+
* @return DeleteSchedruleOnDemandResponse
|
|
2375
|
+
*/
|
|
2270
2376
|
deleteSchedruleOnDemandWithOptions(request: DeleteSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedruleOnDemandResponse>;
|
|
2377
|
+
/**
|
|
2378
|
+
* @param request DeleteSchedruleOnDemandRequest
|
|
2379
|
+
* @return DeleteSchedruleOnDemandResponse
|
|
2380
|
+
*/
|
|
2271
2381
|
deleteSchedruleOnDemand(request: DeleteSchedruleOnDemandRequest): Promise<DeleteSchedruleOnDemandResponse>;
|
|
2382
|
+
/**
|
|
2383
|
+
* @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
|
|
2384
|
+
*
|
|
2385
|
+
* @param request DescribeAssetGroupRequest
|
|
2386
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2387
|
+
* @return DescribeAssetGroupResponse
|
|
2388
|
+
*/
|
|
2272
2389
|
describeAssetGroupWithOptions(request: DescribeAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupResponse>;
|
|
2390
|
+
/**
|
|
2391
|
+
* @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
|
|
2392
|
+
*
|
|
2393
|
+
* @param request DescribeAssetGroupRequest
|
|
2394
|
+
* @return DescribeAssetGroupResponse
|
|
2395
|
+
*/
|
|
2273
2396
|
describeAssetGroup(request: DescribeAssetGroupRequest): Promise<DescribeAssetGroupResponse>;
|
|
2397
|
+
/**
|
|
2398
|
+
* @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
|
|
2399
|
+
*
|
|
2400
|
+
* @param request DescribeAssetGroupToInstanceRequest
|
|
2401
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2402
|
+
* @return DescribeAssetGroupToInstanceResponse
|
|
2403
|
+
*/
|
|
2274
2404
|
describeAssetGroupToInstanceWithOptions(request: DescribeAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupToInstanceResponse>;
|
|
2405
|
+
/**
|
|
2406
|
+
* @summary Queries the association between an asset and an Anti-DDoS Origin instance of a paid edition.
|
|
2407
|
+
*
|
|
2408
|
+
* @param request DescribeAssetGroupToInstanceRequest
|
|
2409
|
+
* @return DescribeAssetGroupToInstanceResponse
|
|
2410
|
+
*/
|
|
2275
2411
|
describeAssetGroupToInstance(request: DescribeAssetGroupToInstanceRequest): Promise<DescribeAssetGroupToInstanceResponse>;
|
|
2276
2412
|
/**
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2413
|
+
* @summary Queries the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance.
|
|
2414
|
+
*
|
|
2415
|
+
* @description You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
|
|
2416
|
+
* ## Limits
|
|
2417
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2418
|
+
*
|
|
2419
|
+
* @param request DescribeDdosEventRequest
|
|
2420
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2421
|
+
* @return DescribeDdosEventResponse
|
|
2284
2422
|
*/
|
|
2285
2423
|
describeDdosEventWithOptions(request: DescribeDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosEventResponse>;
|
|
2286
2424
|
/**
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2425
|
+
* @summary Queries the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance.
|
|
2426
|
+
*
|
|
2427
|
+
* @description You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
|
|
2428
|
+
* ## Limits
|
|
2429
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2430
|
+
*
|
|
2431
|
+
* @param request DescribeDdosEventRequest
|
|
2432
|
+
* @return DescribeDdosEventResponse
|
|
2293
2433
|
*/
|
|
2294
2434
|
describeDdosEvent(request: DescribeDdosEventRequest): Promise<DescribeDdosEventResponse>;
|
|
2435
|
+
/**
|
|
2436
|
+
* @summary 查询账单
|
|
2437
|
+
*
|
|
2438
|
+
* @param request DescribeDdosOriginInstanceBillRequest
|
|
2439
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2440
|
+
* @return DescribeDdosOriginInstanceBillResponse
|
|
2441
|
+
*/
|
|
2295
2442
|
describeDdosOriginInstanceBillWithOptions(request: DescribeDdosOriginInstanceBillRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosOriginInstanceBillResponse>;
|
|
2443
|
+
/**
|
|
2444
|
+
* @summary 查询账单
|
|
2445
|
+
*
|
|
2446
|
+
* @param request DescribeDdosOriginInstanceBillRequest
|
|
2447
|
+
* @return DescribeDdosOriginInstanceBillResponse
|
|
2448
|
+
*/
|
|
2296
2449
|
describeDdosOriginInstanceBill(request: DescribeDdosOriginInstanceBillRequest): Promise<DescribeDdosOriginInstanceBillResponse>;
|
|
2297
2450
|
/**
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2451
|
+
* @summary Queries the number of assets that are in an abnormal state and the number of Anti-DDoS
|
|
2452
|
+
* Origin instances that are about to expire in a specific region. The assets can be
|
|
2453
|
+
* elastic IP addresses (EIPs). The assets can also be Elastic Compute Service (ECS)
|
|
2454
|
+
* instances or Server Load Balancer (SLB) instances that are assigned public IP addresses.
|
|
2455
|
+
*
|
|
2456
|
+
* @description ## Usage notes
|
|
2457
|
+
* You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
|
|
2458
|
+
*
|
|
2459
|
+
* @param request DescribeExcpetionCountRequest
|
|
2460
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2461
|
+
* @return DescribeExcpetionCountResponse
|
|
2304
2462
|
*/
|
|
2305
2463
|
describeExcpetionCountWithOptions(request: DescribeExcpetionCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcpetionCountResponse>;
|
|
2306
2464
|
/**
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2465
|
+
* @summary Queries the number of assets that are in an abnormal state and the number of Anti-DDoS
|
|
2466
|
+
* Origin instances that are about to expire in a specific region. The assets can be
|
|
2467
|
+
* elastic IP addresses (EIPs). The assets can also be Elastic Compute Service (ECS)
|
|
2468
|
+
* instances or Server Load Balancer (SLB) instances that are assigned public IP addresses.
|
|
2469
|
+
*
|
|
2470
|
+
* @description ## Usage notes
|
|
2471
|
+
* You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
|
|
2472
|
+
*
|
|
2473
|
+
* @param request DescribeExcpetionCountRequest
|
|
2474
|
+
* @return DescribeExcpetionCountResponse
|
|
2312
2475
|
*/
|
|
2313
2476
|
describeExcpetionCount(request: DescribeExcpetionCountRequest): Promise<DescribeExcpetionCountResponse>;
|
|
2314
2477
|
/**
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2478
|
+
* @summary Queries the details of all Anti-DDoS Origin instances.
|
|
2479
|
+
*
|
|
2480
|
+
* @description You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
|
|
2481
|
+
* ## Limits
|
|
2482
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2483
|
+
*
|
|
2484
|
+
* @param request DescribeInstanceListRequest
|
|
2485
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2486
|
+
* @return DescribeInstanceListResponse
|
|
2322
2487
|
*/
|
|
2323
2488
|
describeInstanceListWithOptions(request: DescribeInstanceListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceListResponse>;
|
|
2324
2489
|
/**
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2490
|
+
* @summary Queries the details of all Anti-DDoS Origin instances.
|
|
2491
|
+
*
|
|
2492
|
+
* @description You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
|
|
2493
|
+
* ## Limits
|
|
2494
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2495
|
+
*
|
|
2496
|
+
* @param request DescribeInstanceListRequest
|
|
2497
|
+
* @return DescribeInstanceListResponse
|
|
2331
2498
|
*/
|
|
2332
2499
|
describeInstanceList(request: DescribeInstanceListRequest): Promise<DescribeInstanceListResponse>;
|
|
2500
|
+
/**
|
|
2501
|
+
* @param request DescribeInstanceSpecsRequest
|
|
2502
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2503
|
+
* @return DescribeInstanceSpecsResponse
|
|
2504
|
+
*/
|
|
2333
2505
|
describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
|
|
2506
|
+
/**
|
|
2507
|
+
* @param request DescribeInstanceSpecsRequest
|
|
2508
|
+
* @return DescribeInstanceSpecsResponse
|
|
2509
|
+
*/
|
|
2334
2510
|
describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
|
|
2335
2511
|
/**
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2512
|
+
* @summary Call the DescribeOnDemandDdosEvent operation to query the DDoS events recorded for the IP address of the Anti-DDoS on-demand instance.
|
|
2513
|
+
*
|
|
2514
|
+
* @description > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
|
|
2515
|
+
*
|
|
2516
|
+
* @param request DescribeOnDemandDdosEventRequest
|
|
2517
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2518
|
+
* @return DescribeOnDemandDdosEventResponse
|
|
2341
2519
|
*/
|
|
2342
2520
|
describeOnDemandDdosEventWithOptions(request: DescribeOnDemandDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandDdosEventResponse>;
|
|
2343
2521
|
/**
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2522
|
+
* @summary Call the DescribeOnDemandDdosEvent operation to query the DDoS events recorded for the IP address of the Anti-DDoS on-demand instance.
|
|
2523
|
+
*
|
|
2524
|
+
* @description > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
|
|
2525
|
+
*
|
|
2526
|
+
* @param request DescribeOnDemandDdosEventRequest
|
|
2527
|
+
* @return DescribeOnDemandDdosEventResponse
|
|
2348
2528
|
*/
|
|
2349
2529
|
describeOnDemandDdosEvent(request: DescribeOnDemandDdosEventRequest): Promise<DescribeOnDemandDdosEventResponse>;
|
|
2530
|
+
/**
|
|
2531
|
+
* @param request DescribeOnDemandInstanceStatusRequest
|
|
2532
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2533
|
+
* @return DescribeOnDemandInstanceStatusResponse
|
|
2534
|
+
*/
|
|
2350
2535
|
describeOnDemandInstanceStatusWithOptions(request: DescribeOnDemandInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandInstanceStatusResponse>;
|
|
2536
|
+
/**
|
|
2537
|
+
* @param request DescribeOnDemandInstanceStatusRequest
|
|
2538
|
+
* @return DescribeOnDemandInstanceStatusResponse
|
|
2539
|
+
*/
|
|
2351
2540
|
describeOnDemandInstanceStatus(request: DescribeOnDemandInstanceStatusRequest): Promise<DescribeOnDemandInstanceStatusResponse>;
|
|
2352
2541
|
/**
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2542
|
+
* @summary The number of entries to return on each page.
|
|
2543
|
+
*
|
|
2544
|
+
* @description The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
|
|
2545
|
+
*
|
|
2546
|
+
* @param request DescribeOpEntitiesRequest
|
|
2547
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2548
|
+
* @return DescribeOpEntitiesResponse
|
|
2358
2549
|
*/
|
|
2359
2550
|
describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse>;
|
|
2360
2551
|
/**
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2552
|
+
* @summary The number of entries to return on each page.
|
|
2553
|
+
*
|
|
2554
|
+
* @description The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
|
|
2555
|
+
*
|
|
2556
|
+
* @param request DescribeOpEntitiesRequest
|
|
2557
|
+
* @return DescribeOpEntitiesResponse
|
|
2365
2558
|
*/
|
|
2366
2559
|
describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
|
|
2367
2560
|
/**
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2561
|
+
* @summary Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
|
|
2562
|
+
*
|
|
2563
|
+
* @description You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
|
|
2564
|
+
* ## Limits
|
|
2565
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2566
|
+
*
|
|
2567
|
+
* @param request DescribePackIpListRequest
|
|
2568
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2569
|
+
* @return DescribePackIpListResponse
|
|
2375
2570
|
*/
|
|
2376
2571
|
describePackIpListWithOptions(request: DescribePackIpListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackIpListResponse>;
|
|
2377
2572
|
/**
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2573
|
+
* @summary Queries the IP addresses that are protected by a specific Anti-DDoS Origin instance.
|
|
2574
|
+
*
|
|
2575
|
+
* @description You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
|
|
2576
|
+
* ## Limits
|
|
2577
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2578
|
+
*
|
|
2579
|
+
* @param request DescribePackIpListRequest
|
|
2580
|
+
* @return DescribePackIpListResponse
|
|
2384
2581
|
*/
|
|
2385
2582
|
describePackIpList(request: DescribePackIpListRequest): Promise<DescribePackIpListResponse>;
|
|
2583
|
+
/**
|
|
2584
|
+
* @summary 查询资源目录成员账号列表
|
|
2585
|
+
*
|
|
2586
|
+
* @param request DescribeRdMemberListRequest
|
|
2587
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2588
|
+
* @return DescribeRdMemberListResponse
|
|
2589
|
+
*/
|
|
2386
2590
|
describeRdMemberListWithOptions(request: DescribeRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRdMemberListResponse>;
|
|
2591
|
+
/**
|
|
2592
|
+
* @summary 查询资源目录成员账号列表
|
|
2593
|
+
*
|
|
2594
|
+
* @param request DescribeRdMemberListRequest
|
|
2595
|
+
* @return DescribeRdMemberListResponse
|
|
2596
|
+
*/
|
|
2387
2597
|
describeRdMemberList(request: DescribeRdMemberListRequest): Promise<DescribeRdMemberListResponse>;
|
|
2598
|
+
/**
|
|
2599
|
+
* @summary 查询RD状态
|
|
2600
|
+
*
|
|
2601
|
+
* @param request DescribeRdStatusRequest
|
|
2602
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2603
|
+
* @return DescribeRdStatusResponse
|
|
2604
|
+
*/
|
|
2388
2605
|
describeRdStatusWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeRdStatusResponse>;
|
|
2606
|
+
/**
|
|
2607
|
+
* @summary 查询RD状态
|
|
2608
|
+
*
|
|
2609
|
+
* @return DescribeRdStatusResponse
|
|
2610
|
+
*/
|
|
2389
2611
|
describeRdStatus(): Promise<DescribeRdStatusResponse>;
|
|
2612
|
+
/**
|
|
2613
|
+
* @summary Queries the regions of cloud assets that are supported by an Anti-DDoS Origin instance.
|
|
2614
|
+
*
|
|
2615
|
+
* @param request DescribeRegionsRequest
|
|
2616
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2617
|
+
* @return DescribeRegionsResponse
|
|
2618
|
+
*/
|
|
2390
2619
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
2620
|
+
/**
|
|
2621
|
+
* @summary Queries the regions of cloud assets that are supported by an Anti-DDoS Origin instance.
|
|
2622
|
+
*
|
|
2623
|
+
* @param request DescribeRegionsRequest
|
|
2624
|
+
* @return DescribeRegionsResponse
|
|
2625
|
+
*/
|
|
2391
2626
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
2392
2627
|
/**
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2628
|
+
* @summary Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
|
|
2629
|
+
*
|
|
2630
|
+
* @description You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
|
|
2631
|
+
* > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
|
|
2632
|
+
* ## Limits
|
|
2633
|
+
* You can call this operation once per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2634
|
+
*
|
|
2635
|
+
* @param request DescribeTrafficRequest
|
|
2636
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2637
|
+
* @return DescribeTrafficResponse
|
|
2401
2638
|
*/
|
|
2402
2639
|
describeTrafficWithOptions(request: DescribeTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficResponse>;
|
|
2403
2640
|
/**
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2641
|
+
* @summary Queries traffic statistics of an Anti-DDoS Origin instance within a specific time period.
|
|
2642
|
+
*
|
|
2643
|
+
* @description You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
|
|
2644
|
+
* > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
|
|
2645
|
+
* ## Limits
|
|
2646
|
+
* You can call this operation once per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2647
|
+
*
|
|
2648
|
+
* @param request DescribeTrafficRequest
|
|
2649
|
+
* @return DescribeTrafficResponse
|
|
2411
2650
|
*/
|
|
2412
2651
|
describeTraffic(request: DescribeTrafficRequest): Promise<DescribeTrafficResponse>;
|
|
2652
|
+
/**
|
|
2653
|
+
* @summary Dissociates an asset from an Anti-DDoS Origin instance of a paid edition.
|
|
2654
|
+
*
|
|
2655
|
+
* @param tmpReq DettachAssetGroupToInstanceRequest
|
|
2656
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2657
|
+
* @return DettachAssetGroupToInstanceResponse
|
|
2658
|
+
*/
|
|
2413
2659
|
dettachAssetGroupToInstanceWithOptions(tmpReq: DettachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DettachAssetGroupToInstanceResponse>;
|
|
2660
|
+
/**
|
|
2661
|
+
* @summary Dissociates an asset from an Anti-DDoS Origin instance of a paid edition.
|
|
2662
|
+
*
|
|
2663
|
+
* @param request DettachAssetGroupToInstanceRequest
|
|
2664
|
+
* @return DettachAssetGroupToInstanceResponse
|
|
2665
|
+
*/
|
|
2414
2666
|
dettachAssetGroupToInstance(request: DettachAssetGroupToInstanceRequest): Promise<DettachAssetGroupToInstanceResponse>;
|
|
2667
|
+
/**
|
|
2668
|
+
* @summary Checks whether Log Service is activated.
|
|
2669
|
+
*
|
|
2670
|
+
* @param request GetSlsOpenStatusRequest
|
|
2671
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2672
|
+
* @return GetSlsOpenStatusResponse
|
|
2673
|
+
*/
|
|
2415
2674
|
getSlsOpenStatusWithOptions(request: GetSlsOpenStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSlsOpenStatusResponse>;
|
|
2675
|
+
/**
|
|
2676
|
+
* @summary Checks whether Log Service is activated.
|
|
2677
|
+
*
|
|
2678
|
+
* @param request GetSlsOpenStatusRequest
|
|
2679
|
+
* @return GetSlsOpenStatusResponse
|
|
2680
|
+
*/
|
|
2416
2681
|
getSlsOpenStatus(request: GetSlsOpenStatusRequest): Promise<GetSlsOpenStatusResponse>;
|
|
2682
|
+
/**
|
|
2683
|
+
* @summary Queries the Anti-DDoS Origin instances for which log analysis is enabled.
|
|
2684
|
+
*
|
|
2685
|
+
* @param request ListOpenedAccessLogInstancesRequest
|
|
2686
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2687
|
+
* @return ListOpenedAccessLogInstancesResponse
|
|
2688
|
+
*/
|
|
2417
2689
|
listOpenedAccessLogInstancesWithOptions(request: ListOpenedAccessLogInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListOpenedAccessLogInstancesResponse>;
|
|
2690
|
+
/**
|
|
2691
|
+
* @summary Queries the Anti-DDoS Origin instances for which log analysis is enabled.
|
|
2692
|
+
*
|
|
2693
|
+
* @param request ListOpenedAccessLogInstancesRequest
|
|
2694
|
+
* @return ListOpenedAccessLogInstancesResponse
|
|
2695
|
+
*/
|
|
2418
2696
|
listOpenedAccessLogInstances(request: ListOpenedAccessLogInstancesRequest): Promise<ListOpenedAccessLogInstancesResponse>;
|
|
2697
|
+
/**
|
|
2698
|
+
* @summary Queries all tags.
|
|
2699
|
+
*
|
|
2700
|
+
* @param request ListTagKeysRequest
|
|
2701
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2702
|
+
* @return ListTagKeysResponse
|
|
2703
|
+
*/
|
|
2419
2704
|
listTagKeysWithOptions(request: ListTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<ListTagKeysResponse>;
|
|
2705
|
+
/**
|
|
2706
|
+
* @summary Queries all tags.
|
|
2707
|
+
*
|
|
2708
|
+
* @param request ListTagKeysRequest
|
|
2709
|
+
* @return ListTagKeysResponse
|
|
2710
|
+
*/
|
|
2420
2711
|
listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
|
|
2421
2712
|
/**
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2713
|
+
* @description You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
|
|
2714
|
+
*
|
|
2715
|
+
* @param request ListTagResourcesRequest
|
|
2716
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2717
|
+
* @return ListTagResourcesResponse
|
|
2427
2718
|
*/
|
|
2428
2719
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
2429
2720
|
/**
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2721
|
+
* @description You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
|
|
2722
|
+
*
|
|
2723
|
+
* @param request ListTagResourcesRequest
|
|
2724
|
+
* @return ListTagResourcesResponse
|
|
2434
2725
|
*/
|
|
2435
2726
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
2436
2727
|
/**
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2728
|
+
* @summary Adds remarks for a specific Anti-DDoS Origin instance.
|
|
2729
|
+
*
|
|
2730
|
+
* @description You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
|
|
2731
|
+
* ## Limits
|
|
2732
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2733
|
+
*
|
|
2734
|
+
* @param request ModifyRemarkRequest
|
|
2735
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2736
|
+
* @return ModifyRemarkResponse
|
|
2444
2737
|
*/
|
|
2445
2738
|
modifyRemarkWithOptions(request: ModifyRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRemarkResponse>;
|
|
2446
2739
|
/**
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2740
|
+
* @summary Adds remarks for a specific Anti-DDoS Origin instance.
|
|
2741
|
+
*
|
|
2742
|
+
* @description You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
|
|
2743
|
+
* ## Limits
|
|
2744
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2745
|
+
*
|
|
2746
|
+
* @param request ModifyRemarkRequest
|
|
2747
|
+
* @return ModifyRemarkResponse
|
|
2453
2748
|
*/
|
|
2454
2749
|
modifyRemark(request: ModifyRemarkRequest): Promise<ModifyRemarkResponse>;
|
|
2750
|
+
/**
|
|
2751
|
+
* @summary Queries the scheduling rule of an on-demand instance.
|
|
2752
|
+
*
|
|
2753
|
+
* @param request QuerySchedruleOnDemandRequest
|
|
2754
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2755
|
+
* @return QuerySchedruleOnDemandResponse
|
|
2756
|
+
*/
|
|
2455
2757
|
querySchedruleOnDemandWithOptions(request: QuerySchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<QuerySchedruleOnDemandResponse>;
|
|
2758
|
+
/**
|
|
2759
|
+
* @summary Queries the scheduling rule of an on-demand instance.
|
|
2760
|
+
*
|
|
2761
|
+
* @param request QuerySchedruleOnDemandRequest
|
|
2762
|
+
* @return QuerySchedruleOnDemandResponse
|
|
2763
|
+
*/
|
|
2456
2764
|
querySchedruleOnDemand(request: QuerySchedruleOnDemandRequest): Promise<QuerySchedruleOnDemandResponse>;
|
|
2765
|
+
/**
|
|
2766
|
+
* @summary 释放原生防护全局实例
|
|
2767
|
+
*
|
|
2768
|
+
* @param request ReleaseDdosOriginInstanceRequest
|
|
2769
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2770
|
+
* @return ReleaseDdosOriginInstanceResponse
|
|
2771
|
+
*/
|
|
2457
2772
|
releaseDdosOriginInstanceWithOptions(request: ReleaseDdosOriginInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseDdosOriginInstanceResponse>;
|
|
2773
|
+
/**
|
|
2774
|
+
* @summary 释放原生防护全局实例
|
|
2775
|
+
*
|
|
2776
|
+
* @param request ReleaseDdosOriginInstanceRequest
|
|
2777
|
+
* @return ReleaseDdosOriginInstanceResponse
|
|
2778
|
+
*/
|
|
2458
2779
|
releaseDdosOriginInstance(request: ReleaseDdosOriginInstanceRequest): Promise<ReleaseDdosOriginInstanceResponse>;
|
|
2780
|
+
/**
|
|
2781
|
+
* @param request SetInstanceModeOnDemandRequest
|
|
2782
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2783
|
+
* @return SetInstanceModeOnDemandResponse
|
|
2784
|
+
*/
|
|
2459
2785
|
setInstanceModeOnDemandWithOptions(request: SetInstanceModeOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<SetInstanceModeOnDemandResponse>;
|
|
2786
|
+
/**
|
|
2787
|
+
* @param request SetInstanceModeOnDemandRequest
|
|
2788
|
+
* @return SetInstanceModeOnDemandResponse
|
|
2789
|
+
*/
|
|
2460
2790
|
setInstanceModeOnDemand(request: SetInstanceModeOnDemandRequest): Promise<SetInstanceModeOnDemandResponse>;
|
|
2461
2791
|
/**
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2792
|
+
* @summary Adds tags to Anti-DDoS Origin instances.
|
|
2793
|
+
*
|
|
2794
|
+
* @description You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
|
|
2795
|
+
* ## Limits
|
|
2796
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2797
|
+
*
|
|
2798
|
+
* @param request TagResourcesRequest
|
|
2799
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2800
|
+
* @return TagResourcesResponse
|
|
2469
2801
|
*/
|
|
2470
2802
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
2471
2803
|
/**
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2804
|
+
* @summary Adds tags to Anti-DDoS Origin instances.
|
|
2805
|
+
*
|
|
2806
|
+
* @description You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
|
|
2807
|
+
* ## Limits
|
|
2808
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
2809
|
+
*
|
|
2810
|
+
* @param request TagResourcesRequest
|
|
2811
|
+
* @return TagResourcesResponse
|
|
2478
2812
|
*/
|
|
2479
2813
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
2814
|
+
/**
|
|
2815
|
+
* @summary Removes tags from Anti-DDoS Origin Enterprise instances.
|
|
2816
|
+
*
|
|
2817
|
+
* @param request UntagResourcesRequest
|
|
2818
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2819
|
+
* @return UntagResourcesResponse
|
|
2820
|
+
*/
|
|
2480
2821
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
2822
|
+
/**
|
|
2823
|
+
* @summary Removes tags from Anti-DDoS Origin Enterprise instances.
|
|
2824
|
+
*
|
|
2825
|
+
* @param request UntagResourcesRequest
|
|
2826
|
+
* @return UntagResourcesResponse
|
|
2827
|
+
*/
|
|
2481
2828
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
2482
2829
|
}
|