esx settings depot content base images: summary
The
summary
structure defines the summary information regarding a base-image.Representation:
{
"summary" : "string",
"release_date" : "2015-01-01T22:13:05.651Z",
"display_version" : "string",
"kb" : "http://myurl.com",
"display_name" : "string",
"category" : "SECURITY",
"version" : "obj-103"
}
"summary" : "string",
"release_date" : "2015-01-01T22:13:05.651Z",
"display_version" : "string",
"kb" : "http://myurl.com",
"display_name" : "string",
"category" : "SECURITY",
"version" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
display_name | string | Display name of the base-image. |
version | string | Version of the base-image. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.base_image . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.base_image . |
display_version | string | Human readable version of the base-image. |
summary | string | Summary of the base-image. |
category | string | Category of the base-image. Defines possible values of categories for a base-image. Value is one of: SECURITY: Security ENHANCEMENT: Enhancement BUGFIX: Bugfix |
kb | URI | Link to kb article related to this the base-image. |
release_date | date_time | Release date of the base-image. |