Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Истории успеха
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Доступны в регионе
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • ИИ для бизнеса
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Партнёрская программа
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Истории успеха
  • Документация
  • Блог
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»
Yandex Cloud Marketplace
    • Начало работы
    • Управление доступом
        • Overview
          • Overview
          • Get
          • Claim
    • Начало работы
    • Управление доступом
    • Аудитные логи Audit Trails

В этой статье:

  • HTTP request
  • Path parameters
  • Response
  • SaasInfo
  1. Партнерам
  2. Справочник Product Instance Management API
  3. REST (англ.)
  4. ProductInstance
  5. Get

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

Статья создана
Yandex Cloud
Обновлена 8 августа 2025 г.
  • HTTP request
  • Path parameters
  • Response
  • SaasInfo

Returns the specified product instance.

HTTP requestHTTP request

GET https://marketplace.api.yandexcloud.kz/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.

Была ли статья полезна?

Предыдущая
Overview
Следующая
Claim
Проект Яндекса
© 2025 ТОО «Облачные Сервисы Казахстан»