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 for business
    • 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
    • Center for Technologies and Society
    • 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:

  • HTTP request
  • Path parameters
  • Response
  • SaasInfo
  1. Partners
  2. Product Instance Management API reference
  3. REST
  4. ProductInstance
  5. Get

Yandex Cloud Marketplace Product Instance Management API, REST: ProductInstance.Get

Written by
Yandex Cloud
Updated at August 8, 2025
  • HTTP request
  • Path parameters
  • Response
  • SaasInfo

Returns the specified product instance.

HTTP requestHTTP request

GET https://marketplace.api.cloud.yandex.net/marketplace/pim/saas/v1/instances/{productInstanceId}

Path parametersPath parameters

Field

Description

productInstanceId

string

Required field. ID of the product instance to return.

ResponseResponse

HTTP Code: 200 - OK

{
  "id": "string",
  "resourceId": "string",
  "resourceType": "string",
  "resourceMetadata": "object",
  "state": "string",
  "createdAt": "string",
  "updatedAt": "string",
  // Includes only one of the fields `saasInfo`
  "saasInfo": {
    "id": "string",
    "data": "object"
  }
  // end of the list of possible fields
}

Field

Description

id

string

ID of the product instance.

resourceId

string

ID of the resource.

resourceType

enum (ResourceType)

Type of the resource.

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

resourceMetadata

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.

createdAt

string (date-time)

Creation timestamp

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

updatedAt

string (date-time)

Update timestamp

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

saasInfo

SaasInfo

Includes only one of the fields saasInfo.

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.