{
"opencollection": "1.0.0",
"info": {
"name": "Amazon CodeGuru Profiler Internal API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Authorization",
"value": "{{Authorization}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "Internal",
"type": "folder"
},
"items": [
{
"info": {
"name": "Amazon CodeGuru Profiler Get Findings Report Account Summary",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://codeguru-profiler.{region}.amazonaws.com/internal/findingsReports",
"headers": [
{
"name": "X-Amz-Content-Sha256",
"value": ""
},
{
"name": "X-Amz-Date",
"value": ""
},
{
"name": "X-Amz-Algorithm",
"value": ""
},
{
"name": "X-Amz-Credential",
"value": ""
},
{
"name": "X-Amz-Security-Token",
"value": ""
},
{
"name": "X-Amz-Signature",
"value": ""
},
{
"name": "X-Amz-SignedHeaders",
"value": ""
}
],
"params": [
{
"name": "dailyReportsOnly",
"value": "",
"type": "query",
"description": "A Boolean value indicating whether to only return reports from daily profiles. If set to True, only analysis data from daily profiles is returned. If set to False, analysis data is returned from smaller time windows (for example, one hour)."
},
{
"name": "maxResults",
"value": "",
"type": "query",
"description": "The maximum number of results returned by GetFindingsReportAccountSummary in paginated output. When this parameter is used, GetFindingsReportAccountSummary only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another GetFindingsReportAccountSummary request with the returned nextToken value."
},
{
"name": "nextToken",
"value": "",
"type": "query",
"description": "
The nextToken value returned from a previous paginated GetFindingsReportAccountSummary request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
FindingsReportSummary objects that contain analysis results for all profiling groups in your AWS account. "
},
{
"info": {
"name": "Amazon CodeGuru Profiler Get Recommendations",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://codeguru-profiler.{region}.amazonaws.com/internal/profilingGroups/:profilingGroupName/recommendations#endTime&startTime",
"headers": [
{
"name": "X-Amz-Content-Sha256",
"value": ""
},
{
"name": "X-Amz-Date",
"value": ""
},
{
"name": "X-Amz-Algorithm",
"value": ""
},
{
"name": "X-Amz-Credential",
"value": ""
},
{
"name": "X-Amz-Security-Token",
"value": ""
},
{
"name": "X-Amz-Signature",
"value": ""
},
{
"name": "X-Amz-SignedHeaders",
"value": ""
}
],
"params": [
{
"name": "endTime",
"value": "",
"type": "query",
"description": " The start time of the profile to get analysis data about. You must specify startTime and endTime. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC. "
},
{
"name": "locale",
"value": "",
"type": "query",
"description": " The language used to provide analysis. Specify using a string that is one of the following BCP 47 language codes.
de-DE - German, Germany
en-GB - English, United Kingdom
en-US - English, United States
es-ES - Spanish, Spain
fr-FR - French, France
it-IT - Italian, Italy
ja-JP - Japanese, Japan
ko-KR - Korean, Republic of Korea
pt-BR - Portugese, Brazil
zh-CN - Chinese, China
zh-TW - Chinese, Taiwan
startTime and endTime. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC. "
}
]
},
"docs": " Returns a list of Recommendation objects that contain recommendations for a profiling group for a given time period. A list of Anomaly objects that contains details about anomalies detected in the profiling group for the same time period is also returned. "
},
{
"info": {
"name": "Amazon CodeGuru Profiler List Findings Reports",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://codeguru-profiler.{region}.amazonaws.com/internal/profilingGroups/:profilingGroupName/findingsReports#endTime&startTime",
"headers": [
{
"name": "X-Amz-Content-Sha256",
"value": ""
},
{
"name": "X-Amz-Date",
"value": ""
},
{
"name": "X-Amz-Algorithm",
"value": ""
},
{
"name": "X-Amz-Credential",
"value": ""
},
{
"name": "X-Amz-Security-Token",
"value": ""
},
{
"name": "X-Amz-Signature",
"value": ""
},
{
"name": "X-Amz-SignedHeaders",
"value": ""
}
],
"params": [
{
"name": "dailyReportsOnly",
"value": "",
"type": "query",
"description": "A Boolean value indicating whether to only return reports from daily profiles. If set to True, only analysis data from daily profiles is returned. If set to False, analysis data is returned from smaller time windows (for example, one hour)."
},
{
"name": "endTime",
"value": "",
"type": "query",
"description": " The end time of the profile to get analysis data about. You must specify startTime and endTime. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC. "
},
{
"name": "maxResults",
"value": "",
"type": "query",
"description": "The maximum number of report results returned by ListFindingsReports in paginated output. When this parameter is used, ListFindingsReports only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another ListFindingsReports request with the returned nextToken value."
},
{
"name": "nextToken",
"value": "",
"type": "query",
"description": "The nextToken value returned from a previous paginated ListFindingsReportsRequest request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
startTime and endTime. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC. "
}
]
},
"docs": "List the available reports for a given profiling group and time range."
},
{
"info": {
"name": "Amazon CodeGuru Profiler Submit Feedback",
"type": "http"
},
"http": {
"method": "POST",
"url": "http://codeguru-profiler.{region}.amazonaws.com/internal/profilingGroups/:profilingGroupName/anomalies/:anomalyInstanceId/feedback",
"headers": [
{
"name": "X-Amz-Content-Sha256",
"value": ""
},
{
"name": "X-Amz-Date",
"value": ""
},
{
"name": "X-Amz-Algorithm",
"value": ""
},
{
"name": "X-Amz-Credential",
"value": ""
},
{
"name": "X-Amz-Security-Token",
"value": ""
},
{
"name": "X-Amz-Signature",
"value": ""
},
{
"name": "X-Amz-SignedHeaders",
"value": ""
}
],
"params": [
{
"name": "anomalyInstanceId",
"value": "",
"type": "path",
"description": "The universally unique identifier (UUID) of the AnomalyInstance object that is included in the analysis data."
},
{
"name": "profilingGroupName",
"value": "",
"type": "path",
"description": "The name of the profiling group that is associated with the analysis data."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not."
}
]
}
],
"bundled": true
}