This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.
Query multiple HTTPS basic configurations
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| SiteId | long | Yes | Site ID, which can be obtained by calling the ListSites interface. | 123456**** |
| ConfigId | long | No | Configuration ID. | 35281609698**** |
| ConfigType | string | No | Configuration type, which can be used to query global or rule configurations. Value range:
This parameter is optional. If not provided, it does not distinguish between global and rule configurations. | global |
| RuleName | string | No | Rule name, which can be used to find the rule with the specified name. | test |
| PageNumber | integer | No | Page number, default is 1 if not provided. | 1 |
| PageSize | integer | No | Number of items per page, maximum is 500, default is 500 if not provided. | 20 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395",
"Configs": [
{
"ConfigId": 395386449776640,
"Sequence": 1,
"RuleEnable": "on",
"Rule": "(http.host eq \\\"video.example.com\\\")\n",
"RuleName": "rule_example",
"ConfigType": "global",
"Https": "on",
"Tls10": "on",
"Tls11": "on",
"Tls12": "on",
"Tls13": "on",
"CiphersuiteGroup": "strict",
"Ciphersuite": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
"OcspStapling": "on",
"Http2": "on",
"Http3": "on"
}
],
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 20,
"TotalPage": 2
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
| 400 | InvalidParameter.FunctionName | The specified feature does not exist. Specify a valid feature name based on the related documentation. | The specified feature does not exist. Specify a valid feature name based on the related documentation. |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-12-09 | The Error code has changed | View Change Details |
