@@ -30212,7 +30212,7 @@ components:
3021230212 type: string
3021330213 type: object
3021430214 SingleAggregatedConnectionResponseArray:
30215- description: The definition of `SingleAggregatedConnectionResponseArray` object .
30215+ description: List of aggregated connections .
3021630216 example:
3021730217 data:
3021830218 - attributes:
@@ -30236,25 +30236,25 @@ components:
3023630236 type: aggregated_connection
3023730237 properties:
3023830238 data:
30239- description: The `SingleAggregatedConnectionResponseArray` `data` .
30239+ description: Array of aggregated connection objects .
3024030240 items:
3024130241 $ref: '#/components/schemas/SingleAggregatedConnectionResponseData'
3024230242 type: array
3024330243 type: object
3024430244 SingleAggregatedConnectionResponseData:
30245- description: The definition of `SingleAggregatedConnectionResponseData` object .
30245+ description: Object describing an aggregated connection .
3024630246 properties:
3024730247 attributes:
3024830248 $ref: '#/components/schemas/SingleAggregatedConnectionResponseDataAttributes'
3024930249 id:
30250- description: The `SingleAggregatedConnectionResponseData` `id`.
30250+ description: A unique identifier for the aggregated connection based on
30251+ the group by values.
3025130252 type: string
3025230253 type:
3025330254 $ref: '#/components/schemas/SingleAggregatedConnectionResponseDataType'
3025430255 type: object
3025530256 SingleAggregatedConnectionResponseDataAttributes:
30256- description: The definition of `SingleAggregatedConnectionResponseDataAttributes`
30257- object.
30257+ description: Attributes for an aggregated connection.
3025830258 properties:
3025930259 bytes_sent_by_client:
3026030260 description: The total number of bytes sent by the client over the given
@@ -30268,10 +30268,11 @@ components:
3026830268 type: integer
3026930269 group_bys:
3027030270 additionalProperties:
30271+ description: The values for each group by.
3027130272 items:
3027230273 type: string
3027330274 type: array
30274- description: The `attributes` `group_bys` .
30275+ description: The key, value pairs for each group by .
3027530276 type: object
3027630277 packets_sent_by_client:
3027730278 description: The total number of packets sent by the client over the given
@@ -30322,9 +30323,7 @@ components:
3032230323 type: object
3032330324 SingleAggregatedConnectionResponseDataType:
3032430325 default: aggregated_connection
30325- description: 'Aggregated connection resource type. Allowed enum values: `aggregated_connection`.
30326-
30327- default: `aggregated_connection`'
30326+ description: Aggregated connection resource type.
3032830327 enum:
3032930328 - aggregated_connection
3033030329 type: string
@@ -44426,22 +44425,22 @@ paths:
4442644425 - Network Device Monitoring
4442744426 /api/v2/network/connections/aggregate:
4442844427 get:
44429- description: Get aggregated connections
44428+ description: Get all aggregated connections.
4443044429 operationId: GetAggregatedConnections
4443144430 parameters:
4443244431 - description: Unix timestamp (number of seconds since epoch) of the start of
4443344432 the query window. If not provided, the start of the query window is 15 minutes
44434- before the "to" timestamp. If neither " from" nor "to" are provided, the
44435- query window is [now - 15m, now].
44433+ before the `to` timestamp. If neither ` from` nor `to` are provided, the
44434+ query window is ` [now - 15m, now]` .
4443644435 in: query
4443744436 name: from
4443844437 schema:
4443944438 format: int64
4444044439 type: integer
4444144440 - description: Unix timestamp (number of seconds since epoch) of the end of
4444244441 the query window. If not provided, the end of the query window is the current
44443- time. If neither " from" nor "to" are provided, the query window is [now
44444- - 15m, now].
44442+ time. If neither ` from` nor `to` are provided, the query window is ` [now
44443+ - 15m, now]` .
4444544444 in: query
4444644445 name: to
4444744446 schema:
@@ -44478,7 +44477,7 @@ paths:
4447844477 $ref: '#/components/responses/BadRequestResponse'
4447944478 '429':
4448044479 $ref: '#/components/responses/TooManyRequestsResponse'
44481- summary: Get aggregated connections
44480+ summary: Get all aggregated connections
4448244481 tags:
4448344482 - Cloud Network Monitoring
4448444483 x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,
0 commit comments