- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.coverageDetails.list
List coverage details for threat collection and rule combinations.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The instance to list coverage details for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of CoverageDetails to return. The service may return fewer than this value. If unspecified, at most 1000 CoverageDetails will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. A filter that can be used to retrieve specific coverage details. Supported filters: - Search literal (https://google.aip.dev/160#literals) matching on coverage details for specified threat collections. - Filtering by a specific field value in the format: |
Request body
The request body must be empty.
Response body
Response containing a list of coverage details.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"coverageDetails": [
{
object ( |
Fields | |
---|---|
coverageDetails[] |
Output only. The list of coverage details sorted by coverage details' name in ascending order. |
nextPageToken |
Output only. A token that can be sent as |
totalSize |
Output only. The total number of coverage details that match the request. The count returned by pagination may be less than the |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
chronicle.coverageDetails.list
For more information, see the IAM documentation.