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
    • 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
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Container Registry
  • Getting started
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • DryRun
        • GetDryRunResult
        • ListDryRunResults
        • ListDryRunResultAffectedImages
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ

In this article:

  • gRPC request
  • GetDryRunLifecyclePolicyResultRequest
  • DryRunLifecyclePolicyResult
  1. API reference
  2. gRPC
  3. LifecyclePolicy
  4. GetDryRunResult

Container Registry API, gRPC: LifecyclePolicyService.GetDryRunResult

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetDryRunLifecyclePolicyResultRequest
  • DryRunLifecyclePolicyResult

Returns the dry run result of the specified lifecycle policy.

gRPC requestgRPC request

rpc GetDryRunResult (GetDryRunLifecyclePolicyResultRequest) returns (DryRunLifecyclePolicyResult)

GetDryRunLifecyclePolicyResultRequestGetDryRunLifecyclePolicyResultRequest

{
  "dry_run_lifecycle_policy_result_id": "string"
}

Field

Description

dry_run_lifecycle_policy_result_id

string

Required field. ID of the dry run result of the lifecycle policy.

DryRunLifecyclePolicyResultDryRunLifecyclePolicyResult

{
  "dry_run_lifecycle_policy_result_id": "string",
  "lifecycle_policy_id": "string",
  "run_at": "google.protobuf.Timestamp",
  "affected_images_count": "int64"
}

Field

Description

dry_run_lifecycle_policy_result_id

string

ID of the dry run result of the lifecycle policy.

lifecycle_policy_id

string

ID of the lifecycle policy.

run_at

google.protobuf.Timestamp

Time of the getting result.

affected_images_count

int64

Count of affected images.

Was the article helpful?

Previous
DryRun
Next
ListDryRunResults
© 2025 Direct Cursus Technology L.L.C.