Check the Status of Required Network and Attached Network Check Boxes on OVM using SDK

Using the OVM SDK, is it possible for you check the statuses of details found on the clusters tab for a custom network. The details I mean can be found on the OVM UI: Network -> Networks -> *Select your custom network (default values) -> Clusters Tab -> Attached Network and Required Network. How can I access the values represented here in the SDK? Thanks

This details are available at following URL in API: https://$ENGINE_FQDN/ovirt-engine/api/clusters/{cluster_id}/networks so to fetch that data using (Python) SDK you should use following code: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/list_clus... On 03/10/2019 12:09, Jamie Holohan wrote:
Using the OVM SDK, is it possible for you check the statuses of details found on the clusters tab for a custom network.
The details I mean can be found on the OVM UI: Network -> Networks -> *Select your custom network (default values) -> Clusters Tab -> Attached Network and Required Network.
How can I access the values represented here in the SDK?
Thanks _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/Y3EEP4UUOJRTBR...
participants (2)
-
Jamie Holohan
-
Ondra Machacek