DatabaseMigrationService / Client / run_fleet_advisor_lsa_analysis

run_fleet_advisor_lsa_analysis#

DatabaseMigrationService.Client.run_fleet_advisor_lsa_analysis()#

Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.

See also: AWS API Documentation

Request Syntax

response = client.run_fleet_advisor_lsa_analysis()
Return type:

dict

Returns:

Response Syntax

{
    'LsaAnalysisId': 'string',
    'Status': 'string'
}

Response Structure

  • (dict) –

    • LsaAnalysisId (string) –

      The ID of the LSA analysis run.

    • Status (string) –

      The status of the LSA analysis, for example COMPLETED.

Exceptions