Retrieve the configuration value for the specified key
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/configurations/{key}
Retrieves the configuration value for the specified key.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
key |
string |
path |
True |
|
accountId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
X-Agent-Id |
string |
header |
True |
Response
Status: 200, Default response
| Name | Type | Required | Description |
|---|---|---|---|
value |
string |
False |
Example response
{
"value": "string"
}
Error
Status: 500, Default response
| Name | Type | Required | Description |
|---|---|---|---|
statusCode |
number |
False |
|
error |
string |
False |
|
message |
string |
False |
Example error
{
"error": "string",
"message": "string"
}