CloudWatchObservabilityAdminService / Client / get_telemetry_evaluation_status_for_organization

get_telemetry_evaluation_status_for_organization

CloudWatchObservabilityAdminService.Client.get_telemetry_evaluation_status_for_organization()

This returns the onboarding status of the telemetry configuration feature for the organization. It can only be called by a Management Account of an Amazon Web Services Organization or an assigned Delegated Admin Account of Amazon CloudWatch telemetry config.

See also: AWS API Documentation

Request Syntax

response = client.get_telemetry_evaluation_status_for_organization()
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 for the organization.

    • FailureReason (string) –

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

Exceptions