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