v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1423128111.3 KB

Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.

post/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback

Path parameters

anomalyInstanceIdstring required

The universally unique identifier (UUID) of the <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_AnomalyInstance.html"> <code>AnomalyInstance</code> </a> object that is included in the analysis data.

profilingGroupNamestring required

The name of the profiling group that is associated with the analysis data.

Request body

commentstring

Optional feedback about this anomaly.

type'Positive' | 'Negative' required

The feedback tpye. Thee are two valid values, <code>Positive</code> and <code>Negative</code>.

Response

Success

SubmitFeedbackResponse required

The structure representing the SubmitFeedbackResponse.