Queries the details of a Logstore.
Operation description
Operation description
The Host consists of the project name and the Simple Log Service endpoint. You must specify the project in 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 Logstore name. |
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",
"processorId": "",
"shardingPolicy": {
"shardGroup": {
"keys": [
"userId"
],
"groupCount": 8
},
"shardHash": {
"keys": [
"instanceId"
],
"maxHashCount": 2
},
"queryActiveTime": 1764659409,
"enabled": false
},
"resourceGroupId": "",
"enableModify": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.