Configuration API
Get property
Retrieves a configuration prpoerty
GET/rest/configuration/properties/propertyName
Body none
| Query parameters | none |
| Header | auth-token: token from authentication |
| Header/Parameter | tenant |
| Returns | Property value |
| Required role | MWP_ADMIN |
Example request
curl -H "auth-token:09d4fa01-8759-4ba0-af8d-b15963722ba1.local" -H "tenant:default" -X GET http://localhost:8080/mwp/rest/configuration/properties/debug/calls/log
Example response
{
"debug/call/log" : "disabled"
}