CloudWatchObservabilityAdminService / Client / get_telemetry_evaluation_status

get_telemetry_evaluation_status#

CloudWatchObservabilityAdminService.Client.get_telemetry_evaluation_status()#

Returns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.

See also: AWS API Documentation

Request Syntax

response = client.get_telemetry_evaluation_status()
Return type:

dict

Returns:

Response Syntax

{
    'Status': 'NOT_STARTED'|'STARTING'|'FAILED_START'|'RUNNING'|'STOPPING'|'FAILED_STOP'|'STOPPED',
    'FailureReason': 'string'
}

Response Structure

  • (dict) –

    • Status (string) –

      The onboarding status of the telemetry config feature.

    • FailureReason (string) –

      Describes the reason for the failure status. The field will only be populated if Status is FAILED_START or FAILED_STOP.

Exceptions