NSX-T Data Center REST API

DeploymentSpecName (type)

{
  "description": "Used to provide the deployment spec for Upgrade.",
  "id": "DeploymentSpecName",
  "module_id": "ServiceInsertionCommonTypes",
  "properties": {
    "deployment_spec_name": {
      "description": "This indicates the deployment spec.",
      "readonly": true,
      "required": true,
      "title": "Deployment Spec Name",
      "type": "string"
    },
    "storage_id": {
      "description": "Moref of the datastore in VC.",
      "readonly": true,
      "required": false,
      "title": "Storage Id",
      "type": "string"
    }
  },
  "title": "Deployment spec to be used in upgrade",
  "type": "object"
}