esx settings clusters software drafts: summary
The
summary
structure defines the summary information about software draft.Representation:
{
"metadata" : {
"owner" : "string",
"creation_time" : "2015-01-01T22:13:05.651Z",
"status" : "VALID"
}
}
"metadata" : {
"owner" : "string",
"creation_time" : "2015-01-01T22:13:05.651Z",
"status" : "VALID"
}
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
metadata | metadata | Metadata about the software draft. |
metadata.owner | string | Owner of the software draft. |
metadata.status | string | Status of the software draft. Defines possible values of status of a software draft. Value is one of: VALID: Software draft is valid. INVALID: Software draft is invalid. |
metadata.creation_time | date_time | Creation time of the software draft. |