appliance configuration desired state: summary

The summary structure defines the summary information about profile configuration. 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 profile configuration. 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 profile configuration. 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 profile. 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 profile. 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: Profile configuration 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: Profile Configuration 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 profile. 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.