esx settings hosts software drafts internal: metadata
The
metadata
structure defines the metadata information about software draft. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"owner" : "string",
"creation_time" : "2015-01-01T22:13:05.651Z",
"status" : "VALID"
}
"owner" : "string",
"creation_time" : "2015-01-01T22:13:05.651Z",
"status" : "VALID"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
owner | string | Owner of the software draft. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
status | string | Status of the software draft. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Defines possible values of status of a software draft. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of: VALID: Software draft is valid. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. INVALID: Software draft is invalid. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
creation_time | date_time | Creation time of the software draft. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |