Compute Cloud API, REST: Filesystem.Get
Returns the specified filesystem.
To get the list of available filesystems, make a List request.
HTTP request
GET https://compute.api.cloud.yandex.net/compute/v1/filesystems/{filesystemId}
Path parameters
Field |
Description |
filesystemId |
string Required field. ID of the filesystem to return. To get the filesystem ID, make a FilesystemService.List request. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"typeId": "string",
"zoneId": "string",
"size": "string",
"blockSize": "string",
"status": "string"
}
A filesystem resource.
For details about the concept, see documentation.
Field |
Description |
id |
string ID of the filesystem. Generated at creation time. |
folderId |
string ID of the folder that the filesystem belongs to. |
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Name of the filesystem. The name is unique within the folder. |
description |
string Description of the filesystem. |
labels |
string Filesystem labels as |
typeId |
string ID of the filesystem type. To get a list of available filesystem types, make a yandex.cloud.compute.v1.DiskTypeService.List request. |
zoneId |
string ID of the availability zone where the filesystem resides. A filesystem can be attached only to instances residing in the same availability zone. |
size |
string (int64) Size of the filesystem, specified in bytes. |
blockSize |
string (int64) Block size used for the filesystem, specified in bytes. |
status |
enum (Status) Current status of the filesystem.
|