BackupGateway / Client / start_virtual_machines_metadata_sync

start_virtual_machines_metadata_sync#

BackupGateway.Client.start_virtual_machines_metadata_sync(**kwargs)#

This action sends a request to sync metadata across the specified virtual machines.

See also: AWS API Documentation

Request Syntax

response = client.start_virtual_machines_metadata_sync(
    HypervisorArn='string'
)
Parameters:

HypervisorArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the hypervisor.

Return type:

dict

Returns:

Response Syntax

{
    'HypervisorArn': 'string'
}

Response Structure

  • (dict) –

    • HypervisorArn (string) –

      The Amazon Resource Name (ARN) of the hypervisor.

Exceptions

  • BackupGateway.Client.exceptions.ValidationException

  • BackupGateway.Client.exceptions.InternalServerException

  • BackupGateway.Client.exceptions.AccessDeniedException

  • BackupGateway.Client.exceptions.ResourceNotFoundException

  • BackupGateway.Client.exceptions.ThrottlingException