NSX-T Data Center REST API
Return top 10 flows information
Run flow monitor for timeout seconds for all or certain CPU core(s)and return top 10 flows.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/transport-nodes/<transport-node-id>/node/services/dataplane/flow-mon
                  
              
            Request Headers:
                n/a
            Query Parameters:
    EdgeDataplaneTopKFlowQueryParameters+
  Request Body:
    n/a
  Example Request:
GET https://<ip>/api/v1/node/services/dataplane/flow-mon?core_id=3&timeout=60 (or) GET https://<ip>/api/v1/node/services/dataplane/flow-mon?core_id=3 (or) GET https://<ip>/api/v1/node/services/dataplane/flow-mon?timeout=60 (or) GET https://<ip>/api/v1/node/services/dataplane/flow-monSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    EdgeDataplaneTopKFlows+
  