Get Traceflow

Get Traceflow

Get the Traceflow round status and result summary

Request
URI
GET
https://nsxmanager.your.domain/api/v1/traceflows/{traceflow-id}
COPY
Path Parameters
string
traceflow-id
Required

traceflow-id


Authentication
This operation uses the following authentication methods.
Responses
200

Success

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