All Products
Search
Document Center

Cloud Firewall:DescribeLogStoreInfo

Last Updated:Nov 25, 2025

Queries the details of a Logstore in Simple Log Service.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

Ttl

integer

The storage duration of logs. Unit: days.

20

RequestId

string

The ID of the request.

C6C3B72B********E95FB0A161

Quota

integer

The available log storage capacity. Unit: bytes.

50000000

ProjectName

string

The name of the Simple Log Service project.

project-xxx-cn-hangzhou

LogStoreName

string

The name of the Simple Log Service (SLS) Logstore.

xxx-logstore

Used

integer

The used storage capacity. Unit: bytes.

Note

Simple Log Service statistics are delayed by about two hours.

0

RegionId

string

The ID of the region for log delivery.

cn-shanghai

Examples

Success response

JSON format

{
  "Ttl": 20,
  "RequestId": "C6C3B72B********E95FB0A161",
  "Quota": 50000000,
  "ProjectName": "project-xxx-cn-hangzhou",
  "LogStoreName": "xxx-logstore",
  "Used": 0,
  "RegionId": "cn-shanghai"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.