Logs relating to the health API route
The fields described below belong to logs about the health API route. This route is used to check that the Stormshield KMaaS is operating correctly.
|
Field |
Description |
Type |
Examples |
|---|---|---|---|
|
api_route |
Name of the API route. Here "/health". |
String |
Prescribed values: "/health", "/status", "/wrap", "/unwrap", "/privilegedunwrap", "/digest", "/rewrap" |
|
user_agent |
User agent used in the request. |
String |
"Chrome/27.0.1453.110" |
|
source_address |
Network traffic source (client requesting the connection). |
String |
"172.16.16.212" |
|
http_status |
HTTP response code that indicates the status of the request to the proxy. |
Integer |
"200", "404", "413", "500" |
|
response_payload |
Data relating to the HTTP response. |
Object |
|
|
name |
Server name. | String | "SDS CSE" |