We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 717c81c + ed95e32 commit bfef7b4Copy full SHA for bfef7b4
openapi.yaml
@@ -10555,6 +10555,14 @@ components:
10555
maxLength: 32
10556
pattern: '^[a-zA-Z]((?!--|__)[a-zA-Z0-9-_])+$'
10557
x-linode-cli-display: 2
10558
+ filesystem_path:
10559
+ type: string
10560
+ title: The full filesystem path for the Volume.
10561
+ description: >
10562
+ The full filesystem path for the Volume based on the Volume's label.
10563
+ Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
10564
+ example: /dev/disk/by-id/scsi-0Linode_Volume_my-volume
10565
+ readOnly: true
10566
status:
10567
type: string
10568
title: The status of the Volume.
0 commit comments