vcenter namespace management cluster available versions: summary
The
summary
structure contains the information about each available upgrade version.Representation:
{
"release_notes" : "string",
"release_date" : "2015-01-01T22:13:05.651Z",
"name" : "string",
"description" : "string",
"version" : "string"
}
"release_notes" : "string",
"release_date" : "2015-01-01T22:13:05.651Z",
"name" : "string",
"description" : "string",
"version" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
version | string | Version of the upgrade. |
name | string | Name of the upgrade. |
description | string | Description of the upgrade. |
release_date | date_time | Release date of the upgrade. |
release_notes | string | Release details of the upgrade. |