調(diào)用DescribeComponentIndex,查看Elasticsearch的組合模板詳情。
詳細(xì)信息請(qǐng)參見通過OpenStore實(shí)現(xiàn)海量數(shù)據(jù)存儲(chǔ)。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
請(qǐng)求頭
該接口使用公共請(qǐng)求頭,無特殊請(qǐng)求頭。請(qǐng)參見公共請(qǐng)求參數(shù)文檔。
請(qǐng)求語法
GET /openapi/instances/{InstanceId}/component-index/{name} HTTP/1.1
請(qǐng)求參數(shù)
名稱 | 類型 | 位置 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|---|
InstanceId | String | Path | 是 | es-cn-tl329rbpc0001**** |
實(shí)例ID。 |
name | String | Path | 否 | template |
組合模板名稱。 |
返回?cái)?shù)據(jù)
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | F99407AB-2FA9-489E-A259-40CF6DCC47D9 |
請(qǐng)求ID。 |
Result | Object |
返回結(jié)果。 |
|
template | Object |
模板信息。 |
|
aliases | Map | {} |
模板別名配置。 |
mappings | Map | { "properties": { "@timestamp": { "type": "date" } } } |
模板mappings配置。 |
settings | Map | { "index.number_of_replicas": 0 } |
模板settings配置。 |
_meta | Map | { "description": "set number of shards to one" } |
元數(shù)據(jù),用于存儲(chǔ)備注等信息。 |
示例
請(qǐng)求示例
GET /openapi/instances/es-cn-tl329rbpc0001****/component-index/template HTTP/1.1
Host:elasticsearch.aliyuncs.com
Content-Type:application/json
正常返回示例
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "F99407AB-2FA9-489E-A259-40CF6DCC47D9",
"Result" : {
"template" : {
"settings" : {
"index.number_of_replicas" : 0
},
"mappings" : {
"properties" : {
"@timestamp" : {
"type" : "date"
}
}
},
"aliases" : { }
},
"_meta" : {
"description" : "set number of shards to one"
}
}
}
錯(cuò)誤碼
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。