Yandex.Cloud
  • Services
  • Why Yandex.Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Yandex Data Proc
  • Use cases
    • Configuring networks for Data Proc clusters
    • Using Apache Hive
    • Running Spark applications
    • Running applications from a remote host
    • Copying files from Yandex Object Storage
  • Step-by-step instructions
    • All instructions
    • Creating clusters
    • Connecting to clusters
    • Updating subclusters
    • Managing subclusters
    • Deleting clusters
  • Concepts
    • Data Proc overview
    • Host classes
    • Hadoop and component versions
    • Component interfaces and ports
    • Component web interfaces
    • Auto scaling
    • Decommissioning subclusters and hosts
    • Network in Data Proc
    • Quotas and limits
  • Access management
  • Pricing policy
  • API reference
    • Authentication in the API
    • gRPC
      • Overview
      • ClusterService
      • JobService
      • ResourcePresetService
      • SubclusterService
      • OperationService
    • REST
      • Overview
      • Cluster
        • Overview
        • create
        • delete
        • get
        • list
        • listHosts
        • listOperations
        • listUILinks
        • start
        • stop
        • update
      • Job
        • Overview
        • create
        • get
        • list
        • listLog
      • ResourcePreset
        • Overview
        • get
        • list
      • Subcluster
        • Overview
        • create
        • delete
        • get
        • list
        • update
  • Questions and answers
  1. API reference
  2. REST
  3. ResourcePreset
  4. get

Method get

  • HTTP request
  • Path parameters
  • Response

Returns the specified ResourcePreset resource.

To get the list of available ResourcePreset resources, make a list request.

HTTP request

GET https://dataproc.api.cloud.yandex.net/dataproc/v1/resourcePresets/{resourcePresetId}

Path parameters

Parameter Description
resourcePresetId Required. Required. ID of the resource preset to return. To get the resource preset ID, use a list request.

Response

HTTP Code: 200 - OK

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

A ResourcePreset resource for describing hardware configuration presets.

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 Data Proc host created with the preset.

memory string (int64)

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

In this article:
  • HTTP request
  • Path parameters
  • Response
Language
Careers
Privacy policy
Terms of use
© 2021 Yandex.Cloud LLC