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
    • 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 Network Load Balancer
  • Getting started
    • All guides
      • Information about existing target groups
      • Creating a target group
      • Attaching a target group to a load balancer
      • Detaching a target group from a load balancer
      • Deleting a target group
    • 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 target groups in a folder
  • Getting detailed information about a target group
  1. Step-by-step guides
  2. Target groups
  3. Information about existing target groups

Information about current target groups

Written by
Yandex Cloud
Updated at May 5, 2025
  • Getting a list of target groups in a folder
  • Getting detailed information about a target group

You can request detailed information about each target group you created.

Getting a list of target groups in a folderGetting a list of target groups in a folder

Management console
CLI
API
  1. In the management console, navigate to the folder dashboard and select Network Load Balancer.
  2. In the left-hand panel, select Target groups.

If you do not have the Yandex Cloud CLI 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 target groups in the default folder, run this command:

yc load-balancer target-group list

Result:

+----------------------+-------------+---------------------+-------------+--------------+
|          ID          |    NAME     |       CREATED       |  REGION ID  | TARGET COUNT |
+----------------------+-------------+---------------------+-------------+--------------+
| enp1d7t5pdea******** | test-group1 | 2023-02-03 07:17:56 | ru-central1 |            1 |
| ...                  |             |                     |             |              |
+----------------------+-------------+---------------------+-------------+--------------+

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

Getting detailed information about a target groupGetting detailed information about a target group

Management console
CLI
API
  1. In the management console, navigate to the folder dashboard and select Network Load Balancer.
  2. In the left-hand panel, select Target groups.
  3. Click the name of the target group in question.

If you do not have the Yandex Cloud CLI 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 target group, run this command:

yc load-balancer target-group get <target_group_name_or_ID>

You can get the target group ID and name with the list of target groups in the folder.

Use the get API method, providing the target group ID in the targetGroupId parameter of your request.

You can get the target group ID with the list of target groups in the folder.

Was the article helpful?

Previous
Deleting a listener
Next
Creating a target group
© 2025 Direct Cursus Technology L.L.C.