Amazon Elastic Container Registry Public
  1. Root
Amazon Elastic Container Registry Public
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
List the tags for an Amazon ECR Public resource.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "resourceArn": "string"
}'
Response Response Example
200 - Example 1
{
    "tags": []
}

Request

Header Params
X-Amz-Target
string 
required
Body Params application/json
resourceArn
string 
required
The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resource is an Amazon ECR Public repository.
>= 1 characters<= 2048 characters
Examples

Responses

🟢200Success
application/json
Body
tags
array[object (Tag) {2}] 
optional
The tags for the resource.
>= 0 items<= 200 items
Key
string 
optional
One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
>= 1 characters<= 128 characters
Value
string 
optional
The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
>= 0 characters<= 256 characters
🟠480InvalidParameterException
🟠481RepositoryNotFoundException
🟠482UnsupportedCommandException
🟠483ServerException
Previous
/
Next
/
Built with