Skip to main content

Retrieve general configuration.

Retrieve general configuration.

Responses
200

The response body contains basic configuration information about this host.

Schema OPTIONAL
changelog_url string

URL that navigates to the changelog of the current version

edition string

Feldera edition: "Open source" or "Enterprise"

license_info object OPTIONAL
description_html string

Optional description of the advantages of extending the license / upgrading from a trial

expires_at date-time

Timestamp at which the license expires

expires_in_seconds int64

Duration until the license expires

extension_url string

URL that navigates the user to extend / upgrade their license

is_expired boolean

Whether the license is expired

is_trial boolean

Whether the license is a trial

remind_schedule
remind_starting_at date-time

Timestamp from which the user should be reminded of the license expiring soon

revision string

Specific revision corresponding to the edition version (e.g., git commit hash). This is an empty string if it is unspecified.

telemetry string

Telemetry key.

update_info object OPTIONAL
instructions_url string

URL that navigates the user to instructions on how to update their deployment's version

is_latest_version boolean

Whether the current version matches the latest version

latest_version string

Latest version corresponding to the edition

remind_schedule
version string

The version corresponding to the type of edition. Format is x.y.z.

500

Request failed.

Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.