Software Secure Workload
Activity Configure

Query for Flow Metrics

This endpoint returns the list of metrics, for example, byte count and packet count, associated with flow observations.

GET /openapi/v1/flowsearch/metrics

Parameters: None

Response object:

Name

Type

Description

metrics

List of strings.

List of available metrics.

Sample python code


  restclient.get('/flowsearch/metrics')