Mengambil detail suatu Logstore.
Deskripsi operasi
Description
Host terdiri dari nama Proyek dan endpoint Simple Log Service. Anda harus menentukan Proyek dalam host tersebut.
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 Logstore. |
ali-test-logstore |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
Elemen respons
|
Element |
Type |
Description |
Example |
| logstore |
Struktur Logstore. |
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",
"resourceQuota": {
"storage": {
"preserved": -1,
"used": 0
}
},
"processorId": ""
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.