NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PolicyTraceflowObservationRelayedLogical (schema)
Name | Description | Type | Notes |
---|---|---|---|
component_name | The name of the component that issued the observation. | string | Readonly |
component_sub_type | The sub type of the component that issued the observation. | TraceflowComponentSubType | Readonly |
component_type | The type of the component that issued the observation. | TraceflowComponentType | Readonly |
dst_server_address | The IP address of the destination This field specified the IP address of the destination which the packet will be relayed. |
IPAddress | Required Readonly |
is_ens | Flag to indicate whether the observation is reported from ENS fastpath. This flag is to indicate whether the observation is reported from ENS fastpath or slowpath. This field is only applicable for livetrace observations. |
boolean | Readonly |
logical_comp_uuid | The id of the component which relay service located This field specified the logical component that relay service located. |
string | Readonly |
logical_component_path | The path of the component on which relay service located This field specifies the logical component that relay service located on. |
string | Readonly |
message_type | The type of the relay service This field specified the message type of the relay service REQUEST - The relay service will relay a request message to the destination server REPLY - The relay service will relay a reply message to the client |
string | Required Readonly Enum: REQUEST, REPLY Default: "REQUEST" |
relay_server_address | The IP address of relay service This field specified the IP address of the relay service. |
IPAddress | Required Readonly |
resource_type | Must be set to the value PolicyTraceflowObservationRelayedLogical | TraceflowObservationType | Required Default: "TraceflowObservationReceived" |
sequence_no | the sequence number is the traceflow observation hop count the hop count for observations on the transport node that a traceflow packet is injected in will be 0. The hop count is incremented each time a subsequent transport node receives the traceflow packet. The sequence number of 999 indicates that the hop count could not be determined for the containing observation. |
integer | Required Readonly |
site_path | Policy path of the federated site This field contains the site path where this observation was generated. |
string | Readonly |
timestamp | Timestamp when the observation was created by the transport node Timestamp when the observation was created by the transport node (milliseconds epoch) |
EpochMsTimestamp | Readonly |
timestamp_micro | Timestamp when the observation was created by the transport node Timestamp when the observation was created by the transport node (microseconds epoch) |
integer | Readonly |
transport_node_id | id of the transport node that observed a traceflow packet | string | Readonly |
transport_node_name | name of the transport node that observed a traceflow packet | string | Readonly |
transport_node_type | type of the transport node that observed a traceflow packet | TransportNodeType | Readonly |