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 Network Load Balancer
  • Getting started
    • All guides
      • Information about existing network load balancers
      • Creating a load balancer
      • Creating an internal load balancer
      • Stopping and starting a load balancer
      • Changing load balancer settings
      • Moving a VM to a target group in a new availability zone
      • Deleting a load balancer
      • Checking target health statuses
      • Adding a listener
      • Deleting a listener
    • Viewing operations with resources
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • Getting a list of network load balancers in a folder
  • Getting detailed information about a network load balancer
  1. Step-by-step guides
  2. Network load balancers
  3. Information about existing network load balancers

Information about current network load balancers

Written by
Yandex Cloud
Updated at May 13, 2025
  • Getting a list of network load balancers in a folder
  • Getting detailed information about a network load balancer

You can request detailed information about each network load balancer you created.

Getting a list of network load balancers in a folderGetting a list of network load balancers in a folder

Management console
CLI
API

In the management console, navigate to the folder dashboard and select Network 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 a list of network load balancers in the default folder, run this command:

yc load-balancer network-load-balancer list

Result:

+----------------------+-----------------------+-------------+----------+----------------+------------------------+--------+
|          ID          |         NAME          |  REGION ID  |   TYPE   | LISTENER COUNT | ATTACHED TARGET GROUPS | STATUS |
+----------------------+-----------------------+-------------+----------+----------------+------------------------+--------+
| enp9svq2ajbs******** | network-load-balancer | ru-central1 | EXTERNAL |              1 | enp1d7t5pdea********   | ACTIVE |
| ...                  |                       |             |          |                |                        |        |
+----------------------+-----------------------+-------------+----------+----------------+------------------------+--------+

Use the list API method, providing the folder ID in the folderId parameter of your request.

Getting detailed information about a network load balancerGetting detailed information about a network load balancer

Management console
CLI
API
  1. In the management console, navigate to the folder dashboard and select Network Load Balancer.
  2. Click the name of the load balancer in question.

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 information about a network load balancer, run this command:

yc load-balancer network-load-balancer get <load_balancer_name_or_ID>

You can get the load balancer ID and name with the list of network load balancers in the folder.

Use the get API method, providing the network load balancer ID in the networkLoadBalancerId parameter of your request.

You can get the network load balancer ID with the list of network load balancers in the folder.

Was the article helpful?

Previous
All guides
Next
Creating a load balancer
Yandex project
© 2025 Yandex.Cloud LLC