Resource Manager API, gRPC: FolderService.Get
Статья создана
Обновлена 17 октября 2024 г.
Returns the specified Folder resource.
To get the list of available Folder resources, make a List request.
gRPC request
rpc Get (GetFolderRequest) returns (Folder)
GetFolderRequest
{
"folderId": "string"
}
Field |
Description |
folderId |
string Required field. ID of the Folder resource to return. |
Folder
{
"id": "string",
"cloudId": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "string",
"status": "Status"
}
A Folder resource. For more information, see Folder.
Field |
Description |
id |
string ID of the folder. |
cloudId |
string ID of the cloud that the folder belongs to. |
createdAt |
Creation timestamp. |
name |
string Name of the folder. |
description |
string Description of the folder. 0-256 characters long. |
labels |
string Resource labels as |
status |
enum Status Status of the folder.
|