Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
© 2022 Yandex.Cloud LLC
Billing
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Activate the paid version
    • Purchase a committed volume of services (CVoS)
    • Activate a promo code
    • View usage details
    • Top up your personal account
    • Link another bank card
    • Unlink a card
    • Link a cloud to a billing account
    • Change the payment method
    • Understand your payment invoice
    • View your payment history
    • Change your billing account data
    • Create a new billing account
    • Delete billing account
    • Get expense details by folder
    • View details in Yandex DataLens
    • Enable notifications
    • Enable electronic document management
    • Download reporting documents
  • Concepts
    • All concepts
    • Promo code
    • Billing threshold
    • Billing accounts
      • Overview
      • Statuses
    • Personal account
    • Grant
    • Trial period
    • Committed volume of services (CVoS)
    • Free tier of serverless ecosystem
    • Budget
    • Agreement
    • Glossary
  • Paying for resources
    • General information
    • Payment methods
      • General information
      • For individuals
      • For businesses and individual entrepreneurs
        • Bank account transfers
        • Bank card transfer
    • Billing cycle
      • General information
      • For individuals
      • For businesses and individual entrepreneurs
    • Reporting documents
      • General information
      • Report
      • Payment invoice
      • Invoice
      • Electronic document management
    • Payment currency
  • Access management
  • Pricing policy
  • Questions and answers
    • General questions
    • Questions about an agreement
    • Questions about payment
    • Questions about the billing account
    • Questions about the trial period and paid version
    • Questions about working with non-residents of Russia or Kazakhstan
    • All questions on one page
  • API reference
    • Authentication in the API
    • gRPC
      • Overview
      • BillingAccountService
      • BudgetService
      • CustomerService
      • ServiceService
      • SkuService
      • OperationService
    • REST
      • Overview
      • BillingAccount
        • Overview
        • bindBillableObject
        • get
        • list
        • listAccessBindings
        • listBillableObjectBindings
        • updateAccessBindings
      • Budget
        • Overview
        • create
        • get
        • list
      • Customer
        • Overview
        • activate
        • invite
        • list
        • suspend
      • Service
        • Overview
        • get
        • list
      • Sku
        • Overview
        • get
        • list
  1. API reference
  2. REST
  3. Sku
  4. Overview

Sku

Written by
Yandex Cloud
  • JSON Representation
  • Methods

A set of methods for managing Sku resources.

JSON Representation

{
  "id": "string",
  "name": "string",
  "description": "string",
  "serviceId": "string",
  "pricingUnit": "string",
  "pricingVersions": [
    {
      "type": "string",
      "effectiveTime": "string",
      "pricingExpressions": [
        {
          "rates": [
            {
              "startPricingQuantity": "string",
              "unitPrice": "string",
              "currency": "string"
            }
          ]
        }
      ]
    }
  ]
}
Field Description
id string

ID of the SKU.

name string

Name of the SKU.

description string

Description of the sku.

serviceId string

ID of the service that sku belongs to.

pricingUnit string

Pricing unit of the SKU, e.g. core*hour, gbyte*hour.

pricingVersions[] object

List of pricing versions.

pricingVersions[].
type
string

Type of the pricing version.

Type of the pricing version.

  • STREET_PRICE: Regular price.
  • CONTRACT_PRICE: Price is overridden by a contract. Defined in the scope of a billing account.
pricingVersions[].
effectiveTime
string (date-time)

Timestamp pricing version is active since inclusive. The pricing version is active until next pricing version effective time exclusive.

String in RFC3339 text format.

pricingVersions[].
pricingExpressions[]
object

List of pricing expressions.

pricingVersions[].
pricingExpressions[].
rates[]
object

List of rates.

pricingVersions[].
pricingExpressions[].
rates[].
startPricingQuantity
string

Start of the pricing quantity interval. The end of the interval is the start pricing quantity of the next rate.

pricingVersions[].
pricingExpressions[].
rates[].
unitPrice
string

Unit price for the pricing quantity interval.

pricingVersions[].
pricingExpressions[].
rates[].
currency
string

Currency of the unit price. Can be one of the following:

  • RUB
  • USD
  • KZT

Methods

Method Description
get Returns the specified SKU.
list Retrieves the list of SKUs.

Was the article helpful?

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