NSX-T Data Center REST API

PktcapActionConfig (type)

{
  "id": "PktcapActionConfig",
  "module_id": "LiveTrace",
  "properties": {
    "action_argument": {
      "$ref": "PktcapActionArgument",
      "readonly": true,
      "required": true,
      "title": "Action argument for packet capture"
    },
    "sampling_argument": {
      "$ref": "SamplingArgument",
      "description": "Only first-N sampling is supported and the maximum sampling number is 500.",
      "readonly": true,
      "required": true,
      "title": "Sample argument for packet capture"
    }
  },
  "type": "object"
}