NSX-T Data Center REST API

DeploymentVersionSpec (type)

{
  "additionalProperties": false, 
  "description": "Deployment version with chart name", 
  "id": "DeploymentVersionSpec", 
  "module_id": "PolicyCloudNative", 
  "properties": {
    "chart_name": {
      "description": "Deployment chart name.", 
      "title": "Deployment chart name", 
      "type": "string"
    }, 
    "versions": {
      "description": "List of deployment versions.", 
      "title": "Deployment versions", 
      "type": "string"
    }
  }, 
  "title": "Deployment version", 
  "type": "object"
}