:doc:`Route53 <../../route53>` / Client / get_checker_ip_ranges

*********************
get_checker_ip_ranges
*********************



.. py:method:: Route53.Client.get_checker_ip_ranges()

  

  Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.

   

  .. warning::

     

    ``GetCheckerIpRanges`` still works, but we recommend that you download ip-ranges.json, which includes IP address ranges for all Amazon Web Services services. For more information, see `IP Address Ranges of Amazon Route 53 Servers <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html>`__ in the *Amazon Route 53 Developer Guide*.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetCheckerIpRanges>`_  


  **Request Syntax**
  ::

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

    
    ::

      {
          'CheckerIpRanges': [
              'string',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 

      A complex type that contains the ``CheckerIpRanges`` element.

      
      

      - **CheckerIpRanges** *(list) --* 

        A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.

        
        

        - *(string) --* 
    
  