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
/
Retrieves catalog metadata for a public registry.
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
{
    "registryCatalogData": {
        "displayName": "string"
    }
}

Request

Header Params
X-Amz-Target
string 
required
Body Params application/json
object {0}
Examples

Responses

🟢200Success
application/json
Body
registryCatalogData
object 
required
The catalog metadata for the public registry.
displayName
string 
optional
The display name for a public registry. This appears on the Amazon ECR Public Gallery.
>= 0 characters<= 100 characters
🟠480ServerException
🟠481UnsupportedCommandException
Previous
/
Next
/
Built with