Mengambil detail penyimpanan log.
Deskripsi operasi
Description
The host consists of the project name and the Log Service endpoint.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
log:GetLogStore |
get |
*LogStore
|
|
None |
Sintaks permintaan
GET /logstores/{logstore} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| logstore |
string |
Yes |
Nama penyimpanan log. |
ali-test-logstore |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
Elemen respons
|
Element |
Type |
Description |
Example |
| logstore |
The Logstore object. |
ali-test-logstore |
Contoh
Respons sukses
JSONformat
{
"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
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.