NSX-T Data Center REST API

DscpValue (type)

{
  "additionalProperties": false,
  "description": "To define the Dscp value in Global In-band network telemetry configuration.",
  "extends": {
    "$ref": "DscpIndicator"
  },
  "id": "DscpValue",
  "module_id": "Policy",
  "polymorphic-type-descriptor": {
    "type-identifier": "DSCP_VALUE"
  },
  "properties": {
    "dscp_value": {
      "description": "A DSCP value is allocated to indicate the existence of INT header. It takes effects only when the INT indicator mode is DSCP_VALUE. The user should guarantee that the given DSCP value is specifically allocated for INT.",
      "maximum": 63,
      "minimum": 1,
      "required": true,
      "title": "DSCP value for indicating the existence of INT header.",
      "type": "int"
    },
    "indicator_type": {
      "enum": [
        "DSCP_BIT",
        "DSCP_VALUE"
      ],
      "required": true,
      "title": "The method for indicating the existence of INT header.",
      "type": "string"
    }
  },
  "title": "Dscp bit config",
  "type": "object"
}