Skip to content

Commit

Permalink
xe pif-list: include host-id (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 99d6a79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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,8 @@ 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-id"
]
rpc session_id
)
Expand Down

0 comments on commit 99d6a79

Please sign in to comment.