Returns a list of the gateway's local disks. To specify which gateway to describe, you use the Amazon Resource Name (ARN) of the gateway in the body of the request.
The request returns a list of all disks, specifying which are configured as working storage, cache storage, or stored volume or not configured at all. The response includes a DiskStatus field. This field can have a value of present (the disk is available to use), missing (the disk is no longer connected to the gateway), or mismatch (the disk node is occupied by a disk that has incorrect metadata or the disk content is corrupted).
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_profileInput Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.
The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.
disks[].disk_allocation_type
One of the DiskAllocationType enumeration values that identifies how a local disk is used.
Valid Values: UPLOAD_BUFFER | CACHE_STORAGE
disks[].disk_attribute_list[]
disks[].disk_id
The unique device ID or other distinguishing data that identifies a local disk.
disks[].disk_node
The device node of a local disk as assigned by the virtualization environment.
disks[].disk_path
The path of a local disk in the gateway virtual machine (VM).
disks[].disk_size_in_bytes
The local disk size in bytes.
disks[].disk_status
A value that represents the status of a local disk.