- HTTP request
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- AggregateFleetRow
- Dimension
- ManagementType
- Try it!
v1beta.aggregateFleet provides statistics about the fleet grouped by various fields.
HTTP request
GET https://databasecenter.googleapis.com/v1beta:aggregateFleet
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
parent |
Required. Parent can be a project, a folder, or an organization. The search is limited to the resources within the The allowed values are:
|
filter |
Optional. The expression to filter resources. Supported fields are: The expression is a list of zero or more restrictions combined via logical operators Example: |
groupBy |
Optional. A field that statistics are grouped by. Valid values are any combination of the following: * container * product.type * product.engine * product.version * location * subResourceType * managementType * tag.key * tag.value * tag.source * tag.inherited * label.key * label.value * label.source * hasMaintenanceSchedule * hasDenyMaintenanceSchedules Comma separated list. |
orderBy |
Optional. Valid values to order by are: * resourceGroupsCount * resourcesCount * and all fields supported by |
pageSize |
Optional. If unspecified, at most 50 items will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous |
baselineDate |
Optional. The baseline date w.r.t. which the delta counts are calculated. If not set, delta counts are not included in the response and the response indicates the current state of the fleet. |
Request body
The request body must be empty.
Response body
The response message to aggregate a fleet by some group by fields.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"rows": [
{
object ( |