Possibility to Change listening Interface #6888
Replies: 1 comment 1 reply
-
I don't understand what you mean by "whole Stack", could you explain it further?
Xen api provides a jsonrpc and xmlrpc interfaces to allow remote access to the xenserver or xcp-ng host. When using the python library, the library handles the transport: https://pypi.org/project/XenAPI/ Alternatively, since you have xe available, you can send commands to a remote host using: xe -s your-server.domain -p 443 -u root -pwf path/with/password
Maybe it's unclear but the XenAPI package is only a client library to access the xenserver or xcp-ng host. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Folks,
I have got an Alpine based Image which needs to access the xen-api. Currently in development I am using Ubuntu as BaseOs which runs the whole Stack including python and the xe tool.
My question is how could I change the listening Interface of the API to access it from another machine (Container)?
The other machine would run the Python Stack including the Python XenAPI package.
Thanks for any hints.
Beta Was this translation helpful? Give feedback.
All reactions