Get Entropy External Pool
Retrieves the entropy pool details of a host including current entropy level. if you do not have all of the privileges described as follows: - The resource HostSystem referenced by the parameter host requires Host.Entropy.Read.
Request
URLURL
Path Parameters
Path Parameters
Identifier of the host. The parameter must be an identifier for the resource type: HostSystem.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
Entropy details of a host.
{
"capacity": 0,
"currently_available": 0,
"inactive_source_timeout": 0,
"low_watermark": 0,
"status": "ENABLED"
}
The ExternalPool.Status enum represents external entropy status on an ESX host.
ENABLED : External entropy is enabled for the ESX host.
DISABLED : External entropy is disabled for the ESX host.
Possible values are: ENABLED , DISABLED
Capacity of external entropy pool in bytes. This field is optional and it is only relevant when the value of ExternalPool.Info.status is ENABLED.
Currently available amount of entropy in bytes in the external entropy pool. This field is optional and it is only relevant when the value of ExternalPool.Info.status is ENABLED.
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 timeout is used to detect that connection with the client is lost.
This field is optional and it is only relevant when the value of ExternalPool.Info.status is ENABLED.
A threshold value in bytes. An audit record will be logged when ExternalPool.Info.currently-available drops below this value. This field is optional and it is only relevant when the value of ExternalPool.Info.status is ENABLED.
Errors
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
cURL Command
Vendor Extensions
x-vmw-doc-operation: get