NSX-T Data Center REST API

DatapathStatsActionConfig (type)

{
  "id": "DatapathStatsActionConfig",
  "module_id": "LiveTrace",
  "properties": {
    "action_argument": {
      "$ref": "DatapathStatsActionArgument",
      "description": "Action argument for datapath statistics.",
      "readonly": true,
      "required": true,
      "title": "Action argument for datapath statistics"
    },
    "sampling_argument": {
      "$ref": "SamplingArgument",
      "description": "Only first-N sampling is supported and the maximum sampling number is 65535.",
      "readonly": true,
      "required": false,
      "title": "Sample argument for datapath statistics"
    }
  },
  "type": "object"
}