Backend half
This commit is contained in:
+51
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"version": "2.0",
|
||||
"metadata": {
|
||||
"apiVersion": "2023-08-08",
|
||||
"endpointPrefix": "inspector-scan",
|
||||
"jsonVersion": "1.1",
|
||||
"protocol": "rest-json",
|
||||
"serviceAbbreviation": "inspector-scan",
|
||||
"serviceFullName": "Inspector Scan",
|
||||
"serviceId": "Inspector Scan",
|
||||
"signatureVersion": "v4",
|
||||
"signingName": "inspector-scan",
|
||||
"uid": "inspector-scan-2023-08-08"
|
||||
},
|
||||
"operations": {
|
||||
"ScanSbom": {
|
||||
"http": {
|
||||
"requestUri": "/scan/sbom",
|
||||
"responseCode": 200
|
||||
},
|
||||
"input": {
|
||||
"type": "structure",
|
||||
"required": [
|
||||
"sbom"
|
||||
],
|
||||
"members": {
|
||||
"sbom": {
|
||||
"shape": "S2"
|
||||
},
|
||||
"outputFormat": {}
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"type": "structure",
|
||||
"members": {
|
||||
"sbom": {
|
||||
"shape": "S2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"idempotent": true
|
||||
}
|
||||
},
|
||||
"shapes": {
|
||||
"S2": {
|
||||
"type": "structure",
|
||||
"members": {},
|
||||
"document": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user