NSX-T Data Center REST API
DatapathStatsActionArgument (schema)
| Name | Description | Type | Notes | 
|---|---|---|---|
| datapath_stats_type | Type of datapath statistics action Type of datapath statistics action. UNI_DIRECTIONAL - Perform the datapath statistics action for the traffic ingressed from the source logical port. BI_DIRECTIONAL - Perform the datapath statistics action for the traffic ingressed from the source logical port and the destination logical port, respectively.  | 
            
            string | Required Readonly Enum: UNI_DIRECTIONAL, BI_DIRECTIONAL  | 
          
| dest_lport | Destination logical port for bidirectional datapath statistics action It is required only when the type of datapath statistics action is bidirectional.  | 
            
            string | Readonly | 
| reverse_filter | Packet filter for flows of interest in reverse direction It takes effect only when the type of datapath statistics action is bidirectional.  | 
            
            LiveTraceFilterData (Abstract type: pass one of the following concrete types) FieldsFilterData PlainFilterData  | 
            
            Readonly |