appliance configuration: diff result

The diff_result structure defines the information about the setting. 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:

{
    "path""string",
    "description""string",
    "diff_values"{
        "modified_value""string",
        "current_value""string"
    },
    "category""string"
}

Attributes:

Name Type Description
Required
diff_values diff_values Details of value difference. 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.

diff_values.current_value string Current property value. 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.

diff_values.modified_value string Modified property value. 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.

category string Category of setting. 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.

path string Path of the setting. 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.

description string Description of the setting. 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.