Logs relating to the status API route
The fields described below belong to logs about the status API route. This route makes it possible to get information on the Stormshield KMaaS installed.
|
Field |
Description |
Type |
Examples |
|---|---|---|---|
|
api_route |
URL slug of the API route. |
String |
"/api/v1/{tenantId}/status" |
|
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", "405", "413", "500" |
|
response_payload |
Data relating to the HTTP response. |
Object |
|
|
name |
Server name. | String | "Preprod SDS CSE" |
|
server_type |
Server type. | String | "KACLS" |
|
vendor_id |
Vendor ID of the server. | String | "SDS_CSE" |
| operations_supported |
Operations supported by the service. |
Array | ['wrap', 'unwrap', 'privilegedwrap', 'privilegedunwrap', 'digest', 'rewrap', 'privatekeysign', 'privatekeydecrypt', 'privilegedprivatekeydecrypt'] |