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
/
Creates a repository in a public registry. For more information, see Amazon ECR repositories in the Amazon Elastic Container Registry User Guide.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "repositoryName": "string",
    "catalogData": {
        "description": "string",
        "architectures": [],
        "operatingSystems": [],
        "logoImageBlob": "string",
        "aboutText": "string",
        "usageText": "string"
    },
    "tags": []
}'
Response Response Example
200 - Example 1
{
    "repository": {
        "repositoryArn": "string",
        "registryId": "string",
        "repositoryName": "string",
        "repositoryUri": "string",
        "createdAt": "string"
    },
    "catalogData": {
        "description": "string",
        "architectures": [],
        "operatingSystems": [],
        "logoUrl": "string",
        "aboutText": "string",
        "usageText": "string",
        "marketplaceCertified": true
    }
}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠480ServerException
🟠481InvalidParameterException
🟠482InvalidTagParameterException
🟠483TooManyTagsException
🟠484RepositoryAlreadyExistsException
🟠485LimitExceededException
🟠486UnsupportedCommandException
Modified at 2023-08-15 05:55:25
Previous
/
Next
/
Built with