Get LUMA DB configuration
Returns configuration of Local User Mapping database (LUMA DB) for the storage.
Path parameters
| Parameter | Type & Description |
|---|---|
| id required | string The Id of a storage for which LUMA DB configuration should be returned. |
Request Examples
onepanel-rest-cli -u onepanel:$PASSPHRASE lumaGetConfig id=$STORAGE_ID --host https://$HOST:9443Responses
The LUMA configuration.
| Property | Type & Description |
|---|---|
lumaFeed string Type of feed for LUMA DB. Feed is a source of user/group mappings used to populate the LUMA DB. For more info please read: https://onedata.org/#/home/documentation/doc/administering_onedata/luma.html Enum: autolocalexternal | |
lumaFeedUrl string URL of external feed for LUMA DB. Relevant only if lumaFeed equals | |
lumaFeedApiKey string API key checked by external service used as feed for LUMA DB. Relevant only if lumaFeed equals | |
Example
{
"lumaFeed": "external",
"lumaFeedUrl": "http://example.external.luma.feed.com:8080",
"lumaFeedApiKey": "ab9f4a57f303704ee75aa25808b898fd"
}Unauthorized request.
Forbidden request.
Space does not exist or is not supported by the provider.
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."
}
}Services needed to fulfill this request are not running.