Queues a performance and scalability evaluation for the specified app, scheduling
it for execution by the evaluation engine. The evaluation measures object response
times, CPU usage, document size, and data model metrics. Once queued, use the
returned id with the retrieval operations to poll for results.
Retrieves a single app evaluation by its unique identifier. Use the all parameter
to include full evaluation details in the response.
Compares exactly two app evaluations, a baseline and a comparison, returning a structured diff of performance metrics between them. Use this operation to detect regressions after app changes or engine upgrades. Both evaluations must belong to the same app.
Downloads a comparison log for the two specified app evaluations (baseline and comparison),
defaulting to XML format. Use the Accept header to request JSON output instead.
Both evaluations must belong to the same app.
Returns a paginated list of historical evaluations for the specified app. Use
the next and prev cursor values from the response links to navigate through
pages of results.
Downloads the evaluation log for the specified app evaluation, defaulting to XML
format. Use the Accept header to request JSON output instead.
Restores a soft-deleted Qlik Cloud Analytics application to the same space with the same app ID, retaining the properties it had at the time of deletion. This operation is available to the app owner and Tenant Admins. The app owner can restore the app only if the original space still exists and they still have delete permission in the space; otherwise, a 403 Forbidden error is returned. Associated resources such as data alerts, subscriptions, collections, notes, and tags are deleted when the app is deleted and cannot be restored.
Clears the cache for apps api requests.