Skip to content

Rename diff result keys #531

Open
Open
@Shaun-3adesign

Description

@Shaun-3adesign

the output of a diff depending on the view look like the following

{'values_changed': [<root.status t1:"UP", t2:"DOWN">]}

{'values_changed': {'root.status': {'new_value': 'DOWN', 'old_value': 'UP'}}}

it would be great if it was possible to rename the keys for example

{'values_changed': [<root.status api:"UP", switch:"DOWN">]}

{'values_changed': {'root.status': {'switch': 'DOWN', 'api': 'UP'}}}

or better still have someway to I can create my own result

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions