Container Registry API, REST: LifecyclePolicy.getDryRunResult
Returns the dry run result of the specified lifecycle policy.
HTTP request
GET https://container-registry.api.il.nebius.cloud/container-registry/v1/dryRunLifecyclePolicyResults/{dryRunLifecyclePolicyResultId}
Path parameters
Parameter | Description |
---|---|
dryRunLifecyclePolicyResultId | Required. ID of the dry run result of the lifecycle policy. The maximum string length in characters is 50. |
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 text format. The range of possible values is from To work with values in this field, use the APIs described in the Protocol Buffers reference. In some languages, built-in datetime utilities do not support nanosecond precision (9 digits). |
affectedImagesCount | string (int64) Count of affected images. |