Amazon DevOps Guru

2021/02/16 - Amazon DevOps Guru - 1 new api methods

Changes  Amazon DevOps Guru is GA ready. This API update added a describeFeedback Api allows users to view submitted insight feedback. The release date is 02/16/2021

DescribeFeedback (new) Link ΒΆ

Returns the most recent feedback submitted in the current AWS account and Region.

See also: AWS API Documentation

Request Syntax

client.describe_feedback(
    InsightId='string'
)
type InsightId

string

param InsightId

The ID of the insight for which the feedback was provided.

rtype

dict

returns

Response Syntax

{
    'InsightFeedback': {
        'Id': 'string',
        'Feedback': 'VALID_COLLECTION'|'RECOMMENDATION_USEFUL'|'ALERT_TOO_SENSITIVE'|'DATA_NOISY_ANOMALY'|'DATA_INCORRECT'
    }
}

Response Structure

  • (dict) --

    • InsightFeedback (dict) --

      Information about insight feedback received from a customer.

      • Id (string) --

        The insight feedback ID.

      • Feedback (string) --

        The feedback provided by the customer.