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 IoT Core
    • All guides
    • Sending messages
    • Subscribing a device or registry to receive messages
    • Exporting messages to Data Streams
    • Viewing the connection log
        • Creating an alias
        • Getting a list of aliases
        • Updating an alias
        • Deleting an alias
      • Getting information about devices
      • Creating a device
      • Updating a device
      • Deleting a device
    • Viewing operations with the service's resources
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Managing devices
  3. Managing topic aliases
  4. Getting a list of aliases

Getting a list of aliases

Written by
Yandex Cloud
Updated at May 13, 2025

To get a list of aliases, you need the unique ID or name of the registry. For information on retrieving the unique registry ID or name, see Getting information about registries.

Management console
CLI
API
  1. In the management console, select the folder where the device is located.
  2. Select IoT Core.
  3. Select the registry where the device is located.
  4. Go to the Devices tab.
  5. Select the device.
  6. On the Overview page, go to the Aliases section.

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.

You can only get a list of aliases for all devices in the registry.

Get a list of aliases for all devices in the registry:

yc iot registry list-device-topic-aliases my-registry

Result:

+----------+----------------------------------------+----------------------+
|  ALIAS   |              TOPIC PREFIX              |      DEVICE ID       |
+----------+----------------------------------------+----------------------+
| commands | $devices/arenak5ciqss********/commands | arenak5ciqss******** |
+----------+----------------------------------------+----------------------+

To get a list of device aliases, use the get REST API method for the Device resource or the DeviceService/Get gRPC API call.

Was the article helpful?

Previous
Creating an alias
Next
Updating an alias
© 2025 Direct Cursus Technology L.L.C.