Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud API concepts
  • Basic principles
    • Overview
    • API endpoints
    • Standard methods
    • Additional methods
    • Pagination
    • Handling errors
  1. API methods
  2. Overview

API methods

Written by
Yandex Cloud
Updated at April 23, 2025

Yandex Cloud APIs use a set of methods for resource management. Each gRPC call is mapped to a particular HTTP method. For example, the List call is mapped to the GET method, and the Create call is mapped to the POST method. Mapping to HTTP requests is specified in a method's description in google.api.http annotation.

There are two sets of methods in APIs:

  • Standard API methods allow you to perform CRUD operations: create, retrieve, update, and delete resources. Standard methods have the same signature and work in the same way for all APIs they are used in.
  • Additional API methods enhance the functionality of standard methods. You can use them to attach a disk, restart a VM, and perform other operations. The signature of additional methods differs from that of standard ones.

Was the article helpful?

Previous
Standard fields
Next
API endpoints
© 2025 Direct Cursus Technology L.L.C.