Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Quota Manager
  • Getting started
  • Concepts
  • Request examples
  • Quota reference
    • All guides
    • Viewing the list of services and quotas
    • Viewing quota value
    • Changing quotas
  • Access management
  • Pricing policy
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • ListServices
  • Release notes

In this article:

  • gRPC request
  • ListServicesRequest
  • ListServicesResponse
  • Service
  1. API reference
  2. gRPC
  3. QuotaLimit
  4. ListServices

Quota Manager API, gRPC: QuotaLimitService.ListServices

Written by
Yandex Cloud
Updated at February 21, 2025
  • gRPC request
  • ListServicesRequest
  • ListServicesResponse
  • Service

Retrieves the list of services available for quota management.

gRPC requestgRPC request

rpc ListServices (ListServicesRequest) returns (ListServicesResponse)

ListServicesRequestListServicesRequest

{
  "resource_type": "string",
  "page_size": "int64",
  "page_token": "string"
}

Field

Description

resource_type

string

Required field. The type of resources for which services are being requested.

page_size

int64

The maximum number of services to return per response.

page_token

string

Token to retrieve the next page of results. Omitted on the first request.

ListServicesResponseListServicesResponse

{
  "services": [
    {
      "id": "string",
      "name": "string"
    }
  ],
  "next_page_token": "string"
}

Field

Description

services[]

Service

List of services available for quota management.

next_page_token

string

Token to retrieve the next page of results.

ServiceService

Field

Description

id

string

The unique id of the service.

name

string

The name of the service.

Was the article helpful?

Previous
List
Next
Overview
© 2025 Direct Cursus Technology L.L.C.