NSX-T Data Center REST API

IntervalSampling (type)

{
  "extends": {
    "$ref": "SamplingArgument"
  },
  "id": "IntervalSampling",
  "module_id": "LiveTrace",
  "polymorphic-type-descriptor": {
    "type-identifier": "IntervalSampling"
  },
  "properties": {
    "sampling_interval": {
      "maximum": 30000,
      "minimum": 1,
      "required": true,
      "title": "Time interval in ms between two sampling actions.",
      "type": "integer"
    },
    "sampling_type": {
      "enum": [
        "FirstNSampling",
        "PacketNumberSampling",
        "IntervalSampling"
      ],
      "required": true,
      "title": "Sampling type",
      "type": "string"
    }
  },
  "type": "object"
}