- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the specified groups.
HTTP request
GET https://clouderrorreporting.googleapis.com/v1beta1/{projectName=projects/*}/groupStats
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
Required. The resource name of the Google Cloud Platform project. Written as Examples: For a list of supported locations, see Supported Regions. |
Query parameters
Parameters | |
---|---|
group |
Optional. List all |
service |
Optional. List only |
time |
Optional. List data for the given time range. If not set, a default time range is used. The field |
timed |
Optional. The preferred duration for a single returned A duration in seconds with up to nine fractional digits, ending with ' |
alignment |
Optional. The alignment of the timed counts to be returned. Default is |
alignment |
Optional. Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
order |
Optional. The sort order in which the results are returned. Default is |
page |
Optional. The maximum number of results to return per response. Default is 20. |
page |
Optional. A |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListGroupStatsResponse
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/stackdriver-integration
For more information, see the Authentication Overview.