Create
Generate Report
post/api/v1/apps/{app_id}/report
Generate a report for the given app.
Path Parameters
app_idstring
The appId field.
Body Parameters
bodyunknown
optional
Empty request body. Just placeholder for the generate app report request which uses URL values for input.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/report \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{}