Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • Машинное обучение
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Истории успеха
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Документация
  • Блог
Проект Яндекса
© 2025 ООО «Яндекс.Облако»
Yandex DataSphere
  • Начало работы
  • Справочник Terraform
    • Обзор
    • Аутентификация в API
      • Overview
        • Overview
        • Create
        • Get
        • Update
        • Delete
        • List
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • AddResource
        • RemoveResource
        • GetRestrictionsMeta
        • GetRestrictions
        • SetRestrictions
  • Аудитные логи Audit Trails
  • Управление доступом
  • Правила тарификации
  • Публичные материалы
  • История изменений

В этой статье:

  • HTTP request
  • Query parameters
  • Response
  • Community
  1. Справочник API
  2. REST (англ.)
  3. Community
  4. List

DataSphere API v2, REST: Community.List

Статья создана
Yandex Cloud
Обновлена 17 декабря 2024 г.
  • HTTP request
  • Query parameters
  • Response
  • Community

List communities in specified organization.

HTTP requestHTTP request

GET https://datasphere.api.cloud.yandex.net/datasphere/v2/communities

Query parametersQuery parameters

Field

Description

pageSize

string (int64)

The maximum number of results per page to return. If the number of available
results is larger than pageSize,
the service returns a ListCommunitiesResponse.nextPageToken
that can be used to get the next page of results in subsequent list requests.

pageToken

string

Page token. To get the next page of results, set pageToken to the
ListCommunitiesResponse.nextPageToken returned by a previous list request.

nameOrDescriptionPattern

string

Community name or description pattern.
Only communities with names or descriptions matching specified pattern will be returned.

ownedById

string

ID of the user. Only communities owned by specified user will be returned.

listPublic

boolean

If set to true, only public communities will be returned.

organizationId

string

Required field. ID of the organization to list communities in.

ResponseResponse

HTTP Code: 200 - OK

{
  "communities": [
    {
      "id": "string",
      "createdAt": "string",
      "name": "string",
      "description": "string",
      "labels": "object",
      "createdById": "string",
      "organizationId": "string",
      "zoneId": "string"
    }
  ],
  "nextPageToken": "string"
}

Field

Description

communities[]

Community

List of communities matching filters in list communities request.

nextPageToken

string

This token allows you to get the next page of results for list requests. If the number of results
is larger than ListCommunitiesRequest.pageSize, use
the nextPageToken as the value
for the ListCommunitiesRequest.pageToken query parameter
in the next list request. Each subsequent list request will have its own
nextPageToken to continue paging through the results.

CommunityCommunity

Field

Description

id

string

ID of the community.

createdAt

string (date-time)

Time when community was created.

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

name

string

Name of the community.

description

string

Description of the comminuty.

labels

object (map<string, 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

Была ли статья полезна?

Предыдущая
Delete
Следующая
ListAccessBindings
Проект Яндекса
© 2025 ООО «Яндекс.Облако»