Skip to main content
Skip table of contents

Operation: List Configurations

Die Operation List Configurations listet alle Konfigurationen des Systems auf.

Beispiel

Output

Der Adapter erzeugt ein XML-Dokument als Output:

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SystemConfigurationFiles>
    <SystemConfigurationFile>
        <ConfigurationName>de.softproject.x4.auth.api.config.KeyCloakConfiguration</ConfigurationName>
        <FileName>keycloak_config.json</FileName>
        <MediaType>application/json</MediaType>
        <Description>The configuration file of the authentication provider Keycloak.</Description>
    </SystemConfigurationFile>
    <SystemConfigurationFile>
        <ConfigurationName>de.softproject.x4.plugins.sqlprofiling.database.config.SqlProfilingConfiguration</ConfigurationName>
        <FileName>sql_profiling_config.xml</FileName>
        <MediaType>application/xml</MediaType>
        <Description>The configuration file of the SQL Profiling.</Description>
    </SystemConfigurationFile>
</SystemConfigurationFiles>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.