Apache CloudStack 4.21.0.0 Root Admin API Reference

listGuiThemes

Lists GUI themes.

Request parameters

Parameter NameDescriptionRequired
accountidThe ID of the account to be filtered.false
commonnameThe internet Common Name (CN) to be filtered.false
domainidThe ID of the domain to be filtered.false
idThe theme ID.false
keywordList by keywordfalse
listallWhether to list all themes.false
listonlydefaultthemeWhether to only list the default theme.false
nameThe name of the theme.false
pagefalse
pagesizefalse
showpublicWhether to list public themes.false
showremovedWhether to list removed themes.false

Response Tags

Response NameDescription
idID of the custom GUI theme.
accountidsA set of account UUIDs (also known as ID for the end-user) separated by comma that can retrieve the theme.
commonnamesA set of Common Names (CN) (fixed or wildcard) separated by comma that can retrieve the theme; e.g.: *acme.com,acme2.com
createdWhen the GUI theme was created.
cssThe CSS to be retrieved and imported into the GUI when matching the theme access configurations.
descriptionDescription of the GUI theme.
domainidsA set of domain UUIDs (also known as ID for the end-user) separated by comma that can retrieve the theme.
ispublicDefines whether a theme can be retrieved by anyone when only the `commonNames` is informed. If the `domainIds` or `accountIds` is informed, it is considered as `false`.
jsonconfigurationThe JSON with the configurations to be retrieved and imported into the GUI when matching the theme access configurations.
nameName of the GUI theme.
recursivedomainsWhether to consider the subdomains of the informed domain IDs.
removedWhen the GUI theme was removed.