/integrity

Run Integrity Check.

post

Start an Integrity Check operation. The scope of the operation can be either 'system', 'project' or 'snapshot scope'. Include all filters/boards/dashboards by setting the corresponding parameters to 'true'. Please refer to the examples for details!

/integrity/{id}

Get the progress or end result of the Integrity check operation with the given id.

get

Get the progress or end result of the Integrity check operation with the given id.

/integrity/{id}/csv

Get a csv file with the end result of the Integrity check operation with the given id.

get

Get a csv file with the end result of the Integrity check operation with the given id.

/integrity/{id}/cancel

Cancel a running Integrity Check operation.

put

Cancel a running Integrity Check operation.

/integrity/scoped

Snapshot scope.

post

Start an Integrity Check operation on the last unsuccessful snapshot. After successfully completing the operation, use "/integrity/{id}" to get the result.