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 IoT Core
    • Authentication
    • Resource relationships
    • MQTT server connection parameters
    • Sending messages to an MQTT server via gRPC
      • Overview
      • Device topics
      • Registry topics
      • Subtopic
      • Using topics
    • Backups
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ
  1. Concepts
  2. Topic
  3. Registry topics

Registry topics

Written by
Yandex Cloud
Updated at April 18, 2025

Registry topics available in the service:

  • $registries/<registry_ID>/events: Topic for receiving telemetry data.

  • $registries/<registry_ID>/state: Permanent topic for receiving telemetry data.

    The device can write data to these topics and the registry can read the data from them. The registry subscribed to these topics will not know which device sent the data, as the topic does not contain a unique device ID.

  • $registries/<registry_ID>/commands: Topic for sending commands.

  • $registries/<registry_ID>/config: Permanent topic for sending commands.

    The registry can write data to these topics and the device can read data from them. The registry sends commands for all devices to these topics.

Warning

Registry and device topics are not interconnected. If a device sends data to the device topic for telemetry data, you can only receive it by subscribing to this topic. The same is true for registry topics.

Use cases

  • Sending a message using Mosquitto

Was the article helpful?

Previous
Device topics
Next
Subtopic
Yandex project
© 2025 Yandex.Cloud LLC