Yandex Cloud
  • Сервисы
  • Решения
  • Почему Yandex Cloud
  • Сообщество
  • Тарифы
  • Документация
  • Связаться с нами
Подключиться
Language / Region
© 2022 ООО «Яндекс.Облако»
Yandex Resource Manager
  • Начало работы
  • Пошаговые инструкции
    • Все инструкции
    • Облако
      • Создание облака
      • Переименование облака
      • Удаление облака
      • Отмена удаления облака
      • Настройка прав доступа
      • Получение идентификатора облака
      • Переключение на другое облако
      • Изменение организации для облака
      • Уведомления об инцидентах в облаке
    • Каталог
      • Создание каталога
      • Изменение каталога
      • Удаление каталога
      • Настройка прав доступа
      • Получение идентификатора каталога
      • Уведомления об инцидентах в каталоге
  • Концепции
    • Иерархия ресурсов Yandex Cloud
    • Оповещения от Yandex Cloud
    • Квоты и лимиты
  • Управление доступом
  • Правила тарификации
  • Справочник API
    • Аутентификация в API
    • gRPC (англ.)
      • Overview
      • CloudService
      • FolderService
      • OperationService
    • REST (англ.)
      • Overview
      • Cloud
        • Overview
        • create
        • get
        • list
        • listAccessBindings
        • listOperations
        • setAccessBindings
        • update
        • updateAccessBindings
      • Folder
        • Overview
        • create
        • delete
        • get
        • list
        • listAccessBindings
        • listOperations
        • setAccessBindings
        • update
        • updateAccessBindings
  • Вопросы и ответы
  1. Справочник API
  2. REST (англ.)
  3. Folder
  4. Overview

Folder

Статья создана
Yandex Cloud
  • JSON Representation
  • Methods

A set of methods for managing Folder resources.

JSON Representation

{
  "id": "string",
  "cloudId": "string",
  "createdAt": "string",
  "name": "string",
  "description": "string",
  "labels": "object",
  "status": "string"
}
Field Description
id string

ID of the folder.

cloudId string

ID of the cloud that the folder belongs to.

createdAt string (date-time)

Creation timestamp.

String in RFC3339 text format.

name string

Name of the folder. The name is unique within the cloud. 3-63 characters long.

description string

Description of the folder. 0-256 characters long.

labels object

Resource labels as key:value pairs. Maximum of 64 per resource.

status string

Status of the folder.

  • ACTIVE: The folder is active.
  • DELETING: The folder is being deleted.
  • PENDING_DELETION: Stopping folder resources and waiting for the deletion start timestamp.

Methods

Method Description
create Creates a folder in the specified cloud.
delete Deletes the specified folder.
get Returns the specified Folder resource.
list Retrieves the list of Folder resources in the specified cloud.
listAccessBindings Lists access bindings for the specified folder.
listOperations Lists operations for the specified folder.
setAccessBindings Sets access bindings for the specified folder.
update Updates the specified folder.
updateAccessBindings Updates access bindings for the specified folder.

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

Language / Region
© 2022 ООО «Яндекс.Облако»
В этой статье:
  • JSON Representation
  • Methods