Yandex Cloud
  • Сервисы
  • Решения
  • Почему Yandex Cloud
  • Сообщество
  • Тарифы
  • Документация
  • Связаться с нами
Подключиться
Language / Region
© 2022 ООО «Яндекс.Облако»
Биллинг
  • Начало работы
  • Пошаговые инструкции
    • Все инструкции
    • Активировать платную версию
    • Активировать промокод
    • Посмотреть детализацию
    • Пополнить счет
    • Привязать другую карту
    • Отвязать карту
    • Привязать новое облако
    • Изменить способ оплаты
    • Расшифровать счет на оплату
    • Посмотреть историю платежей
    • Изменить данные платежного аккаунта
    • Создать новый платежный аккаунт
    • Удалить платежный аккаунт
    • Получать детализацию расходов по каталогам
    • Посмотреть детализацию в Yandex DataLens
    • Установить уведомления
    • Подключиться к ЭДО
    • Скачать отчетные документы
  • Концепции
    • Все понятия
    • Промокод
    • Кредитный лимит
    • Платежный аккаунт
      • Обзор
      • Статусы
    • Лицевой счет
    • Грант
    • Пробный период
    • Free tier экосистемы бессерверных вычислений
    • Бюджет
    • Договор
    • Глоссарий
  • Оплата ресурсов
    • Общие сведения
    • Способы оплаты
      • Общие сведения
      • Для физических лиц
      • Для организаций и ИП
        • Перевод с расчетного счета
        • Перевод с банковской карты
    • Цикл оплаты
      • Общие сведения
      • Для физических лиц
      • Для организаций и ИП
    • Финансовые документы
      • Общие сведения
      • Акт
      • Счет на оплату
      • Счет-фактура
      • Чек об оплате
      • Электронный документооборот
    • Валюта расчетов
  • Управление доступом
  • Правила тарификации
  • Вопросы и ответы
    • Общие вопросы
    • Вопросы по оплате
    • Вопросы о платежном аккаунте
    • Вопросы о пробном периоде и платной версии
    • Вопросы по работе с нерезидентами РФ и РК
    • Все вопросы на одной странице
  • Справочник API
    • Аутентификация в 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
  2. REST (англ.)
  3. BillingAccount
  4. listBillableObjectBindings

Method listBillableObjectBindings

Статья создана
Yandex Cloud
  • HTTP request
  • Path parameters
  • Query parameters
  • Response

Retrieves the list of billable object bindings associated with the specified billing account.

HTTP request

GET https://billing.api.cloud.yandex.net/billing/v1/billingAccounts/{billingAccountId}/billableObjectBindings

Path parameters

Parameter Description
billingAccountId Required. ID of the billing account to list associated billable object bindings. To get the billing account ID, use list request. The maximum string length in characters is 50.

Query parameters

Parameter Description
pageSize The maximum number of results per page to return. If the number of available results is larger than pageSize, the service returns a nextPageToken that can be used to get the next page of results in subsequent list requests. The maximum value is 1000.
pageToken Page token. To get the next page of results, set pageToken to the nextPageToken returned by a previous list request. The maximum string length in characters is 100.

Response

HTTP Code: 200 - OK

{
  "billableObjectBindings": [
    {
      "effectiveTime": "string",
      "billableObject": {
        "id": "string",
        "type": "string"
      }
    }
  ],
  "nextPageToken": "string"
}
Field Description
billableObjectBindings[] object

Represents a binding of the BillableObject to a BillingAccount.

billableObjectBindings[].
effectiveTime
string (date-time)

Timestamp when binding was created.

String in RFC3339 text format.

billableObjectBindings[].
billableObject
object

Object that is bound to billing account.

Represents a link to an object in other service. This object is being billed in the scope of a billing account.

billableObjectBindings[].
billableObject.
id
string

ID of the object in other service.

billableObjectBindings[].
billableObject.
type
string

Billable object type. Can be one of the following:

  • cloud
nextPageToken string

This token allows you to get the next page of results for list requests. If the number of results is larger than pageSize, use nextPageToken as the value for the pageToken query parameter in the next list request. Each subsequent list request will have its own nextPageToken to continue paging through the results.

Была ли статья полезна?

Language / Region
© 2022 ООО «Яндекс.Облако»
В этой статье:
  • HTTP request
  • Path parameters
  • Query parameters
  • Response