NSX-T Data Center REST API

BareMetalServerInterfaceTagList (type)

{
  "additionalProperties": false,
  "id": "BareMetalServerInterfaceTagList",
  "module_id": "BareMetalServerTag",
  "properties": {
    "bms_interface_external_id": {
      "required": true,
      "title": "External id of the bare metal server interface to which tags are to be applied",
      "type": "string"
    },
    "tags": {
      "help_detail": "The list includes user defined tags.",
      "items": {
        "$ref": "Tag"
      },
      "required": true,
      "title": "List of tags to be applied to the bare metal server Interface",
      "type": "array"
    }
  },
  "type": "object"
}