Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Blog
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
Yandex project
© 2023 Yandex.Cloud LLC
Yandex Managed Service for ClickHouse
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Information about existing clusters
    • Creating clusters
    • Connecting to a database
    • Stopping and starting clusters
    • SQL queries in the management console
    • Changing cluster and database settings
    • Setting up access to ObjectStorage
    • Connecting external dictionaries
    • Adding your own geobase
    • Managing machine learning models
    • Managing data format schemas
    • Connecting to DataLens
    • Changing ClickHouse versions
    • Managing ZooKeeper hosts
    • Managing ClickHouse hosts
    • Managing databases
    • Managing database users
    • Managing backups
    • Managing shards
    • Managing groups of shards
    • Viewing cluster logs
    • Deleting clusters
    • Monitoring the state of clusters and hosts
  • Practical guidelines
    • All use cases
    • Adding data to the database
    • Sharding tables
    • Using hybrid storage
    • Getting data from Managed Service for Apache Kafka®
    • Getting data from RabbitMQ
    • Exchanging data with Yandex Data Proc
    • Configuring Yandex Cloud DNS for accessing clusters from other cloud networks
    • Analyzing Object Storage logs in DataLens
    • Configuring Managed Service for ClickHouse for Graphite
    • Saving a Yandex Data Streams data stream in Managed Service for ClickHouse
  • Concepts
    • Relationships between service resources
    • Host classes
      • Active host classes
      • Archive
        • Before June 1, 2020
      • Using deprecated host classes
    • Network in Managed Service for ClickHouse
    • Quotas and limits
    • Storage types
    • Backups
    • Replication
    • Dictionaries
    • Sharding
    • Maintenance
    • Supported clients
    • Managing memory in Managed Service for ClickHouse
    • ClickHouse versioning policy
    • ClickHouse settings
  • Access management
  • Pricing policy
    • Current pricing policy
    • Archive
      • Before January 1, 2019
      • From January 1 to March 1, 2019
      • From March 1, 2019 to February 1, 2020
  • API reference
    • Authentication in the API
    • gRPC
      • Overview
      • BackupService
      • ClusterService
      • DatabaseService
      • FormatSchemaService
      • MlModelService
      • ResourcePresetService
      • UserService
      • VersionsService
      • OperationService
    • REST
      • Overview
      • Backup
        • Overview
        • get
        • list
      • Cluster
        • Overview
        • addHosts
        • addShard
        • addZookeeper
        • backup
        • create
        • createExternalDictionary
        • createShardGroup
        • delete
        • deleteExternalDictionary
        • deleteHosts
        • deleteShard
        • deleteShardGroup
        • get
        • getShard
        • getShardGroup
        • list
        • listBackups
        • listHosts
        • listLogs
        • listOperations
        • listShardGroups
        • listShards
        • move
        • rescheduleMaintenance
        • restore
        • start
        • stop
        • streamLogs
        • update
        • updateExternalDictionary
        • updateHosts
        • updateShard
        • updateShardGroup
      • Database
        • Overview
        • create
        • delete
        • get
        • list
      • FormatSchema
        • Overview
        • create
        • delete
        • get
        • list
        • update
      • MlModel
        • Overview
        • create
        • delete
        • get
        • list
        • update
      • ResourcePreset
        • Overview
        • get
        • list
      • User
        • Overview
        • create
        • delete
        • get
        • grantPermission
        • list
        • revokePermission
        • update
      • Versions
        • Overview
        • list
      • Operation
        • Overview
        • get
  • Revision history
  • Questions and answers
    • General questions
    • Questions about ClickHouse
    • Connection
    • Updating clusters
    • Cluster configuration
    • Moving and restoring a cluster
    • Monitoring and logs
    • All questions on one page
  1. API reference
  2. REST
  3. ResourcePreset
  4. Overview

Managed Service for ClickHouse API, REST: ResourcePreset methods

Written by
Yandex Cloud
  • JSON Representation
  • Methods

A set of methods for managing ResourcePreset resources.

JSON Representation

{
  "id": "string",
  "zoneIds": [
    "string"
  ],
  "cores": "string",
  "memory": "string"
}
Field Description
id string

ID of the ResourcePreset resource.

zoneIds[] string

IDs of availability zones where the resource preset is available.

cores string (int64)

Number of CPU cores for a ClickHouse host created with the preset.

memory string (int64)

RAM volume for a ClickHouse host created with the preset, in bytes.

Methods

Method Description
get Returns the specified ResourcePreset resource.
list Retrieves the list of available ResourcePreset resources.

Was the article helpful?

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