Queries the details of a Logstore in Simple Log Service.
Try it now
Test
RAM authorization
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.