Please enter search query.
Search <book_title>...
Enterprise Vault™ Compliance Accelerator Administrator's Guide
Last Published:
2024-09-02
Product(s):
Enterprise Vault (15.1)
- 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
Roles - List by filters
POST https://<Reporting endpoint Base URL>/odata/roles
Request body
Specify the following filters to obtain refined and selective results from this report.
Name | Type | Description |
---|---|---|
Departments | Optional | Specifies IDs of the departments to which roles belongs to. : The Roles API can pass a maximum of 100 Departments IDs as input. : JSON array of integers 'id'(identifier fields) that is Departments. |
Scopes | Optional | Specifies the scope of the roles. Possible values are: 160 for application-level roles and 161 for department-level roles. : JSON array of integers 'id'(identifier fields) that is Scopes. |
Sample request
POST https://<Reporting endpoint Base URL>/odata/Roles
{
"Departments": [5,6],
"Scopes" :[161]
}
Sample response
Status code: 200 OK
Supported OData Filters
See Supported OData query options.
Responses
See Responses.