Managed Service for Elasticsearch API, REST: Extension.Get
Статья создана
Обновлена 17 октября 2024 г.
Returns the specified extension of Elasticsearch cluster.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-elasticsearch/v1/clusters/{clusterId}/extensions/{extensionId}
Path parameters
Field |
Description |
clusterId |
string Required field. ID of the cluster. |
extensionId |
string Required field. ID of the extension to return. |
Response
HTTP Code: 200 - OK
{
"name": "string",
"id": "string",
"clusterId": "string",
"version": "string",
"active": "boolean"
}
Field |
Description |
name |
string Name of the extension. |
id |
string Unique ID of the extension. |
clusterId |
string ID of the Elasticsearch cluster the extension belongs to. |
version |
string (int64) Version of the extension. |
active |
boolean The flag shows whether the extension is active. |