Create Traceflow
Initiate a Traceflow Operation on the Specified Port
Request
URI
POST
https://nsxmanager.your.domain/api/v1/traceflows
COPY
Request Body
TraceflowRequest of type(s) application/json
Required
{
"packet": {
"routed": false,
"transport_type": "string",
"resource_type": "string",
"frame_size": 0
},
"timeout": 0,
"lport_id": "string"
}
object
packet
Required
Packet configuration
integer As int64 As int64
timeout
Optional
Maximum time (in ms) the management plane will wait for observation result list to be sent by controller plane.
string
lport_id
Required
lport_id
Responses
201
Resource created successfully
Returns Traceflow of type(s) application/json
This response body class contains all of the following: Resource , InlineTraceflow1
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"operation_state": "string",
"logical_counters": {
"received_count": 0,
"dropped_count": 0,
"delivered_count": 0,
"forwarded_count": 0
},
"timeout": 0,
"lport_id": "string",
"counters": {
"received_count": 0,
"dropped_count": 0,
"delivered_count": 0,
"forwarded_count": 0
},
"result_overflowed": false,
"analysis": [
"string"
],
"id": "string"
}
default
Unexpected error
Returns ApiError of type(s) application/json
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
string
module_name
Optional
module_name
string
error_message
Optional
error_message
integer As int64 As int64
error_code
Optional
error_code
Troubleshooting And Monitoring Operations
POST
Create Port Mirroring Sessions
POST
Create Traceflow
DELETE
Delete Port Mirroring Session
DELETE
Delete Traceflow
GET
Get Forwarding Path
GET
Get Heatmap Transport Zone Status
GET
Get Ipfix Obs Points
GET
Get Port Mirroring Session
GET
Get Switch Ipfix Config
GET
Get Traceflow
GET
Get Traceflow Observations
GET
Get Transport Node Report
GET
Get Transport Node Report For A Transport Zone
GET
Get Transport Node Status
GET
List Node Logs
GET
List Port Mirroring Session
GET
List Remote Transport Node Status
GET
List Traceflows
GET
List Transport Node Status
GET
List Transport Node Status For Transport Zone
GET
Read Node Log
GET
Read Node Log Data
PUT
Update Port Mirroring Session
PUT
Update Switch Ipfix Config
POST
Verify Port Mirroring Session