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:

  • HTTP request
  • Body parameters
  • Response
  • CloudApplication
  • Billing
  • Subscription
  1. Partners
  2. Cloud Apps Workload API reference
  3. REST
  4. CloudApplication
  5. ResolveByWorkload

Cloud Apps Workload API, REST: CloudApplication.ResolveByWorkload

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Body parameters
  • Response
  • CloudApplication
  • Billing
  • Subscription

Resolve Cloud Application by workload

HTTP requestHTTP request

POST https://cloudapps.api.cloud.yandex.net/cloudapps/workload/v1/cloud-applications:resolve-by-workload

Body parametersBody parameters

{
  "workloadType": "string",
  "workloadId": "string"
}

Field

Description

workloadType

enum (WorkloadType)

Required field. Type of workload. See WorkloadType.

  • WORKLOAD_TYPE_UNSPECIFIED
  • COMPUTE_INSTANCE: Compute Instance

workloadId

string

Required field. Identifier of workload

ResponseResponse

HTTP Code: 200 - OK

{
  "cloudApplication": {
    "id": "string",
    "status": "string",
    "billing": {
      "type": "string",
      "subscriptions": [
        {
          "instanceId": "string",
          "templateId": "string"
        }
      ]
    }
  }
}

Field

Description

cloudApplication

CloudApplication

Details of cloud application

CloudApplicationCloudApplication

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

instanceId

string

Required field. Identifier of subscription instance

templateId

string

Required field. Subscription template identifier

Was the article helpful?

Previous
Get
Next
Buying a subscription
Yandex project
© 2025 Yandex.Cloud LLC