Queries the details of an HTTP incoming response header modification rule for a website.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
esa:GetHttpIncomingResponseHeaderModificationRule |
get |
*Site
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SiteId |
integer |
Yes |
The website ID, which can be obtained by calling the ListSites operation. |
347168101647504 |
| ConfigId |
integer |
Yes |
The configuration ID, which can be obtained by calling the ListHttpIncomingResponseHeaderModificationRules operation. |
430509230649344 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395 |
| ConfigId |
integer |
The configuration ID. |
432637955352576 |
| ConfigType |
string |
The configuration type. Valid values:
|
rule |
| SiteVersion |
integer |
The version number of the site configuration. Specify this parameter to apply feature settings to a specific version. Default value: 0. |
0 |
| Sequence |
integer |
The execution order of the rule. A smaller value indicates a higher priority. |
1 |
| RuleEnable |
string |
Indicates whether the rule is enabled. This parameter is not required for global configurations. Valid values:
|
on |
| Rule |
string |
The rule condition, expressed as a conditional expression to match incoming requests. This parameter is not required for global configurations. Use cases:
|
(http.host eq "video.example.com") |
| RuleName |
string |
The rule name. This parameter is not required for global configurations. |
rule_example |
| ResponseHeaderModification |
array<object> |
The response header modification configurations. Supported operations: add, delete, or modify a response header. |
|
|
object |
The configuration of modifying a response header. |
||
| Name |
string |
The name of the response header. |
headerName |
| Operation |
string |
The action. Valid values:
|
add |
| Value |
string |
The value of the response header. |
headerValue |
| Type |
string |
The value type. Valid values:
|
static |
Examples
Success response
JSON format
{
"RequestId": "EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395",
"ConfigId": 432637955352576,
"ConfigType": "rule",
"SiteVersion": 0,
"Sequence": 1,
"RuleEnable": "on",
"Rule": "(http.host eq \"video.example.com\")\n",
"RuleName": "rule_example",
"ResponseHeaderModification": [
{
"Name": "headerName",
"Operation": "add",
"Value": "headerValue",
"Type": "static"
}
]
}
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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.