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