:doc:`ECRPublic <../../ecr-public>` / Client / get_registry_catalog_data

*************************
get_registry_catalog_data
*************************



.. py:method:: ECRPublic.Client.get_registry_catalog_data()

  

  Retrieves catalog metadata for a public registry.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/GetRegistryCatalogData>`_  


  **Request Syntax**
  ::

    response = client.get_registry_catalog_data()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'registryCatalogData': {
              'displayName': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **registryCatalogData** *(dict) --* 

        The catalog metadata for the public registry.

        
        

        - **displayName** *(string) --* 

          The display name for a public registry. This appears on the Amazon ECR Public Gallery.

           

          .. warning::

             

            Only accounts that have the verified account badge can have a registry display name.

            

          
    
  
  **Exceptions**
  
  *   :py:class:`ECRPublic.Client.exceptions.ServerException`

  
  *   :py:class:`ECRPublic.Client.exceptions.UnsupportedCommandException`

  