Consulta os plugins instalados em um cluster do Elasticsearch.
Depuração
Cabeçalhos da requisição
Esta operação utiliza apenas cabeçalhos de requisição comuns.
Sintaxe da requisição
GET /openapi/instances/{InstanceId}/plugins HTTP/1.1
Parâmetros da requisição
|
Parâmetro |
Tipo |
Posição |
Obrigatório |
Exemplo |
Descrição |
|
InstanceId |
String |
Path |
Sim |
es-cn-nif1q9o8r0008**** |
ID da instância. |
|
name |
String |
Query |
Não |
analysis-ik |
Nome do plugin. |
|
page |
String |
Query |
Não |
1 |
Número da página. |
|
size |
Integer |
Query |
Não |
10 |
Quantidade de entradas por página. |
|
source |
String |
Query |
Não |
SYSTEM |
Tipo de origem do plugin. Apenas SYSTEM é compatível. |
Parâmetros de resposta
|
Parâmetro |
Tipo |
Exemplo |
Descrição |
|
RequestId |
String |
5A5D8E74-565C-43DC-B031-29289FA9**** |
ID da requisição. |
|
Headers |
Object |
Cabeçalho da resposta. |
|
|
X-Total-Count |
Integer |
2 |
Número total de entradas. |
|
Result |
Array of Result |
Resultados da consulta. |
|
|
description |
String |
IK analysis plug-in for Elasticsearch. |
Descrição do plugin. |
|
specificationUrl |
String |
https://xxxx.html |
URL da documentação do plugin. |
|
state |
String |
INSTALLED |
Status do plugin. |
|
source |
String |
SYSTEM |
Tipo de origem do plugin. |
|
name |
String |
analysis-ik |
Nome do plugin. |
Exemplos
Exemplo de requisição
GET /openapi/instances/es-cn-nif1q9o8r0008****/plugins?source=SYSTEM HTTP/1.1
Host:elasticsearch.aliyuncs.com
Content-Type:application/json
Exemplo de resposta
Formato JSON
HTTP/1.1 200 OK
Content-Type:application/json
{
"Result" : [ {
"name" : "aliyun-qos",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "Rate limiting and throttling plug-in for Elasticsearch. It limits QPS and bulk request sizes and supports rate limiting and throttling for node-level read and write operations.",
"specificationUrl" : "https://xxxx.html"
}, {
"name" : "aliyun-sql",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "SQL plug-in developed by Alibaba Cloud for Elasticsearch. It provides high SQL query capabilities.",
"specificationUrl" : "https://xxxx.html"
}, {
"name" : "analysis-aliws",
"state" : "UNINSTALLED",
"source" : "SYSTEM",
"description" : "Aliws analysis plug-in for Elasticsearch. It is integrated with an analyzer and a tokenizer.",
"specificationUrl" : "https://xxxx.html"
}, {
"name" : "analysis-icu",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "ICU analysis plug-in for Elasticsearch. It integrates the Lucene ICU module into Elasticsearch and adds ICU analysis components."
}, {
"name" : "analysis-ik",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "IK analysis plug-in for Elasticsearch."
}, {
"name" : "analysis-kuromoji",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "Japanese (Kuromoji) analysis plug-in for Elasticsearch. It integrates the Lucene Kuromoji analysis module into Elasticsearch."
}, {
"name" : "analysis-phonetic",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "Phonetic analysis plug-in for Elasticsearch. It integrates the phonetic token filter into Elasticsearch."
}, {
"name" : "analysis-pinyin",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "Pinyin analysis plug-in for Elasticsearch."
}, {
"name" : "analysis-smartcn",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "Smart Chinese analysis plug-in for Elasticsearch. It integrates the Lucene Smart Chinese analysis module into Elasticsearch."
}, {
"name" : "apack",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "Provides the general physical replication and vector retrieval features. These features improve the write performance of a cluster and enable image search.",
"specificationUrl" : "https://xxxx.html"
}, {
"name" : "codec-compression",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "The codec-compression plug-in supports lossless compression algorithms such as Brotli and zstd. This plug-in also provides a high index compression ratio and reduces index storage costs.",
"specificationUrl" : "https://xxxx.html"
}, {
"name" : "elasticsearch-repository-oss",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "Alibaba Cloud OSS is supported for storing Elasticsearch snapshots."
}, {
"name" : "ingest-attachment",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "Ingest processor for Elasticsearch. It uses Apache Tika to extract content."
}, {
"name" : "kmonitor",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "aliyun elasticsearch kmonitor plugin"
}, {
"name" : "mapper-murmur3",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "Computes the hashes of field values when an index is created and stores the hashes in the index."
}, {
"name" : "mapper-size",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "The Mapper Size plug-in allows documents to record their uncompressed size at index time."
}, {
"name" : "repository-hdfs",
"state" : "INSTALLED",
"source" : "SYSTEM",
"description" : "The HDFS repository plug-in adds support for Hadoop Distributed File System (HDFS) repositories."
} ],
"RequestId" : "06280628-C7CB-4818-83EE-8079ACB8****",
"Headers" : {
"X-Total-Count" : 17
}
}
Códigos de erro
Para consultar os códigos de erro, visite a Central de Erros de API.