setupDisk
Setup an unformatted disk.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | SetupDiskInput! | Input for InternalSetupDisk. |
Returns
Sample
{
"data": {
"setupDisk": {
"capacityBytes": 0,
"isResizable": true,
"path": "example-string",
"unallocatedBytes": 0,
"usableBytes": 0,
"diskStatus": {
"diskMode": "example-string",
"diskType": "example-string",
"hasIndicatorLed": true,
"id": "example-string",
"isDegraded": true,
"isEncrypted": true
}
}
}
}