Skip to content

Uyuni 2025.05 API update #64

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

Merged
merged 2 commits into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions modules/api/pages/apilist.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
= SUSE Multi-Linux Manager API Documentation
SUSE Multi-Linux Manager
= Uyuni API Documentation
Uyuni
API version: 28
:homepage: http://www.suse.com/products/suse-manager
:homepage: https://www.uyuni-project.org/

Wecome to the SUSE Multi-Linux Manager API. By using the included API calls, you can easily automate many of
Wecome to the Uyuni API. By using the included API calls, you can easily automate many of
the tasks you perform everyday. All API calls are grouped by common functionality.

== Legal Notice
Expand Down Expand Up @@ -84,4 +84,4 @@ trademarks that are incorporated in this software or its documentation.
* <<user.notifications.adoc#apidoc-user.notifications>>
* <<virtualhostmanager.adoc#apidoc-virtualhostmanager>>

Generated on: 4/29/2025
Generated on: 5/15/2025
4 changes: 2 additions & 2 deletions modules/api/pages/faqs.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Frequently Asked Questions

== What programming languages are supported by the SUSE Multi-Linux Manager API?
== What programming languages are supported by the Uyuni API?

Any language that provides an XMLRPC client interface will work with the SUSE Multi-Linux Manager API. While
Any language that provides an XMLRPC client interface will work with the Uyuni API. While
Perl and Python are two of the most commonly used, an XMLRPC client implementation is available for every
common language.

Expand Down
8 changes: 4 additions & 4 deletions modules/api/pages/kickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Parameters:
kickstartable tree to associate the new profile with.

* [.string]#string# kickstartHost - Kickstart hostname
(of a SUSE Multi-Linux Manager server or proxy) used to construct the default download URL for
(of a Uyuni server or proxy) used to construct the default download URL for
the new kickstart profile.

* [.string]#string# rootPassword - Root password.
Expand Down Expand Up @@ -131,7 +131,7 @@ Parameters:
kickstartable tree to associate the new profile with.

* [.string]#string# kickstartHost - Kickstart hostname
(of a SUSE Multi-Linux Manager server or proxy) used to construct the default download URL for
(of a Uyuni server or proxy) used to construct the default download URL for
the new kickstart profile.

* [.string]#string# rootPassword - Root password.
Expand Down Expand Up @@ -369,7 +369,7 @@ Parameters:
kickstartable tree to associate the new profile with.

* [.string]#string# kickstartHost - Kickstart hostname
(of a SUSE Multi-Linux Manager server or proxy) used to construct the default download URL for
(of a Uyuni server or proxy) used to construct the default download URL for
the new kickstart profile. Using this option signifies that this default
URL will be used instead of any url/nfs/cdrom/harddrive commands in the
kickstart file itself.
Expand Down Expand Up @@ -411,7 +411,7 @@ Parameters:
kickstartable tree to associate the new profile with.

* [.string]#string# kickstartHost - Kickstart hostname
(of a SUSE Multi-Linux Manager server or proxy) used to construct the default download URL for
(of a Uyuni server or proxy) used to construct the default download URL for
the new kickstart profile. Using this option signifies that this default
URL will be used instead of any url/nfs/cdrom/harddrive commands in the
kickstart file itself.
Expand Down
2 changes: 1 addition & 1 deletion modules/api/pages/kickstart.profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ Parameters:
kickstart to download.

* [.string]#string# host - The host to use when
referring to the SUSE Multi-Linux Manager server. Usually this should be the FQDN,
referring to the Uyuni server. Usually this should be the FQDN,
but could be the ip address or shortname as well.


Expand Down
2 changes: 1 addition & 1 deletion modules/api/pages/packages.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Returns:
** [.string]#string# "build_date"
** [.string]#string# "last_modified_date"
** [.string]#string# "size"
** [.string]#string# "path" - The path on the SUSE Multi-Linux Manager server's file system that
** [.string]#string# "path" - The path on the Uyuni server's file system that
the package resides.
** [.string]#string# "payload_size"

Expand Down