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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Quota Manager
  • Getting started
  • Concepts
    • All guides
    • Viewing the list of services and quotas
    • Viewing quota value
    • Changing quotas
  • Access management
  • Pricing policy
    • Authentication with the API
      • 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
Yandex project
© 2025 Yandex.Cloud LLC