NSX-T Data Center REST API
BareMetalServerTagList (type)
{
"additionalProperties": false,
"id": "BareMetalServerTagList",
"module_id": "BareMetalServerTag",
"properties": {
"bms_external_id": {
"description": "External id of the bare metal server to which tags are to be applied.",
"required": true,
"title": "External id",
"type": "string"
},
"tags": {
"description": "List of tags to be applied to the bare metal server.",
"help_detail": "The list includes user defined tags.",
"items": {
"$ref": "Tag"
},
"required": true,
"title": "Tags",
"type": "array"
}
},
"type": "object"
}