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 Cloud Marketplace
    • Getting started
    • Access management
      • Getting started with the Cloud Apps Workload API
        • Overview
          • Overview
          • Get
          • ResolveByWorkload
    • Access management
    • Audit Trails events

In this article:

  • gRPC request
  • google.protobuf.Empty
  • CloudApplication
  • Billing
  • Subscription
  1. Partners
  2. Cloud Apps Workload API reference
  3. gRPC
  4. CloudApplication
  5. Get

Cloud Apps Workload API, gRPC: CloudApplicationService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • google.protobuf.Empty
  • CloudApplication
  • Billing
  • Subscription

Get Current Application

gRPC requestgRPC request

rpc Get (google.protobuf.Empty) returns (CloudApplication)

google.protobuf.Emptygoogle.protobuf.Empty

{}

Field

Description

Empty

CloudApplicationCloudApplication

{
  "id": "string",
  "status": "Status",
  "billing": {
    "type": "BillingType",
    "subscriptions": [
      {
        "instance_id": "string",
        "template_id": "string"
      }
    ]
  }
}

Field

Description

id

string

Required field. Application Identifier

status

enum Status

Required field. Application Status

  • STATUS_UNSPECIFIED
  • PROCESSING: Application under deploying / updating /deleting
  • DEPLOYED: Application successfully deployed to YC
  • FAILED: Application failed to deploy

billing

Billing

Required field. Application billing info

BillingBilling

Field

Description

type

enum BillingType

Required field. Type of application billing

  • BILLING_TYPE_UNSPECIFIED
  • PAY_AS_YOU_GO: User pays for application usage time
  • SUBSCRIPTION: User bought a subscription

subscriptions[]

Subscription

Subscriptions bounded to cloud application

SubscriptionSubscription

Field

Description

instance_id

string

Required field. Identifier of subscription instance

template_id

string

Required field. Subscription template identifier

Was the article helpful?

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