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
    • Viewing operations with the service's resources
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • Getting a list of operations
  • Getting detailed information about an operation
  1. Step-by-step guides
  2. Viewing operations with the service's resources

Viewing operations with Yandex IoT Core resources

Written by
Yandex Cloud
Updated at May 13, 2025
  • Getting a list of operations
  • Getting detailed information about an operation

All actions with Yandex IoT Core resources are logged as a list of operations. Each operation gets its own unique ID.

Getting a list of operations

Management console
API

You can get a list of operations for a specific resource. The steps below describe how you can do this for a registry. The same steps apply to other Yandex IoT Core} resources.

  1. In the management console, open the folder the registry is in.

  2. Select IoT Core.

  3. In the left-hand panel, select Registries.

  4. Select the registry.

  5. Go to the Operations panel for the selected registry.

    You will see a list of operations with the selected registry.

Use the listOperations REST API method for the relevant resource or the <service>/ListOperations gRPC API call.

For example, for a registry, use either the listOperations REST API method for the Registry resource or the RegistryService/ListOperations gRPC API call.

Getting detailed information about an operation

  1. Get a list of operations for the resource.

  2. Copy the operation ID.

  3. Get detailed information about the operation:

    CLI
    API

    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.

    Run this command:

    yc operation get <operation_ID>
    

    Result:

    id: areojeqlg1bh********
    description: Create device registry
    created_at: "2024-06-19T06:23:13.216Z"
    created_by: aje9k8luj4qf********
    modified_at: "2024-06-19T06:23:13.265Z"
    done: true
    metadata:
      '@type': type.googleapis.com/yandex.cloud.iot.devices.v1.CreateRegistryMetadata
      registry_id: aresm2hpmh4s********
    response:
      '@type': type.googleapis.com/yandex.cloud.iot.devices.v1.Registry
      id: aresm2hpmh4s********
      folder_id: b1g681qpemb4********
      created_at: "2024-06-19T06:23:13.245974425Z"
      name: my-registry
      status: ACTIVE
      log_options:
        folder_id: b1g681qpemb4********
    

    Use the OperationService/Get gRPC API call.

See also

  • Working with operations

Was the article helpful?

Previous
Managing broker passwords
Next
Authentication
© 2025 Direct Cursus Technology L.L.C.