Queries the details of an HTTP incoming request header modification rule for a website.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
esa:GetHttpIncomingRequestHeaderModificationRule |
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. |
608665779308176 |
| ConfigId |
integer |
Yes |
The configuration ID. You can call the ListHttpIncomingRequestHeaderModificationRules operation to obtain the ID. |
433045006266368 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
5CC228B4-7A67-4016-9C9F-4A4133494A91 |
| ConfigId |
integer |
The ID of the configuration. |
402411533580288 |
| ConfigType |
string |
The type of the configuration. Valid values:
|
global |
| SiteVersion |
integer |
The version number of the website configuration. Specifies which version of the website to apply the feature settings to. Default value: 0. |
0 |
| Sequence |
integer |
The execution order of the rule. A smaller value indicates 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 content, which is a conditional expression used to match incoming requests. This parameter is not required for global configurations. Examples:
|
(http.host eq "video.example.com") |
| RuleName |
string |
The rule name. This parameter is not required for global configurations. |
rule_example |
| RequestHeaderModification |
array<object> |
The request header modification settings. You can add, delete, or modify request headers. |
|
|
object |
The details of a single request header modification. |
||
| Name |
string |
The name of the request header. |
headerName |
| Operation |
string |
The action. Valid values:
|
add |
| Value |
string |
The value of the request header. |
headValue |
| Type |
string |
The value type. Valid values:
|
static |
Examples
Success response
JSON format
{
"RequestId": "5CC228B4-7A67-4016-9C9F-4A4133494A91",
"ConfigId": 402411533580288,
"ConfigType": "global",
"SiteVersion": 0,
"Sequence": 1,
"RuleEnable": "on",
"Rule": "(http.host eq \"video.example.com\")",
"RuleName": "rule_example\n",
"RequestHeaderModification": [
{
"Name": "headerName",
"Operation": "add",
"Value": "headValue",
"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.