Skip to content
EN | DE

List of all log areas

GET
/system/log/areas
curl --request GET \
--url https://demo.evcc.io/api/system/log/areas \
--cookie auth=<auth>

Returns a list of all log areas (e.g. lp-1, site, db).

Success

Media type application/json
object
result

More information

Array<string>
Example
{
"result": [
"lp-1",
"site",
"db"
]
}

Unauthorized - Login and try again

Media type text/plain
string
Allowed values: Unauthorized