For AI agents: visit https://developer.ixon.cloud/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Features:
- Allow MANAGE_GROUP group specific users to pull an agent in subgroup companies
- Support SSO providers that don't send required user info by doing query to the SSO provider.
- Add endpoint for retrieving controlled devices
- Add create controlled device endpoint
Changes:
- Update AssetAppConfigResource by removing duplicate check
- Dissallow pulling of a controlled device
- Disallow removing an agent when controlled
- Disallow controlkey on demo devices
- Change the use of device id for controlled device to serial/mac
Fixes:
- Fix GET AgentControlKey endpoint
- Fix issue where group where not deletable after asset deletion
Features:
- Create endpoint to generate control key
Features:
- Add new option(logoDark) to Branding resource
- Add new options(menuTextColor, pageTextColor, cardColor, cardTextColor, logoOnHeaderColorSpec) to Theme resource
Changes:
- Update revoked access request to have a revoked status
- BackendComponentTemplate.defaultConfigValues now only accepts YAML
- BackendComponentTemplateConfig.values now only accepts YAML
- Disallow removal of appconfigs on instances
Features:
- Create non-redacted audit logs when a "public" backend component template config is created
Changes:
- Now sends the new email change mail in language of the user
- Now supports YAML and JSON in backend component template defaultConfigValues
- Now supports YAML and JSON in backend component template config values
Features:
- Add
AppConfig to ResourceDataClient
- Implement Material 3 theming in Simulator
- Resolve styling issues with Simulator report grid
- Option to bulk download multiple files from
getBlob in the ObjectStorageClient
Maintenance:
- Updates TypeScript to version 5.5.4
- Updated resource types.
Features:
- Add audit logs to backend component template config update
- Add support for calling Cloud functions with a config from YAML format
Changes:
- Disable exporting data for inactive agents
- Disable creating webaccesses for inactive agents
Fixes:
- Fix issue where mails were not send out because of unconfigured branding in companies with a custom domain licence
- Fix issue where company wide role would not be able to remove other company wide role
Features:
- Increased performance for company wide MANAGE_AGENT users
- Deny retrieving data from datasource for inactive agent
Fixes:
- Fix issue where just connected VPN sessions got closed
- Remove subquery exchange which causes very slow responses
Changes:
- Remove the requirement to have APP_ENGINE_LEVEL_1 licence for UI components that are shared
- Deny creating user vpn config for inactive agent
Features:
- Add auditlogs for most object storage endpoints
- Add the ability to set/update defaultConfigValues on backend component templates
- Add support for configuring backendComponentTemplate.configConfidentiality value
Changes:
- Now allows access to public backend component template configs when user has no MANAGE_APP permission
Fixes:
- Prevent creating api applications when a backend component templates is created with an invalid accessTokenScope
Features:
- Allow creating asset app configs on instances
Fixes:
- Fix issue where deprecated asset management licence property was used
- Fix issue where rbac_group_tree was incorrectly patched
Features:
- Added
update method to ObjectStorageClient
Maintenance: