Container Registry API, REST: LifecyclePolicy.GetDryRunResult
Returns the dry run result of the specified lifecycle policy.
HTTP request
GET https://container-registry.api.cloud.yandex.net/container-registry/v1/dryRunLifecyclePolicyResults/{dryRunLifecyclePolicyResultId}
Path parameters
Field |
Description |
dryRunLifecyclePolicyResultId |
string Required field. ID of the dry run result of the lifecycle policy. |
Response
HTTP Code: 200 - OK
{
"dryRunLifecyclePolicyResultId": "string",
"lifecyclePolicyId": "string",
"runAt": "string",
"affectedImagesCount": "string"
}
Field |
Description |
dryRunLifecyclePolicyResultId |
string ID of the dry run result of the lifecycle policy. |
lifecyclePolicyId |
string ID of the lifecycle policy. |
runAt |
string (date-time) Time of the getting result. String in RFC3339 To work with values in this field, use the APIs described in the |
affectedImagesCount |
string (int64) Count of affected images. |