All Products
Search
Document Center

Apsara File Storage NAS:DescribeLogAnalysis

Last Updated:Mar 14, 2024

Queries the log dump information configured in log analysis.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
PageSizeintegerNo

The number of entries per page. Valid values: 1 to 100. Default value: 10.

1
PageNumberintegerNo

The page number. Default value: 1.

1

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The total number of log dump entries in the region.

10
PageSizeinteger

The number of log dump entries returned per page.

10
RequestIdstring

The request ID.

C84F77AF-3DE5-48F1-B19B-37FCBE24****
PageNumberinteger

The page number.

1
Analysesobject []

The collection of log dump information.

MetaKeystring

The ID of the file system.

0c7154xxxx
MetaValueobject

The log dump information of the file system.

RoleArnstring

The role that is used by NAS to access Simple Log Service.

acs:ram::162165525211xxxx:role/aliyunnaslogarchiverole
Regionstring

The region where the dedicated Logstore resides.

cn-hangzhou
Logstorestring

The name of the dedicated Logstore that is used to store NAS operation logs.

nas-nfs
Projectstring

The name of the project where the dedicated Logstore resides.

nas-1746495857602745-cn-hangzhou
Codestring

The HTTP status code.

200

Examples

Sample success responses

JSONformat

{
  "TotalCount": 10,
  "PageSize": 10,
  "RequestId": "C84F77AF-3DE5-48F1-B19B-37FCBE24****",
  "PageNumber": 1,
  "Analyses": {
    "Analysis": [
      {
        "MetaKey": "0c7154xxxx",
        "MetaValue": {
          "RoleArn": "acs:ram::162165525211xxxx:role/aliyunnaslogarchiverole",
          "Region": "cn-hangzhou",
          "Logstore": "nas-nfs",
          "Project": "nas-1746495857602745-cn-hangzhou"
        }
      }
    ]
  },
  "Code": "200"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history