Amazon CodeGuru Profiler · Example Payload

Amazon Codeguru Profiler Findings Report Summary Example

AmazonApplication PerformanceProfilingDevOpsMachine Learning

Amazon Codeguru Profiler Findings Report Summary Example is an example object payload from Amazon CodeGuru Profiler, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idprofileEndTimeprofileStartTimeprofilingGroupNametotalNumberOfFindings

Example Payload

Raw ↑
{
  "id": "500123",
  "profileEndTime": "example-value",
  "profileStartTime": "example-value",
  "profilingGroupName": "example-resource",
  "totalNumberOfFindings": "example-value"
}