Method 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
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. |
affectedImagesCount | string (int64) Count of affected images. |