Disables the Log Analysis feature for a website.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DisableWebAccessLogConfig |
The operation that you want to perform. Set the value to DisableWebAccessLogConfig. |
Domain | String | Yes | www.aliyun.com |
The domain name of the website. Note A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
|
RegionId | String | No | cn-hangzhou |
The region ID of the instance. Valid values:
|
ResourceGroupId | String | No | default |
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | CF33B4C3-196E-4015-AADD-5CAD00057B80 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DisableWebAccessLogConfig
&Domain=www.aliyun.com
&<Common request parameters>
Sample success responses
XML
format
<? xml version="1.0" encoding="UTF-8" ? >
<DisableWebAccessLogConfigResponse>
<RequestId>CF33B4C3-196E-4015-AADD-5CAD00057B80</requestId>
</DisableWebAccessLogConfigResponse>
JSON
format
{
"RequestId": "CF33B4C3-196E-4015-AADD-5CAD00057B80"
}
Error codes
For a list of error codes, visit the API Error Center.