NSX-T Data Center REST API

DscpIndicator (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "The DscpIndicator is the base class for global In-band network telemetry configurations for different types in a NSX domain.",
  "id": "DscpIndicator",
  "module_id": "Policy",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "indicator_type"
  },
  "properties": {
    "indicator_type": {
      "enum": [
        "DSCP_BIT",
        "DSCP_VALUE"
      ],
      "required": true,
      "title": "The method for indicating the existence of INT header.",
      "type": "string"
    }
  },
  "title": "Abstract base type for Global In-band network telemetry configuration",
  "type": "object"
}