qapi: fix example of UNPLUG_PRIMARY event
authorVictor Toso <victortoso@redhat.com>
Mon, 28 Mar 2022 14:05:57 +0000 (16:05 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 31 Mar 2022 10:34:52 +0000 (12:34 +0200)
commit0df5e9a3012a51336685b373d027f8038d863725
tree4e5b8dc2579c68d7faba4de071644b9b6f6a7d39
parentdba673b9ab06a6c657bda076d9c9f58cbbba9dd7
qapi: fix example of UNPLUG_PRIMARY event

Example output lacks mandatory member @timestamp.  Provide it.

Example output is not properly formatted. Fixing it by:
- Adding '<-' to signalize it is receiving the data;
- Breaking lines similar to the other examples.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220328140604.41484-8-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/migration.json