Container Registry API, gRPC: LifecyclePolicyService.GetDryRunResult
Written by
Updated at October 17, 2024
Returns the dry run result of the specified lifecycle policy.
gRPC request
rpc GetDryRunResult (GetDryRunLifecyclePolicyResultRequest) returns (DryRunLifecyclePolicyResult)
GetDryRunLifecyclePolicyResultRequest
{
"dryRunLifecyclePolicyResultId": "string"
}
Field |
Description |
dryRunLifecyclePolicyResultId |
string Required field. ID of the dry run result of the lifecycle policy. |
DryRunLifecyclePolicyResult
{
"dryRunLifecyclePolicyResultId": "string",
"lifecyclePolicyId": "string",
"runAt": "google.protobuf.Timestamp",
"affectedImagesCount": "int64"
}
Field |
Description |
dryRunLifecyclePolicyResultId |
string ID of the dry run result of the lifecycle policy. |
lifecyclePolicyId |
string ID of the lifecycle policy. |
runAt |
Time of the getting result. |
affectedImagesCount |
int64 Count of affected images. |