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
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Publish
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • gRPC request
  • PublishRegistryDataRequest
  • PublishRegistryDataResponse
  1. Devices API reference
  2. gRPC
  3. RegistryData
  4. Publish

IoT Core Service, gRPC: RegistryDataService.Publish

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • PublishRegistryDataRequest
  • PublishRegistryDataResponse

Publishes message on behalf of specified registry

gRPC request

rpc Publish (PublishRegistryDataRequest) returns (PublishRegistryDataResponse)

PublishRegistryDataRequest

{
  "registry_id": "string",
  "topic": "string",
  "data": "bytes"
}

Field

Description

registry_id

string

Required field. ID of registry publishing message

topic

string

Required field. Topic where message should be published

data

bytes

Content of the message

PublishRegistryDataResponse

{}

Field

Description

Empty

Was the article helpful?

Previous
Overview
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC