Managed Service for OpenSearch API, gRPC: UserService.Get
Статья создана
Обновлена 4 сентября 2026 г.
Returns the specified OpenSearch user.
gRPC request
rpc Get (GetUserRequest) returns (User)
GetUserRequest
{
"cluster_id": "string",
"user_name": "string"
}
|
Field |
Description |
|
cluster_id |
string Required field. Required. ID of the OpenSearch cluster. The maximum string length in characters is 50. |
|
user_name |
string Required field. Required. Name of the user to return. The maximum string length in characters is 63. Value must match the regular expression |
User
{
"name": "string",
"connection_manager": {
"connection_id": "string"
}
}
An OpenSearch user.
|
Field |
Description |
|
name |
string Name of the user. |
|
connection_manager |
Connection Manager connection associated with the user. Read only field. |
ConnectionManager
|
Field |
Description |
|
connection_id |
string ID of the Connection Manager connection. |