...
Additionally, auditing data can be accessed with a SQL query or via the SkySync Web Service. The queries are listed below:
Code Block | language | sql||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Expand | |||||||||||||
|
|
|
|
DECLARE @pageindex as Int ||||||||||
|
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
|
Expand | ||
---|---|---|
|
...
Retrieve the first 100 audits for job X:
Retrieve the first 100 audits for job X, execution ID of Y:
Export all audits: http://localhost:9000/v1/jobs/executions/audits.csv
Export all audits for job X: http://localhost:9000/v1/jobs/X/executions/audits.csv
Export all audits for job X, execution ID of Y: http://localhost:9000/v1/jobs/X/executions/Y/audits.csv
To query failures, use the previous three queries, substituting "failures.csv" for "audits.csv". For example, to export all failures for job X, execution ID of Y: |
...
|
For these queries, the "pageSize" default and maximum are both 100.
Please contact Portal Architects Support for assistance with this article.