AppTemplate
An object representing a VCD AppTemplate.
{
"appType": "string",
"id": "string",
"appId": "string",
"catalogContentSource": {
"name": "string",
"id": "string"
},
"name": "string",
"description": "string",
"creationDate": "string",
"lastUpdateDate": "string",
"status": "READY, FAILED, NOT_READY",
"logoUrl": "string",
"screenshotUrls": [
"string"
],
"eulaAccepted": false,
"owner": {
"name": "string",
"id": "string"
},
"catalog": {
"name": "string",
"id": "string"
},
"org": {
"name": "string",
"id": "string"
},
"lastUpdatedSiteId": "string",
"lastUpdatedSiteName": "string"
}
Type of template. This is a discriminator field that helps in distinguishing the type of template this object represents. If the template is an image of a container application, the value of this field is ContainerAppTemplate. If the template is an image of a virtual machine or a collection of virtual machines then the value of this field is VmAppTemplate. If the template is an image of a media item then the value of this field is MediaAppTemplate.
A unique identifier for the appTemplate.
A unique identifier to globally identify this appTemplate. Items sourced from an external source such as VMware Marketplace have their appId referenced by the unique id in that external source. This means an item sourced from an external source in two different catalogs will still have the same appId.
The name of the appTemplate.
The description of the appTemplate.
The date and time when this appTemplate was created. This value will be formatted as per ISO 8601 format and include timezone information.
The date and time representing when this appTemplate was last updated. This value will be formatted as per ISO 8601 format and include timezone information.
Status indicating whether this appTemplate is ready or not.
URL of the logo of this application.
List of screenshot URLs of the application.
Accepts EULA for all the application versions that are part of this AppTemplate. The field is required only if appTemplate is created from VMware Marketplace. For other type of catalog content sources, this field is optional.
ID of the site which last modified this app template. The site is not necessarily a site which was paired via multi-site pairing. It is simply used to identify another VCD instance.
Name of the site which last modified this app template. The site is not necessarily a site which was paired via multi-site pairing. It is simply used to identify another VCD instance.