Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • 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
    • Education and Science
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Marketplace
    • Getting started
    • Access management
        • Overview
          • Overview
          • Get
          • Claim
    • Getting started
    • Access management
    • Audit Trails events

In this article:

  • gRPC request
  • GetProductInstanceRequest
  • ProductInstance
  • SaasInfo
  1. Partners
  2. Product Instance Management API reference
  3. gRPC
  4. ProductInstance
  5. Get

Yandex Cloud Marketplace Product Instance Management API, gRPC: ProductInstanceService.Get

Written by
Yandex Cloud
Updated at May 26, 2025
  • gRPC request
  • GetProductInstanceRequest
  • ProductInstance
  • SaasInfo

Returns the specified product instance.

gRPC requestgRPC request

rpc Get (GetProductInstanceRequest) returns (ProductInstance)

GetProductInstanceRequestGetProductInstanceRequest

{
  "product_instance_id": "string"
}

Field

Description

product_instance_id

string

Required field. ID of the product instance to return.

ProductInstanceProductInstance

{
  "id": "string",
  "resource_id": "string",
  "resource_type": "ResourceType",
  "resource_metadata": "map<string, string>",
  "state": "State",
  "created_at": "google.protobuf.Timestamp",
  "updated_at": "google.protobuf.Timestamp",
  // Includes only one of the fields `saas_info`
  "saas_info": {
    "id": "string",
    "data": "map<string, string>"
  }
  // end of the list of possible fields
}

Field

Description

id

string

ID of the product instance.

resource_id

string

ID of the resource.

resource_type

enum ResourceType

Type of the resource.

  • RESOURCE_TYPE_UNSPECIFIED
  • SAAS: SaaS resource.
  • K8S: Kubernetes resource.
  • COMPUTE: Compute resource.
  • CLOUD_APPS: Cloud Apps resource.

resource_metadata

object (map<string, string>)

Metadata of the resource; Reserved for future use.

state

enum State

State of the product instance.

  • STATE_UNSPECIFIED
  • ACTIVATED: Product instance is activated.
  • DEACTIVATED: Product instance is deactivated.
  • PENDING_ACTIVATION: Product instance is pending activation.
  • DEPRECATED: Product instance is deprecated.
  • DELETED: Product instance is deleted.

created_at

google.protobuf.Timestamp

Creation timestamp

updated_at

google.protobuf.Timestamp

Update timestamp

saas_info

SaasInfo

Includes only one of the fields saas_info.

Additional information about the resource.

SaasInfoSaasInfo

Field

Description

id

string

ID of the SaaS resource.

data

object (map<string, string>)

Additional data about the SaaS resource.

Was the article helpful?

Previous
Overview
Next
Claim
© 2025 Direct Cursus Technology L.L.C.