NSX-T Data Center REST API

CloudTag (type)

{
  "additionalProperties": false, 
  "description": "Stores the key-value pair of cloud tag.", 
  "id": "CloudTag", 
  "module_id": "CloudServiceManager", 
  "properties": {
    "key": {
      "description": "Key of the cloud tag.", 
      "readonly": true, 
      "required": false, 
      "title": "Tag Key", 
      "type": "string"
    }, 
    "value": {
      "description": "Value of the cloud tag.", 
      "readonly": true, 
      "required": false, 
      "title": "Tag Value", 
      "type": "string"
    }
  }, 
  "title": "Cloud Tag", 
  "type": "object"
}