NSX-T Data Center REST API

MPResourceMetadata (type)

{
  "additionalProperties": false, 
  "description": "Resource metadata.", 
  "id": "MPResourceMetadata", 
  "module_id": "MPPolicyMigration", 
  "properties": {
    "key": {
      "description": "It has to be one of the attribute of targeted policy intent.", 
      "required": true, 
      "title": "Resource metadata key.", 
      "type": "string"
    }, 
    "value": {
      "required": false, 
      "title": "Resource metadata value.", 
      "type": "string"
    }
  }, 
  "title": "Resource metadata.\n", 
  "type": "object"
}