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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Application Load Balancer
  • Getting started
    • All guides
    • Creating Application Load Balancer infrastructure through a wizard
    • Viewing operations with resources
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • L7 load balancer logs
  • Release notes

In this article:

  • Getting a list of operations
  • Getting detailed information about an operation
  1. Step-by-step guides
  2. Viewing operations with resources

Viewing operations with Application Load Balancer resources

Written by
Yandex Cloud
Updated at May 13, 2025
  • Getting a list of operations
  • Getting detailed information about an operation

The system logs all actions with Application Load Balancer resources in an operation list. Each operation gets its own unique ID.

Getting a list of operations

Management console
CLI
API

You can get a list of operations for a specific resource. The steps below describe how you can do this for an L7 load balancer. The same steps apply to other resources as well.

  1. In the management console, select the folder with your load balancer.

  2. Select Application Load Balancer.

  3. In the left-hand panel, select Load balancers.

  4. Select the load balancer you need.

  5. Navigate to the Operations panel for the selected load balancer.

    You will see a list of operations with the selected load balancer.

If you do not have the Yandex Cloud (CLI) command line interface yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

To get the list of operations for the Application Load Balancer resource, run this command:

yc alb <resource_type> list-operations <resource_name_or_ID>

Example

Getting a list of operations for a load balancer:

yc alb load-balancer list-operations ds7857cmjtuv********

Result:

+----------------------+---------------------+----------------------+---------------------+--------+--------------------------------+
|          ID          |     CREATED AT      |      CREATED BY      |     MODIFIED AT     | STATUS |          DESCRIPTION           |
+----------------------+---------------------+----------------------+---------------------+--------+--------------------------------+
| ds71vdf0jqut******** | 2024-05-14 14:36:06 | aje9k8luj4qf******** | 2024-05-14 14:36:06 | DONE   | update loadbalancer            |
|                      |                     |                      |                     |        | 'ds7857cmjtuv********'         |
| ds7nspb18tkg******** | 2024-05-14 12:29:53 | aje9k8luj4qf******** | 2024-05-14 12:34:46 | DONE   | create loadbalancer            |
|                      |                     |                      |                     |        | 'ds7857cmjtuv********'         |
+----------------------+---------------------+----------------------+---------------------+--------+--------------------------------+

By default, operation information is displayed as text. To get more detailed information, specify the yaml or json output data format using the --format flag:

yc alb load-balancer list-operations ds7857cmjtuv******** --format yaml

Result:

- id: ds71vdf0jqut********
  description: update loadbalancer 'ds7857cmjtuv********'
  created_at: "2024-05-14T14:36:06.637766633Z"
  created_by: aje9k8luj4qf********
  modified_at: "2024-05-14T14:36:06.666429213Z"
  done: true
  metadata:
    '@type': type.googleapis.com/yandex.cloud.apploadbalancer.v1.UpdateLoadBalancerMetadata
    load_balancer_id: ds7857cmjtuv********
  response:
    '@type': type.googleapis.com/yandex.cloud.apploadbalancer.v1.LoadBalancer
    id: ds7857cmjtuv********
    name: my-alb
    folder_id: b1g681qpemb4********
    status: ACTIVE
    ...
    created_at: "2024-05-14T12:29:53.571411960Z"
    log_options: {}
- id: ds7nspb18tkg********
  description: create loadbalancer 'ds7857cmjtuv********'
  created_at: "2024-05-14T12:29:53.571411960Z"
  created_by: aje9k8luj4qf********
  modified_at: "2024-05-14T12:34:46.963930680Z"
  done: true
  metadata:
    '@type': type.googleapis.com/yandex.cloud.apploadbalancer.v1.CreateLoadBalancerMetadata
    load_balancer_id: ds7857cmjtuv********
  response:
    '@type': type.googleapis.com/yandex.cloud.apploadbalancer.v1.LoadBalancer
    id: ds7857cmjtuv********
    name: my-alb
    folder_id: b1g681qpemb4********
    status: ACTIVE
    ...
    created_at: "2024-05-14T12:29:53.571411960Z"
    log_options: {}

Use the listOperations REST API method for the relevant resource or the <service>/ListOperations gRPC API call.

For example, for a load balancer, use either the listOperations REST API method for the LoadBalancer resource or the LoadBalancerService/ListOperations gRPC API call.

Getting detailed information about an operation

  1. Get a list of operations for the resource.

  2. Copy the operation ID.

  3. Get detailed information about the operation:

    CLI
    API

    If you do not have the Yandex Cloud (CLI) command line interface yet, install and initialize it.

    The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

    Run this command:

    yc operation get <operation_ID>
    
    id: ds7nspb18tkg********
    description: create loadbalancer 'ds7857cmjtuv********'
    created_at: "2024-05-14T12:29:53.571411960Z"
    created_by: aje9k8luj4qf********
    modified_at: "2024-05-14T12:34:46.963930680Z"
    done: true
    metadata:
      '@type': type.googleapis.com/yandex.cloud.apploadbalancer.v1.CreateLoadBalancerMetadata
      load_balancer_id: ds7857cmjtuv********
    response:
      '@type': type.googleapis.com/yandex.cloud.apploadbalancer.v1.LoadBalancer
      id: ds7857cmjtuv********
      name: my-alb
      folder_id: b1g681qpemb4********
      status: ACTIVE
      region_id: ru-central1
      network_id: enp3srbi9u49********
      allocation_policy:
        locations:
          - zone_id: ru-central1-a
            subnet_id: e9bpric55er9********
          - zone_id: ru-central1-b
            subnet_id: e2l15qssjar5********
          - zone_id: ru-central1-d
            subnet_id: fl85ebb396ub********
      created_at: "2024-05-14T12:29:53.571411960Z"
      log_options: {}
    

    Use the OperationService/Get gRPC API call.

See also

  • Working with operations

Was the article helpful?

Previous
Deleting an L7 load balancer
Next
All tutorials
© 2025 Direct Cursus Technology L.L.C.