We can define an endpoint, like /lra, which return the status (and the status of all participants for each LRA) of all known LRAs in the system.
This endpoint is not participant specific, but global to the deployment (like /metric a
nd /openapi)
A configuration option defines the time the LRA remains 'known' in the system after it has reached a final state. In that time, it is reported with the final state through this endpoint.
It SHOULD be possible to protect this endpoint.
Format JSON, data: To Be defined