aws.storagegateway.describe_working_storage
Example SQL Queries
SELECT * FROMaws.storagegateway.describe_working_storageWHERE"gateway_arn" = 'VALUE';Description
Returns information about the working storage of a gateway. This operation is only supported in the stored volumes gateway type. This operation is deprecated in cached volumes API version (20120630). Use DescribeUploadBuffer instead.
Working storage is also referred to as upload buffer. You can also use the DescribeUploadBuffer operation to add upload buffer to a stored volume gateway.
The response includes disk IDs that are configured as working storage, and it includes the amount of working storage allocated and used.
Table Definition
| Column Name | Column Data Type |
|---|---|
| gateway_arn Required Input Column The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| disk_ids An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty. | VARCHAR[] |
Show child fields
| |
| working_storage_allocated_in_bytes The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0. | BIGINT |
| working_storage_used_in_bytes The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0. | BIGINT |