esx settings hosts software drafts: summary

The summary structure defines the summary 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:

{
    "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. 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.

metadata.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.

metadata.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.

metadata.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.