resource-log
Get a signed URL and the details of a resource log file (e.g. the full response body of a FHIR request)
Applies to: AuditEvent
| Name | Cardinality | Type | Documentation |
|---|---|---|---|
| date | 1..1 | String |
Request date in yyyy-mm-dd format |
| endpoint | 1..1 | String |
FHIR endpoint prefix |
| part | 0..1 | Code |
Which log part file to return (one of RequestBody|ResponseBody), defaults to ResponseBody |
| request-id | 1..1 | String |
Request id |
| Name | Cardinality | Type | Documentation |
|---|---|---|---|
| content | 0..1 | String |
Log file content. Present only if the content can be rendered as a valid FHIR string (length does not exceed 1 million characters) |
| content-type | 0..1 | String |
Log file content type (MIME type) |
| signed-url | 0..1 | String |
Log file signed URL. Missing if the specified log file does not exist |
| signed-url-expiration | 0..1 | Instant |
Log file signed URL expiration |