Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve the FQDNs of systems in the susemanager API #29

Open
chiaradiamarcelo opened this issue May 18, 2020 · 0 comments
Open

Retrieve the FQDNs of systems in the susemanager API #29

chiaradiamarcelo opened this issue May 18, 2020 · 0 comments

Comments

@chiaradiamarcelo
Copy link

We need a way to obtain the FQDN of the peripheral servers.

At the moment we have a temporary solution, calling the "system.listFqdns" method in the susemanager API.
This present 2 problems:

  • it's basically an N + 1 query problem
  • The "system.listFqdns" can return more than one FQDN per system (at the moment we are keeping just the 1st one in such cases)

We should address both problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant