Skip to content

Meta

Operations

Method Endpoint Description
GET /info Get info about this api server

Get info about this api server

GET /info

Get info about this api server

Operation ID: apiInfo

Responses

Status Description Content-Type Schema
200 Information provided to clients by the server. application/json ApiInfo

Schemas

ApiInfo

Information provided to clients by the server.

Properties

Property Type Required Description
AuthServer string
Build string Build identifier for support cases.
BuiltAt string The timestamp when ConfigHub was built in "2023-01-01T12:00:00Z" format for support cases.
ClientID string ClientID for identity provider service.
DeviceAuthURL string
DeviceTokenURL string
OCIHost string OCI registry host for pulling configuration artifacts.
OCIPort string OCI registry port for pulling configuration artifacts.
RedirectURI string
Version string Semantic version of the server (e.g. v1.2.3), or 'dev' for development builds.
WorkerPort string Port number for the worker to connect to the server.