Get public configuration
GET /configuration
Returns public configuration details.
Responses
application/json
200
Configuration details.
| Property | Type & Description |
|---|---|
clusterId string The Id of cluster record for this cluster. | |
version string Version of this Onepanel. | |
build string Build number of this Onepanel. | |
deployed boolean True when cluster deployment is finished. | |
500
Internal server error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
application/json
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}