Skip to content

Commit bfef7b4

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #18 from jottinger/volumefilesystempath
new: add filesystem_path to Volume object
2 parents 717c81c + ed95e32 commit bfef7b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10555,6 +10555,14 @@ components:
1055510555
maxLength: 32
1055610556
pattern: '^[a-zA-Z]((?!--|__)[a-zA-Z0-9-_])+$'
1055710557
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
1055810566
status:
1055910567
type: string
1056010568
title: The status of the Volume.

0 commit comments

Comments
 (0)