Disables log dumping for a General-purpose NAS file system.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteLogAnalysis

The operation that you want to perform.

Set the value to DeleteLogAnalysis.

RegionId String Yes cn-hangzhou

The ID of the region.

FileSystemId String Yes 174494xxxx

The ID of the file system.

Response parameters

Parameter Type Example Description
RequestId String 70EACC9C-D07A-4A34-ADA4-77506C42B023

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteLogAnalysis
&RegionId=cn-hangzhou
&FileSystemId=174494xxxx
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<DeleteLogAnalysisResponse>
    <RequestId>70EACC9C-D07A-4A34-ADA4-77506C42B023</RequestId>
</DeleteLogAnalysisResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "70EACC9C-D07A-4A34-ADA4-77506C42B023"
}

Error codes

For a list of error codes, see Service error codes.