Method 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
Parameter | Description |
---|---|
filesystemId | Required. ID of the filesystem to return. To get the filesystem ID, make a list request. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"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 text format. |
name | string Name of the filesystem. The name is unique within the folder. |
description | string Description of the filesystem. |
labels | object Filesystem labels as |
typeId | string ID of the filesystem type. To get a list of available filesystem types, make a 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 | string Current status of the filesystem.
|