appliance configuration: compliance result

The compliance_result structure defines the information about drift results. 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:

{
    "diff_results"{
        "<string>"{
            "path""string",
            "description""string",
            "diff_values"{
                "modified_value""string",
                "current_value""string"
            },
            "category""string"
        }
    }
}
{
    "diff_results"[
        {
            "value"{
                "path""string",
                "description""string",
                "diff_values"{
                    "modified_value""string",
                    "current_value""string"
                },
                "category""string"
            },
            "key""string"
        }
    ]
}

Attributes:

Name Type Description
Required
-.diff_results object Mapping from property value differences between current desired and working 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.

Object with element values of type diff_result.

-.diff_results.* diff_result
-.diff_results.*.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_results.*.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_results.*.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.

-.diff_results.*.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.

-.diff_results.*.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.

-.diff_results.*.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.