Disables access logs for an Application Load Balancer (ALB) instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DisableLoadBalancerAccessLog |
The operation that you want to perform. Set the value to DisableLoadBalancerAccessLog. |
ClientToken | String | No | 593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3 |
The client token that is used to ensure the idempotency of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
|
DryRun | Boolean | No | true |
Specifies whether to precheck this request. Valid values:
|
LoadBalancerId | String | Yes | lb-bp1b6c719dfa08ex***** |
The ID of the ALB instance. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DisableLoadBalancerAccessLog
&ClientToken=593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3
&DryRun=true
&LoadBalancerId=lb-bp1b6c719dfa08ex*****
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DisableLoadBalancerAccessLogResponse>
<RequestId>593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3</RequestId>
</DisableLoadBalancerAccessLogResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | OperationDenied.AccessLogDisabled | The operation is not allowed because of %s. | The error message returned because the operation is not allowed due to %s. |
For a list of error codes, visit the API Error Center.