3.9.1. Get flow fields


GET /flows/fields

Description

Retrieves the flow field names that can be used for searching or sorting on flows.

Responses

HTTP Code Description Schema

200

successful operation

4.34. Fields

Consumes

  • /

Produces

  • application/json

Example HTTP request


/flows/fields

Example HTTP response


         {
  "fields" : [ "string" ]
}