Amazon Storage Gateway · Example Payload

Amazon Storage Gateway Describe Cache Output Example

BackupFile StorageGatewayHybrid CloudStorage

Amazon Storage Gateway Describe Cache Output Example is an example object payload from Amazon Storage Gateway, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

GatewayARNDiskIdsCacheAllocatedInBytesCacheUsedPercentageCacheDirtyPercentageCacheHitPercentageCacheMissPercentage

Example Payload

Raw ↑
{
  "GatewayARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "DiskIds": "example-value",
  "CacheAllocatedInBytes": "example-value",
  "CacheUsedPercentage": "example-value",
  "CacheDirtyPercentage": "example-value",
  "CacheHitPercentage": "example-value",
  "CacheMissPercentage": "example-value"
}