An audit is a check of the entire repository to ensure that it is intact. This is typically described as testing the fixity of all of the repository’s content.
GET /v1/audits¶List all audits. No pagination is provided in this version.
| Request Headers: | |
|---|---|
|
|
| Response Headers: | |
|
|
| Response JSON Array of Objects: | |
|
|
| Response JSON Object: | |
|
|
| Status Codes: |
|
POST /v1/audits¶Audit the system; the logical audit is represented by the created resource.
| Request Headers: | |
|---|---|
|
|
| Status Codes: |
|
GET /v1/audits/(id)¶Show a specific audit. The audit may be completed, or it may still be in progress; compare the total count of successful and failed events against the count of packages being audited to determine if the audit is complete.
| Response Headers: | |
|---|---|
|
|
| Response JSON Object: | |
| Status Codes: |
|