@alicloud/ddosbgp20180720 2.2.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 +732 -155
- package/dist/client.js +1306 -538
- package/dist/client.js.map +1 -1
- package/package.json +6 -6
- package/src/client.ts +1004 -155
package/dist/client.d.ts
CHANGED
|
@@ -47,6 +47,58 @@ export declare class AddIpResponse extends $tea.Model {
|
|
|
47
47
|
[key: string]: any;
|
|
48
48
|
});
|
|
49
49
|
}
|
|
50
|
+
export declare class AddRdMemberListRequest extends $tea.Model {
|
|
51
|
+
memberList?: AddRdMemberListRequestMemberList[];
|
|
52
|
+
static names(): {
|
|
53
|
+
[key: string]: string;
|
|
54
|
+
};
|
|
55
|
+
static types(): {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
};
|
|
58
|
+
constructor(map?: {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
export declare class AddRdMemberListShrinkRequest extends $tea.Model {
|
|
63
|
+
memberListShrink?: string;
|
|
64
|
+
static names(): {
|
|
65
|
+
[key: string]: string;
|
|
66
|
+
};
|
|
67
|
+
static types(): {
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
};
|
|
70
|
+
constructor(map?: {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
export declare class AddRdMemberListResponseBody extends $tea.Model {
|
|
75
|
+
requestId?: string;
|
|
76
|
+
static names(): {
|
|
77
|
+
[key: string]: string;
|
|
78
|
+
};
|
|
79
|
+
static types(): {
|
|
80
|
+
[key: string]: any;
|
|
81
|
+
};
|
|
82
|
+
constructor(map?: {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
export declare class AddRdMemberListResponse extends $tea.Model {
|
|
87
|
+
headers?: {
|
|
88
|
+
[key: string]: string;
|
|
89
|
+
};
|
|
90
|
+
statusCode?: number;
|
|
91
|
+
body?: AddRdMemberListResponseBody;
|
|
92
|
+
static names(): {
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
};
|
|
95
|
+
static types(): {
|
|
96
|
+
[key: string]: any;
|
|
97
|
+
};
|
|
98
|
+
constructor(map?: {
|
|
99
|
+
[key: string]: any;
|
|
100
|
+
});
|
|
101
|
+
}
|
|
50
102
|
export declare class AttachAssetGroupToInstanceRequest extends $tea.Model {
|
|
51
103
|
assetGroupList?: AttachAssetGroupToInstanceRequestAssetGroupList[];
|
|
52
104
|
instanceId?: string;
|
|
@@ -378,6 +430,58 @@ export declare class DeleteIpResponse extends $tea.Model {
|
|
|
378
430
|
[key: string]: any;
|
|
379
431
|
});
|
|
380
432
|
}
|
|
433
|
+
export declare class DeleteRdMemberListRequest extends $tea.Model {
|
|
434
|
+
memberList?: DeleteRdMemberListRequestMemberList[];
|
|
435
|
+
static names(): {
|
|
436
|
+
[key: string]: string;
|
|
437
|
+
};
|
|
438
|
+
static types(): {
|
|
439
|
+
[key: string]: any;
|
|
440
|
+
};
|
|
441
|
+
constructor(map?: {
|
|
442
|
+
[key: string]: any;
|
|
443
|
+
});
|
|
444
|
+
}
|
|
445
|
+
export declare class DeleteRdMemberListShrinkRequest extends $tea.Model {
|
|
446
|
+
memberListShrink?: string;
|
|
447
|
+
static names(): {
|
|
448
|
+
[key: string]: string;
|
|
449
|
+
};
|
|
450
|
+
static types(): {
|
|
451
|
+
[key: string]: any;
|
|
452
|
+
};
|
|
453
|
+
constructor(map?: {
|
|
454
|
+
[key: string]: any;
|
|
455
|
+
});
|
|
456
|
+
}
|
|
457
|
+
export declare class DeleteRdMemberListResponseBody extends $tea.Model {
|
|
458
|
+
requestId?: string;
|
|
459
|
+
static names(): {
|
|
460
|
+
[key: string]: string;
|
|
461
|
+
};
|
|
462
|
+
static types(): {
|
|
463
|
+
[key: string]: any;
|
|
464
|
+
};
|
|
465
|
+
constructor(map?: {
|
|
466
|
+
[key: string]: any;
|
|
467
|
+
});
|
|
468
|
+
}
|
|
469
|
+
export declare class DeleteRdMemberListResponse extends $tea.Model {
|
|
470
|
+
headers?: {
|
|
471
|
+
[key: string]: string;
|
|
472
|
+
};
|
|
473
|
+
statusCode?: number;
|
|
474
|
+
body?: DeleteRdMemberListResponseBody;
|
|
475
|
+
static names(): {
|
|
476
|
+
[key: string]: string;
|
|
477
|
+
};
|
|
478
|
+
static types(): {
|
|
479
|
+
[key: string]: any;
|
|
480
|
+
};
|
|
481
|
+
constructor(map?: {
|
|
482
|
+
[key: string]: any;
|
|
483
|
+
});
|
|
484
|
+
}
|
|
381
485
|
export declare class DeleteSchedruleOnDemandRequest extends $tea.Model {
|
|
382
486
|
instanceId?: string;
|
|
383
487
|
regionId?: string;
|
|
@@ -956,6 +1060,86 @@ export declare class DescribePackIpListResponse extends $tea.Model {
|
|
|
956
1060
|
[key: string]: any;
|
|
957
1061
|
});
|
|
958
1062
|
}
|
|
1063
|
+
export declare class DescribeRdMemberListRequest extends $tea.Model {
|
|
1064
|
+
pageNo?: number;
|
|
1065
|
+
pageSize?: number;
|
|
1066
|
+
resourceDirectoryId?: string;
|
|
1067
|
+
static names(): {
|
|
1068
|
+
[key: string]: string;
|
|
1069
|
+
};
|
|
1070
|
+
static types(): {
|
|
1071
|
+
[key: string]: any;
|
|
1072
|
+
};
|
|
1073
|
+
constructor(map?: {
|
|
1074
|
+
[key: string]: any;
|
|
1075
|
+
});
|
|
1076
|
+
}
|
|
1077
|
+
export declare class DescribeRdMemberListResponseBody extends $tea.Model {
|
|
1078
|
+
memberList?: DescribeRdMemberListResponseBodyMemberList[];
|
|
1079
|
+
requestId?: string;
|
|
1080
|
+
total?: number;
|
|
1081
|
+
static names(): {
|
|
1082
|
+
[key: string]: string;
|
|
1083
|
+
};
|
|
1084
|
+
static types(): {
|
|
1085
|
+
[key: string]: any;
|
|
1086
|
+
};
|
|
1087
|
+
constructor(map?: {
|
|
1088
|
+
[key: string]: any;
|
|
1089
|
+
});
|
|
1090
|
+
}
|
|
1091
|
+
export declare class DescribeRdMemberListResponse extends $tea.Model {
|
|
1092
|
+
headers?: {
|
|
1093
|
+
[key: string]: string;
|
|
1094
|
+
};
|
|
1095
|
+
statusCode?: number;
|
|
1096
|
+
body?: DescribeRdMemberListResponseBody;
|
|
1097
|
+
static names(): {
|
|
1098
|
+
[key: string]: string;
|
|
1099
|
+
};
|
|
1100
|
+
static types(): {
|
|
1101
|
+
[key: string]: any;
|
|
1102
|
+
};
|
|
1103
|
+
constructor(map?: {
|
|
1104
|
+
[key: string]: any;
|
|
1105
|
+
});
|
|
1106
|
+
}
|
|
1107
|
+
export declare class DescribeRdStatusResponseBody extends $tea.Model {
|
|
1108
|
+
currentUid?: string;
|
|
1109
|
+
currentUidType?: string;
|
|
1110
|
+
enabled?: boolean;
|
|
1111
|
+
localEnable?: boolean;
|
|
1112
|
+
masterUid?: string;
|
|
1113
|
+
remoteEnable?: boolean;
|
|
1114
|
+
requestId?: string;
|
|
1115
|
+
rootUid?: string;
|
|
1116
|
+
servicePrincipalEnabled?: boolean;
|
|
1117
|
+
static names(): {
|
|
1118
|
+
[key: string]: string;
|
|
1119
|
+
};
|
|
1120
|
+
static types(): {
|
|
1121
|
+
[key: string]: any;
|
|
1122
|
+
};
|
|
1123
|
+
constructor(map?: {
|
|
1124
|
+
[key: string]: any;
|
|
1125
|
+
});
|
|
1126
|
+
}
|
|
1127
|
+
export declare class DescribeRdStatusResponse extends $tea.Model {
|
|
1128
|
+
headers?: {
|
|
1129
|
+
[key: string]: string;
|
|
1130
|
+
};
|
|
1131
|
+
statusCode?: number;
|
|
1132
|
+
body?: DescribeRdStatusResponseBody;
|
|
1133
|
+
static names(): {
|
|
1134
|
+
[key: string]: string;
|
|
1135
|
+
};
|
|
1136
|
+
static types(): {
|
|
1137
|
+
[key: string]: any;
|
|
1138
|
+
};
|
|
1139
|
+
constructor(map?: {
|
|
1140
|
+
[key: string]: any;
|
|
1141
|
+
});
|
|
1142
|
+
}
|
|
959
1143
|
export declare class DescribeRegionsRequest extends $tea.Model {
|
|
960
1144
|
regionId?: string;
|
|
961
1145
|
resourceGroupId?: string;
|
|
@@ -1547,6 +1731,18 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
1547
1731
|
[key: string]: any;
|
|
1548
1732
|
});
|
|
1549
1733
|
}
|
|
1734
|
+
export declare class AddRdMemberListRequestMemberList extends $tea.Model {
|
|
1735
|
+
uid?: string;
|
|
1736
|
+
static names(): {
|
|
1737
|
+
[key: string]: string;
|
|
1738
|
+
};
|
|
1739
|
+
static types(): {
|
|
1740
|
+
[key: string]: any;
|
|
1741
|
+
};
|
|
1742
|
+
constructor(map?: {
|
|
1743
|
+
[key: string]: any;
|
|
1744
|
+
});
|
|
1745
|
+
}
|
|
1550
1746
|
export declare class AttachAssetGroupToInstanceRequestAssetGroupList extends $tea.Model {
|
|
1551
1747
|
memberUid?: string;
|
|
1552
1748
|
name?: string;
|
|
@@ -1562,6 +1758,18 @@ export declare class AttachAssetGroupToInstanceRequestAssetGroupList extends $te
|
|
|
1562
1758
|
[key: string]: any;
|
|
1563
1759
|
});
|
|
1564
1760
|
}
|
|
1761
|
+
export declare class DeleteRdMemberListRequestMemberList extends $tea.Model {
|
|
1762
|
+
uid?: string;
|
|
1763
|
+
static names(): {
|
|
1764
|
+
[key: string]: string;
|
|
1765
|
+
};
|
|
1766
|
+
static types(): {
|
|
1767
|
+
[key: string]: any;
|
|
1768
|
+
};
|
|
1769
|
+
constructor(map?: {
|
|
1770
|
+
[key: string]: any;
|
|
1771
|
+
});
|
|
1772
|
+
}
|
|
1565
1773
|
export declare class DescribeAssetGroupResponseBodyAssetGroupList extends $tea.Model {
|
|
1566
1774
|
name?: string;
|
|
1567
1775
|
region?: string;
|
|
@@ -1797,6 +2005,8 @@ export declare class DescribeOpEntitiesResponseBodyOpEntities extends $tea.Model
|
|
|
1797
2005
|
export declare class DescribePackIpListResponseBodyIpList extends $tea.Model {
|
|
1798
2006
|
ip?: string;
|
|
1799
2007
|
memberUid?: string;
|
|
2008
|
+
nsmExpireAt?: number;
|
|
2009
|
+
nsmStartAt?: number;
|
|
1800
2010
|
nsmStatus?: number;
|
|
1801
2011
|
product?: string;
|
|
1802
2012
|
region?: string;
|
|
@@ -1812,6 +2022,20 @@ export declare class DescribePackIpListResponseBodyIpList extends $tea.Model {
|
|
|
1812
2022
|
[key: string]: any;
|
|
1813
2023
|
});
|
|
1814
2024
|
}
|
|
2025
|
+
export declare class DescribeRdMemberListResponseBodyMemberList extends $tea.Model {
|
|
2026
|
+
gmtCreate?: number;
|
|
2027
|
+
name?: string;
|
|
2028
|
+
uid?: string;
|
|
2029
|
+
static names(): {
|
|
2030
|
+
[key: string]: string;
|
|
2031
|
+
};
|
|
2032
|
+
static types(): {
|
|
2033
|
+
[key: string]: any;
|
|
2034
|
+
};
|
|
2035
|
+
constructor(map?: {
|
|
2036
|
+
[key: string]: any;
|
|
2037
|
+
});
|
|
2038
|
+
}
|
|
1815
2039
|
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
1816
2040
|
regionEnName?: string;
|
|
1817
2041
|
regionId?: string;
|
|
@@ -1976,277 +2200,630 @@ export default class Client extends OpenApi {
|
|
|
1976
2200
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
1977
2201
|
[key: string]: string;
|
|
1978
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
|
+
*/
|
|
1979
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
|
+
*/
|
|
1980
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
|
+
*/
|
|
2225
|
+
addRdMemberListWithOptions(tmpReq: AddRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<AddRdMemberListResponse>;
|
|
2226
|
+
/**
|
|
2227
|
+
* @summary 添加资源目录成员账号列表
|
|
2228
|
+
*
|
|
2229
|
+
* @param request AddRdMemberListRequest
|
|
2230
|
+
* @return AddRdMemberListResponse
|
|
2231
|
+
*/
|
|
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
|
+
*/
|
|
1981
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
|
+
*/
|
|
1982
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
|
+
*/
|
|
1983
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
|
+
*/
|
|
1984
2262
|
checkAccessLogAuth(request: CheckAccessLogAuthRequest): Promise<CheckAccessLogAuthResponse>;
|
|
1985
2263
|
/**
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
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
|
|
1993
2273
|
*/
|
|
1994
2274
|
checkGrantWithOptions(request: CheckGrantRequest, runtime: $Util.RuntimeOptions): Promise<CheckGrantResponse>;
|
|
1995
2275
|
/**
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
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
|
|
2002
2284
|
*/
|
|
2003
2285
|
checkGrant(request: CheckGrantRequest): Promise<CheckGrantResponse>;
|
|
2286
|
+
/**
|
|
2287
|
+
* @param request ConfigSchedruleOnDemandRequest
|
|
2288
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2289
|
+
* @return ConfigSchedruleOnDemandResponse
|
|
2290
|
+
*/
|
|
2004
2291
|
configSchedruleOnDemandWithOptions(request: ConfigSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<ConfigSchedruleOnDemandResponse>;
|
|
2292
|
+
/**
|
|
2293
|
+
* @param request ConfigSchedruleOnDemandRequest
|
|
2294
|
+
* @return ConfigSchedruleOnDemandResponse
|
|
2295
|
+
*/
|
|
2005
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
|
+
*/
|
|
2006
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
|
+
*/
|
|
2007
2311
|
createSchedruleOnDemand(request: CreateSchedruleOnDemandRequest): Promise<CreateSchedruleOnDemandResponse>;
|
|
2008
2312
|
/**
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
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
|
|
2017
2323
|
*/
|
|
2018
2324
|
deleteBlackholeWithOptions(request: DeleteBlackholeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBlackholeResponse>;
|
|
2019
2325
|
/**
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
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
|
|
2027
2335
|
*/
|
|
2028
2336
|
deleteBlackhole(request: DeleteBlackholeRequest): Promise<DeleteBlackholeResponse>;
|
|
2029
2337
|
/**
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
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
|
|
2035
2345
|
*/
|
|
2036
2346
|
deleteIpWithOptions(request: DeleteIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpResponse>;
|
|
2037
2347
|
/**
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
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
|
|
2042
2354
|
*/
|
|
2043
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
|
+
*/
|
|
2363
|
+
deleteRdMemberListWithOptions(tmpReq: DeleteRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRdMemberListResponse>;
|
|
2364
|
+
/**
|
|
2365
|
+
* @summary 删除资源目录成员账号列表
|
|
2366
|
+
*
|
|
2367
|
+
* @param request DeleteRdMemberListRequest
|
|
2368
|
+
* @return DeleteRdMemberListResponse
|
|
2369
|
+
*/
|
|
2370
|
+
deleteRdMemberList(request: DeleteRdMemberListRequest): Promise<DeleteRdMemberListResponse>;
|
|
2371
|
+
/**
|
|
2372
|
+
* @param request DeleteSchedruleOnDemandRequest
|
|
2373
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2374
|
+
* @return DeleteSchedruleOnDemandResponse
|
|
2375
|
+
*/
|
|
2044
2376
|
deleteSchedruleOnDemandWithOptions(request: DeleteSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedruleOnDemandResponse>;
|
|
2377
|
+
/**
|
|
2378
|
+
* @param request DeleteSchedruleOnDemandRequest
|
|
2379
|
+
* @return DeleteSchedruleOnDemandResponse
|
|
2380
|
+
*/
|
|
2045
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
|
+
*/
|
|
2046
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
|
+
*/
|
|
2047
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
|
+
*/
|
|
2048
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
|
+
*/
|
|
2049
2411
|
describeAssetGroupToInstance(request: DescribeAssetGroupToInstanceRequest): Promise<DescribeAssetGroupToInstanceResponse>;
|
|
2050
2412
|
/**
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
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
|
|
2058
2422
|
*/
|
|
2059
2423
|
describeDdosEventWithOptions(request: DescribeDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosEventResponse>;
|
|
2060
2424
|
/**
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
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
|
|
2067
2433
|
*/
|
|
2068
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
|
+
*/
|
|
2069
2442
|
describeDdosOriginInstanceBillWithOptions(request: DescribeDdosOriginInstanceBillRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosOriginInstanceBillResponse>;
|
|
2443
|
+
/**
|
|
2444
|
+
* @summary 查询账单
|
|
2445
|
+
*
|
|
2446
|
+
* @param request DescribeDdosOriginInstanceBillRequest
|
|
2447
|
+
* @return DescribeDdosOriginInstanceBillResponse
|
|
2448
|
+
*/
|
|
2070
2449
|
describeDdosOriginInstanceBill(request: DescribeDdosOriginInstanceBillRequest): Promise<DescribeDdosOriginInstanceBillResponse>;
|
|
2071
2450
|
/**
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
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
|
|
2078
2462
|
*/
|
|
2079
2463
|
describeExcpetionCountWithOptions(request: DescribeExcpetionCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcpetionCountResponse>;
|
|
2080
2464
|
/**
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
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
|
|
2086
2475
|
*/
|
|
2087
2476
|
describeExcpetionCount(request: DescribeExcpetionCountRequest): Promise<DescribeExcpetionCountResponse>;
|
|
2088
2477
|
/**
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
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
|
|
2096
2487
|
*/
|
|
2097
2488
|
describeInstanceListWithOptions(request: DescribeInstanceListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceListResponse>;
|
|
2098
2489
|
/**
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
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
|
|
2105
2498
|
*/
|
|
2106
2499
|
describeInstanceList(request: DescribeInstanceListRequest): Promise<DescribeInstanceListResponse>;
|
|
2500
|
+
/**
|
|
2501
|
+
* @param request DescribeInstanceSpecsRequest
|
|
2502
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2503
|
+
* @return DescribeInstanceSpecsResponse
|
|
2504
|
+
*/
|
|
2107
2505
|
describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
|
|
2506
|
+
/**
|
|
2507
|
+
* @param request DescribeInstanceSpecsRequest
|
|
2508
|
+
* @return DescribeInstanceSpecsResponse
|
|
2509
|
+
*/
|
|
2108
2510
|
describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
|
|
2109
2511
|
/**
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
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
|
|
2115
2519
|
*/
|
|
2116
2520
|
describeOnDemandDdosEventWithOptions(request: DescribeOnDemandDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandDdosEventResponse>;
|
|
2117
2521
|
/**
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
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
|
|
2122
2528
|
*/
|
|
2123
2529
|
describeOnDemandDdosEvent(request: DescribeOnDemandDdosEventRequest): Promise<DescribeOnDemandDdosEventResponse>;
|
|
2530
|
+
/**
|
|
2531
|
+
* @param request DescribeOnDemandInstanceStatusRequest
|
|
2532
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2533
|
+
* @return DescribeOnDemandInstanceStatusResponse
|
|
2534
|
+
*/
|
|
2124
2535
|
describeOnDemandInstanceStatusWithOptions(request: DescribeOnDemandInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandInstanceStatusResponse>;
|
|
2536
|
+
/**
|
|
2537
|
+
* @param request DescribeOnDemandInstanceStatusRequest
|
|
2538
|
+
* @return DescribeOnDemandInstanceStatusResponse
|
|
2539
|
+
*/
|
|
2125
2540
|
describeOnDemandInstanceStatus(request: DescribeOnDemandInstanceStatusRequest): Promise<DescribeOnDemandInstanceStatusResponse>;
|
|
2126
2541
|
/**
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
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
|
|
2132
2549
|
*/
|
|
2133
2550
|
describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse>;
|
|
2134
2551
|
/**
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
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
|
|
2139
2558
|
*/
|
|
2140
2559
|
describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
|
|
2141
2560
|
/**
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
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
|
|
2149
2570
|
*/
|
|
2150
2571
|
describePackIpListWithOptions(request: DescribePackIpListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackIpListResponse>;
|
|
2151
2572
|
/**
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
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
|
|
2158
2581
|
*/
|
|
2159
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
|
+
*/
|
|
2590
|
+
describeRdMemberListWithOptions(request: DescribeRdMemberListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRdMemberListResponse>;
|
|
2591
|
+
/**
|
|
2592
|
+
* @summary 查询资源目录成员账号列表
|
|
2593
|
+
*
|
|
2594
|
+
* @param request DescribeRdMemberListRequest
|
|
2595
|
+
* @return DescribeRdMemberListResponse
|
|
2596
|
+
*/
|
|
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
|
+
*/
|
|
2605
|
+
describeRdStatusWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeRdStatusResponse>;
|
|
2606
|
+
/**
|
|
2607
|
+
* @summary 查询RD状态
|
|
2608
|
+
*
|
|
2609
|
+
* @return DescribeRdStatusResponse
|
|
2610
|
+
*/
|
|
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
|
+
*/
|
|
2160
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
|
+
*/
|
|
2161
2626
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
2162
2627
|
/**
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
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
|
|
2171
2638
|
*/
|
|
2172
2639
|
describeTrafficWithOptions(request: DescribeTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficResponse>;
|
|
2173
2640
|
/**
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
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
|
|
2181
2650
|
*/
|
|
2182
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
|
+
*/
|
|
2183
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
|
+
*/
|
|
2184
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
|
+
*/
|
|
2185
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
|
+
*/
|
|
2186
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
|
+
*/
|
|
2187
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
|
+
*/
|
|
2188
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
|
+
*/
|
|
2189
2704
|
listTagKeysWithOptions(request: ListTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<ListTagKeysResponse>;
|
|
2705
|
+
/**
|
|
2706
|
+
* @summary Queries all tags.
|
|
2707
|
+
*
|
|
2708
|
+
* @param request ListTagKeysRequest
|
|
2709
|
+
* @return ListTagKeysResponse
|
|
2710
|
+
*/
|
|
2190
2711
|
listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
|
|
2191
2712
|
/**
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
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
|
|
2197
2718
|
*/
|
|
2198
2719
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
2199
2720
|
/**
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
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
|
|
2204
2725
|
*/
|
|
2205
2726
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
2206
2727
|
/**
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
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
|
|
2214
2737
|
*/
|
|
2215
2738
|
modifyRemarkWithOptions(request: ModifyRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRemarkResponse>;
|
|
2216
2739
|
/**
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
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
|
|
2223
2748
|
*/
|
|
2224
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
|
+
*/
|
|
2225
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
|
+
*/
|
|
2226
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
|
+
*/
|
|
2227
2772
|
releaseDdosOriginInstanceWithOptions(request: ReleaseDdosOriginInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseDdosOriginInstanceResponse>;
|
|
2773
|
+
/**
|
|
2774
|
+
* @summary 释放原生防护全局实例
|
|
2775
|
+
*
|
|
2776
|
+
* @param request ReleaseDdosOriginInstanceRequest
|
|
2777
|
+
* @return ReleaseDdosOriginInstanceResponse
|
|
2778
|
+
*/
|
|
2228
2779
|
releaseDdosOriginInstance(request: ReleaseDdosOriginInstanceRequest): Promise<ReleaseDdosOriginInstanceResponse>;
|
|
2780
|
+
/**
|
|
2781
|
+
* @param request SetInstanceModeOnDemandRequest
|
|
2782
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2783
|
+
* @return SetInstanceModeOnDemandResponse
|
|
2784
|
+
*/
|
|
2229
2785
|
setInstanceModeOnDemandWithOptions(request: SetInstanceModeOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<SetInstanceModeOnDemandResponse>;
|
|
2786
|
+
/**
|
|
2787
|
+
* @param request SetInstanceModeOnDemandRequest
|
|
2788
|
+
* @return SetInstanceModeOnDemandResponse
|
|
2789
|
+
*/
|
|
2230
2790
|
setInstanceModeOnDemand(request: SetInstanceModeOnDemandRequest): Promise<SetInstanceModeOnDemandResponse>;
|
|
2231
2791
|
/**
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
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
|
|
2239
2801
|
*/
|
|
2240
2802
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
2241
2803
|
/**
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
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
|
|
2248
2812
|
*/
|
|
2249
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
|
+
*/
|
|
2250
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
|
+
*/
|
|
2251
2828
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
2252
2829
|
}
|