/
POST
/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"imageDetails": [],
"nextToken": "string"
}
Request
Query Params
maxResults
string
optional
nextToken
string
optional
Header Params
X-Amz-Target
string
required
Body Params application/json
registryId
string
optional
Match pattern:
[0-9]{12}
repositoryName
string
required
>= 2 characters<= 205 characters
Match pattern:
(?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*
imageIds
array[object (ImageIdentifier) {2}]
optional
>= 1 items<= 100 items
imageDigest
string
optional
sha256
digest of the image manifest.imageTag
string
optional
>= 1 characters<= 300 characters
nextToken
string
optional
nextToken
value that's returned from a previous paginated DescribeImages
request where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value. If there are no more results to return, this value is null
. If you specify images with imageIds
, you can't use this option.maxResults
integer
optional
DescribeImages
in paginated output. When this parameter is used, DescribeImages
only returns maxResults
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another DescribeImages
request with the returned nextToken
value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeImages
returns up to 100 results and a nextToken
value, if applicable. If you specify images with imageIds
, you can't use this option.>= 1<= 1000
Examples
Responses
🟢200Success
application/json
Body
imageDetails
array[object (ImageDetail) {8}]
optional
registryId
string
optional
Match pattern:
[0-9]{12}
repositoryName
string
optional
>= 2 characters<= 205 characters
Match pattern:
(?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*
imageDigest
string
optional
sha256
digest of the image manifest.imageTags
array[string]
optional
imageSizeInBytes
integer
optional
imagePushedAt
string <date-time>
optional
imageManifestMediaType
string
optional
artifactMediaType
string
optional
nextToken
string
optional
nextToken
value to include in a future DescribeImages
request. When the results of a DescribeImages
request exceed maxResults
, you can use this value to retrieve the next page of results. If there are no more results to return, this value is null
.🟠480ServerException
🟠481InvalidParameterException
🟠482RepositoryNotFoundException
🟠483ImageNotFoundException
🟠484UnsupportedCommandException
Modified at 2023-08-15 05:55:25