Container Registry API, REST: LifecyclePolicy.listDryRunResults
Retrieves the list of the dry run results.
HTTP request
GET https://container-registry.api.il.nebius.cloud/container-registry/v1/dryRunLifecyclePolicyResults
Query parameters
Parameter | Description |
---|---|
lifecyclePolicyId | Required. ID of the lifecycle policy. The maximum string length in characters is 50. |
pageSize | The maximum number of results per page to return. If the number of available results is larger than Acceptable values are 0 to 1000, inclusive. |
pageToken | Page token. To get the next page of results, set The maximum string length in characters is 100. |
filter | A filter expression that filters dry run results listed in the response. The expression must specify:
The maximum string length in characters is 1000. |
orderBy | Sorting the list by The maximum string length in characters is 100. |
Response
HTTP Code: 200 - OK
{
"dryRunLifecyclePolicyResults": [
{
"dryRunLifecyclePolicyResultId": "string",
"lifecyclePolicyId": "string",
"runAt": "string",
"affectedImagesCount": "string"
}
],
"nextPageToken": "string"
}
Field | Description |
---|---|
dryRunLifecyclePolicyResults[] | object List of results of dry runs of a lifecycle policy. |
dryRunLifecyclePolicyResults[]. dryRunLifecyclePolicyResultId |
string ID of the dry run result of the lifecycle policy. |
dryRunLifecyclePolicyResults[]. lifecyclePolicyId |
string ID of the lifecycle policy. |
dryRunLifecyclePolicyResults[]. 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). |
dryRunLifecyclePolicyResults[]. affectedImagesCount |
string (int64) Count of affected images. |
nextPageToken | string Token for getting the next page of the list. If the number of results is greater than the specified pageSize use Each subsequent page will have its own |