Enterprise Vault™ Compliance Accelerator Administrator's Guide
- Overview and latest updates
- Understanding Veritas Surveillance
- Configuring Compliance Accelerator Desktop Client
- Importing configuration data from an XML file
- Grouping departments into partitions
- Setting Compliance Accelerator system configuration options
- Creating and viewing reports
- Enhanced reporting
- Accessing reports through the OData web service
- Appendix A. Troubleshooting
ItemMetrics - List
GET https://<Reporting endpoint Base URL>/odata/ItemMetrics?CaptureDateStart=<YYYY-MM-DD>&CaptureDateEnd=<YYYY-MM-DD>
The following filters can be used with the ItemMetrics API when invoked using the GET method. The system uses the
operator between the filters to return the result based on the specified filters.Name | Type | Description |
---|---|---|
CaptureDateStart | Mandatory | CaptureDate is the date on which items are captured or ingested in Compliance Accelerator is recorded as the CaptureDate for that item. This filter specifies the start date for returning count of items whose CaptureDate is greater than or equal to this start date. : YYYY-MM-DD : JSON array of integers 'id'(identifier fields) that is CaptureDateStart. |
CaptureDateEnd | Mandatory | This filter specifies the end date for returning count of items whose CaptureDate is greater than or equal to this date. : YYYY-MM-DD : JSON array of integers 'id'(identifier fields) that is CaptureDateEnd. |
To get count of all items captured between 2023-01-01 and 2023-12-31, the sample query will be as below.
GET https://<Reporting endpoint Base URL>/odata/ItemMetrics?CaptureDateStart=2023-01-01&CaptureDateEnd=2023-12-31
See Supported OData query options.
See Supported reporting endpoint API filters and their values.
See Responses.