Returns information about the cache of a gateway. This operation is only supported in the cached volume, tape, and file gateway types.
The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used.
post/#X-Amz-Target=StorageGateway_20130630.DescribeCache
Headers
X-Amz-Target'StorageGateway_20130630.DescribeCache' required
Request body
Response
Success
Example response
{
"CacheAllocatedInBytes": 2199023255552,
"CacheDirtyPercentage": 0.07,
"CacheHitPercentage": 99.68,
"CacheMissPercentage": 0.32,
"CacheUsedPercentage": 0.07,
"DiskIds": [
"pci-0000:03:00.0-scsi-0:0:0:0",
"pci-0000:04:00.0-scsi-0:1:0:0"
],
"GatewayARN": "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
}