Container Registry API, gRPC: LifecyclePolicyService.GetDryRunResult
Статья создана
Обновлена 26 ноября 2024 г.
Returns the dry run result of the specified lifecycle policy.
gRPC request
rpc GetDryRunResult (GetDryRunLifecyclePolicyResultRequest) returns (DryRunLifecyclePolicyResult)
GetDryRunLifecyclePolicyResultRequest
{
"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. |
DryRunLifecyclePolicyResult
{
"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 |
Time of the getting result. |
affected_images_count |
int64 Count of affected images. |