Quota Manager API, REST: QuotaLimit.ListServices
Статья создана
Обновлена 21 февраля 2025 г.
Retrieves the list of services available for quota management.
HTTP request
GET https://quota-manager.api.yandexcloud.kz/quota-manager/v1/quotaLimits/services
Query parameters
Field |
Description |
resourceType |
string Required field. The type of resources for which services are being requested. |
pageSize |
string (int64) The maximum number of services to return per response. |
pageToken |
string Token to retrieve the next page of results. Omitted on the first request. |
Response
HTTP Code: 200 - OK
{
"services": [
{
"id": "string",
"name": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
services[] |
List of services available for quota management. |
nextPageToken |
string Token to retrieve the next page of results. |
Service
Field |
Description |
id |
string The unique id of the service. |
name |
string The name of the service. |