cURL
curl --request PUT \ --url https://app.kosli.com/api/v2/environments/{org}/{env_name}/report/lambda \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "artifacts": [ { "digests": {}, "creationTimestamp": 123 } ], "type": "lambda" } '
{ "message": "<string>", "errors": {} }
Process a report for a Lambda environment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Lambda report containing artifacts
all artifacts in the report
Show child attributes
Environment type
"lambda"
Report processed successfully, no new snapshots to create
Was this page helpful?