DataSphere API v2, gRPC: CommunityService.Get
Статья создана
Обновлена 17 октября 2024 г.
Returns community.
gRPC request
rpc Get (GetCommunityRequest) returns (Community)
GetCommunityRequest
{
"communityId": "string"
}
Field |
Description |
communityId |
string Required field. ID of the community. |
Community
{
"id": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "string",
"createdById": "string",
"organizationId": "string",
"zoneId": "string"
}
Field |
Description |
id |
string ID of the community. |
createdAt |
Time when community was created. |
name |
string Name of the community. |
description |
string Description of the comminuty. |
labels |
string Labels of the community. |
createdById |
string ID of the user who created the community. |
organizationId |
string ID of the organization to which community belongs. |
zoneId |
string ID of the zone where this community was created |