Host_Entropy_ExternalPool_AddResult
The ExternalPool.AddResult structure provides result of the ExternalPool.add operation.
{
"capacity": 0,
"currently_available": 0,
"low_watermark": 0,
"inactive_source_timeout": 0
}
Capacity of external entropy pool in bytes.
Currently available amount of entropy in bytes in the external entropy pool.
A threshold value in bytes. An audit record will be logged when ExternalPool.AddResult.currently-available drops below this value.
A timeout period in seconds within which the client must call ExternalPool.get operation or ExternalPool.add operation. If no call is received before the timeout lapses an audit record will be created. This is the timeout to detect any connection lost with the client.