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 |
| default | 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 | ||
RedirectURI |
string | ||
Revision |
string | Service revision identifier for support cases. | |
WorkerPort |
string | Port number for the worker to connect to the server. |