NSX-T Data Center REST API

DeploymentTemplate (type)

{
  "description": "Deployment Template holds the attributes specific to partner for which the service is created. These attributes are opaque to NSX.",
  "id": "DeploymentTemplate",
  "module_id": "ServiceInsertionCommonTypes",
  "properties": {
    "attributes": {
      "description": "List of attributes specific to a partner for which the service is created. There attributes are passed on to the partner appliance and is opaque to the NSX Manager.",
      "items": {
        "$ref": "Attribute"
      },
      "maxItems": 128,
      "readonly": false,
      "required": false,
      "title": "Deployment Template attributes",
      "type": "array"
    },
    "name": {
      "description": "Deployment Template name.",
      "readonly": false,
      "required": false,
      "title": "name",
      "type": "string"
    }
  },
  "title": "Service Deployment Template",
  "type": "object"
}