Skip to content

Commit

Permalink
xe pif-list: include host-uuid (xapi-project#5263)
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
  • Loading branch information
ydirson committed Nov 27, 2023
1 parent 0a2b08b commit 07903c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ocaml/xapi-cli-server/cli_operations.ml
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,13 @@ let gen_cmds rpc session_id =
; Client.PIF.(
mk get_all_records_where get_by_uuid pif_record "pif" []
[
"uuid"; "device"; "VLAN"; "mac"; "network-uuid"; "currently-attached"
"uuid"
; "device"
; "VLAN"
; "mac"
; "network-uuid"
; "currently-attached"
; "host-uuid"
]
rpc session_id
)
Expand Down

0 comments on commit 07903c0

Please sign in to comment.