NSX-T Data Center REST API

TraceActionConfig (type)

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