NSX-T Data Center REST API

MetricTag (type)

{
  "description": "A tag can add additional information to a metric.",
  "id": "MetricTag",
  "module_id": "SystemHealth",
  "properties": {
    "tag_name": {
      "description": "The name of the tag.",
      "required": true,
      "title": "Tag name",
      "type": "string"
    },
    "tag_value": {
      "description": "The value of the tag. A tag can have only a name but no value.",
      "required": false,
      "title": "Tag value",
      "type": "string"
    }
  },
  "title": "Metric Tag",
  "type": "object"
}