resource category
This category of logs contains all the external resource access operations.
get action
The get action means that an external resource has been accessed. It generates an "info" severity log, or "warning" in the event of an error.
Field |
Description |
Type |
Mandatory/Optional |
---|---|---|---|
resource |
URL of the retrieved resource. Example: https://localhost:4000/static/one-login/.well-known/jwks.json |
String | Mandatory |
type |
Type of request made. Example: http |
String | Mandatory |
status |
Request status Examples: 200, 403, ECONNREFUSED |
String | Mandatory |
method |
Request method. Examples: POST, GET, OPTIONS |
String | Mandatory |