@alicloud/esa20240910 2.15.0 → 2.17.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 +727 -55
- package/dist/client.js +443 -29
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +966 -13
package/dist/client.d.ts
CHANGED
|
@@ -3354,6 +3354,58 @@ export declare class DescribeDDoSL7QpsListResponseBodyDataModule extends $dara.M
|
|
|
3354
3354
|
[key: string]: any;
|
|
3355
3355
|
});
|
|
3356
3356
|
}
|
|
3357
|
+
export declare class DescribeEdgeContainerAppStatsResponseBodyPoints extends $dara.Model {
|
|
3358
|
+
/**
|
|
3359
|
+
* @example
|
|
3360
|
+
* 0.1
|
|
3361
|
+
*/
|
|
3362
|
+
containerCpuUsageSecondsQuotaRate?: number;
|
|
3363
|
+
/**
|
|
3364
|
+
* @example
|
|
3365
|
+
* 2
|
|
3366
|
+
*/
|
|
3367
|
+
containerCpuUsageSecondsTotal?: number;
|
|
3368
|
+
/**
|
|
3369
|
+
* @example
|
|
3370
|
+
* 0
|
|
3371
|
+
*/
|
|
3372
|
+
containerFsReadsBytesAvg?: number;
|
|
3373
|
+
/**
|
|
3374
|
+
* @example
|
|
3375
|
+
* 0
|
|
3376
|
+
*/
|
|
3377
|
+
containerFsWritesBytesAvg?: number;
|
|
3378
|
+
/**
|
|
3379
|
+
* @example
|
|
3380
|
+
* 0.1
|
|
3381
|
+
*/
|
|
3382
|
+
containerMemoryRss?: number;
|
|
3383
|
+
/**
|
|
3384
|
+
* @example
|
|
3385
|
+
* 1
|
|
3386
|
+
*/
|
|
3387
|
+
containerMemoryRssQuotaRate?: number;
|
|
3388
|
+
/**
|
|
3389
|
+
* @example
|
|
3390
|
+
* 100
|
|
3391
|
+
*/
|
|
3392
|
+
podReadyRate?: number;
|
|
3393
|
+
/**
|
|
3394
|
+
* @example
|
|
3395
|
+
* 2024-01-18T15:04:05Z
|
|
3396
|
+
*/
|
|
3397
|
+
time?: string;
|
|
3398
|
+
static names(): {
|
|
3399
|
+
[key: string]: string;
|
|
3400
|
+
};
|
|
3401
|
+
static types(): {
|
|
3402
|
+
[key: string]: any;
|
|
3403
|
+
};
|
|
3404
|
+
validate(): void;
|
|
3405
|
+
constructor(map?: {
|
|
3406
|
+
[key: string]: any;
|
|
3407
|
+
});
|
|
3408
|
+
}
|
|
3357
3409
|
export declare class DescribePreloadTasksResponseBodyTasks extends $dara.Model {
|
|
3358
3410
|
/**
|
|
3359
3411
|
* @remarks
|
|
@@ -5964,6 +6016,7 @@ export declare class GetSiteResponseBodySiteModel extends $dara.Model {
|
|
|
5964
6016
|
* male1-1.ialicdn.com,female1-1.ialicdn.com
|
|
5965
6017
|
*/
|
|
5966
6018
|
nameServerList?: string;
|
|
6019
|
+
offlineReason?: string;
|
|
5967
6020
|
/**
|
|
5968
6021
|
* @remarks
|
|
5969
6022
|
* The plan name.
|
|
@@ -8039,16 +8092,29 @@ export declare class ListHttpRequestHeaderModificationRulesResponseBodyConfigs e
|
|
|
8039
8092
|
}
|
|
8040
8093
|
export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigsResponseHeaderModification extends $dara.Model {
|
|
8041
8094
|
/**
|
|
8095
|
+
* @remarks
|
|
8096
|
+
* The name of the response header.
|
|
8097
|
+
*
|
|
8042
8098
|
* @example
|
|
8043
8099
|
* headerName
|
|
8044
8100
|
*/
|
|
8045
8101
|
name?: string;
|
|
8046
8102
|
/**
|
|
8103
|
+
* @remarks
|
|
8104
|
+
* The action. Valid values:
|
|
8105
|
+
*
|
|
8106
|
+
* * add: adds a response header.
|
|
8107
|
+
* * del: deletes a response header.
|
|
8108
|
+
* * modify: modifies a response header.
|
|
8109
|
+
*
|
|
8047
8110
|
* @example
|
|
8048
8111
|
* add
|
|
8049
8112
|
*/
|
|
8050
8113
|
operation?: string;
|
|
8051
8114
|
/**
|
|
8115
|
+
* @remarks
|
|
8116
|
+
* The value of the response header.
|
|
8117
|
+
*
|
|
8052
8118
|
* @example
|
|
8053
8119
|
* headerValue
|
|
8054
8120
|
*/
|
|
@@ -8066,37 +8132,68 @@ export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigsR
|
|
|
8066
8132
|
}
|
|
8067
8133
|
export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigs extends $dara.Model {
|
|
8068
8134
|
/**
|
|
8135
|
+
* @remarks
|
|
8136
|
+
* The configuration ID.
|
|
8137
|
+
*
|
|
8069
8138
|
* @example
|
|
8070
8139
|
* 35281609698****
|
|
8071
8140
|
*/
|
|
8072
8141
|
configId?: number;
|
|
8073
8142
|
/**
|
|
8143
|
+
* @remarks
|
|
8144
|
+
* The type of the configuration. Valid values:
|
|
8145
|
+
*
|
|
8146
|
+
* * global: global configuration.
|
|
8147
|
+
* * rule: rule configuration.
|
|
8148
|
+
*
|
|
8074
8149
|
* @example
|
|
8075
8150
|
* rule
|
|
8076
8151
|
*/
|
|
8077
8152
|
configType?: string;
|
|
8153
|
+
/**
|
|
8154
|
+
* @remarks
|
|
8155
|
+
* The configurations of modifying response headers. You can add, delete, or modify a response header.
|
|
8156
|
+
*/
|
|
8078
8157
|
responseHeaderModification?: ListHttpResponseHeaderModificationRulesResponseBodyConfigsResponseHeaderModification[];
|
|
8079
8158
|
/**
|
|
8159
|
+
* @remarks
|
|
8160
|
+
* The rule content.
|
|
8161
|
+
*
|
|
8080
8162
|
* @example
|
|
8081
8163
|
* (http.host eq "video.example.com")
|
|
8082
8164
|
*/
|
|
8083
8165
|
rule?: string;
|
|
8084
8166
|
/**
|
|
8167
|
+
* @remarks
|
|
8168
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
8169
|
+
*
|
|
8170
|
+
* * on
|
|
8171
|
+
* * off
|
|
8172
|
+
*
|
|
8085
8173
|
* @example
|
|
8086
8174
|
* on
|
|
8087
8175
|
*/
|
|
8088
8176
|
ruleEnable?: string;
|
|
8089
8177
|
/**
|
|
8178
|
+
* @remarks
|
|
8179
|
+
* The rule name.
|
|
8180
|
+
*
|
|
8090
8181
|
* @example
|
|
8091
8182
|
* rule_example
|
|
8092
8183
|
*/
|
|
8093
8184
|
ruleName?: string;
|
|
8094
8185
|
/**
|
|
8186
|
+
* @remarks
|
|
8187
|
+
* The order in which the rule is executed.
|
|
8188
|
+
*
|
|
8095
8189
|
* @example
|
|
8096
8190
|
* 1
|
|
8097
8191
|
*/
|
|
8098
8192
|
sequence?: number;
|
|
8099
8193
|
/**
|
|
8194
|
+
* @remarks
|
|
8195
|
+
* The version number of the website configurations.
|
|
8196
|
+
*
|
|
8100
8197
|
* @example
|
|
8101
8198
|
* 0
|
|
8102
8199
|
*/
|
|
@@ -8303,41 +8400,74 @@ export declare class ListHttpsBasicConfigurationsResponseBodyConfigs extends $da
|
|
|
8303
8400
|
}
|
|
8304
8401
|
export declare class ListImageTransformsResponseBodyConfigs extends $dara.Model {
|
|
8305
8402
|
/**
|
|
8403
|
+
* @remarks
|
|
8404
|
+
* The configuration ID,
|
|
8405
|
+
*
|
|
8306
8406
|
* @example
|
|
8307
8407
|
* 395386449776640
|
|
8308
8408
|
*/
|
|
8309
8409
|
configId?: number;
|
|
8310
8410
|
/**
|
|
8411
|
+
* @remarks
|
|
8412
|
+
* The type of the configuration. Valid values:
|
|
8413
|
+
*
|
|
8414
|
+
* * global: global configuration.
|
|
8415
|
+
* * rule: rule configuration.
|
|
8416
|
+
*
|
|
8311
8417
|
* @example
|
|
8312
8418
|
* global
|
|
8313
8419
|
*/
|
|
8314
8420
|
configType?: string;
|
|
8315
8421
|
/**
|
|
8422
|
+
* @remarks
|
|
8423
|
+
* Indicates whether cache reserve is enabled. Indicates whether the task name is valid. Valid values:
|
|
8424
|
+
*
|
|
8425
|
+
* * **on**
|
|
8426
|
+
* * **off**
|
|
8427
|
+
*
|
|
8316
8428
|
* @example
|
|
8317
8429
|
* on
|
|
8318
8430
|
*/
|
|
8319
8431
|
enable?: string;
|
|
8320
8432
|
/**
|
|
8433
|
+
* @remarks
|
|
8434
|
+
* The rule content, which is a policy or conditional expression.
|
|
8435
|
+
*
|
|
8321
8436
|
* @example
|
|
8322
8437
|
* (http.request.uri.path.file_name eq \\"jpg\\")
|
|
8323
8438
|
*/
|
|
8324
8439
|
rule?: string;
|
|
8325
8440
|
/**
|
|
8441
|
+
* @remarks
|
|
8442
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
8443
|
+
*
|
|
8444
|
+
* * on
|
|
8445
|
+
* * off
|
|
8446
|
+
*
|
|
8326
8447
|
* @example
|
|
8327
8448
|
* on
|
|
8328
8449
|
*/
|
|
8329
8450
|
ruleEnable?: string;
|
|
8330
8451
|
/**
|
|
8452
|
+
* @remarks
|
|
8453
|
+
* The rule name.
|
|
8454
|
+
*
|
|
8331
8455
|
* @example
|
|
8332
8456
|
* test
|
|
8333
8457
|
*/
|
|
8334
8458
|
ruleName?: string;
|
|
8335
8459
|
/**
|
|
8460
|
+
* @remarks
|
|
8461
|
+
* The order in which the rule is executed.
|
|
8462
|
+
*
|
|
8336
8463
|
* @example
|
|
8337
8464
|
* 1
|
|
8338
8465
|
*/
|
|
8339
8466
|
sequence?: number;
|
|
8340
8467
|
/**
|
|
8468
|
+
* @remarks
|
|
8469
|
+
* The version number of the website.
|
|
8470
|
+
*
|
|
8341
8471
|
* @example
|
|
8342
8472
|
* 1
|
|
8343
8473
|
*/
|
|
@@ -8534,6 +8664,9 @@ export declare class ListListsRequestQueryArgs extends $dara.Model {
|
|
|
8534
8664
|
*/
|
|
8535
8665
|
itemLike?: string;
|
|
8536
8666
|
/**
|
|
8667
|
+
* @remarks
|
|
8668
|
+
* The type of the custom list.
|
|
8669
|
+
*
|
|
8537
8670
|
* @example
|
|
8538
8671
|
* ip
|
|
8539
8672
|
*/
|
|
@@ -9780,56 +9913,106 @@ export declare class ListRecordsResponseBodyRecords extends $dara.Model {
|
|
|
9780
9913
|
}
|
|
9781
9914
|
export declare class ListRedirectRulesResponseBodyConfigs extends $dara.Model {
|
|
9782
9915
|
/**
|
|
9916
|
+
* @remarks
|
|
9917
|
+
* The configuration ID.
|
|
9918
|
+
*
|
|
9783
9919
|
* @example
|
|
9784
9920
|
* 35281609698****
|
|
9785
9921
|
*/
|
|
9786
9922
|
configId?: number;
|
|
9787
9923
|
/**
|
|
9924
|
+
* @remarks
|
|
9925
|
+
* The type of the configuration. Valid values:
|
|
9926
|
+
*
|
|
9927
|
+
* * global: global configuration.
|
|
9928
|
+
* * rule: rule configuration.
|
|
9929
|
+
*
|
|
9788
9930
|
* @example
|
|
9789
9931
|
* rule
|
|
9790
9932
|
*/
|
|
9791
9933
|
configType?: string;
|
|
9792
9934
|
/**
|
|
9935
|
+
* @remarks
|
|
9936
|
+
* Indicates whether the feature of retaining the query string is enabled. Valid values:
|
|
9937
|
+
*
|
|
9938
|
+
* * on
|
|
9939
|
+
* * off
|
|
9940
|
+
*
|
|
9793
9941
|
* @example
|
|
9794
9942
|
* on
|
|
9795
9943
|
*/
|
|
9796
9944
|
reserveQueryString?: string;
|
|
9797
9945
|
/**
|
|
9946
|
+
* @remarks
|
|
9947
|
+
* The rule content.
|
|
9948
|
+
*
|
|
9798
9949
|
* @example
|
|
9799
9950
|
* (http.host eq "video.example.com")
|
|
9800
9951
|
*/
|
|
9801
9952
|
rule?: string;
|
|
9802
9953
|
/**
|
|
9954
|
+
* @remarks
|
|
9955
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
9956
|
+
*
|
|
9957
|
+
* * on
|
|
9958
|
+
* * off
|
|
9959
|
+
*
|
|
9803
9960
|
* @example
|
|
9804
9961
|
* on
|
|
9805
9962
|
*/
|
|
9806
9963
|
ruleEnable?: string;
|
|
9807
9964
|
/**
|
|
9965
|
+
* @remarks
|
|
9966
|
+
* The rule name.
|
|
9967
|
+
*
|
|
9808
9968
|
* @example
|
|
9809
9969
|
* rule_example
|
|
9810
9970
|
*/
|
|
9811
9971
|
ruleName?: string;
|
|
9812
9972
|
/**
|
|
9973
|
+
* @remarks
|
|
9974
|
+
* The order in which the rule is executed.
|
|
9975
|
+
*
|
|
9813
9976
|
* @example
|
|
9814
9977
|
* 1
|
|
9815
9978
|
*/
|
|
9816
9979
|
sequence?: number;
|
|
9817
9980
|
/**
|
|
9981
|
+
* @remarks
|
|
9982
|
+
* The version of the website configurations.
|
|
9983
|
+
*
|
|
9818
9984
|
* @example
|
|
9819
9985
|
* 1
|
|
9820
9986
|
*/
|
|
9821
9987
|
siteVersion?: number;
|
|
9822
9988
|
/**
|
|
9989
|
+
* @remarks
|
|
9990
|
+
* The response code that you want to use to indicate URL redirection. Valid values:
|
|
9991
|
+
*
|
|
9992
|
+
* * 301
|
|
9993
|
+
* * 302
|
|
9994
|
+
* * 303
|
|
9995
|
+
* * 307
|
|
9996
|
+
* * 308
|
|
9997
|
+
*
|
|
9823
9998
|
* @example
|
|
9824
9999
|
* 301
|
|
9825
10000
|
*/
|
|
9826
10001
|
statusCode?: string;
|
|
9827
10002
|
/**
|
|
10003
|
+
* @remarks
|
|
10004
|
+
* The destination URL to which requests are redirected.
|
|
10005
|
+
*
|
|
9828
10006
|
* @example
|
|
9829
10007
|
* http://www.exapmle.com/index.html
|
|
9830
10008
|
*/
|
|
9831
10009
|
targetUrl?: string;
|
|
9832
10010
|
/**
|
|
10011
|
+
* @remarks
|
|
10012
|
+
* The redirect type. Valid values:
|
|
10013
|
+
*
|
|
10014
|
+
* * static
|
|
10015
|
+
*
|
|
9833
10016
|
* @example
|
|
9834
10017
|
* static
|
|
9835
10018
|
*/
|
|
@@ -9847,56 +10030,99 @@ export declare class ListRedirectRulesResponseBodyConfigs extends $dara.Model {
|
|
|
9847
10030
|
}
|
|
9848
10031
|
export declare class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model {
|
|
9849
10032
|
/**
|
|
10033
|
+
* @remarks
|
|
10034
|
+
* The configuration ID.
|
|
10035
|
+
*
|
|
9850
10036
|
* @example
|
|
9851
10037
|
* 39538644977****
|
|
9852
10038
|
*/
|
|
9853
10039
|
configId?: number;
|
|
9854
10040
|
/**
|
|
10041
|
+
* @remarks
|
|
10042
|
+
* The type of the configuration. Valid values:
|
|
10043
|
+
*
|
|
10044
|
+
* * global: global configuration.
|
|
10045
|
+
* * rule: rule configuration.
|
|
10046
|
+
*
|
|
9855
10047
|
* @example
|
|
9856
10048
|
* global
|
|
9857
10049
|
*/
|
|
9858
10050
|
configType?: string;
|
|
9859
10051
|
/**
|
|
10052
|
+
* @remarks
|
|
10053
|
+
* The desired query string to which you want to rewrite the query string in the original request.
|
|
10054
|
+
*
|
|
9860
10055
|
* @example
|
|
9861
10056
|
* example=123
|
|
9862
10057
|
*/
|
|
9863
10058
|
queryString?: string;
|
|
9864
10059
|
/**
|
|
10060
|
+
* @remarks
|
|
10061
|
+
* The query string rewrite method. Valid values:
|
|
10062
|
+
*
|
|
10063
|
+
* * static
|
|
10064
|
+
*
|
|
9865
10065
|
* @example
|
|
9866
10066
|
* static
|
|
9867
10067
|
*/
|
|
9868
10068
|
rewriteQueryStringType?: string;
|
|
9869
10069
|
/**
|
|
10070
|
+
* @remarks
|
|
10071
|
+
* The path rewrite method. Valid values:
|
|
10072
|
+
*
|
|
10073
|
+
* * static
|
|
10074
|
+
*
|
|
9870
10075
|
* @example
|
|
9871
10076
|
* static
|
|
9872
10077
|
*/
|
|
9873
10078
|
rewriteUriType?: string;
|
|
9874
10079
|
/**
|
|
10080
|
+
* @remarks
|
|
10081
|
+
* The rule content.
|
|
10082
|
+
*
|
|
9875
10083
|
* @example
|
|
9876
10084
|
* (http.host eq "video.example.com")
|
|
9877
10085
|
*/
|
|
9878
10086
|
rule?: string;
|
|
9879
10087
|
/**
|
|
10088
|
+
* @remarks
|
|
10089
|
+
* Indicates whether the rule is enabled. Valid values:
|
|
10090
|
+
*
|
|
10091
|
+
* * on
|
|
10092
|
+
* * off
|
|
10093
|
+
*
|
|
9880
10094
|
* @example
|
|
9881
10095
|
* on
|
|
9882
10096
|
*/
|
|
9883
10097
|
ruleEnable?: string;
|
|
9884
10098
|
/**
|
|
10099
|
+
* @remarks
|
|
10100
|
+
* The rule name.
|
|
10101
|
+
*
|
|
9885
10102
|
* @example
|
|
9886
10103
|
* rule_example
|
|
9887
10104
|
*/
|
|
9888
10105
|
ruleName?: string;
|
|
9889
10106
|
/**
|
|
10107
|
+
* @remarks
|
|
10108
|
+
* The order in which the rule is executed.
|
|
10109
|
+
*
|
|
9890
10110
|
* @example
|
|
9891
10111
|
* 1
|
|
9892
10112
|
*/
|
|
9893
10113
|
sequence?: number;
|
|
9894
10114
|
/**
|
|
10115
|
+
* @remarks
|
|
10116
|
+
* The version number of the website configurations.
|
|
10117
|
+
*
|
|
9895
10118
|
* @example
|
|
9896
10119
|
* 0
|
|
9897
10120
|
*/
|
|
9898
10121
|
siteVersion?: number;
|
|
9899
10122
|
/**
|
|
10123
|
+
* @remarks
|
|
10124
|
+
* The desired URI to which you want to rewrite the path in the original request.
|
|
10125
|
+
*
|
|
9900
10126
|
* @example
|
|
9901
10127
|
* /image.example.com/index.html
|
|
9902
10128
|
*/
|
|
@@ -10303,6 +10529,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
10303
10529
|
* male1-1.ialicdn.com,female1-1.ialicdn.com
|
|
10304
10530
|
*/
|
|
10305
10531
|
nameServerList?: string;
|
|
10532
|
+
offlineReason?: string;
|
|
10306
10533
|
/**
|
|
10307
10534
|
* @remarks
|
|
10308
10535
|
* The plan name.
|
|
@@ -14193,7 +14420,7 @@ export declare class CreateCustomScenePolicyRequest extends $dara.Model {
|
|
|
14193
14420
|
* @remarks
|
|
14194
14421
|
* The time when the policy expires.
|
|
14195
14422
|
*
|
|
14196
|
-
*
|
|
14423
|
+
* The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
14197
14424
|
*
|
|
14198
14425
|
* This parameter is required.
|
|
14199
14426
|
*
|
|
@@ -14223,7 +14450,7 @@ export declare class CreateCustomScenePolicyRequest extends $dara.Model {
|
|
|
14223
14450
|
* @remarks
|
|
14224
14451
|
* The time when the policy takes effect.
|
|
14225
14452
|
*
|
|
14226
|
-
*
|
|
14453
|
+
* The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
14227
14454
|
*
|
|
14228
14455
|
* This parameter is required.
|
|
14229
14456
|
*
|
|
@@ -21710,7 +21937,7 @@ export declare class DeleteWaitingRoomRuleResponse extends $dara.Model {
|
|
|
21710
21937
|
export declare class DescribeCustomScenePoliciesRequest extends $dara.Model {
|
|
21711
21938
|
/**
|
|
21712
21939
|
* @remarks
|
|
21713
|
-
* The page
|
|
21940
|
+
* The number of the page to return. Valid values: **1 to 100000**.
|
|
21714
21941
|
*
|
|
21715
21942
|
* This parameter is required.
|
|
21716
21943
|
*
|
|
@@ -21720,7 +21947,7 @@ export declare class DescribeCustomScenePoliciesRequest extends $dara.Model {
|
|
|
21720
21947
|
pageNumber?: number;
|
|
21721
21948
|
/**
|
|
21722
21949
|
* @remarks
|
|
21723
|
-
* The number of entries per page. Default value: 10
|
|
21950
|
+
* The number of entries per page. Default value: **10**. Valid values: **5**, **10**, or **20**.
|
|
21724
21951
|
*
|
|
21725
21952
|
* @example
|
|
21726
21953
|
* 10
|
|
@@ -21728,7 +21955,7 @@ export declare class DescribeCustomScenePoliciesRequest extends $dara.Model {
|
|
|
21728
21955
|
pageSize?: number;
|
|
21729
21956
|
/**
|
|
21730
21957
|
* @remarks
|
|
21731
|
-
* The ID
|
|
21958
|
+
* The rule ID.
|
|
21732
21959
|
*
|
|
21733
21960
|
* @example
|
|
21734
21961
|
* 1234****
|
|
@@ -22169,17 +22396,48 @@ export declare class DescribeDDoSL7QpsListResponse extends $dara.Model {
|
|
|
22169
22396
|
[key: string]: any;
|
|
22170
22397
|
});
|
|
22171
22398
|
}
|
|
22172
|
-
export declare class
|
|
22399
|
+
export declare class DescribeEdgeContainerAppStatsRequest extends $dara.Model {
|
|
22173
22400
|
/**
|
|
22174
22401
|
* @remarks
|
|
22175
|
-
*
|
|
22402
|
+
* This parameter is required.
|
|
22176
22403
|
*
|
|
22404
|
+
* @example
|
|
22405
|
+
* app-xxxx
|
|
22406
|
+
*/
|
|
22407
|
+
app?: string;
|
|
22408
|
+
/**
|
|
22409
|
+
* @example
|
|
22410
|
+
* 2024-09-02T16:04:05Z
|
|
22411
|
+
*/
|
|
22412
|
+
endTime?: string;
|
|
22413
|
+
/**
|
|
22414
|
+
* @remarks
|
|
22177
22415
|
* This parameter is required.
|
|
22178
22416
|
*
|
|
22179
22417
|
* @example
|
|
22180
|
-
*
|
|
22418
|
+
* pod_ready_rate
|
|
22181
22419
|
*/
|
|
22182
|
-
|
|
22420
|
+
fields?: string;
|
|
22421
|
+
/**
|
|
22422
|
+
* @example
|
|
22423
|
+
* telecom,unicom,cmcc
|
|
22424
|
+
*/
|
|
22425
|
+
isp?: string;
|
|
22426
|
+
/**
|
|
22427
|
+
* @example
|
|
22428
|
+
* huizhou
|
|
22429
|
+
*/
|
|
22430
|
+
locate?: string;
|
|
22431
|
+
/**
|
|
22432
|
+
* @example
|
|
22433
|
+
* 2024-09-02T15:04:05Z
|
|
22434
|
+
*/
|
|
22435
|
+
startTime?: string;
|
|
22436
|
+
/**
|
|
22437
|
+
* @example
|
|
22438
|
+
* t-xxxx
|
|
22439
|
+
*/
|
|
22440
|
+
tenant?: string;
|
|
22183
22441
|
static names(): {
|
|
22184
22442
|
[key: string]: string;
|
|
22185
22443
|
};
|
|
@@ -22191,47 +22449,23 @@ export declare class DescribeHttpDDoSAttackIntelligentProtectionRequest extends
|
|
|
22191
22449
|
[key: string]: any;
|
|
22192
22450
|
});
|
|
22193
22451
|
}
|
|
22194
|
-
export declare class
|
|
22195
|
-
|
|
22196
|
-
|
|
22197
|
-
|
|
22198
|
-
|
|
22199
|
-
|
|
22200
|
-
|
|
22201
|
-
|
|
22202
|
-
|
|
22203
|
-
* defense
|
|
22204
|
-
*/
|
|
22205
|
-
aiMode?: string;
|
|
22452
|
+
export declare class DescribeEdgeContainerAppStatsResponseBody extends $dara.Model {
|
|
22453
|
+
cpuUsageSecondsQuotaRateAvg?: number;
|
|
22454
|
+
cpuUsageSecondsTotalAvg?: number;
|
|
22455
|
+
fsReadsBytesAvgAvg?: number;
|
|
22456
|
+
fsWritesBytesAvgAvg?: number;
|
|
22457
|
+
memoryRssAvg?: number;
|
|
22458
|
+
memoryRssQuotaRateAvg?: number;
|
|
22459
|
+
podReadyRateAvg?: number;
|
|
22460
|
+
points?: DescribeEdgeContainerAppStatsResponseBodyPoints[];
|
|
22206
22461
|
/**
|
|
22207
22462
|
* @remarks
|
|
22208
|
-
*
|
|
22209
|
-
*
|
|
22210
|
-
* * **level0**: very loose.
|
|
22211
|
-
* * **level30**: loose.
|
|
22212
|
-
* * **level60**: normal.
|
|
22213
|
-
* * **level90**: strict.
|
|
22214
|
-
*
|
|
22215
|
-
* @example
|
|
22216
|
-
* level60
|
|
22217
|
-
*/
|
|
22218
|
-
aiTemplate?: string;
|
|
22219
|
-
/**
|
|
22220
|
-
* @remarks
|
|
22221
|
-
* The request ID.
|
|
22463
|
+
* Id of the request
|
|
22222
22464
|
*
|
|
22223
22465
|
* @example
|
|
22224
|
-
*
|
|
22466
|
+
* 35C66C7B-671H-4297-9187-2C4477247A78
|
|
22225
22467
|
*/
|
|
22226
22468
|
requestId?: string;
|
|
22227
|
-
/**
|
|
22228
|
-
* @remarks
|
|
22229
|
-
* The website ID.
|
|
22230
|
-
*
|
|
22231
|
-
* @example
|
|
22232
|
-
* 123456****
|
|
22233
|
-
*/
|
|
22234
|
-
siteId?: number;
|
|
22235
22469
|
static names(): {
|
|
22236
22470
|
[key: string]: string;
|
|
22237
22471
|
};
|
|
@@ -22243,12 +22477,12 @@ export declare class DescribeHttpDDoSAttackIntelligentProtectionResponseBody ext
|
|
|
22243
22477
|
[key: string]: any;
|
|
22244
22478
|
});
|
|
22245
22479
|
}
|
|
22246
|
-
export declare class
|
|
22480
|
+
export declare class DescribeEdgeContainerAppStatsResponse extends $dara.Model {
|
|
22247
22481
|
headers?: {
|
|
22248
22482
|
[key: string]: string;
|
|
22249
22483
|
};
|
|
22250
22484
|
statusCode?: number;
|
|
22251
|
-
body?:
|
|
22485
|
+
body?: DescribeEdgeContainerAppStatsResponseBody;
|
|
22252
22486
|
static names(): {
|
|
22253
22487
|
[key: string]: string;
|
|
22254
22488
|
};
|
|
@@ -22260,7 +22494,98 @@ export declare class DescribeHttpDDoSAttackIntelligentProtectionResponse extends
|
|
|
22260
22494
|
[key: string]: any;
|
|
22261
22495
|
});
|
|
22262
22496
|
}
|
|
22263
|
-
export declare class
|
|
22497
|
+
export declare class DescribeHttpDDoSAttackIntelligentProtectionRequest extends $dara.Model {
|
|
22498
|
+
/**
|
|
22499
|
+
* @remarks
|
|
22500
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
22501
|
+
*
|
|
22502
|
+
* This parameter is required.
|
|
22503
|
+
*
|
|
22504
|
+
* @example
|
|
22505
|
+
* 123456****
|
|
22506
|
+
*/
|
|
22507
|
+
siteId?: number;
|
|
22508
|
+
static names(): {
|
|
22509
|
+
[key: string]: string;
|
|
22510
|
+
};
|
|
22511
|
+
static types(): {
|
|
22512
|
+
[key: string]: any;
|
|
22513
|
+
};
|
|
22514
|
+
validate(): void;
|
|
22515
|
+
constructor(map?: {
|
|
22516
|
+
[key: string]: any;
|
|
22517
|
+
});
|
|
22518
|
+
}
|
|
22519
|
+
export declare class DescribeHttpDDoSAttackIntelligentProtectionResponseBody extends $dara.Model {
|
|
22520
|
+
/**
|
|
22521
|
+
* @remarks
|
|
22522
|
+
* The mode of smart HTTP DDoS protection. Valid values:
|
|
22523
|
+
*
|
|
22524
|
+
* * **observe**: alert.
|
|
22525
|
+
* * **defense**: block.
|
|
22526
|
+
*
|
|
22527
|
+
* @example
|
|
22528
|
+
* defense
|
|
22529
|
+
*/
|
|
22530
|
+
aiMode?: string;
|
|
22531
|
+
/**
|
|
22532
|
+
* @remarks
|
|
22533
|
+
* The level of smart HTTP DDoS protection. Valid values:
|
|
22534
|
+
*
|
|
22535
|
+
* * **level0**: very loose.
|
|
22536
|
+
* * **level30**: loose.
|
|
22537
|
+
* * **level60**: normal.
|
|
22538
|
+
* * **level90**: strict.
|
|
22539
|
+
*
|
|
22540
|
+
* @example
|
|
22541
|
+
* level60
|
|
22542
|
+
*/
|
|
22543
|
+
aiTemplate?: string;
|
|
22544
|
+
/**
|
|
22545
|
+
* @remarks
|
|
22546
|
+
* The request ID.
|
|
22547
|
+
*
|
|
22548
|
+
* @example
|
|
22549
|
+
* CB1A380B-09F0-41BB-3C82-72F8FD6DA2FE
|
|
22550
|
+
*/
|
|
22551
|
+
requestId?: string;
|
|
22552
|
+
/**
|
|
22553
|
+
* @remarks
|
|
22554
|
+
* The website ID.
|
|
22555
|
+
*
|
|
22556
|
+
* @example
|
|
22557
|
+
* 123456****
|
|
22558
|
+
*/
|
|
22559
|
+
siteId?: number;
|
|
22560
|
+
static names(): {
|
|
22561
|
+
[key: string]: string;
|
|
22562
|
+
};
|
|
22563
|
+
static types(): {
|
|
22564
|
+
[key: string]: any;
|
|
22565
|
+
};
|
|
22566
|
+
validate(): void;
|
|
22567
|
+
constructor(map?: {
|
|
22568
|
+
[key: string]: any;
|
|
22569
|
+
});
|
|
22570
|
+
}
|
|
22571
|
+
export declare class DescribeHttpDDoSAttackIntelligentProtectionResponse extends $dara.Model {
|
|
22572
|
+
headers?: {
|
|
22573
|
+
[key: string]: string;
|
|
22574
|
+
};
|
|
22575
|
+
statusCode?: number;
|
|
22576
|
+
body?: DescribeHttpDDoSAttackIntelligentProtectionResponseBody;
|
|
22577
|
+
static names(): {
|
|
22578
|
+
[key: string]: string;
|
|
22579
|
+
};
|
|
22580
|
+
static types(): {
|
|
22581
|
+
[key: string]: any;
|
|
22582
|
+
};
|
|
22583
|
+
validate(): void;
|
|
22584
|
+
constructor(map?: {
|
|
22585
|
+
[key: string]: any;
|
|
22586
|
+
});
|
|
22587
|
+
}
|
|
22588
|
+
export declare class DescribeHttpDDoSAttackProtectionRequest extends $dara.Model {
|
|
22264
22589
|
/**
|
|
22265
22590
|
* @remarks
|
|
22266
22591
|
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
@@ -24173,6 +24498,63 @@ export declare class GetEdgeContainerAppResponse extends $dara.Model {
|
|
|
24173
24498
|
[key: string]: any;
|
|
24174
24499
|
});
|
|
24175
24500
|
}
|
|
24501
|
+
export declare class GetEdgeContainerAppLogRiverRequest extends $dara.Model {
|
|
24502
|
+
/**
|
|
24503
|
+
* @example
|
|
24504
|
+
* app-880688675****88
|
|
24505
|
+
*/
|
|
24506
|
+
appId?: string;
|
|
24507
|
+
static names(): {
|
|
24508
|
+
[key: string]: string;
|
|
24509
|
+
};
|
|
24510
|
+
static types(): {
|
|
24511
|
+
[key: string]: any;
|
|
24512
|
+
};
|
|
24513
|
+
validate(): void;
|
|
24514
|
+
constructor(map?: {
|
|
24515
|
+
[key: string]: any;
|
|
24516
|
+
});
|
|
24517
|
+
}
|
|
24518
|
+
export declare class GetEdgeContainerAppLogRiverResponseBody extends $dara.Model {
|
|
24519
|
+
/**
|
|
24520
|
+
* @example
|
|
24521
|
+
* /root/hello.log
|
|
24522
|
+
*/
|
|
24523
|
+
path?: string;
|
|
24524
|
+
/**
|
|
24525
|
+
* @example
|
|
24526
|
+
* 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
|
|
24527
|
+
*/
|
|
24528
|
+
requestId?: string;
|
|
24529
|
+
stdout?: boolean;
|
|
24530
|
+
static names(): {
|
|
24531
|
+
[key: string]: string;
|
|
24532
|
+
};
|
|
24533
|
+
static types(): {
|
|
24534
|
+
[key: string]: any;
|
|
24535
|
+
};
|
|
24536
|
+
validate(): void;
|
|
24537
|
+
constructor(map?: {
|
|
24538
|
+
[key: string]: any;
|
|
24539
|
+
});
|
|
24540
|
+
}
|
|
24541
|
+
export declare class GetEdgeContainerAppLogRiverResponse extends $dara.Model {
|
|
24542
|
+
headers?: {
|
|
24543
|
+
[key: string]: string;
|
|
24544
|
+
};
|
|
24545
|
+
statusCode?: number;
|
|
24546
|
+
body?: GetEdgeContainerAppLogRiverResponseBody;
|
|
24547
|
+
static names(): {
|
|
24548
|
+
[key: string]: string;
|
|
24549
|
+
};
|
|
24550
|
+
static types(): {
|
|
24551
|
+
[key: string]: any;
|
|
24552
|
+
};
|
|
24553
|
+
validate(): void;
|
|
24554
|
+
constructor(map?: {
|
|
24555
|
+
[key: string]: any;
|
|
24556
|
+
});
|
|
24557
|
+
}
|
|
24176
24558
|
export declare class GetEdgeContainerAppStatusRequest extends $dara.Model {
|
|
24177
24559
|
/**
|
|
24178
24560
|
* @remarks
|
|
@@ -30678,32 +31060,54 @@ export declare class ListHttpRequestHeaderModificationRulesResponse extends $dar
|
|
|
30678
31060
|
}
|
|
30679
31061
|
export declare class ListHttpResponseHeaderModificationRulesRequest extends $dara.Model {
|
|
30680
31062
|
/**
|
|
31063
|
+
* @remarks
|
|
31064
|
+
* The configuration ID.
|
|
31065
|
+
*
|
|
30681
31066
|
* @example
|
|
30682
31067
|
* 35281609698****
|
|
30683
31068
|
*/
|
|
30684
31069
|
configId?: number;
|
|
30685
31070
|
/**
|
|
31071
|
+
* @remarks
|
|
31072
|
+
* The configuration type to query. Valid values:
|
|
31073
|
+
*
|
|
31074
|
+
* * global: global configurations.
|
|
31075
|
+
* * rule: queries rule configurations.
|
|
31076
|
+
*
|
|
31077
|
+
* If this parameter is left empty, all configuration types are returned.
|
|
31078
|
+
*
|
|
30686
31079
|
* @example
|
|
30687
31080
|
* rule
|
|
30688
31081
|
*/
|
|
30689
31082
|
configType?: string;
|
|
30690
31083
|
/**
|
|
31084
|
+
* @remarks
|
|
31085
|
+
* The page number. Pages start from page 1.
|
|
31086
|
+
*
|
|
30691
31087
|
* @example
|
|
30692
31088
|
* 1
|
|
30693
31089
|
*/
|
|
30694
31090
|
pageNumber?: number;
|
|
30695
31091
|
/**
|
|
31092
|
+
* @remarks
|
|
31093
|
+
* The number of entries returned on each page. Default value: 500. Valid values: 1 to 500.
|
|
31094
|
+
*
|
|
30696
31095
|
* @example
|
|
30697
31096
|
* 20
|
|
30698
31097
|
*/
|
|
30699
31098
|
pageSize?: number;
|
|
30700
31099
|
/**
|
|
31100
|
+
* @remarks
|
|
31101
|
+
* The rule name.
|
|
31102
|
+
*
|
|
30701
31103
|
* @example
|
|
30702
31104
|
* rule_example
|
|
30703
31105
|
*/
|
|
30704
31106
|
ruleName?: string;
|
|
30705
31107
|
/**
|
|
30706
31108
|
* @remarks
|
|
31109
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
31110
|
+
*
|
|
30707
31111
|
* This parameter is required.
|
|
30708
31112
|
*
|
|
30709
31113
|
* @example
|
|
@@ -30711,6 +31115,9 @@ export declare class ListHttpResponseHeaderModificationRulesRequest extends $dar
|
|
|
30711
31115
|
*/
|
|
30712
31116
|
siteId?: number;
|
|
30713
31117
|
/**
|
|
31118
|
+
* @remarks
|
|
31119
|
+
* The version number of the website configurations.
|
|
31120
|
+
*
|
|
30714
31121
|
* @example
|
|
30715
31122
|
* 0
|
|
30716
31123
|
*/
|
|
@@ -30727,28 +31134,47 @@ export declare class ListHttpResponseHeaderModificationRulesRequest extends $dar
|
|
|
30727
31134
|
});
|
|
30728
31135
|
}
|
|
30729
31136
|
export declare class ListHttpResponseHeaderModificationRulesResponseBody extends $dara.Model {
|
|
31137
|
+
/**
|
|
31138
|
+
* @remarks
|
|
31139
|
+
* The configuration list of modifying a response header.
|
|
31140
|
+
*/
|
|
30730
31141
|
configs?: ListHttpResponseHeaderModificationRulesResponseBodyConfigs[];
|
|
30731
31142
|
/**
|
|
31143
|
+
* @remarks
|
|
31144
|
+
* The page number.
|
|
31145
|
+
*
|
|
30732
31146
|
* @example
|
|
30733
31147
|
* 1
|
|
30734
31148
|
*/
|
|
30735
31149
|
pageNumber?: number;
|
|
30736
31150
|
/**
|
|
31151
|
+
* @remarks
|
|
31152
|
+
* The number of entries per page.
|
|
31153
|
+
*
|
|
30737
31154
|
* @example
|
|
30738
31155
|
* 20
|
|
30739
31156
|
*/
|
|
30740
31157
|
pageSize?: number;
|
|
30741
31158
|
/**
|
|
31159
|
+
* @remarks
|
|
31160
|
+
* The request ID.
|
|
31161
|
+
*
|
|
30742
31162
|
* @example
|
|
30743
31163
|
* CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
|
|
30744
31164
|
*/
|
|
30745
31165
|
requestId?: string;
|
|
30746
31166
|
/**
|
|
31167
|
+
* @remarks
|
|
31168
|
+
* The total number of entries.
|
|
31169
|
+
*
|
|
30747
31170
|
* @example
|
|
30748
31171
|
* 14
|
|
30749
31172
|
*/
|
|
30750
31173
|
totalCount?: number;
|
|
30751
31174
|
/**
|
|
31175
|
+
* @remarks
|
|
31176
|
+
* The total number of pages returned.
|
|
31177
|
+
*
|
|
30752
31178
|
* @example
|
|
30753
31179
|
* 1
|
|
30754
31180
|
*/
|
|
@@ -30988,32 +31414,54 @@ export declare class ListHttpsBasicConfigurationsResponse extends $dara.Model {
|
|
|
30988
31414
|
}
|
|
30989
31415
|
export declare class ListImageTransformsRequest extends $dara.Model {
|
|
30990
31416
|
/**
|
|
31417
|
+
* @remarks
|
|
31418
|
+
* The configuration ID, which can be obtained by calling the ListImageTransforms operation.[](~~2869056~~)
|
|
31419
|
+
*
|
|
30991
31420
|
* @example
|
|
30992
31421
|
* 352816096987136
|
|
30993
31422
|
*/
|
|
30994
31423
|
configId?: number;
|
|
30995
31424
|
/**
|
|
31425
|
+
* @remarks
|
|
31426
|
+
* The configuration type to query. Valid values:
|
|
31427
|
+
*
|
|
31428
|
+
* * global: global configurations.
|
|
31429
|
+
* * rule: rule configurations.
|
|
31430
|
+
*
|
|
31431
|
+
* This parameter takes effect only when parameter functionName is specified. If this parameter is left empty, all configuration types are returned.
|
|
31432
|
+
*
|
|
30996
31433
|
* @example
|
|
30997
31434
|
* global
|
|
30998
31435
|
*/
|
|
30999
31436
|
configType?: string;
|
|
31000
31437
|
/**
|
|
31438
|
+
* @remarks
|
|
31439
|
+
* The page number. Default value: 1.
|
|
31440
|
+
*
|
|
31001
31441
|
* @example
|
|
31002
31442
|
* 1
|
|
31003
31443
|
*/
|
|
31004
31444
|
pageNumber?: number;
|
|
31005
31445
|
/**
|
|
31446
|
+
* @remarks
|
|
31447
|
+
* The number of entries per page. Maximum value: 500. Default value: 500.
|
|
31448
|
+
*
|
|
31006
31449
|
* @example
|
|
31007
31450
|
* 20
|
|
31008
31451
|
*/
|
|
31009
31452
|
pageSize?: number;
|
|
31010
31453
|
/**
|
|
31454
|
+
* @remarks
|
|
31455
|
+
* The rule name. This parameter takes effect only when parameter functionName is specified.
|
|
31456
|
+
*
|
|
31011
31457
|
* @example
|
|
31012
31458
|
* test1
|
|
31013
31459
|
*/
|
|
31014
31460
|
ruleName?: string;
|
|
31015
31461
|
/**
|
|
31016
31462
|
* @remarks
|
|
31463
|
+
* The website ID. You can call the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation to obtain the ID.
|
|
31464
|
+
*
|
|
31017
31465
|
* This parameter is required.
|
|
31018
31466
|
*
|
|
31019
31467
|
* @example
|
|
@@ -31021,6 +31469,9 @@ export declare class ListImageTransformsRequest extends $dara.Model {
|
|
|
31021
31469
|
*/
|
|
31022
31470
|
siteId?: number;
|
|
31023
31471
|
/**
|
|
31472
|
+
* @remarks
|
|
31473
|
+
* The version number of the website. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.
|
|
31474
|
+
*
|
|
31024
31475
|
* @example
|
|
31025
31476
|
* 1
|
|
31026
31477
|
*/
|
|
@@ -31037,28 +31488,47 @@ export declare class ListImageTransformsRequest extends $dara.Model {
|
|
|
31037
31488
|
});
|
|
31038
31489
|
}
|
|
31039
31490
|
export declare class ListImageTransformsResponseBody extends $dara.Model {
|
|
31491
|
+
/**
|
|
31492
|
+
* @remarks
|
|
31493
|
+
* The configurations.
|
|
31494
|
+
*/
|
|
31040
31495
|
configs?: ListImageTransformsResponseBodyConfigs[];
|
|
31041
31496
|
/**
|
|
31497
|
+
* @remarks
|
|
31498
|
+
* The page number returned.
|
|
31499
|
+
*
|
|
31042
31500
|
* @example
|
|
31043
31501
|
* 1
|
|
31044
31502
|
*/
|
|
31045
31503
|
pageNumber?: number;
|
|
31046
31504
|
/**
|
|
31505
|
+
* @remarks
|
|
31506
|
+
* The number of entries per page. Valid values: **1 to 500**. Default value: **500**.
|
|
31507
|
+
*
|
|
31047
31508
|
* @example
|
|
31048
31509
|
* 10
|
|
31049
31510
|
*/
|
|
31050
31511
|
pageSize?: number;
|
|
31051
31512
|
/**
|
|
31513
|
+
* @remarks
|
|
31514
|
+
* The request ID.
|
|
31515
|
+
*
|
|
31052
31516
|
* @example
|
|
31053
31517
|
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
31054
31518
|
*/
|
|
31055
31519
|
requestId?: string;
|
|
31056
31520
|
/**
|
|
31521
|
+
* @remarks
|
|
31522
|
+
* The total number of records returned.
|
|
31523
|
+
*
|
|
31057
31524
|
* @example
|
|
31058
31525
|
* 16
|
|
31059
31526
|
*/
|
|
31060
31527
|
totalCount?: number;
|
|
31061
31528
|
/**
|
|
31529
|
+
* @remarks
|
|
31530
|
+
* The total number of pages.
|
|
31531
|
+
*
|
|
31062
31532
|
* @example
|
|
31063
31533
|
* 2
|
|
31064
31534
|
*/
|
|
@@ -32590,32 +33060,52 @@ export declare class ListRecordsResponse extends $dara.Model {
|
|
|
32590
33060
|
}
|
|
32591
33061
|
export declare class ListRedirectRulesRequest extends $dara.Model {
|
|
32592
33062
|
/**
|
|
33063
|
+
* @remarks
|
|
33064
|
+
* The configuration ID,
|
|
33065
|
+
*
|
|
32593
33066
|
* @example
|
|
32594
33067
|
* 35281609698****
|
|
32595
33068
|
*/
|
|
32596
33069
|
configId?: number;
|
|
32597
33070
|
/**
|
|
33071
|
+
* @remarks
|
|
33072
|
+
* The type of the configuration. Valid values:
|
|
33073
|
+
*
|
|
33074
|
+
* * global: global configuration.
|
|
33075
|
+
* * rule: rule configuration.
|
|
33076
|
+
*
|
|
32598
33077
|
* @example
|
|
32599
33078
|
* rule
|
|
32600
33079
|
*/
|
|
32601
33080
|
configType?: string;
|
|
32602
33081
|
/**
|
|
33082
|
+
* @remarks
|
|
33083
|
+
* The page number. Pages start from page 1.
|
|
33084
|
+
*
|
|
32603
33085
|
* @example
|
|
32604
33086
|
* 1
|
|
32605
33087
|
*/
|
|
32606
33088
|
pageNumber?: number;
|
|
32607
33089
|
/**
|
|
33090
|
+
* @remarks
|
|
33091
|
+
* The number of entries per page. Default value: **500**. Valid values: **1 to 500**.
|
|
33092
|
+
*
|
|
32608
33093
|
* @example
|
|
32609
33094
|
* 20
|
|
32610
33095
|
*/
|
|
32611
33096
|
pageSize?: number;
|
|
32612
33097
|
/**
|
|
33098
|
+
* @remarks
|
|
33099
|
+
* The rule name.
|
|
33100
|
+
*
|
|
32613
33101
|
* @example
|
|
32614
33102
|
* rule_example
|
|
32615
33103
|
*/
|
|
32616
33104
|
ruleName?: string;
|
|
32617
33105
|
/**
|
|
32618
33106
|
* @remarks
|
|
33107
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
33108
|
+
*
|
|
32619
33109
|
* This parameter is required.
|
|
32620
33110
|
*
|
|
32621
33111
|
* @example
|
|
@@ -32623,6 +33113,9 @@ export declare class ListRedirectRulesRequest extends $dara.Model {
|
|
|
32623
33113
|
*/
|
|
32624
33114
|
siteId?: number;
|
|
32625
33115
|
/**
|
|
33116
|
+
* @remarks
|
|
33117
|
+
* The version of the website configurations.
|
|
33118
|
+
*
|
|
32626
33119
|
* @example
|
|
32627
33120
|
* 0
|
|
32628
33121
|
*/
|
|
@@ -32639,28 +33132,47 @@ export declare class ListRedirectRulesRequest extends $dara.Model {
|
|
|
32639
33132
|
});
|
|
32640
33133
|
}
|
|
32641
33134
|
export declare class ListRedirectRulesResponseBody extends $dara.Model {
|
|
33135
|
+
/**
|
|
33136
|
+
* @remarks
|
|
33137
|
+
* The configuration list of the the URL redirect rule.
|
|
33138
|
+
*/
|
|
32642
33139
|
configs?: ListRedirectRulesResponseBodyConfigs[];
|
|
32643
33140
|
/**
|
|
33141
|
+
* @remarks
|
|
33142
|
+
* The page number returned.
|
|
33143
|
+
*
|
|
32644
33144
|
* @example
|
|
32645
33145
|
* 1
|
|
32646
33146
|
*/
|
|
32647
33147
|
pageNumber?: number;
|
|
32648
33148
|
/**
|
|
33149
|
+
* @remarks
|
|
33150
|
+
* The number of entries per page.
|
|
33151
|
+
*
|
|
32649
33152
|
* @example
|
|
32650
33153
|
* 20
|
|
32651
33154
|
*/
|
|
32652
33155
|
pageSize?: number;
|
|
32653
33156
|
/**
|
|
33157
|
+
* @remarks
|
|
33158
|
+
* The request ID.
|
|
33159
|
+
*
|
|
32654
33160
|
* @example
|
|
32655
33161
|
* EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395
|
|
32656
33162
|
*/
|
|
32657
33163
|
requestId?: string;
|
|
32658
33164
|
/**
|
|
33165
|
+
* @remarks
|
|
33166
|
+
* The total number of entries.
|
|
33167
|
+
*
|
|
32659
33168
|
* @example
|
|
32660
33169
|
* 10
|
|
32661
33170
|
*/
|
|
32662
33171
|
totalCount?: number;
|
|
32663
33172
|
/**
|
|
33173
|
+
* @remarks
|
|
33174
|
+
* The total number of pages returned.
|
|
33175
|
+
*
|
|
32664
33176
|
* @example
|
|
32665
33177
|
* 1
|
|
32666
33178
|
*/
|
|
@@ -32695,32 +33207,54 @@ export declare class ListRedirectRulesResponse extends $dara.Model {
|
|
|
32695
33207
|
}
|
|
32696
33208
|
export declare class ListRewriteUrlRulesRequest extends $dara.Model {
|
|
32697
33209
|
/**
|
|
33210
|
+
* @remarks
|
|
33211
|
+
* The configuration ID.
|
|
33212
|
+
*
|
|
32698
33213
|
* @example
|
|
32699
33214
|
* 35281609698****
|
|
32700
33215
|
*/
|
|
32701
33216
|
configId?: number;
|
|
32702
33217
|
/**
|
|
33218
|
+
* @remarks
|
|
33219
|
+
* The configuration type to query. Valid values:
|
|
33220
|
+
*
|
|
33221
|
+
* * global: global configurations.
|
|
33222
|
+
* * rule: rule configurations.
|
|
33223
|
+
*
|
|
33224
|
+
* If this parameter is left empty, all configuration types are returned. This parameter takes effect only when parameter functionName is specified.
|
|
33225
|
+
*
|
|
32703
33226
|
* @example
|
|
32704
33227
|
* global
|
|
32705
33228
|
*/
|
|
32706
33229
|
configType?: string;
|
|
32707
33230
|
/**
|
|
33231
|
+
* @remarks
|
|
33232
|
+
* The page number. Pages start from page 1.
|
|
33233
|
+
*
|
|
32708
33234
|
* @example
|
|
32709
33235
|
* 1
|
|
32710
33236
|
*/
|
|
32711
33237
|
pageNumber?: number;
|
|
32712
33238
|
/**
|
|
33239
|
+
* @remarks
|
|
33240
|
+
* The number of entries per page. Valid values: **1 to 500**. Default value: **500**.
|
|
33241
|
+
*
|
|
32713
33242
|
* @example
|
|
32714
33243
|
* 10
|
|
32715
33244
|
*/
|
|
32716
33245
|
pageSize?: number;
|
|
32717
33246
|
/**
|
|
33247
|
+
* @remarks
|
|
33248
|
+
* The rule name.
|
|
33249
|
+
*
|
|
32718
33250
|
* @example
|
|
32719
33251
|
* rule_example
|
|
32720
33252
|
*/
|
|
32721
33253
|
ruleName?: string;
|
|
32722
33254
|
/**
|
|
32723
33255
|
* @remarks
|
|
33256
|
+
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
33257
|
+
*
|
|
32724
33258
|
* This parameter is required.
|
|
32725
33259
|
*
|
|
32726
33260
|
* @example
|
|
@@ -32728,6 +33262,9 @@ export declare class ListRewriteUrlRulesRequest extends $dara.Model {
|
|
|
32728
33262
|
*/
|
|
32729
33263
|
siteId?: number;
|
|
32730
33264
|
/**
|
|
33265
|
+
* @remarks
|
|
33266
|
+
* The version number of the website configurations. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.
|
|
33267
|
+
*
|
|
32731
33268
|
* @example
|
|
32732
33269
|
* 0
|
|
32733
33270
|
*/
|
|
@@ -32744,28 +33281,47 @@ export declare class ListRewriteUrlRulesRequest extends $dara.Model {
|
|
|
32744
33281
|
});
|
|
32745
33282
|
}
|
|
32746
33283
|
export declare class ListRewriteUrlRulesResponseBody extends $dara.Model {
|
|
33284
|
+
/**
|
|
33285
|
+
* @remarks
|
|
33286
|
+
* The URL rewrite configuration list.
|
|
33287
|
+
*/
|
|
32747
33288
|
configs?: ListRewriteUrlRulesResponseBodyConfigs[];
|
|
32748
33289
|
/**
|
|
33290
|
+
* @remarks
|
|
33291
|
+
* The page number returned.
|
|
33292
|
+
*
|
|
32749
33293
|
* @example
|
|
32750
33294
|
* 1
|
|
32751
33295
|
*/
|
|
32752
33296
|
pageNumber?: number;
|
|
32753
33297
|
/**
|
|
33298
|
+
* @remarks
|
|
33299
|
+
* The number of entries per page.
|
|
33300
|
+
*
|
|
32754
33301
|
* @example
|
|
32755
33302
|
* 10
|
|
32756
33303
|
*/
|
|
32757
33304
|
pageSize?: number;
|
|
32758
33305
|
/**
|
|
33306
|
+
* @remarks
|
|
33307
|
+
* The request ID.
|
|
33308
|
+
*
|
|
32759
33309
|
* @example
|
|
32760
33310
|
* CB1A380B-09F0-41BB-280B-72F8FD6DA2FE
|
|
32761
33311
|
*/
|
|
32762
33312
|
requestId?: string;
|
|
32763
33313
|
/**
|
|
33314
|
+
* @remarks
|
|
33315
|
+
* The total number of entries.
|
|
33316
|
+
*
|
|
32764
33317
|
* @example
|
|
32765
33318
|
* 8
|
|
32766
33319
|
*/
|
|
32767
33320
|
totalCount?: number;
|
|
32768
33321
|
/**
|
|
33322
|
+
* @remarks
|
|
33323
|
+
* The total number of pages returned.
|
|
33324
|
+
*
|
|
32769
33325
|
* @example
|
|
32770
33326
|
* 1
|
|
32771
33327
|
*/
|
|
@@ -37567,6 +38123,77 @@ export declare class UpdateDevelopmentModeResponse extends $dara.Model {
|
|
|
37567
38123
|
[key: string]: any;
|
|
37568
38124
|
});
|
|
37569
38125
|
}
|
|
38126
|
+
export declare class UpdateEdgeContainerAppLogRiverRequest extends $dara.Model {
|
|
38127
|
+
/**
|
|
38128
|
+
* @example
|
|
38129
|
+
* app-88068867578379****
|
|
38130
|
+
*/
|
|
38131
|
+
appId?: string;
|
|
38132
|
+
/**
|
|
38133
|
+
* @example
|
|
38134
|
+
* /root/hello.log
|
|
38135
|
+
*/
|
|
38136
|
+
path?: string;
|
|
38137
|
+
/**
|
|
38138
|
+
* @example
|
|
38139
|
+
* true
|
|
38140
|
+
*/
|
|
38141
|
+
stdout?: boolean;
|
|
38142
|
+
static names(): {
|
|
38143
|
+
[key: string]: string;
|
|
38144
|
+
};
|
|
38145
|
+
static types(): {
|
|
38146
|
+
[key: string]: any;
|
|
38147
|
+
};
|
|
38148
|
+
validate(): void;
|
|
38149
|
+
constructor(map?: {
|
|
38150
|
+
[key: string]: any;
|
|
38151
|
+
});
|
|
38152
|
+
}
|
|
38153
|
+
export declare class UpdateEdgeContainerAppLogRiverResponseBody extends $dara.Model {
|
|
38154
|
+
/**
|
|
38155
|
+
* @example
|
|
38156
|
+
* /root/hello.log
|
|
38157
|
+
*/
|
|
38158
|
+
path?: string;
|
|
38159
|
+
/**
|
|
38160
|
+
* @example
|
|
38161
|
+
* 42DE97FA-45D2-5615-9A31-55D9EC0D7563
|
|
38162
|
+
*/
|
|
38163
|
+
requestId?: string;
|
|
38164
|
+
/**
|
|
38165
|
+
* @example
|
|
38166
|
+
* true
|
|
38167
|
+
*/
|
|
38168
|
+
stdout?: boolean;
|
|
38169
|
+
static names(): {
|
|
38170
|
+
[key: string]: string;
|
|
38171
|
+
};
|
|
38172
|
+
static types(): {
|
|
38173
|
+
[key: string]: any;
|
|
38174
|
+
};
|
|
38175
|
+
validate(): void;
|
|
38176
|
+
constructor(map?: {
|
|
38177
|
+
[key: string]: any;
|
|
38178
|
+
});
|
|
38179
|
+
}
|
|
38180
|
+
export declare class UpdateEdgeContainerAppLogRiverResponse extends $dara.Model {
|
|
38181
|
+
headers?: {
|
|
38182
|
+
[key: string]: string;
|
|
38183
|
+
};
|
|
38184
|
+
statusCode?: number;
|
|
38185
|
+
body?: UpdateEdgeContainerAppLogRiverResponseBody;
|
|
38186
|
+
static names(): {
|
|
38187
|
+
[key: string]: string;
|
|
38188
|
+
};
|
|
38189
|
+
static types(): {
|
|
38190
|
+
[key: string]: any;
|
|
38191
|
+
};
|
|
38192
|
+
validate(): void;
|
|
38193
|
+
constructor(map?: {
|
|
38194
|
+
[key: string]: any;
|
|
38195
|
+
});
|
|
38196
|
+
}
|
|
37570
38197
|
export declare class UpdateHttpRequestHeaderModificationRuleRequest extends $dara.Model {
|
|
37571
38198
|
/**
|
|
37572
38199
|
* @remarks
|
|
@@ -43504,6 +44131,21 @@ export default class Client extends OpenApi {
|
|
|
43504
44131
|
* @returns DescribeDDoSL7QpsListResponse
|
|
43505
44132
|
*/
|
|
43506
44133
|
describeDDoSL7QpsList(request: DescribeDDoSL7QpsListRequest): Promise<DescribeDDoSL7QpsListResponse>;
|
|
44134
|
+
/**
|
|
44135
|
+
* 将天眼提供给XCDN边缘容器的监控OpenAPI适配成青蓝的OpenAPI
|
|
44136
|
+
*
|
|
44137
|
+
* @param request - DescribeEdgeContainerAppStatsRequest
|
|
44138
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
44139
|
+
* @returns DescribeEdgeContainerAppStatsResponse
|
|
44140
|
+
*/
|
|
44141
|
+
describeEdgeContainerAppStatsWithOptions(request: DescribeEdgeContainerAppStatsRequest, runtime: $dara.RuntimeOptions): Promise<DescribeEdgeContainerAppStatsResponse>;
|
|
44142
|
+
/**
|
|
44143
|
+
* 将天眼提供给XCDN边缘容器的监控OpenAPI适配成青蓝的OpenAPI
|
|
44144
|
+
*
|
|
44145
|
+
* @param request - DescribeEdgeContainerAppStatsRequest
|
|
44146
|
+
* @returns DescribeEdgeContainerAppStatsResponse
|
|
44147
|
+
*/
|
|
44148
|
+
describeEdgeContainerAppStats(request: DescribeEdgeContainerAppStatsRequest): Promise<DescribeEdgeContainerAppStatsResponse>;
|
|
43507
44149
|
/**
|
|
43508
44150
|
* Queries the configuration of smart HTTP DDoS protection for a website.
|
|
43509
44151
|
*
|
|
@@ -43830,6 +44472,21 @@ export default class Client extends OpenApi {
|
|
|
43830
44472
|
* @returns GetEdgeContainerAppResponse
|
|
43831
44473
|
*/
|
|
43832
44474
|
getEdgeContainerApp(request: GetEdgeContainerAppRequest): Promise<GetEdgeContainerAppResponse>;
|
|
44475
|
+
/**
|
|
44476
|
+
* 获取边缘容器应用日志采集配置
|
|
44477
|
+
*
|
|
44478
|
+
* @param request - GetEdgeContainerAppLogRiverRequest
|
|
44479
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
44480
|
+
* @returns GetEdgeContainerAppLogRiverResponse
|
|
44481
|
+
*/
|
|
44482
|
+
getEdgeContainerAppLogRiverWithOptions(request: GetEdgeContainerAppLogRiverRequest, runtime: $dara.RuntimeOptions): Promise<GetEdgeContainerAppLogRiverResponse>;
|
|
44483
|
+
/**
|
|
44484
|
+
* 获取边缘容器应用日志采集配置
|
|
44485
|
+
*
|
|
44486
|
+
* @param request - GetEdgeContainerAppLogRiverRequest
|
|
44487
|
+
* @returns GetEdgeContainerAppLogRiverResponse
|
|
44488
|
+
*/
|
|
44489
|
+
getEdgeContainerAppLogRiver(request: GetEdgeContainerAppLogRiverRequest): Promise<GetEdgeContainerAppLogRiverResponse>;
|
|
43833
44490
|
/**
|
|
43834
44491
|
* Queries the status information about a containerized application, including the deployment, release, and rollback of the application.
|
|
43835
44492
|
*
|
|
@@ -44824,7 +45481,7 @@ export default class Client extends OpenApi {
|
|
|
44824
45481
|
*/
|
|
44825
45482
|
listHttpRequestHeaderModificationRules(request: ListHttpRequestHeaderModificationRulesRequest): Promise<ListHttpRequestHeaderModificationRulesResponse>;
|
|
44826
45483
|
/**
|
|
44827
|
-
*
|
|
45484
|
+
* Queries the configuration details of an HTTP response header modification rule for a website.
|
|
44828
45485
|
*
|
|
44829
45486
|
* @param request - ListHttpResponseHeaderModificationRulesRequest
|
|
44830
45487
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -44832,7 +45489,7 @@ export default class Client extends OpenApi {
|
|
|
44832
45489
|
*/
|
|
44833
45490
|
listHttpResponseHeaderModificationRulesWithOptions(request: ListHttpResponseHeaderModificationRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListHttpResponseHeaderModificationRulesResponse>;
|
|
44834
45491
|
/**
|
|
44835
|
-
*
|
|
45492
|
+
* Queries the configuration details of an HTTP response header modification rule for a website.
|
|
44836
45493
|
*
|
|
44837
45494
|
* @param request - ListHttpResponseHeaderModificationRulesRequest
|
|
44838
45495
|
* @returns ListHttpResponseHeaderModificationRulesResponse
|
|
@@ -44869,7 +45526,7 @@ export default class Client extends OpenApi {
|
|
|
44869
45526
|
*/
|
|
44870
45527
|
listHttpsBasicConfigurations(request: ListHttpsBasicConfigurationsRequest): Promise<ListHttpsBasicConfigurationsResponse>;
|
|
44871
45528
|
/**
|
|
44872
|
-
*
|
|
45529
|
+
* Queries the details of image conversion configurations for multiple websites.
|
|
44873
45530
|
*
|
|
44874
45531
|
* @param request - ListImageTransformsRequest
|
|
44875
45532
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -44877,7 +45534,7 @@ export default class Client extends OpenApi {
|
|
|
44877
45534
|
*/
|
|
44878
45535
|
listImageTransformsWithOptions(request: ListImageTransformsRequest, runtime: $dara.RuntimeOptions): Promise<ListImageTransformsResponse>;
|
|
44879
45536
|
/**
|
|
44880
|
-
*
|
|
45537
|
+
* Queries the details of image conversion configurations for multiple websites.
|
|
44881
45538
|
*
|
|
44882
45539
|
* @param request - ListImageTransformsRequest
|
|
44883
45540
|
* @returns ListImageTransformsResponse
|
|
@@ -45091,7 +45748,7 @@ export default class Client extends OpenApi {
|
|
|
45091
45748
|
*/
|
|
45092
45749
|
listRecords(request: ListRecordsRequest): Promise<ListRecordsResponse>;
|
|
45093
45750
|
/**
|
|
45094
|
-
*
|
|
45751
|
+
* Queries the configuration details of a URL redirect rule for a website.
|
|
45095
45752
|
*
|
|
45096
45753
|
* @param request - ListRedirectRulesRequest
|
|
45097
45754
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45099,14 +45756,14 @@ export default class Client extends OpenApi {
|
|
|
45099
45756
|
*/
|
|
45100
45757
|
listRedirectRulesWithOptions(request: ListRedirectRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListRedirectRulesResponse>;
|
|
45101
45758
|
/**
|
|
45102
|
-
*
|
|
45759
|
+
* Queries the configuration details of a URL redirect rule for a website.
|
|
45103
45760
|
*
|
|
45104
45761
|
* @param request - ListRedirectRulesRequest
|
|
45105
45762
|
* @returns ListRedirectRulesResponse
|
|
45106
45763
|
*/
|
|
45107
45764
|
listRedirectRules(request: ListRedirectRulesRequest): Promise<ListRedirectRulesResponse>;
|
|
45108
45765
|
/**
|
|
45109
|
-
*
|
|
45766
|
+
* Queries the details of rewrite URL configurations.
|
|
45110
45767
|
*
|
|
45111
45768
|
* @param request - ListRewriteUrlRulesRequest
|
|
45112
45769
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45114,7 +45771,7 @@ export default class Client extends OpenApi {
|
|
|
45114
45771
|
*/
|
|
45115
45772
|
listRewriteUrlRulesWithOptions(request: ListRewriteUrlRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListRewriteUrlRulesResponse>;
|
|
45116
45773
|
/**
|
|
45117
|
-
*
|
|
45774
|
+
* Queries the details of rewrite URL configurations.
|
|
45118
45775
|
*
|
|
45119
45776
|
* @param request - ListRewriteUrlRulesRequest
|
|
45120
45777
|
* @returns ListRewriteUrlRulesResponse
|
|
@@ -45832,6 +46489,21 @@ export default class Client extends OpenApi {
|
|
|
45832
46489
|
* @returns UpdateDevelopmentModeResponse
|
|
45833
46490
|
*/
|
|
45834
46491
|
updateDevelopmentMode(request: UpdateDevelopmentModeRequest): Promise<UpdateDevelopmentModeResponse>;
|
|
46492
|
+
/**
|
|
46493
|
+
* 更新边缘容器应用日志采集配置
|
|
46494
|
+
*
|
|
46495
|
+
* @param request - UpdateEdgeContainerAppLogRiverRequest
|
|
46496
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
46497
|
+
* @returns UpdateEdgeContainerAppLogRiverResponse
|
|
46498
|
+
*/
|
|
46499
|
+
updateEdgeContainerAppLogRiverWithOptions(request: UpdateEdgeContainerAppLogRiverRequest, runtime: $dara.RuntimeOptions): Promise<UpdateEdgeContainerAppLogRiverResponse>;
|
|
46500
|
+
/**
|
|
46501
|
+
* 更新边缘容器应用日志采集配置
|
|
46502
|
+
*
|
|
46503
|
+
* @param request - UpdateEdgeContainerAppLogRiverRequest
|
|
46504
|
+
* @returns UpdateEdgeContainerAppLogRiverResponse
|
|
46505
|
+
*/
|
|
46506
|
+
updateEdgeContainerAppLogRiver(request: UpdateEdgeContainerAppLogRiverRequest): Promise<UpdateEdgeContainerAppLogRiverResponse>;
|
|
45835
46507
|
/**
|
|
45836
46508
|
* 修改HTTP请求头规则
|
|
45837
46509
|
*
|