Returns public configuration of Onezone service.
Returns public information about the Onezone service.
This endpoint does not require authentication.
Example cURL requests
Get public information about the Onezone service
curl https://$HOST/api/v3/onezone/configuration
Request Examples
onezone-rest-cli getConfigurationResponses
Configuration returned successfully.
| Property | Type & Description | ||||
|---|---|---|---|---|---|
name string Onezone's name | |||||
domain string Onezone's cluster domain | |||||
version string Version of this Onezone service | |||||
build string Build number of this Onezone service | |||||
subdomainDelegationSupported boolean If true, registering Oneproviders are allowed to request subdomains of the Onezone domain for use as their domains. | |||||
compatibleOneproviderVersions array of strings List of compatible Oneprovider versions | |||||
supportedIdPs array of objects List of IdPs supported by Onezone
| |||||
Internal server Error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}