{
"opencollection": "1.0.0",
"info": {
"name": "Amazon CodeGuru Security AccountConfiguration Scans API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "Authorization",
"value": "{{Authorization}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "Scans",
"type": "folder"
},
"items": [
{
"info": {
"name": "Amazon CodeGuru Security List Scans",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://codeguru-security.{region}.amazonaws.com/scans",
"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": "maxResults",
"value": "",
"type": "query",
"description": "The maximum number of results to return in the response. Use this parameter when paginating results. If additional results exist beyond the number you specify, the nextToken element is returned in the response. Use nextToken in a subsequent request to retrieve additional results."
},
{
"name": "nextToken",
"value": "",
"type": "query",
"description": "A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request to continue listing results after the first page."
}
]
},
"docs": "Returns a list of all the standard scans in an account. Does not return express scans."
},
{
"info": {
"name": "Amazon CodeGuru Security Create Scan",
"type": "http"
},
"http": {
"method": "POST",
"url": "http://codeguru-security.{region}.amazonaws.com/scans",
"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": ""
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Use to create a scan using code uploaded to an S3 bucket."
},
{
"info": {
"name": "Amazon CodeGuru Security Get Scan",
"type": "http"
},
"http": {
"method": "GET",
"url": "http://codeguru-security.{region}.amazonaws.com/scans/:scanName",
"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": "runId",
"value": "",
"type": "query",
"description": "UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the CreateScan operation. Defaults to the latest scan run if missing."
},
{
"name": "scanName",
"value": "",
"type": "path",
"description": "The name of the scan you want to view details about."
}
]
},
"docs": "Returns details about a scan, including whether or not a scan has completed."
}
]
}
],
"bundled": true
}