Managed Service for OpenSearch API, REST: Extension.Get
Written by
Updated at April 18, 2025
Returns the specified extension of OpenSearch cluster.
HTTP request
GET https://mdb.api.cloud.yandex.net/managed-opensearch/v1/clusters/{clusterId}/extensions/{extensionId}
Path parameters
Field |
Description |
clusterId |
string Required field. Required. ID of the cluster. |
extensionId |
string Required field. Required. ID of the extension to return. |
Response
HTTP Code: 200 - OK
{
"name": "string",
"id": "string",
"clusterId": "string",
"version": "string",
"active": "boolean",
"type": "string"
}
Field |
Description |
name |
string Name of the extension. |
id |
string Extension unique ID |
clusterId |
string ID of the OpenSearch cluster the extension belongs to. |
version |
string (int64) Extension version |
active |
boolean Flag is extension active now |
type |
enum (ExtensionType) Extension type
|