DataSphere API v2, REST: Community.Get
Returns community.
HTTP request
GET https://datasphere.api.cloud.yandex.net/datasphere/v2/communities/{communityId}
Path parameters
Field |
Description |
communityId |
string Required field. ID of the community. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"createdById": "string",
"organizationId": "string",
"zoneId": "string"
}
Field |
Description |
id |
string ID of the community. |
createdAt |
string (date-time) Time when community was created. String in RFC3339 To work with values in this field, use the APIs described in the |
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 |