| media type | data type | description |
|---|---|---|
| application/json | StringDTO (JSON) |
GET /debug/system-time
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
| media type | data type | description |
|---|---|---|
| application/json | LogLevelSummaryResponseDto (JSON) |
GET /debug/logs/levels
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
| media type | data type |
|---|---|
| application/json | ChangeLogLevelRequestDto (JSON) |
PUT /debug/logs/levels
Content-Type: application/json
{ }
HTTP/1.1 204 No Content
| name | type | description |
|---|---|---|
| category | path |
| media type | data type | description |
|---|---|---|
| application/json | LogLevelEntryResponseDto (JSON) |
GET /debug/logs/levels/{category}
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }
| name | type | description |
|---|---|---|
| category | path |
| media type | data type |
|---|---|
| application/json | ChangeLogLevelRequestDto (JSON) |
PUT /debug/logs/levels/{category}
Content-Type: application/json
{ }
HTTP/1.1 204 No Content