Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • Yandex SIEM
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex IoT Core
  • Service shutdown
    • All guides
    • Sending messages
    • Subscribing a device or registry to receive messages
    • Exporting messages to Data Streams
    • Viewing a connection log
      • Getting information about a registry
      • Creating a registry
      • Updating a registry
      • Disabling and enabling a registry
      • Deleting a registry
    • Viewing operations with service resources
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • Getting a list of registries in a folder
  • Getting detailed information about a registry
  1. Step-by-step guides
  2. Managing registries
  3. Getting information about a registry

Getting information about a registry

Written by
Yandex Cloud
Updated at August 6, 2026
View in Markdown
  • Getting a list of registries in a folder
  • Getting detailed information about a registry

Warning

Yandex IoT Core is no longer available to new users.

Current users can create resources until November 1, 2026. Afterwards, the service will go read-only and cease to operate on December 1, 2026. For more information on the timing and procedure, see Service shutdown.

To find out the unique ID or name of a registry, get a list of registries in the folder.

Getting a list of registries in a folderGetting a list of registries in a folder

Management console
CLI
API
  1. In the management console, select the folder where you want to get a list of registries.
  2. Navigate to IoT Core.
  3. The Registries page will show the list of registries.

If you do not have the Yandex Cloud CLI yet, install and initialize it.

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

  1. See the description of the CLI command for getting a list of registries:

    yc iot registry list --help
    
  2. Get a list of registries in the default folder:

    yc iot registry list
    

    Result:

    +----------------------+-------------+
    |          ID          |    NAME     |
    +----------------------+-------------+
    | b91ki3851hab******** | my-registry |
    +----------------------+-------------+
    

To get a list of registries, use the list REST API method for the Registry resource or the RegistryService/List gRPC API call.

Getting detailed information about a registryGetting detailed information about a registry

To access a registry, use the unique ID or name of the registry from the previous step.

Management console
CLI
Terraform
API
  1. In the management console, select the folder containing the registry.
  2. Navigate to IoT Core.
  3. Select the registry.
  4. The Overview page will show the registry details.

If you do not have the Yandex Cloud CLI yet, install and initialize it.

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

  1. See the description of the CLI command for getting information about a registry:

    yc iot registry get --help
    
  2. Get detailed information about a registry by specifying its name or ID:

    yc iot registry get <registry_name>
    

    Result:

    id: b91ki3851hab********
    folder_id: aoek49ghmknn********
    created_at: "2019-05-28T11:29:42.420Z"
    name: my-registry
    

With Terraform, you can quickly create a cloud infrastructure in Yandex Cloud and manage it using configuration files. These files store the infrastructure description written in HashiCorp Configuration Language (HCL). If you change the configuration files, Terraform automatically detects which part of your configuration is already deployed, and what should be added or removed.

Terraform is distributed under the Business Source License. The Yandex Cloud provider for Terraform is distributed under the MPL-2.0 license.

For more information about the provider resources, see the guides on the Terraform website or its mirror.

If you do not have Terraform yet, install it and configure the Yandex Cloud provider.

To manage infrastructure using Terraform under a service account or user accounts (a Yandex account, a federated account, or a local user), authenticate using the appropriate method.

To get detailed information about a registry using Terraform:

  1. Add the data and output sections to the Terraform configuration file:

    data "yandex_iot_core_registry" "my_registry" {
      registry_id = "<registry_ID>"
    }
    
    output "registry_params" {
      value = data.yandex_iot_core_registry.my_registry.created_at
    }
    

    Where:

    • data "yandex_iot_core_registry": Description of the registry as a data source:
      • registry_id: Registry ID.
    • output "registry_params": Output variable that contains information about the registry creation timestamp:
      • value: Return value.

    You can replace created_at with any other attribute to get the information you need. For more information about the yandex_iot_core_registry data source properties, see this provider guide.

  2. Create the resources:

    1. In the terminal, navigate to the configuration file directory.

    2. Make sure the configuration is correct using this command:

      terraform validate
      

      If the configuration is valid, you will get this message:

      Success! The configuration is valid.
      
    3. Run this command:

      terraform plan
      

      You will see a list of resources and their properties. No changes will be made at this step. Terraform will show any errors in the configuration.

    4. Apply the configuration changes:

      terraform apply
      
    5. Type yes and press Enter to confirm the changes.

    Terraform will create all required resources and display their output variables. To check the results, run this command:

    terraform output
    

    Result:

    registry_params = "2024-05-08T06:40:52Z"
    

To get detailed information about a registry, use the get REST API method for the Registry resource or the RegistryService/Get gRPC API call.

Was the article helpful?

Previous
Broker
Next
Creating a registry
© 2026 Direct Cursus Technology L.L.C.