:doc:`Backup <../../backup>` / Client / get_restore_testing_inferred_metadata

*************************************
get_restore_testing_inferred_metadata
*************************************



.. py:method:: Backup.Client.get_restore_testing_inferred_metadata(**kwargs)

  

  This request returns the minimal required set of metadata needed to start a restore job with secure default settings. ``BackupVaultName`` and ``RecoveryPointArn`` are required parameters. ``BackupVaultAccountId`` is an optional parameter.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreTestingInferredMetadata>`_  


  **Request Syntax**
  ::

    response = client.get_restore_testing_inferred_metadata(
        BackupVaultAccountId='string',
        BackupVaultName='string',
        RecoveryPointArn='string'
    )
    
  :type BackupVaultAccountId: string
  :param BackupVaultAccountId: 

    The account ID of the specified backup vault.

    

  
  :type BackupVaultName: string
  :param BackupVaultName: **[REQUIRED]** 

    The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web ServicesRegion where they are created. They consist of letters, numbers, and hyphens.

    

  
  :type RecoveryPointArn: string
  :param RecoveryPointArn: **[REQUIRED]** 

    An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, ``arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45``.

    

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

    
    ::

      {
          'InferredMetadata': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **InferredMetadata** *(dict) --* 

        This is a string map of the metadata inferred from the request.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`Backup.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.MissingParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Backup.Client.exceptions.ServiceUnavailableException`

  