:doc:`Outposts <../../outposts>` / Client / get_catalog_item

****************
get_catalog_item
****************



.. py:method:: Outposts.Client.get_catalog_item(**kwargs)

  

  Gets information about the specified catalog item.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetCatalogItem>`_  


  **Request Syntax**
  ::

    response = client.get_catalog_item(
        CatalogItemId='string'
    )
    
  :type CatalogItemId: string
  :param CatalogItemId: **[REQUIRED]** 

    The ID of the catalog item.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'CatalogItem': {
              'CatalogItemId': 'string',
              'ItemStatus': 'AVAILABLE'|'DISCONTINUED',
              'EC2Capacities': [
                  {
                      'Family': 'string',
                      'MaxSize': 'string',
                      'Quantity': 'string'
                  },
              ],
              'PowerKva': ...,
              'WeightLbs': 123,
              'SupportedUplinkGbps': [
                  123,
              ],
              'SupportedStorage': [
                  'EBS'|'S3',
              ]
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **CatalogItem** *(dict) --* 

        Information about this catalog item.

        
        

        - **CatalogItemId** *(string) --* 

          The ID of the catalog item.

          
        

        - **ItemStatus** *(string) --* 

          The status of a catalog item.

          
        

        - **EC2Capacities** *(list) --* 

          Information about the EC2 capacity of an item.

          
          

          - *(dict) --* 

            Information about EC2 capacity.

            
            

            - **Family** *(string) --* 

              The family of the EC2 capacity.

              
            

            - **MaxSize** *(string) --* 

              The maximum size of the EC2 capacity.

              
            

            - **Quantity** *(string) --* 

              The quantity of the EC2 capacity.

              
        
      
        

        - **PowerKva** *(float) --* 

          Information about the power draw of an item.

          
        

        - **WeightLbs** *(integer) --* 

          The weight of the item in pounds.

          
        

        - **SupportedUplinkGbps** *(list) --* 

          The uplink speed this catalog item requires for the connection to the Region.

          
          

          - *(integer) --* 
      
        

        - **SupportedStorage** *(list) --* 

          The supported storage options for the catalog item.

          
          

          - *(string) --* 
      
    
  
  **Exceptions**
  
  *   :py:class:`Outposts.Client.exceptions.ValidationException`

  
  *   :py:class:`Outposts.Client.exceptions.NotFoundException`

  
  *   :py:class:`Outposts.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Outposts.Client.exceptions.InternalServerException`

  