Domain name for API request: waf.tencentcloudapi.com.
WAF session definition upsert API
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: UpsertSession. |
Version | Yes | String | Common Params. The value used for this API: 2018-01-25. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-guangzhou, ap-seoul, ap-singapore. |
Domain | Yes | String | Domain name |
Source | Yes | String | Session source location |
Category | Yes | String | Extraction category |
KeyOrStartMat | Yes | String | Extract key or initial match mode |
EndMat | Yes | String | End match mode |
StartOffset | Yes | String | Start offset position |
EndOffset | Yes | String | End offset position |
Edition | No | String | Version |
SessionName | No | String | Session Name |
SessionID | No | Integer | ID corresponding to session |
Parameter Name | Type | Description |
---|---|---|
Data | String | Result Note: This field may return null, indicating that no valid values can be obtained. |
SessionID | Integer | SessionID Note: This field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
https://waf.tencentcloudapi.com/?Action=UpsertSession
&Domain=test.com
&Category=match
&KeyOrStartMat=hashId
&EndMat=12
&Source=get
&StartOffset=-1
&EndOffset=-1
&Edition=clb-waf
&SessionName=Test session
&<Common request parameters>
{
"Response": {
"Data": "",
"RequestId": "abc"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
UnsupportedOperation | The operation is not supported. |
Was this page helpful?