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 API Gateway
  • Getting started
    • Resource relationships
    • Networking
      • Overview
      • Timer
      • Trigger for Message Queue
      • Trigger for Object Storage
      • Trigger for Container Registry
      • Trigger for Yandex Cloud Logging
      • Trigger for Yandex IoT Core
      • Trigger for budgets
      • Trigger for Data Streams
      • Email trigger
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • Roles required for the proper operation of a trigger for budgets
  • Format of the message from the trigger for budgets
  • See also
  1. Concepts
  2. Trigger
  3. Trigger for budgets

Trigger for budgets that sends messages to WebSocket connections

Written by
Yandex Cloud
Updated at March 27, 2025
  • Roles required for the proper operation of a trigger for budgets
  • Format of the message from the trigger for budgets
  • See also

A trigger for budgets sends messages to WebSocket connections when threshold values are exceeded.

A trigger for budgets requires a service account to send messages to WebSocket connections.

For more information about creating a trigger for budgets, see Creating a trigger for budgets that sends messages to WebSocket connections.

Roles required for the proper operation of a trigger for budgets

  • To create a trigger, you need a permission for the service account under which the trigger executes the operation. This permission comes with the iam.serviceAccounts.user and editor roles or higher.
  • To activate a trigger, the service account needs the api-gateway.websocketBroadcaster role for the folder containing the API gateway.

Format of the message from the trigger for budgets

After the trigger fires, it will send the following message to WebSocket connections:

{
   "messages":[
      {
         "billing_account_id":"a6q6***",
         "budget_id":"a626***",
         "budget_display_name":"name",
         "amount":90012.00,
         "currency":"RUB",
         "period":"2021",
         "budgeted_amount":100000.00,
         "threshold_amount":90000.00,
         "threshold_type":"amount"
      }
   ]
}

Where:

  • billing_account_id: Billing account ID.
  • budget_id: Budget ID.
  • budget_display_name: Budget name.
  • amount: Cost of resources or personal account balance when notifications were sent.
  • currency: Payment currency.
  • period: Budget calculation period.
  • budgeted_amount: Budget amount.
  • threshold_amount: Consumption threshold that triggered notifications.
  • threshold_type: Threshold type:
    • amount: Currency.
    • percent: Percentage.

See also

  • Trigger for budgets that invokes a Serverless Containers container
  • Trigger for budgets that invokes a Cloud Functions function

Was the article helpful?

Previous
Trigger for Yandex IoT Core
Next
Trigger for Data Streams
Yandex project
© 2025 Yandex.Cloud LLC