Retrieves the details of a Logstore.
Operation description
Description
The host consists of the project name and the Simple Log Service endpoint. The project name is a required part of the host.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
log:GetLogStore |
get |
*LogStore
|
|
None |
Request syntax
GET /logstores/{logstore} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| logstore |
string |
Yes |
The name of the Logstore. |
ali-test-logstore |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
Response elements
|
Element |
Type |
Description |
Example |
| logstore |
The Logstore struct. |
ali-test-logstore |
Examples
Success response
JSON format
{
"logstoreName": "my-logstore",
"ttl": 1,
"shardCount": 2,
"enable_tracking": false,
"autoSplit": true,
"maxSplitShard": 6,
"appendMeta": false,
"telemetryType": "Metrics",
"createTime": 1453949705,
"lastModifyTime": 1524155379,
"encrypt_conf": {
"enable": true,
"encrypt_type": "default",
"user_cmk_info": {
"cmk_key_id": "f5136b95-2420-ab31-xxxxxxxxx",
"arn": "acs:ram::13234:role/logsource",
"region_id": "cn-hangzhou"
}
},
"hot_ttl": 60,
"infrequentAccessTTL": 30,
"mode": "standard",
"productType": "aliyun",
"resourceQuota": {
"storage": {
"preserved": -1,
"used": 0
}
},
"processorId": ""
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.