Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
© 2022 Yandex.Cloud LLC
Yandex Resource Manager
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Cloud
      • Creating a cloud
      • Rename a cloud
      • Deleting a cloud
      • Canceling cloud deletion
      • Setting up access rights
      • Switch clouds
      • Changing an organization for a cloud
      • Cloud incident notifications
    • Folders
      • Creating a folder
      • Updating a folder
      • How to set up access rights
      • Getting the folder ID
      • Folder incident notifications
  • Concepts
    • Hierarchy of Yandex Cloud resources
    • Notifications from Yandex Cloud
    • Quotas and limits
  • Access management
  • Pricing policy
  • API reference
    • Authentication in the 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
  • Questions and answers
  1. API reference
  2. REST
  3. Cloud
  4. Overview

Cloud

Written by
Yandex.Cloud
  • JSON Representation
  • Methods

A set of methods for managing Cloud resources.

JSON Representation

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

ID of the cloud.

createdAt string (date-time)

Creation timestamp.

String in RFC3339 text format.

name string

Name of the cloud. 3-63 characters long.

description string

Description of the cloud. 0-256 characters long.

organizationId string

ID of the organization that the cloud belongs to.

labels object

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

Methods

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

Was the article helpful?

Language / Region
© 2022 Yandex.Cloud LLC
In this article:
  • JSON Representation
  • Methods